| Commit message (Expand) | Author | Age |
... | |
* | Renaming goal-entering functions. | Pierre-Marie Pédrot | 2014-09-06 |
* | Reorganization of tactics: | Hugo Herbelin | 2014-08-18 |
* | Removing some tactic compatibility layer. | Pierre-Marie Pédrot | 2014-08-01 |
* | Arith: full integration of the "Numbers" modular framework | Pierre Letouzey | 2014-07-09 |
* | Now parsing rules of ML-declared tactics are only made available after the | Pierre-Marie Pédrot | 2014-05-12 |
* | - Rename eq to equal in Univ, document new modules, set interfaces. | Matthieu Sozeau | 2014-05-06 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | Removing useless try-with clauses in Goal.enter variants. | Pierre-Marie Pédrot | 2014-04-25 |
* | Remove many superfluous 'open' indicated by ocamlc -w +33 | Pierre Letouzey | 2014-03-05 |
* | Proofview.Notations: Now that (>>=) is free, use it for tclBIND. | Arnaud Spiwack | 2014-02-27 |
* | Less dependencies in Omega. | Pierre-Marie Pédrot | 2014-02-08 |
* | Omega: avoiding distinct proof-terms on repeated identical runs | Pierre Letouzey | 2014-01-10 |
* | Writing [cut] tactic using the new monad. | Pierre-Marie Pédrot | 2013-12-02 |
* | Porting Tactics.assumption to the new engine. | ppedrot | 2013-11-08 |
* | Made Proofview.Goal.hyps a named_context. | aspiwack | 2013-11-02 |
* | Less use of the list-based interface for goal-bound tactics. | aspiwack | 2013-11-02 |
* | Tachmach.New is now in Proofview.Goal.enter style. | aspiwack | 2013-11-02 |
* | More Proofview.Goal.enter. | aspiwack | 2013-11-02 |
* | Small syntax fix to be compatible with Ocaml 3.11. | aspiwack | 2013-11-02 |
* | Removed spurious try/with in Proofview.Notation.(>>=) and (>>==). | aspiwack | 2013-11-02 |
* | Clean-up: removed redundant notations (>>-) and (>>--) from Proofview.Notations. | aspiwack | 2013-11-02 |
* | Getting rid of Goal.here, and all the related exceptions and combinators. | aspiwack | 2013-11-02 |
* | Makes the new Proofview.tactic the basic type of Ltac. | aspiwack | 2013-11-02 |
* | More monomorphic List.mem + List.assoc + ... | letouzey | 2013-10-24 |
* | Turn many List.assoc into List.assoc_f | letouzey | 2013-10-24 |
* | cList: a few alternative to hashtbl-based uniquize, distinct, subset | letouzey | 2013-10-23 |
* | cList: set-as-list functions are now with an explicit comparison | letouzey | 2013-10-23 |
* | Removing a bunch of generic equalities. | ppedrot | 2013-09-27 |
* | Get rid of the uses of deprecated OCaml elements (still remaining compatible ... | xclerc | 2013-09-19 |
* | Restrict (try...with...) to avoid catching critical exn (part 15) | letouzey | 2013-03-13 |
* | Uniformization of the "anomaly" command. | ppedrot | 2013-01-28 |
* | Modulification of identifier | ppedrot | 2012-12-14 |
* | Remove some more "open" and dead code thanks to OCaml4 warnings | letouzey | 2012-10-02 |
* | Ltac repeat is in fact already doing progress | letouzey | 2012-10-01 |
* | Moving Utils.list_* to a proper CList module, which includes stdlib | ppedrot | 2012-09-14 |
* | The new ocaml compiler (4.00) has a lot of very cool warnings, | regisgia | 2012-09-14 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Open Local Scope ---> Local Open Scope, same with Notation and alii | letouzey | 2012-07-05 |
* | ZArith + other : favor the use of modern names instead of compat notations | letouzey | 2012-07-05 |
* | Cleaning Pp.ppnl use | ppedrot | 2012-06-01 |
* | place all files specific to camlp4 syntax extensions in grammar/ | letouzey | 2012-05-29 |
* | global_reference migrated from Libnames to new Globnames, less deps in gramma... | letouzey | 2012-05-29 |
* | locus.mli for occurrences+clauses, misctypes.mli for various little things | letouzey | 2012-05-29 |
* | Noise for nothing | pboutill | 2012-03-02 |
* | Fixed some missing options from previous commit. | ppedrot | 2011-11-24 |
* | Omega: for non-arithmetical goals, try proving False from context (wish #2236) | letouzey | 2011-09-16 |
* | Omega aware of Z.pred (fix #1912) | letouzey | 2011-09-15 |
* | Improved ltac code for zify (fix #2575). | letouzey | 2011-09-06 |
* | Coq_omega: replaced generic = on constr by eq_constr | puech | 2011-07-29 |
* | Coq_omega: replaced many generic = on constr by eq_constr | puech | 2011-07-29 |