aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* Add "Print Sorted Universes"Gravatar glondu2011-01-11
* Use dashed lines for equivalence edges in dot output of universesGravatar glondu2011-01-11
* Reverted r13715 "Add improved indenters that rely on the current proof state ...Gravatar gmelquio2011-01-06
* Remove Safe_marshalGravatar glondu2011-01-06
* More {raw => glob} changes for consistencyGravatar glondu2010-12-24
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Change of nomenclature: rawconstr -> glob_constrGravatar glondu2010-12-23
* Misc improvements about evar_mapGravatar letouzey2010-12-15
* Add improved indenters that rely on the current proof state to choose the ind...Gravatar gmelquio2010-12-14
* First release of Vector library.Gravatar pboutill2010-12-10
* Fixing bug using explictly declared implicit arguments in inductive arities.Gravatar herbelin2010-12-03
* Redirect stdout to stderr in -ideslaveGravatar glondu2010-12-03
* Fixing a bug introduced in r12304 (move of interpretation ofGravatar herbelin2010-12-02
* Do not throw an error for anonymous generalized binders as they will beGravatar msozeau2010-11-18
* Remove redundant clause (and fix compatibility issue)Gravatar glondu2010-11-16
* Minor fixes from Gregory Malecha. A typo fixed and a better (located) Gravatar msozeau2010-11-15
* Delayed the evar normalization in error messages to the last minuteGravatar herbelin2010-11-07
* Add information of localisation when an error involving an "implicitGravatar herbelin2010-11-07
* correcting a non catch error reported as an anomaly (Ploc.Exc)Gravatar jforest2010-11-07
* In Univ, unify order_request and constraint_typeGravatar glondu2010-11-03
* Output universe graph in DOT language if output file ends in .dot or .gvGravatar glondu2010-11-02
* More generic Univ.dump_universesGravatar glondu2010-11-02
* Move stuff about positive into a distinct PArith subdirGravatar letouzey2010-11-02
* Restored checking that _all_ arguments of the command line are meaningfulGravatar herbelin2010-11-01
* Add tolerance for existential variables in Check.Gravatar herbelin2010-10-31
* Minor code improvements around libobjectGravatar herbelin2010-10-31
* Minor factorization of the part of the code used for Unnamed_thm saving.Gravatar herbelin2010-10-31
* Compatibility camlp4/camlp5Gravatar herbelin2010-10-26
* Fail, when successful, prints something only in verbose modeGravatar glondu2010-10-26
* Fixing bug #2412, continued (preprocessing of Ltac Debug errorsGravatar herbelin2010-10-23
* Fixing bug #2412 (preprocessing of Ltac Debug errors forgotten in r13431).Gravatar herbelin2010-10-23
* About "unsupported" unicode characters in notations.Gravatar herbelin2010-10-17
* Backporting r13521 from branch 8.3 to trunk (fixing bug #2406, loopingGravatar herbelin2010-10-11
* Fix bug# 2392Gravatar msozeau2010-10-07
* Remove Explain* vernacsGravatar glondu2010-10-06
* Remove VernacGoGravatar glondu2010-10-06
* Two [Evd.fold] turned into [Evd.fold_undefined].Gravatar aspiwack2010-10-04
* Avoid raising an anomaly when an error encapsulated with a dummyGravatar herbelin2010-10-03
* Added multiple implicit arguments rules per name.Gravatar herbelin2010-10-03
* Making display of various informations about constants more modular:Gravatar herbelin2010-10-03
* Fix bug #2321, allowing "_" named projections in classes. Not realizingGravatar msozeau2010-09-28
* Remove some occurrences of "open Termops"Gravatar glondu2010-09-28
* Fix function applications without labels (OCaml warning 6)Gravatar glondu2010-09-28
* Fixed a bug in printing fix/cofix error messages when severalGravatar herbelin2010-09-24
* Some dead code removal, thanks to Oug analyzerGravatar letouzey2010-09-24
* Fixing #2162 and #2367 (wrong order of Show Match) for branch 8.2 tooGravatar herbelin2010-09-18
* Fixing bugs #2347 (part 2) and #2388: error message printing was doneGravatar herbelin2010-09-18
* CoqIDE argv parsing delegated to coqtopGravatar vgross2010-09-14
* Fix unescaped end-of-lines (OCaml warning 29)Gravatar glondu2010-09-13
* * removed declare_constant and declare_internal_constant Gravatar vsiles2010-09-02