| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-03 | Fix #11121: Simultaneous definition of term and notation in custom grammar | Maxime Dénès | |
| 2020-07-03 | Merge PR #10390: UIP in SProp | Maxime Dénès | |
| Reviewed-by: Zimmi48 Ack-by: ejgallego Reviewed-by: maximedenes | |||
| 2020-07-02 | Merge PR #12572: Correctly classify variables as being unfoldable in dnet ↵ | Gaëtan Gilbert | |
| patterns. Reviewed-by: SkySkimmer Reviewed-by: maximedenes | |||
| 2020-07-01 | UIP in SProp | Gaëtan Gilbert | |
| 2020-07-01 | Merge PR #12605: [test-suite] async-proofs off in tests with Fail Timeout | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-06-30 | Merge PR #11977: Generate default names for bound universes of polymorphic ↵ | Emilio Jesus Gallego Arias | |
| definitions Reviewed-by: ejgallego Reviewed-by: herbelin | |||
| 2020-06-29 | [test-suite] async-proofs off in tests with Fail Timeout | Enrico Tassi | |
| Apparently the `Timeout` exception is raised by a signal handled, and that can happen when the running thread is a worker manager, rather than the main thread (the one that should be interrupted). Given that the point of these tests is to test *auto and not the STM, we disable async proofs forcibly. | |||
| 2020-06-29 | Merge PR #12541: Fix #12228 negative integers not accepted in ltac integer_list | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-06-25 | Generate names for anonymous polymorphic universes | Gaëtan Gilbert | |
| This should make the univbinders output test less fragile as it depends less on the global counter (still used for universes from section variables). | |||
| 2020-06-24 | [test-suite] Fix dependencies of modules/ files | Jason Gross | |
| Fixes #12582 The previous code said that `Nat.v.log` (and therefore `Nat.vo`) should be rebuilt anytime `Nat.v.log` is older than `plik.v.vo`, and also says that `plik.v.log` (and therefore `plik.vo`) should be rebuilt anytime `plik.v.log` is older than `Nat.vo`. This is circular, and results in `make` considering all of the `modules/` tests out-of-date on any fresh run. | |||
| 2020-06-24 | Merge PR #12532: Use the unification result for eauto's eapply. | Matthieu Sozeau | |
| Reviewed-by: mattam82 | |||
| 2020-06-23 | Correctly classify variables as being unfoldable in dnet patterns. | Pierre-Marie Pédrot | |
| Fixes #12571. | |||
| 2020-06-23 | Merge PR #12530: Fix glob_sort_family for SProp | Maxime Dénès | |
| Reviewed-by: gares Reviewed-by: maximedenes | |||
| 2020-06-23 | Merge PR #12552: Add a pre-hook mechanism for the `zify` tactic | Frédéric Besson | |
| Reviewed-by: fajb | |||
| 2020-06-23 | Add a test for the strange behaviour encountered with this change. | Pierre-Marie Pédrot | |
| 2020-06-22 | Merge PR #12434: Slight improvement in naming dependent existential ↵ | Gaëtan Gilbert | |
| variables in goals Reviewed-by: SkySkimmer | |||
| 2020-06-20 | Add a pre-hook mechanism for the `zify` tactic | Kazuhiko Sakaguchi | |
| 2020-06-18 | Fix #12228 negative integers not accepted in ltac integer_list | Pierre Roux | |
| 2020-06-17 | Merge PR #12508: Fix #12507 Anomaly when using a ssreflect `reflect` view | Cyril Cohen | |
| Reviewed-by: CohenCyril Reviewed-by: ppedrot | |||
| 2020-06-17 | Fix glob_sort_family for SProp | Gaëtan Gilbert | |
| Fixes #12529 | |||
| 2020-06-16 | make the linter happy | Enrico Tassi | |
| 2020-06-15 | [ssr] fix env handling in error message (fix #12507) | Enrico Tassi | |
| 2020-06-14 | fix according to review by @pi8027 | Frédéric Besson | |
| 2020-06-11 | [test-suite] [stm] Interactive test case for fail-on-qed. | Emilio Jesus Gallego Arias | |
| 2020-06-11 | Merge PR #12443: Fix #12442: Confusing error message when the intro pattern ↵ | Pierre-Marie Pédrot | |
| of "apply in" fails Reviewed-by: ppedrot | |||
| 2020-06-11 | Merge PR #12423: Remove info tactic, deprecated in 8.5 | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-06-09 | Merge PR #12484: Fix #12483 Incorrect specification of PrimFloat.leb | Guillaume Melquiond | |
| Ack-by: Zimmi48 Reviewed-by: erikmd Reviewed-by: silene | |||
| 2020-06-09 | Merge PR #12186: CReal: changed epsilon for modulus of convergence from 1/n ↵ | Vincent Semeria | |
| to 1/2^n Reviewed-by: VincentSe | |||
| 2020-06-09 | CReal: changed epsilon for modulus of convergence from 1/n to 2^z | Michael Soegtrop | |
| 2020-06-08 | Fix 12483 | Pierre Roux | |
| 2020-06-08 | Merge PR #12480: Don't suggest Proof using when no section variables | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-06-08 | Don't suggest Proof using when no section variables | Gaëtan Gilbert | |
| Fix #12447 | |||
| 2020-06-06 | Fix uncaught NotArity in inductive type | Gaëtan Gilbert | |
| Fixes #12390 | |||
| 2020-06-06 | Fix #12442: Confusing error message when the intro pattern of "apply in" fails | Attila Gáspár | |
| 2020-06-01 | Slight improvement in naming existential variables. | Hugo Herbelin | |
| In a Meta := Evar unification problem and the Meta is bound to a (named) binder, and the Evar is a GoalEvar, we set the source of the evar to be the one of the Meta. | |||
| 2020-05-30 | Remove info tactic, deprecated in 8.5 | Jim Fehrle | |
| 2020-05-29 | Fixes #12418 (inference of return clause meets assert false). | Hugo Herbelin | |
| This is a quick fix to avoid the anomaly, with a fallback on before b1b8243b7fc. | |||
| 2020-05-27 | Merge PR #12408: Fix output tests for location errors when running in async ↵ | Emilio Jesus Gallego Arias | |
| mode. Reviewed-by: JasonGross Reviewed-by: ejgallego | |||
| 2020-05-26 | Merge PR #12388: Fix an uncaught python exception in timing | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-05-25 | Merge PR #12366: Delay evaluating arguments of the "exists" tactic | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-05-25 | Fix output tests for location errors when running in async mode. | Théo Zimmermann | |
| In this mode, an additional error was emitted, which made the test fail: Error: There are pending proofs: Unnamed_thm. | |||
| 2020-05-22 | [coqchk] Add test | Pierre Roux | |
| 2020-05-22 | Merge PR #12295: Fixes #12233: printing environment corrupted with ↵ | Pierre-Marie Pédrot | |
| eta-expansion of "match" branches Reviewed-by: gares Ack-by: ppedrot | |||
| 2020-05-22 | Merge PR #11986: [primitive floats] Add low level printing | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2020-05-21 | Fix an uncaught python exception in timing | Jason Gross | |
| Previously, when either the 'before' or 'after' had no files, we'd get an uncaught exception: ``` Traceback (most recent call last): File "/home/jgross/Documents/repos/coq/tools/make-both-time-files.py", line 16, in <module> table = make_diff_table_string(left_dict, right_dict, sort_by=args.sort_by, include_mem=args.include_mem, sort_by_mem=args.sort_by_mem) File "/home/jgross/Documents/repos/coq/tools/TimeFileMaker.py", line 391, in make_diff_table_string right_peak = max(v.get(MEM_KEY, 0) for v in right_dict.values()) ValueError: max() arg is an empty sequence ``` Fixes #12387 | |||
| 2020-05-21 | Merge PR #12368: Print a newline at the end of timing tables | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-05-21 | Merge PR #12358: [topfmt] Set formatter + flush fix | Gaëtan Gilbert | |
| Reviewed-by: JasonGross Reviewed-by: SkySkimmer Ack-by: Zimmi48 | |||
| 2020-05-20 | Print a newline at the end of timing tables | Jason Gross | |
| This, for example, improves the CI display, so that `$ echo 'end:coq.test'` does not appear on the same line as the end of the timing table. | |||
| 2020-05-20 | Merge PR #12350: [test-suite] Ensure copies of files are writable | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-05-19 | Delay evaluating arguments of the "exists" tactic | Attila Gáspár | |
