| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-18 | Fix failing coqtops in type-classes.rst | Gaëtan Gilbert | |
| 2019-02-18 | Merge PR #9568: Add test that we regenerated doc/sphinx/README.rst to linter | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Reviewed-by: ejgallego | |||
| 2019-02-18 | Merge PR #9589: Deprecate duplicated explicitation_eq | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego Reviewed-by: herbelin Ack-by: jashug | |||
| 2019-02-18 | Merge PR #9600: CI: fix trunk jobs switch picking | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2019-02-18 | Merge PR #9597: [ci] Resolve commit corresponding to branch when downloading ↵ | Emilio Jesus Gallego Arias | |
| tarball. Reviewed-by: SkySkimmer Reviewed-by: ejgallego | |||
| 2019-02-18 | Merge PR #9142: Disable Ltac backtraces | Hugo Herbelin | |
| Ack-by: Zimmi48 Reviewed-by: jfehrle Ack-by: ppedrot | |||
| 2019-02-18 | Merge PR #9592: Fix per-commit linting with bot merges | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2019-02-18 | Merge PR #9599: Remove undefined install_printer ppcumulativity_info | Emilio Jesus Gallego Arias | |
| 2019-02-18 | CI: fix trunk jobs switch picking | Gaëtan Gilbert | |
| After #9590 Instead of this we could override before_script, either duplicating the debug prints or just not doing debug prints for the trunk jobs. | |||
| 2019-02-18 | Remove undefined install_printer ppcumulativity_info | Gaëtan Gilbert | |
| 2019-02-18 | [ci] Resolve commit corresponding to branch when downloading tarball. | Théo Zimmermann | |
| This ensures that the log will contain the commit hash that we tested. This reuses the method from the Windows build script (we have a number of common functions, it would be interesting to start a bash shared library file). | |||
| 2019-02-18 | Add diff rule for README.rst to dune refman-html alias | Gaëtan Gilbert | |
| We change regen_readme such that when given an argument it outputs there instead of overwriting the readme. Prompted by me noticing I forgot to regen in #9553. | |||
| 2019-02-18 | Merge PR #9590: [gitlab] [docker] [ci] Remove "edge" compiler switch. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2019-02-18 | Fix per-commit linting with bot merges | Gaëtan Gilbert | |
| When the bot auto-merged the linter saw no commits to lint, eg https://gitlab.com/coq/coq/-/jobs/162893603 I'm pushing from a non-current master so we will see if this works. | |||
| 2019-02-18 | Merge PR #9439: Separate variance and universe fields in inductives. | Pierre-Marie Pédrot | |
| Ack-by: ppedrot | |||
| 2019-02-18 | Merge PR #9509: Fix #9508: Unexpected interaction between implicit arguments ↵ | Maxime Dénès | |
| and primititive projections Reviewed-by: maximedenes | |||
| 2019-02-18 | [gitlab] [docker] [ci] Remove "edge" compiler switch. | Emilio Jesus Gallego Arias | |
| Since a long time the compiler switch is not very useful as it is not used to test any CI. The `edge+flambda` version seems stable enough to carry out the `edge` testing by itself, thus we remove the `egde` switch saving valuable Docker image size and Gitlab runners. We also tweak the `pkg:opam` job as to correctly set the version of the pinned local package. | |||
| 2019-02-17 | Separate variance and universe fields in inductives. | Gaëtan Gilbert | |
| I think the usage looks cleaner this way. | |||
| 2019-02-17 | Merge PR #9528: Fix #9527: unknown evar in nonterminating [fix] error. | Pierre-Marie Pédrot | |
| Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2019-02-17 | Merge PR #9549: [ide] fix unconditional goto-point on editing an error (fix ↵ | Pierre-Marie Pédrot | |
| #9488) Ack-by: gares Ack-by: maximedenes Reviewed-by: ppedrot | |||
| 2019-02-17 | Merge PR #9506: Remove some non tailrec List.map from CList implementations | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2019-02-16 | Deprecated duplicated explicitation_eq | Jasper Hugunin | |
| 2019-02-14 | Merge PR #9571: Document the now_show tactic. | Clément Pit-Claudel | |
| Ack-by: Zimmi48 Reviewed-by: cpitclaudel | |||
| 2019-02-14 | Document the now_show tactic. | Théo Zimmermann | |
| It was used in the standard library and the test-suite but undocumented so far. | |||
| 2019-02-14 | Merge PR #9502: Remove nondeterministic tests | Théo Zimmermann | |
| Reviewed-by: JasonGross Reviewed-by: Zimmi48 | |||
| 2019-02-14 | Merge PR #9542: [Manual] Don’t use `Undo`; and other cleaning | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Reviewed-by: gares Reviewed-by: maximedenes | |||
| 2019-02-14 | [Manual] Fix a reference | Vincent Laporte | |
| 2019-02-14 | [Manual] Clean examples for `apply` | Vincent Laporte | |
| 2019-02-14 | [Manual] Don’t use `Undo` in ssreflect examples | Vincent Laporte | |
| 2019-02-14 | [Manual] Clean examples about `inversion` tactic | Vincent Laporte | |
| 2019-02-13 | Merge PR #9554: Don't save expected failure logs from opened/ bugs. | Maxime Dénès | |
| Reviewed-by: maximedenes | |||
| 2019-02-13 | Merge PR #9450: Fix #9432: canonical structure and coercion accept universe ↵ | Maxime Dénès | |
| binders. Ack-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: gares Reviewed-by: maximedenes | |||
| 2019-02-13 | [ssr] move shorter Canonical to Coq proper | Enrico Tassi | |
| 2019-02-13 | more tests | Enrico Tassi | |
| 2019-02-13 | refactor grammar | Enrico Tassi | |
| 2019-02-13 | Fix #9432: canonical structure and coercion accept universe binders. | Gaëtan Gilbert | |
| (when defining a new constant) | |||
| 2019-02-13 | Merge PR #9564: Fix small errors in cic.rst (3rd) | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-02-13 | Merge PR #9553: Sphinx various fixing of failing commands | Théo Zimmermann | |
| Ack-by: Zimmi48 | |||
| 2019-02-13 | Merge PR #9557: [ssreflect] Export more parsing witnesses. | Enrico Tassi | |
| 2019-02-13 | Merge PR #9173: [tactics] Remove dependency of abstract on global proof state. | Maxime Dénès | |
| Ack-by: SkySkimmer Ack-by: ejgallego Ack-by: mattam82 Ack-by: maximedenes Reviewed-by: ppedrot | |||
| 2019-02-12 | Merge PR #9548: Almost fully type-safe gramlib implementation | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2019-02-12 | Merge PR #9563: Improve the documentation of auto. | Clément Pit-Claudel | |
| Ack-by: Zimmi48 Reviewed-by: cpitclaudel | |||
| 2019-02-12 | Fix failing coqtops in syntax-extensions.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in tactics.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in ssreflect-proof-language.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in ltac.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in coqide.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in gallina-specification-language.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in gallina-extensions.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in coq-library.rst | Gaëtan Gilbert | |
| Mostly in the pattern ~~~ .. coqtop:: in Theorem foo : bla. Theorem bar : blah. (* nested proof error *) ~~~ | |||
