aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/metasyntax.ml
Commit message (Expand)AuthorAge
* Replacing uses of association lists by maps in notations.Gravatar ppedrot2013-08-03
* More dynamic argument scopesGravatar letouzey2013-07-17
* States: frozen states can hold closuresGravatar gareuselesinge2013-05-06
* Avoid a few overzealous "when Errors.noncritical"Gravatar letouzey2013-03-17
* Restrict (try...with...) to avoid catching critical exn (part 13)Gravatar letouzey2013-03-13
* More monomorphization.Gravatar ppedrot2013-03-05
* Actually adding backtrace handling.Gravatar ppedrot2013-01-28
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28
* Fixed bug #2967 (some missing check on ill-formed recursive notation strings).Gravatar herbelin2013-01-27
* Modulification of identifierGravatar ppedrot2012-12-14
* Using library string functions.Gravatar ppedrot2012-12-13
* Renamed Option.Misc.compare to the more uniform Option.equal.Gravatar ppedrot2012-12-13
* Revised the strategy for automatic insertion of spaces when printingGravatar herbelin2012-12-04
* Monomorphization (toplevel)Gravatar ppedrot2012-11-26
* Taking into account the type of a definition (if it exists), and theGravatar herbelin2012-11-17
* Added a CString module.Gravatar ppedrot2012-11-13
* Monomorphized a lot of equalities over OCaml integers, thanks toGravatar ppedrot2012-11-08
* Split Tacinterp in 3 files : Tacsubst, Tacintern and TacinterpGravatar letouzey2012-10-16
* still some more dead code removalGravatar letouzey2012-10-06
* Adding a nominal typing layer to Metasyntax in order to clarifyGravatar ppedrot2012-10-04
* Moved Compat to parsing. This permits to break the dependency of theGravatar ppedrot2012-10-04
* Cleaning interface of Util.Gravatar ppedrot2012-09-18
* 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
* Added support for option Local (at module level) in Tactic Notation.Gravatar herbelin2012-08-11
* Updating headers.Gravatar herbelin2012-08-08
* 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
* Replacing some str with strbrkGravatar ppedrot2012-06-04
* Getting rid of Pp.msgnl and Pp.message.Gravatar ppedrot2012-06-01
* More uniformisation in Pp.warn functions.Gravatar ppedrot2012-05-30
* Split Egrammar into Egramml and EgramcoqGravatar 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
* New files intf/constrexpr.mli and intf/notation_term.mli out of TopconstrGravatar letouzey2012-05-29
* Slight change in the semantics of arguments scopes: scopes can noGravatar herbelin2012-03-26
* Continuing r15045-15046 and r15055 (fixing bug #2732 about atomicGravatar herbelin2012-03-20
* Noise for nothingGravatar pboutill2012-03-02
* Add type annotations around all calls to Libobject.declare_objectGravatar letouzey2011-11-02
* Clarifying that only identifiers are advertised to be turned into keywordsGravatar herbelin2011-08-23
* Partly revert commit r14389 about relaxing the condition for being a keywordGravatar herbelin2011-08-10
* Be a bit less aggressive in declaring idents as keywords in notationsGravatar herbelin2011-08-08
* Fixed notation printing bug when curly brackets are involved (requestsGravatar herbelin2011-04-28
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* About "unsupported" unicode characters in notations.Gravatar herbelin2010-10-17
* Backporting r13521 from branch 8.3 to trunk (fixing bug #2406, loopingGravatar herbelin2010-10-11
* Some dead code removal, thanks to Oug analyzerGravatar letouzey2010-09-24
* Fix unescaped end-of-lines (OCaml warning 29)Gravatar glondu2010-09-13
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24