aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proofview.ml
Commit message (Expand)AuthorAge
* At least made the evar type opaque! There are still 5 remaining unsafeGravatar ppedrot2013-09-18
* Partly replacing list-based access functions in Evd. This is stillGravatar ppedrot2013-09-03
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Fixing bug #3030.Gravatar ppedrot2013-06-06
* Getting rid of LtacLocated exception transformer.Gravatar ppedrot2013-05-28
* Removing Exc_located and using the new exception enrichementGravatar ppedrot2013-02-18
* Added propagation of evars unification failure reasons for betterGravatar herbelin2013-02-17
* Revised the Ltac trace mechanism so that trace breaking due toGravatar herbelin2013-02-17
* Moved Intset and Intmap to Int namespace.Gravatar ppedrot2012-12-14
* Monomorphization (proof)Gravatar ppedrot2012-11-25
* Remove some more "open" and dead code thanks to OCaml4 warningsGravatar letouzey2012-10-02
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* The new ocaml compiler (4.00) has a lot of very cool warnings,Gravatar regisgia2012-09-14
* Updating headers.Gravatar herbelin2012-08-08
* Severe reorganisation of the code of tactics in Proofview.Gravatar aspiwack2012-07-11
* Small change in the printing of proofs for use by coqide.Gravatar aspiwack2012-07-10
* Change how the number of open goals is printed.Gravatar aspiwack2012-07-04
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* Noise for nothingGravatar pboutill2012-03-02
* A "Grab Existential Variables" to transform the unresolved evars at the end o...Gravatar aspiwack2012-02-07
* In emacs mode, prints a list of the dependent existential variables introducedGravatar aspiwack2011-11-23
* Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the...Gravatar aspiwack2011-09-12
* Fixes mini-bug: Qed would succeed even on focused proofs.Gravatar aspiwack2011-08-12
* A better procedure for checking presence of undefined evars.Gravatar aspiwack2011-05-13
* The modules in proofs now use the Errors module to explain their exceptions t...Gravatar aspiwack2011-05-13
* Reverted commit r13893 about propagation of more informativeGravatar herbelin2011-03-07
* Added propagation of evars unification failure reasons for betterGravatar herbelin2011-03-07
* Delayed the evar normalization in error messages to the last minuteGravatar herbelin2010-11-07
* Fix minor typo in error message (Closes: #2408)Gravatar glondu2010-10-25
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Add (almost) compatibility with camlp4, without breaking support for camlp5Gravatar letouzey2010-05-19
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Here comes the commit, announced long ago, of the new tactic engine.Gravatar aspiwack2010-04-22