aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-06Deduplicate some names in .mailmapJason Gross
2016-07-06Fix indentation of configure printoutJason Gross
2016-07-05Prevent unsafe overwriting of Required modules by toplevel library.Maxime Dénès
2016-07-05congruence fix: test-suite code and update CHANGESMatthieu Sozeau
2016-07-05Pass .v files to coqc in Makefile produced by coq_makefile (bug #4896).Guillaume Melquiond
2016-07-05Add mailmap entry.Guillaume Melquiond
2016-07-05Bug fix : variable capture in ltac code of Nsatzthery
2016-07-04Merge branch 'congruencefix' into v8.5Matthieu Sozeau
2016-07-04congruence: Restrict refreshing to SetMatthieu Sozeau
2016-07-04congruence: remove casts of indexed termsMatthieu Sozeau
2016-07-04congruence/univs: properly refresh (fix #4609)Matthieu Sozeau
2016-07-04Mention more fixes in CHANGES before we release pl2.Maxime Dénès
2016-07-04Revert "Improve the interpretation scope of arguments of an ltac match."Maxime Dénès
2016-07-04test-suite: test checking of libraries checksum.Maxime Dénès
2016-07-04Merge remote-tracking branch 'github/pr/228' into v8.5Maxime Dénès
2016-07-01Fixing use of "Declare Implicit Tactic" in refine.Hugo Herbelin
2016-07-01Fixing #4881 (synchronizing "Declare Implicit Tactic" with backtrack).Hugo Herbelin
2016-07-01Fixing #4882 (anomaly with Declare Implicit Tactic on hole of type with evars).Hugo Herbelin
2016-06-28fix coqide double module linking (error on OCaml 4.03)Gabriel Scherer
2016-06-28Merge branch 'forhott' into v8.5Matthieu Sozeau
2016-06-27Univs/CHANGES: #4097 and annotations on notationsMatthieu Sozeau
2016-06-27Refine fix for bug #4097, avoid proj expansionMatthieu Sozeau
2016-06-27Univs: allowing notations to take univ instancesMatthieu Sozeau
2016-06-27Forbidding silently dropped universes instances inMatthieu Sozeau
2016-06-27More on f9695eb4b, 827663982 on resolving #4782, #4813 (typing "with" clause).Hugo Herbelin
2016-06-27Fix bug #4698: CoqIDE error dialogs piling up when coqtop dies.Pierre-Marie Pédrot
2016-06-23Fix typo.Guillaume Melquiond
2016-06-23Remove extraction-specific code from the checker.Guillaume Melquiond
2016-06-20Reference Manual / Extraction: the original example command no longer works w...Matej Kosik
2016-06-18A hack to fix another regression with Ltac trace report in 8.5. E.g.Hugo Herbelin
2016-06-17remote counter: avoid thread race on sockets (fix #4823)Enrico Tassi
2016-06-14Merge branch 'bug4450' into v8.5Matthieu Sozeau
2016-06-14Merge branch 'bug4725' into v8.5Matthieu Sozeau
2016-06-14Admitted: fix #4818 return initial stmt and univsMatthieu Sozeau
2016-06-13Fix test-suite file, only part 2 is fixed in 8.5Matthieu Sozeau
2016-06-13Univs: fix for part #2 of bug #4816.Matthieu Sozeau
2016-06-13evar_conv: Refine occur_rigidlyMatthieu Sozeau
2016-06-13Tentatively fixing misguiding error message with "binder" type inHugo Herbelin
2016-06-12Minor simplification in evarconv.Hugo Herbelin
2016-06-12Another fix to #4782 (a typing error not captured when dealing with bindings).Hugo Herbelin
2016-06-12Reserve exception "ConversionFailed" in unification for failure ofHugo Herbelin
2016-06-12Protecting eta-expansion in evarconv.ml against ill-typed problems.Hugo Herbelin
2016-06-12Fixing bug in printing CannotSolveConstraint (collision of context names).Hugo Herbelin
2016-06-11Fixing #4782 (a typing error not captured when dealing with bindings).Hugo Herbelin
2016-06-11Fixing a try with in apply that has become too weak in 8.5.Hugo Herbelin
2016-06-09Reporting about a few bug fixes (to be continued).Hugo Herbelin
2016-06-09Fixing #4644 (regression of unification on evar-evar problems with a match).Hugo Herbelin
2016-06-09Minor simplification in evarconv.ml.Hugo Herbelin
2016-06-09New update on how to find camlp5 binary and library at configure time.Hugo Herbelin
2016-06-09Improve the interpretation scope of arguments of an ltac match.Hugo Herbelin