aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* Assume totality: dedicated type rather than boolGravatar Arnaud Spiwack2016-06-14
* Declare assumptions of well-founded definitions as unsafe.Gravatar Arnaud Spiwack2015-09-25
* Propagate `Guarded` flag from syntax to kernel.Gravatar Arnaud Spiwack2015-09-25
* Add a flag in `VernacFixpoint` and `VernacCoFixpoint` to control assuming gua...Gravatar Arnaud Spiwack2015-09-25
* Add a flag to deactivate guard checking in the kernel.Gravatar Arnaud Spiwack2015-06-26
* When assuming an inductive type positive, then it is declared "unsafe" to the...Gravatar Arnaud Spiwack2015-06-24
* Add corresponding field in `VernacInductive`.Gravatar Arnaud Spiwack2015-06-24
* Add a corresponding field in `mutual_inductive_entry` (part 1).Gravatar Arnaud Spiwack2015-06-24
* Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-06-24
|\
| * improve --help documentation: the -m|--memory option was missingGravatar Gabriel Scherer2015-06-24
| * when OCAML_GC_STATS points to a filepath, write Gc stats into itGravatar Gabriel Scherer2015-06-24
| * Splitting the library representation on disk in two.Gravatar Pierre-Marie Pédrot2015-06-24
| * obligations: wrap Ephemeron.get to make error more informativeGravatar Enrico Tassi2015-06-23
| * Wrap the program_info type up in the ephemeron mechanismGravatar Alec Faithfull2015-06-23
* | Moved fatal_error from Coqtop to Errors and corrected dependencies accordingly.Gravatar Thomas Sibut-Pinote2015-06-23
| * Add a Set Dump Bytecode command for debugging purposes.Gravatar Maxime Dénès2015-06-23
| * Warning are enabled by default in interactive mode.Gravatar Pierre-Marie Pédrot2015-06-23
* | Merge branch 'v8.5' into trunkGravatar Pierre Letouzey2015-06-22
|\|
| * Remove uses of polymorphic equality from prev. commitGravatar Clément Pit--Claudel2015-06-22
| * Replace 'try ... with Failure "List.last"' with 'if l <> []'Gravatar Clément Pit--Claudel2015-06-22
| * Guard the List.hd call in [Show Intros]Gravatar Clément Pit--Claudel2015-06-22
* | All invocations to ocaml compilers go through ocamlfindGravatar Pierre Boutillier2015-06-22
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-06-01
|\|
| * coqtop: reset the current file name after a load-vernac-sourceGravatar Enrico Tassi2015-05-29
| * Flag -test-mode intended to be used for ad-hoc prints in test-suiteGravatar Enrico Tassi2015-05-29
| * make Unset Silent work in coqcGravatar Enrico Tassi2015-05-29
| * Fix bug #4159Gravatar Matthieu Sozeau2015-05-27
| * Uncaught exception termination exits coqtop with the anomaly errno.Gravatar Pierre-Marie Pédrot2015-05-18
| * The Fail command does not catch uncaught exception anomalies anymore.Gravatar Pierre-Marie Pédrot2015-05-18
| * Disabling colors when tERM variable is "dumb".Gravatar Pierre Courtieu2015-05-18
| * Fix usage about -color.Gravatar Pierre Courtieu2015-05-18
* | Merge v8.5 into trunkGravatar Hugo Herbelin2015-05-15
|\|
| * The -list-tag options now prints the corresponding COQ_COLORS value.Gravatar Pierre-Marie Pédrot2015-05-14
| * Adding an option -w to control Coq warning output.Gravatar Pierre-Marie Pédrot2015-05-14
| * Disable precompilation for native_compute by default.Gravatar Guillaume Melquiond2015-05-14
| * Safer typing primitives.Gravatar Pierre-Marie Pédrot2015-05-13
| * Better error message for non-existent required libraries with a From prefix.Gravatar Pierre-Marie Pédrot2015-05-13
| * STM: process_error_hook set in Vernac where fname is known (fix #4229)Gravatar Enrico Tassi2015-05-12
| * Adding a test to check whether two tactic notations conflict.Gravatar Pierre-Marie Pédrot2015-05-11
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-05-05
|\|
| * Add a [Redirect] vernacular commandGravatar Clément Pit--Claudel2015-05-04
| * Fixing computation of implicit arguments by position in fixpoints (#4217).Gravatar Hugo Herbelin2015-05-01
| * Remove almost all the uses of string concatenation when building error messages.Gravatar Guillaume Melquiond2015-04-23
| * Using tclZEROMSG instead of tclZERO in several places.Gravatar Pierre-Marie Pédrot2015-04-23
| * No longer add dev/ to the LoadPath, only to the ML path.Gravatar Guillaume Melquiond2015-04-17
| * Fixing bug #4190.Gravatar Pierre-Marie Pédrot2015-04-16
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-04-15
|\|
| * Program: Do not reduce obligation types preemptively, only atGravatar Matthieu Sozeau2015-04-13
| * Fix declarations of instances to perform restriction of universeGravatar Matthieu Sozeau2015-04-09
* | Merge branch 'v8.5' into trunkGravatar Pierre Letouzey2015-04-09
|\|