| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-08 | Complete a truncated comment | Arnaud Spiwack | |
| Introduce by myself, I'm afraid, in #308. Noticed by PMP during the review, but I forgot to fix it before merge. | |||
| 2016-11-08 | tclDISPATCH: more informative error message | Arnaud Spiwack | |
| "expected _n_ tactics" -> "exected _n_ tactics, was given _k_". Also affect other similar tacticals from `Proofview`. I used that for debugging once, I thought I might as well propose it for mergeing. | |||
| 2016-11-07 | Ordering search: memoise relevance metric | Arnaud Spiwack | |
| Recalculating the metric all the time was proving costly (it was obvious even on small queries). | |||
| 2016-11-07 | Refine the relevance measure | Arnaud Spiwack | |
| Having more disctinc symbols incurs a penalty. | |||
| 2016-11-07 | Sort search results by relevance | Arnaud Spiwack | |
| This orders the results of search commands (such as `Search`, `SearchAbout`, …) according to a "relevance" metric to minimise. In this minimal version, the metric is the size of the displayed term. | |||
| 2016-11-07 | After Emilio's comment. | Matthieu Sozeau | |
| 2016-11-07 | Merge remote-tracking branch 'github/pr/339' into v8.6 | Maxime Dénès | |
| Was PR#339: Documenting type class options, typeclasses eauto | |||
| 2016-11-07 | Mention notypeclasses refine in CHANGES | Matthieu Sozeau | |
| 2016-11-07 | CHANGES for this branch. | Matthieu Sozeau | |
| 2016-11-07 | Document two new variants of refine | Matthieu Sozeau | |
| They allow to call refine without doing typeclass resolution, allowing to use refine in typeclass hints. | |||
| 2016-11-07 | Fixes to compile with ocaml 4.01 | Matthieu Sozeau | |
| 2016-11-07 | More accurate contributor list. | Matthieu Sozeau | |
| Command used: git log v8.5..HEAD --pretty=format:"%an," | sort -k 2 | uniq with some manual postprocessing for login names, particles and multiple first names. | |||
| 2016-11-07 | Hugo and Maxime's 2nd pass of comments | Matthieu Sozeau | |
| 2016-11-07 | Merge commit 'e6edb33' into v8.6 | Maxime Dénès | |
| Was PR#331: Solve_constraints and Set Use Unification Heuristics | |||
| 2016-11-07 | Improve formatting of a message in [Arguments]. | Maxime Dénès | |
| 2016-11-07 | Fix #5181: [Arguments] no longer correctly checks the length of arguments lists | Maxime Dénès | |
| 2016-11-07 | Fix #5182: "Arguments names must be distinct." is bogus and underinformative | Maxime Dénès | |
| 2016-11-07 | More explicit name for status of unification constraints. | Maxime Dénès | |
| 2016-11-06 | Hugo's comments | Matthieu Sozeau | |
| 2016-11-06 | Maxime's comments | Matthieu Sozeau | |
| 2016-11-06 | Fixes from Enrico's review | Matthieu Sozeau | |
| 2016-11-05 | Merge branch 'trunk' of git+ssh://scm.gforge.inria.fr/gitroot/coq/coq into trunk | Matej Kosik | |
| 2016-11-05 | FIX: dev/include | Matej Kosik | |
| 2016-11-05 | Not using style tags when translating/beautifying a file. | Hugo Herbelin | |
| 2016-11-05 | Removing a special treatment for empty lines in comments. | Hugo Herbelin | |
| This made the whole pp code complicated only for the purpose of the beautifier, while it is not clear when this was useful. Removing the code for simplicity, not excluding to later address beautifier issues when they show up. | |||
| 2016-11-05 | Removing obsolete parsing of strings à la v7 in comments. | Hugo Herbelin | |
| This was for the translator and is not relevant for the beautifier. | |||
| 2016-11-05 | Credits for 8.6 | Matthieu Sozeau | |
| 2016-11-05 | Minor fix in documentation | Matthieu Sozeau | |
| 2016-11-05 | Do not print dependent evars by default (expensive) | Matthieu Sozeau | |
| The option can be turned on by the user though. | |||
| 2016-11-05 | More precise refine compatibility | Matthieu Sozeau | |
| 2016-11-04 | Quick fix of tactic parsing while Load-ing in coqide. | Hugo Herbelin | |
| Note that this is still broken when loading files containing C-zar scripts. | |||
| 2016-11-04 | Test for #4966 ("auto" wrongly seen as "auto with *" when in position of ident). | Hugo Herbelin | |
| 2016-11-04 | Fix #3441 Use pf_get_type_of to avoid blowup | Matthieu Sozeau | |
| ... in pose proof of large proof terms | |||
| 2016-11-04 | Fix refine in compatibility mode | Matthieu Sozeau | |
| 2016-11-04 | Fix #4837: ./configure -local makes coqdep issue many warnings | Maxime Dénès | |
| We simply remove the warnings about paths mixing Win32 and Unix separators, since that situation does not seem problematic (c.f. discussion on the bug tracker). | |||
| 2016-11-04 | Merge remote-tracking branch 'github/pr/335' into v8.6 | Maxime Dénès | |
| Was PR#335: Fix printing of typeclasses eauto debug wrt intro. | |||
| 2016-11-04 | Merge remote-tracking branch 'github/pr/336' into v8.6 | Maxime Dénès | |
| Was PR#336: Remove v62 | |||
| 2016-11-04 | Add documentation for [Set Warnings] and the -w option. | Cyprien Mangin | |
| 2016-11-04 | Silence option deprecation warnings in the compat file | Jason Gross | |
| Some options are expected to be deprecated | |||
| 2016-11-03 | Remove an OCaml 4.02 construct. | Maxime Dénès | |
| This was not detected by running coq-contribs, so it probably means that we are not testing with the right version of OCaml. | |||
| 2016-11-03 | Merge remote-tracking branch 'github/pr/340' into v8.6 | Maxime Dénès | |
| Was PR#340: Fix various shortcomings of the warnings infrastructure. | |||
| 2016-11-03 | Rework search_strategy option handling | Matthieu Sozeau | |
| 2016-11-03 | Internal API change to typeclasses eauto. | Théo Zimmermann | |
| This commit makes the traversing strategy of typeclasses eauto an optional argument of the function that implements it. This change should be non-breaking. | |||
| 2016-11-03 | Do not shelve non-class subgoals but fail, it should | Matthieu Sozeau | |
| be the instance writer's responsibility to not generated non-dependent non-class subgoals (otherwise we loose compatibility as shown in e.g. MathClasses, which goes into loops because of unexpectedly unconstrained goals). Reflect it in the doc. | |||
| 2016-11-03 | Fix test-suite files relying on tcs bugs | Matthieu Sozeau | |
| - One was expecting shelved goals to remain after resolution (from refine). - The other too were relying on the wrong classification of subgoals as typeclass subgoals at toplevel. | |||
| 2016-11-03 | Fixed bug #4095. | Matthieu Sozeau | |
| 2016-11-03 | typeclasses eauto Implem/doc of shelving strategy | Matthieu Sozeau | |
| Now [typeclasses eauto] mimicks what happens during resolution faithfully, and the shelving behavior/requirements for a successful proof-search are documented. | |||
| 2016-11-03 | Fix [typeclasses eauto with] and nopattern hints | Matthieu Sozeau | |
| This was the source of a bug in #5115#c7. | |||
| 2016-11-03 | Fix handling of only_classes at toplevel | Matthieu Sozeau | |
| 2016-11-03 | Test new syntax for hints and typeclass options | Matthieu Sozeau | |
