aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
Commit message (Expand)AuthorAge
* declaration_hooks use EphemeronGravatar gareuselesinge2013-10-18
* Reintroduce "or" instead of "||" as the latter is redifined in "sos_lib.ml" w...Gravatar xclerc2013-10-16
* Avoid polymorphic comparison (plugins/rtauto).Gravatar xclerc2013-10-14
* Avoid polymorphic comparison (plugins/cc).Gravatar xclerc2013-10-14
* Remove some uses of local modules (some were unused, some were costly).Gravatar xclerc2013-10-14
* Getting rid of the use of deprecated elements (from the OCaml standard library).Gravatar xclerc2013-10-14
* Moving side effects into evar_map. There was no reason to keep anotherGravatar ppedrot2013-10-05
* STM: better handle proof modesGravatar gareuselesinge2013-09-30
* Removing a bunch of generic equalities.Gravatar ppedrot2013-09-27
* Get rid of the uses of deprecated OCaml elements (still remaining compatible ...Gravatar xclerc2013-09-19
* At least made the evar type opaque! There are still 5 remaining unsafeGravatar ppedrot2013-09-18
* Removing more association lists in Constrintern.Gravatar ppedrot2013-09-02
* add "Print Ring" and "Print Field" vernacular commandsGravatar gareuselesinge2013-08-30
* Fixing the code of field_simplify_eq.Gravatar amahboub2013-08-30
* recdef: restore old semantics (pre STM)Gravatar gareuselesinge2013-08-30
* Fix typo in error messageGravatar gareuselesinge2013-08-30
* Added a more efficient way to recover the domain of a map.Gravatar ppedrot2013-08-25
* Fixing an incompleteness of the ring/field tacticsGravatar amahboub2013-08-23
* Correcting misplaced Proof command.Gravatar amahboub2013-08-22
* Fixing a significant efficiency leak in the code of the field tactic.Gravatar amahboub2013-08-22
* Nicer code concerning dirpaths and modpath around LibGravatar letouzey2013-08-22
* Misc changes around coqtop.ml :Gravatar letouzey2013-08-22
* Less "Coq" strings everywhereGravatar letouzey2013-08-22
* micromega: remove empty file CheckerMakerGravatar letouzey2013-08-22
* Field_theory : faster and nicer proofs + nice notations.Gravatar letouzey2013-08-22
* Ring_polynom : shorter proof for Psub_okGravatar letouzey2013-08-22
* Declarations.mli: reorganization of modular structuresGravatar letouzey2013-08-20
* calling interp by hand is forbiddenGravatar gareuselesinge2013-08-08
* get rid of closures in global/proof stateGravatar gareuselesinge2013-08-08
* Vernac classification streamlined (handles VERNAC EXTEND)Gravatar gareuselesinge2013-08-08
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Replacing uses of association lists by maps in notations.Gravatar ppedrot2013-08-03
* Replacing an association list by a map in globalizing environment.Gravatar ppedrot2013-08-03
* Tentative fix for #3054: we refresh universes in a term generatedGravatar ppedrot2013-07-29
* Lib.contents () instead of Lib.contents_after NoneGravatar letouzey2013-07-17
* Extraction : message about lack of support for toplevel IncludeGravatar letouzey2013-07-17
* Expurgating the useless difference between List0 and List1 at theGravatar ppedrot2013-07-05
* Removed the distinction between generic Ltac vars and Let/IntroGravatar ppedrot2013-06-27
* Useless use of maps in constr internalizing.Gravatar ppedrot2013-06-25
* Now, idtac closures use maps instead of association list.Gravatar ppedrot2013-06-22
* Generalizing the use of maps instead of lists in the interpretationGravatar ppedrot2013-06-22
* Splitted up Genarg in four different levels:Gravatar ppedrot2013-06-21
* Cutting the dependency of Genarg in constr_expr, glob_constrGravatar ppedrot2013-06-21
* Revert "parse "of" as KEYID "of""Gravatar gareuselesinge2013-06-21
* parse "of" as KEYID "of"Gravatar gareuselesinge2013-06-19
* Removing the various glob/subst/interp registering functions forGravatar ppedrot2013-06-18
* Hiding tactic value representations.Gravatar ppedrot2013-06-10
* Uniformizing generic argument types.Gravatar ppedrot2013-06-06
* Replacing lists by maps in matching interpretation.Gravatar ppedrot2013-06-05
* bwaa, a Pervasive.compareGravatar pboutill2013-05-30