aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernac.ml
Commit message (Expand)AuthorAge
* Remove outdated commentGravatar gareuselesinge2013-09-12
* VernacList handling was lost in STM mergeGravatar gareuselesinge2013-09-12
* enhance marshallable option for freeze (minor TODO in safe_typing)Gravatar gareuselesinge2013-08-08
* Simple machinery to detect EXTEND that interpret during parsingGravatar gareuselesinge2013-08-08
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Use the Hook module here and there.Gravatar ppedrot2013-05-12
* States: frozen states can hold closuresGravatar gareuselesinge2013-05-06
* Close the .glob file after having saved .voGravatar gareuselesinge2013-05-06
* Fix compilation (vernac.ml, missing ;)Gravatar gareuselesinge2013-04-25
* raise UnsafeSuccess -> feedback AddedAxiomGravatar gareuselesinge2013-04-25
* coqtop -compile: avoid with_heavy_rollback when non-interactiveGravatar letouzey2013-04-23
* Coqc: repair localisation of errors in filesGravatar letouzey2013-04-17
* Moved the Loadpath part of Library to its own file, and documentedGravatar ppedrot2013-03-26
* Use Pp.msg instead of Pp.pp in -beautify (loss of text otherwise)Gravatar letouzey2013-03-14
* Vernac+Toplevel: get rid of Error_in_fileGravatar letouzey2013-03-13
* Vernac+Toplevel: get rid of DuringVernacInterpGravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 14)Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 13)Gravatar letouzey2013-03-13
* catch failures of pr_vernac to make -time failsafeGravatar gareuselesinge2013-03-08
* Dir_path --> DirPathGravatar letouzey2013-02-19
* Removing Exc_located and using the new exception enrichementGravatar ppedrot2013-02-18
* Actually adding backtrace handling.Gravatar ppedrot2013-01-28
* Modulification of dir_pathGravatar ppedrot2012-12-14
* Monomorphization (toplevel)Gravatar ppedrot2012-11-26
* Monomorphized a lot of equalities over OCaml integers, thanks toGravatar ppedrot2012-11-08
* coqtop -time : display per-command timingsGravatar letouzey2012-10-05
* Partial revert of Yann commit in order to use CLib.List when openingGravatar ppedrot2012-09-14
* This patch removes unused "open" (automatically generated fromGravatar regisgia2012-09-14
* Updating headers.Gravatar herbelin2012-08-08
* A new status Unsafe in Interface. Meant for commands such as Admitted.Gravatar aspiwack2012-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
* Re-allow Reset in compiled filesGravatar letouzey2012-07-11
* Fixing camlp4 compilation w.r.t previous commitGravatar ppedrot2012-06-22
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* Flushing formatters before program exit.Gravatar ppedrot2012-06-02
* Getting rid of Pp.msgnl and Pp.message.Gravatar ppedrot2012-06-01
* Getting rid of Pp.msgGravatar ppedrot2012-05-30
* Re-allow Time Back* (cf discussion on coq-club)Gravatar letouzey2012-05-29
* Avoid Dumpglob dependency on LexerGravatar letouzey2012-05-29
* Vernacexpr is now a mli-only file, locality stuff now in locality.mlGravatar letouzey2012-05-29
* Supporting optional byte-mark order in utf-8 files (bug #2757).Gravatar herbelin2012-04-19
* lib directory is cut in 2 cma.Gravatar pboutill2012-04-12
* A unified backtrack mechanism, with a basic "Show Script" as side-effectGravatar letouzey2012-03-23
* Noise for nothingGravatar pboutill2012-03-02
* Fail: discard the effects of a successful command (fix #2682)Gravatar letouzey2012-01-26
* Added a DEPRECATED flag in declaration of options. For now only two options a...Gravatar ppedrot2011-11-24
* Added checksums to glob files and warned about possibly missingGravatar herbelin2011-10-29
* More work on error handlingGravatar letouzey2011-05-17
* Repair the "Fail" command after recent changes in exception handlingGravatar letouzey2011-05-16