aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Better implementation for stores.Gravatar ppedrot2013-11-16
* bugfix micromega: solved an ambiguous symbol resolutionGravatar fbesson2013-11-15
* Revert "Fast lookup_named in environments, based on maps instead of lists."Gravatar ppedrot2013-11-15
* Changes the semantics of Ltac's non-lazy pattern matching in presence of mult...Gravatar aspiwack2013-11-14
* Implementation of Ltac's match and match goal fully based on IStream.Gravatar aspiwack2013-11-14
* Update comments in matching.mli.Gravatar aspiwack2013-11-14
* Remove some dead code in tacinterp.Gravatar aspiwack2013-11-14
* Fast lookup_named in environments, based on maps instead of lists.Gravatar ppedrot2013-11-13
* Adding an unsafe mapping function to maps.Gravatar ppedrot2013-11-13
* Synchronizing the printer of tactic notations.Gravatar ppedrot2013-11-13
* Useless computation in Goal handle augmentation.Gravatar ppedrot2013-11-12
* Do not print tactic notation names at each interpretation step.Gravatar ppedrot2013-11-12
* Centralizing the Ltac-defining functions in Tacenv.Gravatar ppedrot2013-11-10
* Removing the dependency of every level of tactic ATSs on glob_tactic_expr.Gravatar ppedrot2013-11-10
* Revert the previous commit. It broke Coq compilation.Gravatar ppedrot2013-11-09
* Removing the dependency of every level of tactic ATSs on glob_tactic_expr.Gravatar ppedrot2013-11-09
* Moving notation types into grammar rule.Gravatar ppedrot2013-11-09
* Cleaning and documenting Egramcoq.Gravatar ppedrot2013-11-09
* Partial applications in Goal.Gravatar ppedrot2013-11-09
* Porting Tactics.assumption to the new engine.Gravatar ppedrot2013-11-08
* Reverting the old LIFO behaviour of the notation finding algorithm.Gravatar ppedrot2013-11-08
* Removing partial applications in Reductionops.Gravatar ppedrot2013-11-08
* Useless array manipulation in Rtrees.Gravatar ppedrot2013-11-08
* Do not compute formatter UTF8 length at creation time.Gravatar ppedrot2013-11-08
* Rewriting the proof monad mechanism. Now it uses pure OCaml code, withoutGravatar ppedrot2013-11-07
* Partial application hunt.Gravatar ppedrot2013-11-07
* Partial application in Globnames.Gravatar ppedrot2013-11-06
* Less partial applications in Vars, as well as better memory allocation.Gravatar ppedrot2013-11-06
* better IStream.concatGravatar ppedrot2013-11-06
* Preventing useless allocations in Reductionops.instance.Gravatar ppedrot2013-11-05
* Reducing allocation in tclDISPATCHGEN, by doing a List.map at the same timeGravatar ppedrot2013-11-05
* STM: fix for PG and "Proof term" lines.Gravatar gareuselesinge2013-11-05
* Nicer infered names in refine.Gravatar aspiwack2013-11-04
* Fix Tacticals.New.tclREPEAT_MAiN: does not fail badly when every goal was sol...Gravatar aspiwack2013-11-04
* Fix ltac's progress tactical: requires progress in each goal.Gravatar aspiwack2013-11-04
* Fix the tactical ; [ … ] : the "incorrect number of goal" error was not cau...Gravatar aspiwack2013-11-04
* Fix change: nf_evar prior to tactic interpretation.Gravatar aspiwack2013-11-04
* Allowing proofs starting with a non-empty evarmap.Gravatar ppedrot2013-11-04
* Using allocation-free version of Array higher-order function in criticalGravatar ppedrot2013-11-04
* Adding closure-preventing functions in CArray. These functions are allGravatar ppedrot2013-11-04
* Allocation friendly version of Util.iterate.Gravatar ppedrot2013-11-04
* Added an update function in CMap. It has the same signature as Map.add, butGravatar ppedrot2013-11-04
* Manual coding of Int.Map.find. We use unsafe features, but this functionGravatar ppedrot2013-11-04
* Evar module now uses default Int maps and sets.Gravatar ppedrot2013-11-04
* empty token in terminal is a user error not an anomaly (bug 3118)Gravatar pboutill2013-11-03
* test-suite fixupGravatar pboutill2013-11-03
* Asks camlp5 binary in path its locationGravatar pboutill2013-11-03
* Fixup bug 3145Gravatar pboutill2013-11-03
* configure stript allows make v4.00Gravatar pboutill2013-11-03
* Fixing CAMLP4 compilation.Gravatar ppedrot2013-11-02