aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp
Commit message (Expand)AuthorAge
* More monomorphizationsGravatar ppedrot2012-11-13
* Added a CString module.Gravatar ppedrot2012-11-13
* Monomorphized a lot of equalities over OCaml integers, thanks toGravatar ppedrot2012-11-08
* Change [Hints Resolve] to still accept constrs as argumentsGravatar msozeau2012-10-31
* Remove some more "open" and dead code thanks to OCaml4 warningsGravatar letouzey2012-10-02
* More cleaning on Utils and CList. Some parts of the code beingGravatar ppedrot2012-09-17
* Some documentation and cleaning of CList and Util interfaces.Gravatar ppedrot2012-09-15
* As r15801: putting everything from Util.array_* to CArray.*.Gravatar ppedrot2012-09-14
* Partial revert of Yann commit in order to use CLib.List when openingGravatar ppedrot2012-09-14
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* This patch removes unused "open" (automatically generated fromGravatar regisgia2012-09-14
* The new ocaml compiler (4.00) has a lot of very cool warnings,Gravatar regisgia2012-09-14
* Fixed bug #2895Gravatar ppedrot2012-09-09
* Updating headers.Gravatar herbelin2012-08-08
* Bigint: avoid dependency over PpGravatar letouzey2012-07-30
* Fixing bug #2835 (the rationale for printing notations was notGravatar herbelin2012-07-21
* Improving management of notations with binders (see #2708 where aGravatar herbelin2012-07-21
* Fixup implicits in patterns & notationsGravatar pboutill2012-07-20
* Bug 2838: ExplApp in mutual inductive parametersGravatar pboutill2012-07-12
* Open Scope can now also accepts delimiters (e.g. Z).Gravatar letouzey2012-07-05
* ZArith + other : favor the use of modern names instead of compat notationsGravatar letouzey2012-07-05
* Notation: a new annotation "compat 8.x" extending "only parsing"Gravatar letouzey2012-07-05
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* Fixing printing of @f with no argumentsGravatar herbelin2012-06-19
* Constrextern is allow to use partially applied notationsGravatar pboutill2012-06-14
* Internalization of pattern is done in two phases.Gravatar pboutill2012-06-14
* Replacing some str with strbrkGravatar ppedrot2012-06-04
* Forward-port fixes from 8.4 (15358, 15353, 15333).Gravatar msozeau2012-06-04
* More uniformisation in Pp.warn functions.Gravatar ppedrot2012-05-30
* remove many excessive open Util & Errors in mli'sGravatar letouzey2012-05-29
* Avoid Dumpglob dependency on LexerGravatar letouzey2012-05-29
* No more Univ in grammar.cmaGravatar letouzey2012-05-29
* global_reference migrated from Libnames to new Globnames, less deps in gramma...Gravatar letouzey2012-05-29
* Basic stuff about constr_expr migrated from topconstr to constrexpr_opsGravatar letouzey2012-05-29
* Stuff about notation_constr (ex-aconstr) now in notation_ops.mlGravatar letouzey2012-05-29
* slim down a bit genarg.ml (pr_intro_pattern forgotten there)Gravatar letouzey2012-05-29
* Pattern as a mli-only file, operations in PatternopsGravatar letouzey2012-05-29
* New files intf/constrexpr.mli and intf/notation_term.mli out of TopconstrGravatar letouzey2012-05-29
* Glob_term now mli-only, operations now in Glob_opsGravatar letouzey2012-05-29
* locus.mli for occurrences+clauses, misctypes.mli for various little thingsGravatar letouzey2012-05-29
* Evar_kinds.mli containing former Evd.hole_kind, avoid deps on EvdGravatar letouzey2012-05-29
* Notations are back in the "in" clause of pattern matching.Gravatar pboutill2012-05-15
* Impossible branches inference fixup (bug 2761)Gravatar pboutill2012-05-11
* "A -> B" is a notation for "forall _ : A, B".Gravatar pboutill2012-04-12
* Fixing the "capture" check newly introduced in r15122 whenGravatar herbelin2012-04-07
* Unifying the different procedures for interning binders.Gravatar herbelin2012-04-06
* Fixing a few bugs (see #2571) related to interpretation of multiple bindersGravatar herbelin2012-04-06
* Slight change in the semantics of arguments scopes: scopes can noGravatar herbelin2012-03-26
* Fixing deactivation of scope at printing time in the body of aGravatar herbelin2012-03-26
* Fixing bug #2724 (using notations with binders in cases patternsGravatar herbelin2012-03-20