aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* Removed many calls to OCaml generic equality. This was done byGravatar ppedrot2012-10-29
* Change Hint Resolve, Immediate to take a global reference as argumentGravatar msozeau2012-10-26
* Text inserted by insert_this_phrase_on_success correct taggingGravatar pboutill2012-10-23
* Fix test-suite output/* in benchGravatar pboutill2012-10-17
* univ inconsistency error message gives evidence of a cycleGravatar barras2012-10-17
* Split Tacinterp in 3 files : Tacsubst, Tacintern and TacinterpGravatar letouzey2012-10-16
* When loading a plugin, prefer .cma to .cmoGravatar gareuselesinge2012-10-14
* Turn mltop.ml4 into a regular ocaml fileGravatar letouzey2012-10-06
* still some more dead code removalGravatar letouzey2012-10-06
* remove useless hidden_flag in TacMutual(Co)FixGravatar letouzey2012-10-06
* Clean-up of proof_type.ml : no more Nested nor abstract_tactic_boxGravatar letouzey2012-10-06
* coqtop -time : display per-command timingsGravatar letouzey2012-10-05
* Improving error message when abtraction over goal (abstract_list_allGravatar herbelin2012-10-04
* Adding a nominal typing layer to Metasyntax in order to clarifyGravatar ppedrot2012-10-04
* Moved Compat to parsing. This permits to break the dependency of theGravatar ppedrot2012-10-04
* Remove some more "open" and dead code thanks to OCaml4 warningsGravatar letouzey2012-10-02
* Fixing #2865.Gravatar ppedrot2012-09-25
* More cleaning in CArray...Gravatar ppedrot2012-09-18
* Cleaning interface of Util.Gravatar ppedrot2012-09-18
* More cleaning on Utils and CList. Some parts of the code beingGravatar ppedrot2012-09-17
* Some documentation and cleaning of CList and Util interfaces.Gravatar ppedrot2012-09-15
* As r15801: putting everything from Util.array_* to CArray.*.Gravatar ppedrot2012-09-14
* Partial revert of Yann commit in order to use CLib.List when openingGravatar ppedrot2012-09-14
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* This patch removes unused "open" (automatically generated fromGravatar regisgia2012-09-14
* The new ocaml compiler (4.00) has a lot of very cool warnings,Gravatar regisgia2012-09-14
* Made Pp.std_ppcmds opaque.Gravatar ppedrot2012-09-13
* Fixed #2893.Gravatar ppedrot2012-09-10
* When asked for a SearchAbout request, Coq now returns a more preciseGravatar ppedrot2012-09-09
* Avoid [Loading ML file ...] messages when launching coqtopGravatar letouzey2012-09-07
* Fix computation of obligations for mutually recursive definitions.Gravatar msozeau2012-09-06
* Rationalized the behaviour of "Next Obligation" and "Admit Obligations"Gravatar ppedrot2012-09-05
* Use fully-qualified Coq.Init.Prelude when starting coqtopGravatar letouzey2012-08-24
* Assumption commands are now displayed as unsafe in Coqide.Gravatar aspiwack2012-08-24
* No more states/initial.coq, instead coqtop now requires Prelude.voGravatar letouzey2012-08-23
* Do not forget to build the unicode libraries, necessary to compile and launch...Gravatar msozeau2012-08-22
* Added support for option Local (at module level) in Tactic Notation.Gravatar herbelin2012-08-11
* Updating headers.Gravatar herbelin2012-08-08
* Vecnacentries.dump_global silently ignores exceptionsGravatar pboutill2012-08-06
* Dump references in reduction tacticsGravatar pboutill2012-08-05
* Dump references in ResetGravatar pboutill2012-08-05
* Fixing test-suiteGravatar pboutill2012-07-20
* Let coqtop be a little more stupid in hint answer: otherwise, thatGravatar ppedrot2012-07-20
* Various minor fixes to coqdoc from A. Chlipala.Gravatar msozeau2012-07-18
* A new status Unsafe in Interface. Meant for commands such as Admitted.Gravatar aspiwack2012-07-12
* Ensure that a plugin init function is called only onceGravatar letouzey2012-07-12
* Vernacentries: minor code cleanupGravatar letouzey2012-07-12
* Bug 2838: ExplApp in mutual inductive parametersGravatar pboutill2012-07-12
* Set/Unset Atomic Load : a pragmatic solution for part 2 of #2820Gravatar letouzey2012-07-11
* Also allow Reset in Load'ed filesGravatar letouzey2012-07-11