aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-20Remove dead code in library/lib.ml.Maxime Dénès
2016-09-19Fix warning when using Variables at toplevel.Maxime Dénès
2016-09-17Further "decide equality" tests on demand of Jason.Hugo Herbelin
2016-09-16Addressing OCaml compilation warnings.Hugo Herbelin
2016-09-16Adding variants enter_one and refine_one which assume that exactly oneHugo Herbelin
2016-09-15Added a test file for contradiction.Hugo Herbelin
2016-09-15Extending "contradiction" so that it recognizes statements such as "~x=x" or ...Hugo Herbelin
2016-09-15Continuing fix to #5078, taking also into account intropatterns.Hugo Herbelin
2016-09-15Typo.Hugo Herbelin
2016-09-14Merge branch 'v8.5' into v8.6Pierre-Marie Pédrot
2016-09-14Fixing test-suite after commit 43104a0b.Pierre-Marie Pédrot
2016-09-13Fixing #5078 (wrong detection of evaluable local hypotheses).Hugo Herbelin
2016-09-13LtacProp: fix reset_profile (fix #5079)Enrico Tassi
2016-09-13test-suite/output-modulo-time made more robustEnrico Tassi
2016-09-13AsyncTaskQueue: annotate debug feedback messages with worker idEnrico Tassi
2016-09-13CoqIDE: push to message win feedback Message(Debug,Info,Notice)Enrico Tassi
2016-09-13coqc: print debug feedback coming from workersEnrico Tassi
2016-09-13stm: feedback forwarding has to be atomicEnrico Tassi
2016-09-13feedback: provide a feeder that prints debug messagesEnrico Tassi
2016-09-12Fixing a recursive notation bug raised on coq-club on Sep 12, 2016.Hugo Herbelin
2016-09-12Refolding: disable in 8.4 compat file, documentMatthieu Sozeau
2016-09-12Merge remote-tracking branch 'github-coq/pr/249' into v8.6Matthieu Sozeau
2016-09-11Add support for testing output mod timing changesJason Gross
2016-09-11Fix newlines in printout of LtacProfJason Gross
2016-09-11Revert the LtacProf tactic table headerJason Gross
2016-09-11Add a test for 4836Jason Gross
2016-09-10Avoid putting a useless "toploop" directory in the ML search path if it does ...Guillaume Melquiond
2016-09-10Test for #5077.Hugo Herbelin
2016-09-10Fixing #5077 (failure on typing a fixpoint with evars in its type).Hugo Herbelin
2016-09-09Updating .gitignore.Hugo Herbelin
2016-09-09no-refold patchPaul Steckler
2016-09-09Fix output test-suite after commit 0d3c319.Pierre-Marie Pédrot
2016-09-09Fast path in Clenvtac.clenv_refine typeclass resolution.Pierre-Marie Pédrot
2016-09-09Monomorphize a costly boolean equality operation.Pierre-Marie Pédrot
2016-09-09Fix bug #4940: Tactic notation printing could be more informative.Pierre-Marie Pédrot
2016-09-09Merge branch 'v8.5' into v8.6Pierre-Marie Pédrot
2016-09-09Restore native compiler optimizations after they were broken by 9e2ee58.Maxime Dénès
2016-09-09Make it explicit when paths are added to the ML search paths.Guillaume Melquiond
2016-09-09Update csdp cache.Pierre-Marie Pédrot
2016-09-09Fix bug #3920 for good after 44ada64.Pierre-Marie Pédrot
2016-09-08Fix Bug #5073 : regression of micromega pluginFrédéric Besson
2016-09-08Avoid canonizing the same paths over and over.Guillaume Melquiond
2016-09-08Fix Bug #5073 : regression of micromega pluginFrédéric Besson
2016-09-08Merge PR #271 into v8.6Pierre-Marie Pédrot
2016-09-07Fix a typo in the reference manualJason Gross
2016-09-07Merge branch 'v8.5' into v8.6Pierre-Marie Pédrot
2016-09-07CoqIDE: Errors are sticky (fix #4368)Enrico Tassi
2016-09-07Removing useless tactic compatibility layer in Rewrite.Pierre-Marie Pédrot
2016-09-07STM: if_verbose on "Checking task ..." (fix #4058)Enrico Tassi
2016-09-07ltacprof: rec-calls are coaleshedEnrico Tassi