| Commit message (Expand) | Author | Age |
... | |
* | Getting rid of Pp.msgnl and Pp.message. | ppedrot | 2012-06-01 |
* | Restore compatibility with camlp4 (some missing open Tok) | letouzey | 2012-05-30 |
* | remove many excessive open Util & Errors in mli's | letouzey | 2012-05-29 |
* | place all pretty-printing files in new dir printing/ | letouzey | 2012-05-29 |
* | Extend become a mli-only file in intf/ | letouzey | 2012-05-29 |
* | Avoid Dumpglob dependency on Lexer | letouzey | 2012-05-29 |
* | place all files specific to camlp4 syntax extensions in grammar/ | letouzey | 2012-05-29 |
* | Split Egrammar into Egramml and Egramcoq | letouzey | 2012-05-29 |
* | No more Univ in grammar.cma | letouzey | 2012-05-29 |
* | global_reference migrated from Libnames to new Globnames, less deps in gramma... | letouzey | 2012-05-29 |
* | Strongly reduce the dependencies of grammar.cma, modulo two hacks | letouzey | 2012-05-29 |
* | Basic stuff about constr_expr migrated from topconstr to constrexpr_ops | letouzey | 2012-05-29 |
* | Stuff about notation_constr (ex-aconstr) now in notation_ops.ml | letouzey | 2012-05-29 |
* | slim down a bit genarg.ml (pr_intro_pattern forgotten there) | letouzey | 2012-05-29 |
* | Migrate the grammar entry about "Ltac" into g_vernac.ml4. | letouzey | 2012-05-29 |
* | simplification in deps of some g_*.ml4 | letouzey | 2012-05-29 |
* | Pattern as a mli-only file, operations in Patternops | letouzey | 2012-05-29 |
* | New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr | letouzey | 2012-05-29 |
* | Glob_term now mli-only, operations now in Glob_ops | letouzey | 2012-05-29 |
* | Tacexpr as a mli-only, the few functions there are now in Tacops | letouzey | 2012-05-29 |
* | locus.mli for occurrences+clauses, misctypes.mli for various little things | letouzey | 2012-05-29 |
* | Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evd | letouzey | 2012-05-29 |
* | Decl_kinds becomes a pure mli file, remaining ops in new file kindops.ml | letouzey | 2012-05-29 |
* | Vernacexpr is now a mli-only file, locality stuff now in locality.ml | letouzey | 2012-05-29 |
* | Tactic unfold always asks for comma between names. | pboutill | 2012-05-09 |
* | Partial revert of r15148 in order to compile with Camlp4 | pboutill | 2012-04-27 |
* | migrate g_obligations.ml4 in parsing | letouzey | 2012-04-26 |
* | Program: avoid staying in program mode after a failed Program command | letouzey | 2012-04-26 |
* | remove undocumented and scarcely-used tactic auto decomp | letouzey | 2012-04-23 |
* | Corrects a (very) longstanding bug of tactics. As is were, tactic expecting | aspiwack | 2012-04-18 |
* | Removed syntax BeginSubproof/EndSubproof. It has been replaced by | aspiwack | 2012-04-13 |
* | Remove print call that do not use the pp mechanism | pboutill | 2012-04-12 |
* | "A -> B" is a notation for "forall _ : A, B". | pboutill | 2012-04-12 |
* | Fixing a few bugs (see #2571) related to interpretation of multiple binders | herbelin | 2012-04-06 |
* | Typo in a message. | aspiwack | 2012-03-30 |
* | Added a command "Unfocused" which returns an error when the proof is | aspiwack | 2012-03-30 |
* | info_trivial, info_auto, info_eauto, and debug (trivial|auto) | letouzey | 2012-03-30 |
* | Remove code of obsolete tactics : superauto, autotdb, cdhyp, dhyp, dconcl | letouzey | 2012-03-30 |
* | Slight change in the semantics of arguments scopes: scopes can no | herbelin | 2012-03-26 |
* | Remove undocumented command "Delete foo" | letouzey | 2012-03-23 |
* | Remove old proof-managment commands Suspend/Resume | letouzey | 2012-03-23 |
* | Ppvernac: nicer printing of proof delimiters { ... } | letouzey | 2012-03-21 |
* | Fixing bug #2724 (using notations with binders in cases patterns | herbelin | 2012-03-20 |
* | Fixing alpha-conversion bug #2723 introduced in r12485-12486. | herbelin | 2012-03-20 |
* | Continuing r15045-15046 and r15055 (fixing bug #2732 about atomic | herbelin | 2012-03-20 |
* | Hopefully complying with camlp5 < 6.00 syntax | herbelin | 2012-03-19 |
* | Yet another subtlety with bug 2732: when several grammar rules of a | herbelin | 2012-03-18 |
* | Fixing bug #2732 (anomaly when using the tolerance for writing | herbelin | 2012-03-18 |
* | Final part of moving Program code inside the main code. Adapted add_definitio... | msozeau | 2012-03-14 |
* | Glob_term.predicate_pattern: No number of parameters with letins. | pboutill | 2012-03-02 |