aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing
Commit message (Expand)AuthorAge
* Tactic unfold always asks for comma between names.Gravatar pboutill2012-05-09
* Partial revert of r15148 in order to compile with Camlp4Gravatar pboutill2012-04-27
* migrate g_obligations.ml4 in parsingGravatar letouzey2012-04-26
* Program: avoid staying in program mode after a failed Program commandGravatar letouzey2012-04-26
* remove undocumented and scarcely-used tactic auto decompGravatar letouzey2012-04-23
* Corrects a (very) longstanding bug of tactics. As is were, tactic expectingGravatar aspiwack2012-04-18
* Removed syntax BeginSubproof/EndSubproof. It has been replaced byGravatar aspiwack2012-04-13
* Remove print call that do not use the pp mechanismGravatar pboutill2012-04-12
* "A -> B" is a notation for "forall _ : A, B".Gravatar pboutill2012-04-12
* Fixing a few bugs (see #2571) related to interpretation of multiple bindersGravatar herbelin2012-04-06
* Typo in a message.Gravatar aspiwack2012-03-30
* Added a command "Unfocused" which returns an error when the proof isGravatar aspiwack2012-03-30
* info_trivial, info_auto, info_eauto, and debug (trivial|auto)Gravatar letouzey2012-03-30
* Remove code of obsolete tactics : superauto, autotdb, cdhyp, dhyp, dconclGravatar letouzey2012-03-30
* Slight change in the semantics of arguments scopes: scopes can noGravatar herbelin2012-03-26
* Remove undocumented command "Delete foo"Gravatar letouzey2012-03-23
* Remove old proof-managment commands Suspend/ResumeGravatar letouzey2012-03-23
* Ppvernac: nicer printing of proof delimiters { ... }Gravatar letouzey2012-03-21
* Fixing bug #2724 (using notations with binders in cases patternsGravatar herbelin2012-03-20
* Fixing alpha-conversion bug #2723 introduced in r12485-12486.Gravatar herbelin2012-03-20
* Continuing r15045-15046 and r15055 (fixing bug #2732 about atomicGravatar herbelin2012-03-20
* Hopefully complying with camlp5 < 6.00 syntaxGravatar herbelin2012-03-19
* Yet another subtlety with bug 2732: when several grammar rules of aGravatar herbelin2012-03-18
* Fixing bug #2732 (anomaly when using the tolerance for writingGravatar herbelin2012-03-18
* Final part of moving Program code inside the main code. Adapted add_definitio...Gravatar msozeau2012-03-14
* Glob_term.predicate_pattern: No number of parameters with letins.Gravatar pboutill2012-03-02
* Noise for nothingGravatar pboutill2012-03-02
* In the syntax of pattern matching, "in" clauses are patterns.Gravatar pboutill2012-02-29
* Arguments supports extra notation scopesGravatar gareuselesinge2012-02-14
* A "Grab Existential Variables" to transform the unresolved evars at the end o...Gravatar aspiwack2012-02-07
* Fix camlp4 compilationGravatar pboutill2012-01-31
* Added an pattern / occurence syntax for vm_compute.Gravatar ppedrot2012-01-30
* Removed a seemingly unused argument in Require of modules, introduced 10 year...Gravatar ppedrot2012-01-23
* Fixed pretty-printing of Opaque, Transparent and Strategy locality flags.Gravatar ppedrot2012-01-23
* Reverted previous commit, which broke library compilation.Gravatar ppedrot2012-01-20
* This is a quick hack to permit the parsing of the locality flag in the Progra...Gravatar ppedrot2012-01-20
* Fix printing of classesGravatar msozeau2012-01-20
* Fix typeclass constraint grammar rule to allow `{_ : Reflexive A R}.Gravatar msozeau2012-01-19
* Pretty printing of generalized binderGravatar pboutill2012-01-19
* Fixed the pretty-printing of the Program plugin.Gravatar ppedrot2012-01-17
* Some fix in beautify pretty-printerGravatar pboutill2012-01-17
* Inductiveops.nb_*{,_env} cleaningGravatar pboutill2012-01-16
* Fix printing of instances, generalized arguments.Gravatar msozeau2012-01-10
* Fixed some printing details for dependent evars in emacs mode. PatchGravatar courtieu2011-12-19
* Applied patches proposed suggested by Hendrik Tews to fix existentialGravatar courtieu2011-12-18
* Removing PrintConstr debugging entry in g_proof.ml4 which was notGravatar herbelin2011-12-18
* A pass on warning printings. Made systematic the use of msg_warning soGravatar herbelin2011-12-17
* Improving pretty-printing of Ltac functions.Gravatar herbelin2011-12-17
* Fixing previous commit which was bugging on tactics preceded by goal number (...Gravatar courtieu2011-12-16
* Moving bullets (-, +, *) into stand-alone commands instead of beingGravatar courtieu2011-12-16