aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
Commit message (Expand)AuthorAge
* Do not use ugly Dyn features in the Quote plugin. Use instead theGravatar Pierre-Marie Pédrot2013-11-26
* Remove the Hiddentac module.Gravatar Arnaud Spiwack2013-11-25
* Field_theory: nicer notations for constants 0 1 ...Gravatar Pierre Letouzey2013-11-21
* Add Acc_intro_generator on top of all wf function proof (much much faster exe...Gravatar Julien Forest2013-11-21
* bugfix micromega: solved an ambiguous symbol resolutionGravatar fbesson2013-11-15
* Porting Tactics.assumption to the new engine.Gravatar ppedrot2013-11-08
* Fix congruence: normalise hypotheses with respect to evars.Gravatar aspiwack2013-11-02
* Made Proofview.Goal.hyps a named_context.Gravatar aspiwack2013-11-02
* Less use of the list-based interface for goal-bound tactics.Gravatar aspiwack2013-11-02
* Tachmach.New is now in Proofview.Goal.enter style.Gravatar aspiwack2013-11-02
* More Proofview.Goal.enter.Gravatar aspiwack2013-11-02
* Small syntax fix to be compatible with Ocaml 3.11.Gravatar aspiwack2013-11-02
* Adds a new goal selector "all:".Gravatar aspiwack2013-11-02
* Removed spurious try/with in Proofview.Notation.(>>=) and (>>==).Gravatar aspiwack2013-11-02
* The tactic [admit] exits with the "unsafe" status.Gravatar aspiwack2013-11-02
* Cleanup of comments.Gravatar aspiwack2013-11-02
* Plug back the declarative mode.Gravatar aspiwack2013-11-02
* Clean-up: removed redundant notations (>>-) and (>>--) from Proofview.Notations.Gravatar aspiwack2013-11-02
* Getting rid of Goal.here, and all the related exceptions and combinators.Gravatar aspiwack2013-11-02
* Makes the new Proofview.tactic the basic type of Ltac.Gravatar aspiwack2013-11-02
* More monomorphic List.mem + List.assoc + ...Gravatar letouzey2013-10-24
* Rtree : cleanup of the comparing codeGravatar letouzey2013-10-24
* Oups, repair the compilation (micromega + Morphism_prop)Gravatar letouzey2013-10-24
* Get rid of polymorphic comparison in "plugins/btauto/refl_btauto.ml".Gravatar xclerc2013-10-24
* Turn many List.assoc into List.assoc_fGravatar letouzey2013-10-24
* cList: a few alternative to hashtbl-based uniquize, distinct, subsetGravatar letouzey2013-10-23
* cList.index is now cList.index_f, same for index0Gravatar letouzey2013-10-23
* cList: set-as-list functions are now with an explicit comparisonGravatar letouzey2013-10-23
* 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