aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernacentries.ml
Commit message (Expand)AuthorAge
* Actually adding backtrace handling.Gravatar ppedrot2013-01-28
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28
* Modulification of nameGravatar ppedrot2012-12-18
* Modulification of LabelGravatar ppedrot2012-12-18
* Modulification of dir_pathGravatar ppedrot2012-12-14
* Modulification of identifierGravatar ppedrot2012-12-14
* Monomorphization (toplevel)Gravatar ppedrot2012-11-26
* Print Assumptions: restore a final \nGravatar letouzey2012-11-17
* Monomorphized a lot of equalities over OCaml integers, thanks toGravatar ppedrot2012-11-08
* Fixed #2926:Gravatar ppedrot2012-10-29
* Split Tacinterp in 3 files : Tacsubst, Tacintern and TacinterpGravatar letouzey2012-10-16
* Fixing #2865.Gravatar ppedrot2012-09-25
* As r15801: putting everything from Util.array_* to CArray.*.Gravatar 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
* Assumption commands are now displayed as unsafe in Coqide.Gravatar aspiwack2012-08-24
* 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
* 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
* Vernacentries: minor code cleanupGravatar letouzey2012-07-12
* Also allow Reset in Load'ed filesGravatar letouzey2012-07-11
* Re-allow Reset in compiled filesGravatar letouzey2012-07-11
* Fixes bug 2841 ([Focus 0] gives anomaly).Gravatar aspiwack2012-07-10
* Restore an indentation of Show ScriptGravatar letouzey2012-07-07
* A prototype implementation of a Print Namespace command.Gravatar aspiwack2012-07-06
* Backtrack: add support for the "Proof c." syntax (fix #2832)Gravatar letouzey2012-07-06
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* I forgot a line in previous commit.Gravatar aspiwack2012-06-22
* A call to the command Proof (and its variants) now prints the subgoals.Gravatar aspiwack2012-06-22
* Getting rid of Pcoq remains.Gravatar ppedrot2012-06-12
* Separated notice vs info messages, and cleaned up the interface a bit.Gravatar ppedrot2012-06-04
* More cleaningGravatar ppedrot2012-06-01
* Cleaning Pp.ppnl useGravatar ppedrot2012-06-01
* Getting rid of Pp.msgnl and Pp.message.Gravatar ppedrot2012-06-01
* Getting rid of Pp.msgGravatar ppedrot2012-05-30
* More uniformisation in Pp.warn functions.Gravatar ppedrot2012-05-30
* global_reference migrated from Libnames to new Globnames, less deps in gramma...Gravatar letouzey2012-05-29
* Stuff about notation_constr (ex-aconstr) now in notation_ops.mlGravatar letouzey2012-05-29
* New files intf/constrexpr.mli and intf/notation_term.mli out of TopconstrGravatar letouzey2012-05-29
* locus.mli for occurrences+clauses, misctypes.mli for various little thingsGravatar letouzey2012-05-29
* Decl_kinds becomes a pure mli file, remaining ops in new file kindops.mlGravatar letouzey2012-05-29
* Vernacexpr is now a mli-only file, locality stuff now in locality.mlGravatar letouzey2012-05-29
* Program: avoid staying in program mode after a failed Program commandGravatar letouzey2012-04-26
* correct abort in Function when a proof of inversion failsGravatar letouzey2012-04-23