| Commit message (Expand) | Author | Age |
* | Remove some more "open" and dead code thanks to OCaml4 warnings | letouzey | 2012-10-02 |
* | More cleaning on Utils and CList. Some parts of the code being | ppedrot | 2012-09-17 |
* | Some documentation and cleaning of CList and Util interfaces. | ppedrot | 2012-09-15 |
* | As r15801: putting everything from Util.array_* to CArray.*. | ppedrot | 2012-09-14 |
* | Partial revert of Yann commit in order to use CLib.List when opening | ppedrot | 2012-09-14 |
* | Moving Utils.list_* to a proper CList module, which includes stdlib | ppedrot | 2012-09-14 |
* | This patch removes unused "open" (automatically generated from | regisgia | 2012-09-14 |
* | The new ocaml compiler (4.00) has a lot of very cool warnings, | regisgia | 2012-09-14 |
* | Fixed bug #2895 | ppedrot | 2012-09-09 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Bigint: avoid dependency over Pp | letouzey | 2012-07-30 |
* | Fixing bug #2835 (the rationale for printing notations was not | herbelin | 2012-07-21 |
* | Improving management of notations with binders (see #2708 where a | herbelin | 2012-07-21 |
* | Fixup implicits in patterns & notations | pboutill | 2012-07-20 |
* | Bug 2838: ExplApp in mutual inductive parameters | pboutill | 2012-07-12 |
* | Open Scope can now also accepts delimiters (e.g. Z). | letouzey | 2012-07-05 |
* | ZArith + other : favor the use of modern names instead of compat notations | letouzey | 2012-07-05 |
* | Notation: a new annotation "compat 8.x" extending "only parsing" | letouzey | 2012-07-05 |
* | Added an indirection with respect to Loc in Compat. As many [open Compat] | ppedrot | 2012-06-22 |
* | Fixing printing of @f with no arguments | herbelin | 2012-06-19 |
* | Constrextern is allow to use partially applied notations | pboutill | 2012-06-14 |
* | Internalization of pattern is done in two phases. | pboutill | 2012-06-14 |
* | Replacing some str with strbrk | ppedrot | 2012-06-04 |
* | Forward-port fixes from 8.4 (15358, 15353, 15333). | msozeau | 2012-06-04 |
* | More uniformisation in Pp.warn functions. | ppedrot | 2012-05-30 |
* | remove many excessive open Util & Errors in mli's | letouzey | 2012-05-29 |
* | Avoid Dumpglob dependency on Lexer | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Notations are back in the "in" clause of pattern matching. | pboutill | 2012-05-15 |
* | Impossible branches inference fixup (bug 2761) | pboutill | 2012-05-11 |
* | "A -> B" is a notation for "forall _ : A, B". | pboutill | 2012-04-12 |
* | Fixing the "capture" check newly introduced in r15122 when | herbelin | 2012-04-07 |
* | Unifying the different procedures for interning binders. | herbelin | 2012-04-06 |
* | Fixing a few bugs (see #2571) related to interpretation of multiple binders | herbelin | 2012-04-06 |
* | Slight change in the semantics of arguments scopes: scopes can no | herbelin | 2012-03-26 |
* | Fixing deactivation of scope at printing time in the body of a | herbelin | 2012-03-26 |
* | 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 |
* | Fixing bug #2732 (anomaly when using the tolerance for writing | herbelin | 2012-03-18 |
* | Second step of integration of Program: | msozeau | 2012-03-14 |