aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Warning about similar notations now up to alpha-conversion.Gravatar Hugo Herbelin2016-09-28
* Typeclass backtracking example by J. LeivantGravatar Matthieu Sozeau2016-09-28
* Remove incorrect assertion in cbn (bug #4822).Gravatar Guillaume Melquiond2016-09-28
* Merge remote-tracking branch 'github/pr/232' into v8.6Gravatar Maxime Dénès2016-09-28
|\
* | Fix bug #4553: CoqIDE gives warnings about deprecated GTK features.Gravatar Pierre-Marie Pédrot2016-09-27
* | Fix #5061: Warnings flag has no discernible valueGravatar Maxime Dénès2016-09-27
* | Add fixed test-suite file for bug #4527Gravatar Matthieu Sozeau2016-09-27
* | Merge branch 'v8.5' into v8.6Gravatar Pierre-Marie Pédrot2016-09-27
|\ \
* | | LtacProf: "Show Ltac Profile CutOff $N" (fix #5080)Gravatar Enrico Tassi2016-09-27
* | | Remove spaces from around list notationsGravatar Jason Gross2016-09-26
* | | Remove spaces from around vector notationsGravatar Jason Gross2016-09-26
* | | Unbreak Ltac [ | .. | ] notation in -compat 8.5Gravatar Jason Gross2016-09-26
* | | Fix bug #4785 (use [ ] for vector nil)Gravatar Jason Gross2016-09-26
* | | Posssible abstractions over goal variables when inferring match return clause.Gravatar Hugo Herbelin2016-09-26
* | | Trying an abstracting dependencies heuristic for the match return clause even...Gravatar Hugo Herbelin2016-09-26
* | | Trying a no-inversion no-dependency heuristic for match return clause.Gravatar Hugo Herbelin2016-09-26
* | | Inference of return clause: giving uniformly priority to "small inversion".Gravatar Hugo Herbelin2016-09-26
* | | Fast russian peasant exponentiation in Nsatz.Gravatar Pierre-Marie Pédrot2016-09-26
* | | Monomorphizing various uses of arrays in Nsatz.Gravatar Pierre-Marie Pédrot2016-09-26
* | | Partial fix for bug #5085: nsatz_compute stack overflows.Gravatar Pierre-Marie Pédrot2016-09-26
* | | Fix bug #5093: typeclasses eauto depth arg does not accept a var.Gravatar Pierre-Marie Pédrot2016-09-26
* | | Fix bug #5090: Effect of -Q depends on coqtop's current directory.Gravatar Pierre-Marie Pédrot2016-09-25
* | | The coqtop options -Q and -R do not affect the ML loadpath anymore.Gravatar Pierre-Marie Pédrot2016-09-25
* | | Moving "move" in the new proof engine.Gravatar Hugo Herbelin2016-09-24
| * | Ensuring that the evar name is preserved by "rename" as it is alreadyGravatar Hugo Herbelin2016-09-24
* | | Adding a test for bug #5096.Gravatar Pierre-Marie Pédrot2016-09-24
* | | Fix bug #5096: [vm_compute] is exponentially slower than [native_compute].Gravatar Pierre-Marie Pédrot2016-09-23
* | | Merge branch 'v8.5' into v8.6Gravatar Pierre-Marie Pédrot2016-09-23
|\| |
* | | coqc -o now places .glob file near .vo fileGravatar Enrico Tassi2016-09-22
* | | typosGravatar Enrico Tassi2016-09-22
| * | Fixing #5095 (non relevant too strict test in let-in abstraction).Gravatar Hugo Herbelin2016-09-22
* | | Fix description of change in intro semantics.Gravatar Maxime Dénès2016-09-21
* | | Remove dead code in library/lib.ml.Gravatar Maxime Dénès2016-09-20
| * | Replace { command ; } with ( command )Gravatar Erik Martin-Dorel2016-09-19
| * | Fix typos in RefMan-uti.tex.Gravatar Erik Martin-Dorel2016-09-19
* | | Fix warning when using Variables at toplevel.Gravatar Maxime Dénès2016-09-19
* | | Further "decide equality" tests on demand of Jason.Gravatar Hugo Herbelin2016-09-17
* | | Addressing OCaml compilation warnings.Gravatar Hugo Herbelin2016-09-16
* | | Adding variants enter_one and refine_one which assume that exactly oneGravatar Hugo Herbelin2016-09-16
* | | Added a test file for contradiction.Gravatar Hugo Herbelin2016-09-15
* | | Extending "contradiction" so that it recognizes statements such as "~x=x" or ...Gravatar Hugo Herbelin2016-09-15
* | | Continuing fix to #5078, taking also into account intropatterns.Gravatar Hugo Herbelin2016-09-15
* | | Typo.Gravatar Hugo Herbelin2016-09-15
* | | Merge branch 'v8.5' into v8.6Gravatar Pierre-Marie Pédrot2016-09-14
|\| |
| * | Fixing test-suite after commit 43104a0b.Gravatar Pierre-Marie Pédrot2016-09-14
* | | Fixing #5078 (wrong detection of evaluable local hypotheses).Gravatar Hugo Herbelin2016-09-13
* | | LtacProp: fix reset_profile (fix #5079)Gravatar Enrico Tassi2016-09-13
* | | test-suite/output-modulo-time made more robustGravatar Enrico Tassi2016-09-13
* | | AsyncTaskQueue: annotate debug feedback messages with worker idGravatar Enrico Tassi2016-09-13
* | | CoqIDE: push to message win feedback Message(Debug,Info,Notice)Gravatar Enrico Tassi2016-09-13