aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernac.ml
Commit message (Expand)AuthorAge
* STM: make -async-proofs on work from coqc tooGravatar Enrico Tassi2014-03-18
* Stm: smarter delegation policyGravatar Enrico Tassi2014-03-12
* vi2vo: universes handling finally fixedGravatar Enrico Tassi2014-03-11
* Remove some dead-code (thanks to ocaml warnings)Gravatar Pierre Letouzey2014-03-05
* Remove many superfluous 'open' indicated by ocamlc -w +33Gravatar Pierre Letouzey2014-03-05
* New compilation mode -vi2voGravatar Enrico Tassi2014-02-26
* Fix coqc -time (Closes: 3201)Gravatar Enrico Tassi2014-01-05
* coqtop: -check-vi-tasks and -schedule-vi-checkingGravatar Enrico Tassi2014-01-05
* STM: use sec vars in aux file if no Proof using when building .viGravatar Enrico Tassi2014-01-04
* .vi files: .vo files without proofsGravatar Enrico Tassi2014-01-04
* Revert the two last commits. My bad, I messed up git-svn commands...Gravatar ppedrot2013-10-29
* Profile only when CAMLRUNPARAM is set.Gravatar ppedrot2013-10-29
* Printing heap on every processed sentence.Gravatar ppedrot2013-10-29
* STM: some refactoring, support revised CoqIDE protocolGravatar gareuselesinge2013-09-30
* 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