aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing
Commit message (Expand)AuthorAge
* Applied patches proposed suggested by Hendrik Tews to fix existentialGravatar courtieu2011-12-18
* Removing PrintConstr debugging entry in g_proof.ml4 which was notGravatar herbelin2011-12-18
* A pass on warning printings. Made systematic the use of msg_warning soGravatar herbelin2011-12-17
* Improving pretty-printing of Ltac functions.Gravatar 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
* Proof using ...Gravatar gareuselesinge2011-12-12
* Makefile: force the installation of all .cmi (and remove some obsolete .mli)Gravatar letouzey2011-12-08
* Fixing grammar resetting bug in the presence of levels initially emptyGravatar herbelin2011-12-07
* Minor fixes to ArgumentsGravatar gareuselesinge2011-12-06
* Fixing superflous newline in output of About when no parameter is renamed.Gravatar herbelin2011-12-04
* 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
* Added a DEPRECATED flag in declaration of options. For now only two options a...Gravatar ppedrot2011-11-24
* In emacs mode, prints a list of the dependent existential variables introducedGravatar aspiwack2011-11-23
* Renamig support added to "Arguments"Gravatar gareuselesinge2011-11-21
* 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
* Added a printing function to handle single evarsGravatar ppedrot2011-11-18
* Restore backward compatibility. ":>" declares subinstances in Class declarati...Gravatar msozeau2011-11-18
* Fixing bug #2640 and variants of it (inconsistency between when andGravatar herbelin2011-11-17
* Merge subinstances branch by me and Tom Prince.Gravatar msozeau2011-11-17
* Fixing beautification of "thm_token" (missing space) + improvements.Gravatar herbelin2011-11-16
* Allow "|_=>_" in "match" in patterns, no more forced enumeration of constructorsGravatar letouzey2011-11-07
* Remove dynamic stuff from constr_expr and glob_constrGravatar glondu2011-10-28
* Applying Tom Prince's patch to support parametric "constructor n" inGravatar herbelin2011-10-25
* First attempt at making Print Assumption compatible with opaque modules (fix ...Gravatar letouzey2011-10-25
* Various simplifications about constant_of_delta and mind_of_deltaGravatar letouzey2011-10-11
* Names.make_mbid and co : convert from/to identifier (avoid some String.copy)Gravatar letouzey2011-09-15
* Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the...Gravatar aspiwack2011-09-12
* Lib.node: merge OpenedModtype and OpenedModule, same for Closed...Gravatar letouzey2011-09-05
* Porting Hendrik's 8.3 patch for proof tree visualization under proofGravatar herbelin2011-08-30
* Quick improvement of some error messages related to module applicationGravatar herbelin2011-08-30
* New fix for is_ident_not_keyword.Gravatar herbelin2011-08-13
* Propagated information from the reduction tactics to the kernel soGravatar herbelin2011-08-10
* In coqtop, a terminating "." must now be followed by a blank or eof.Gravatar letouzey2011-08-09
* Be a bit less aggressive in declaring idents as keywords in notationsGravatar herbelin2011-08-08
* Term: Refactoring of hashconsingGravatar puech2011-07-29
* Oversight in revision 14292.Gravatar pboutill2011-07-27
* Partial revert of r14292Gravatar pboutill2011-07-26
* Add a syntax entry for fully applied constructor patternGravatar pboutill2011-07-22
* Adding a new syntax for BeginSubproof and EndSubproof, namely { and }.Gravatar courtieu2011-07-05
* Revert "Check if recursive calls are guarded before printing "Proof completed"."Gravatar pboutill2011-06-10
* Check if recursive calls are guarded before printing "Proof completed".Gravatar herbelin2011-05-26
* Made the emacs-U option deprecated. Also removed the old codeGravatar courtieu2011-05-24
* Restore display of notation when printing an inductive such as sigGravatar letouzey2011-05-21
* Break circular dependency Proof_global -> Vernacexpr -> Proof_global.Gravatar aspiwack2011-05-17
* A new mechanism to handle errors.Gravatar aspiwack2011-05-13
* New option [Set Bullet Behavior] allows to select the behaviour of bullets.Gravatar aspiwack2011-05-13