aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/g_vernac.ml4
Commit message (Expand)AuthorAge
* A pass on warning printings. Made systematic the use of msg_warning soGravatar 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
* Minor fixes to ArgumentsGravatar gareuselesinge2011-12-06
* Continuing r14747 being actually incomplete (flushing warnings andGravatar herbelin2011-11-30
* Preventing Implicit Arguments warning to be shown in non verbose modeGravatar herbelin2011-11-30
* New Arguments vernacularGravatar gareuselesinge2011-11-21
* Adding the type infrastructure to handle properly API management of optionsGravatar ppedrot2011-11-18
* Fix parsing of :>> and backtrack correctly on the cache of hints for local co...Gravatar msozeau2011-11-18
* Restore backward compatibility. ":>" declares subinstances in Class declarati...Gravatar msozeau2011-11-18
* Merge subinstances branch by me and Tom Prince.Gravatar msozeau2011-11-17
* Quick improvement of some error messages related to module applicationGravatar herbelin2011-08-30
* Adding a new syntax for BeginSubproof and EndSubproof, namely { and }.Gravatar courtieu2011-07-05
* Break circular dependency Proof_global -> Vernacexpr -> Proof_global.Gravatar aspiwack2011-05-17
* New option [Set Bullet Behavior] allows to select the behaviour of bullets.Gravatar aspiwack2011-05-13
* G_vernac can be parsed without grammar.cmaGravatar letouzey2011-04-26
* Revert "Add [Polymorphic] flag for defs"Gravatar msozeau2011-04-13
* Add [Polymorphic] flag for defsGravatar msozeau2011-04-13
* Add 'Existing Instances' declaration to declare multiple instances at once.Gravatar letouzey2011-04-06
* - Remove useless grammar ruleGravatar msozeau2011-03-23
* - Add modulo_delta_types flag for unification to allow fullGravatar msozeau2011-03-13
* - Fix treatment of globality flag for typeclass instance hints (theyGravatar msozeau2011-02-14
* Annotations at functor applications:Gravatar letouzey2011-02-11
* A fine-grain control of inlining at functor application via priority levelsGravatar letouzey2011-01-31
* Remove the "Boxed" syntaxes and the const_entry_boxed fieldGravatar letouzey2011-01-28
* Add "Print Sorted Universes"Gravatar glondu2011-01-11
* Remove obsolete script univdot, update dev doc about universesGravatar glondu2010-12-24
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Don't interpret VMcast as an ordinary type cast in Definition a := t <: T.Gravatar herbelin2010-12-09
* SearchAbout: who has never been annoyed by the [ ] syntax ?Gravatar letouzey2010-11-19
* Export the "bullet" grammar entryGravatar glondu2010-10-08
* Added multiple implicit arguments rules per name.Gravatar herbelin2010-10-03
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Extension of the recursive notations mechanismGravatar herbelin2010-07-22
* Cleaned a bit the grammar and terminology for binders (see dev/doc/changes.txt).Gravatar herbelin2010-07-22
* Fixed parsing of "Generalizable Variable A" ("Variable" turns to be a keyword).Gravatar herbelin2010-07-18
* Using vernac parsing for FunctionGravatar jforest2010-06-08
* A new command Compute foo, shortcut for Eval vm_compute in fooGravatar letouzey2010-06-04
* Added command "Locate Ltac qid".Gravatar herbelin2010-06-03
* Add (almost) compatibility with camlp4, without breaking support for camlp5Gravatar letouzey2010-05-19
* Nicer representation of tokens, more independant of camlp*Gravatar letouzey2010-05-19
* static (and shared) camlp4use instead of per-file declarationGravatar letouzey2010-05-19
* Fail: a way to check that a command is refused without blocking a scriptGravatar letouzey2010-04-30
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Here comes the commit, announced long ago, of the new tactic engine.Gravatar aspiwack2010-04-22
* Applying François Garillot's patch (#2261 in bug tracker) for extendedGravatar herbelin2010-04-22
* Several bug-fixes and improvements of coqdocGravatar herbelin2010-03-29
* Fixes in rewrite and a Elimination/Case to Scheme:Gravatar msozeau2010-03-06
* New command Declare Reduction <id> := <conv_expr>.Gravatar letouzey2010-01-28
* Variant !F M for functor application that does not honor the Inline declarationsGravatar letouzey2010-01-17