aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing
Commit message (Expand)AuthorAge
* 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
* Print Module (Type) M now tries to print more detailsGravatar letouzey2011-05-11
* Pcoq.ml4: fix a typo in a comment to please ocamldocGravatar letouzey2011-04-26
* G_vernac can be parsed without grammar.cmaGravatar letouzey2011-04-26
* Fixing bug in printing let-in binders in fix/cofixGravatar herbelin2011-04-24
* Revert "Add [Polymorphic] flag for defs"Gravatar msozeau2011-04-13
* Add [Polymorphic] flag for defsGravatar msozeau2011-04-13
* Made warning about ending comments in string less intrusive so as to supportGravatar herbelin2011-04-08
* Fixing multiple printing bugs with "Notation f x := ..."Gravatar herbelin2011-04-08
* Add 'Existing Instances' declaration to declare multiple instances at once.Gravatar letouzey2011-04-06
* Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksGravatar letouzey2011-04-03
* - Remove useless grammar ruleGravatar msozeau2011-03-23
* A tatical "timeout <n> <tac>" that fails if <tac> hasn't finished in <n> secondsGravatar letouzey2011-03-18
* - Add modulo_delta_types flag for unification to allow fullGravatar msozeau2011-03-13
* Reverted commit r13893 about propagation of more informativeGravatar herbelin2011-03-07
* Added propagation of evars unification failure reasons for betterGravatar herbelin2011-03-07
* Forgotten removal of ',' in 'fun' rule: it has to come with the lambda notationGravatar herbelin2011-03-05
* - Fix treatment of globality flag for typeclass instance hints (theyGravatar msozeau2011-02-14