| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-03 | Adding combinators preserving expanded form of branches and pred. of "match". | Hugo Herbelin | |
| More precisely: the lambda-let-expanded canonical form of branches and return predicate is considered as part of the structure of a "match" and is preserved. | |||
| 2018-09-02 | Cosmetic: fixing an indentation | Hugo Herbelin | |
| 2018-09-01 | Merge PR #8348: Download tarball instead of cloning external projects. | Emilio Jesus Gallego Arias | |
| 2018-08-31 | Merge PR #8346: Clean-up Travis folds. | Gaëtan Gilbert | |
| 2018-08-31 | Merge PR #8351: [ci] [docker] Update base Dune version. | Gaëtan Gilbert | |
| 2018-08-31 | Merge PR #8170: Don't index names starting with `_` in docs | Théo Zimmermann | |
| 2018-08-31 | Merge PR #8219: Refman consistency check | Théo Zimmermann | |
| 2018-08-31 | Download tarball instead of cloning external projects (when $CI is set). | Théo Zimmermann | |
| This allows to use fixed commits and not just branches or tags. We keep using git clone when $FORCE_GIT is set (for projects on gforge.inria.fr and projects pulling dependencies through git submodules). fiat-parsers also calls git submodule, but inside its own Makefile. | |||
| 2018-08-31 | Merge PR #8368: [ci] Fix QuickChick by adding new simple-io dependency. | Gaëtan Gilbert | |
| 2018-08-31 | [ci] Fix QuickChick by adding new simple-io dependency. | Théo Zimmermann | |
| 2018-08-31 | Fixed the seealso directive in a few places. | Zeimer | |
| 2018-08-31 | Uniformized many spelling variants. Added .. warning:: and .. seealso:: ↵ | Zeimer | |
| directives in many places. Disambiguated terminology: disequality now means <> while inequality means < <= > >=. Fixed some more grammar and spelling issues. | |||
| 2018-08-30 | [ci] [docker] Update Dune and Elpi versions. | Emilio Jesus Gallego Arias | |
| We'd like to use `(lang 1.1)` features. Elpi needs update as recent `ppx_tools_versioned` changes broke it. | |||
| 2018-08-30 | Merge PR #8354: Move CHANGES entry for #8167 to 8.8.2 section | Théo Zimmermann | |
| 2018-08-30 | Merge PR #8349: Mention dev/doc/critical-bugs in CONTRIBUTING | Théo Zimmermann | |
| 2018-08-30 | Merge PR #8292: Create SPHINXWARNERROR variable to control Sphinx "warn as ↵ | Théo Zimmermann | |
| error" argument in make | |||
| 2018-08-29 | Merge PR #8353: [sphinx] Fix timeout issue by splitting imports. | Clément Pit-Claudel | |
| 2018-08-29 | Merge PR #8345: Add index for focusing braces. | Clément Pit-Claudel | |
| 2018-08-29 | Create SPHINXWARNERROR variable that controls whether the Sphinx | Jim Fehrle | |
| "treat errors as warnings" flag (-W) is applied. "1" or undefined includes the flag, other values or undefined omit it. Removed the "-warn-error" parameter to configure. "-profile XXX" will no longer cause these flags to be used. | |||
| 2018-08-29 | Move CHANGES entry for #8167 to 8.8.2 section | Jason Gross | |
| As per https://github.com/coq/coq/pull/8167#issuecomment-416929865 | |||
| 2018-08-29 | Move mention of dev/doc/critical-bugs to CONTRIBUTING | Jason Gross | |
| As per https://github.com/coq/coq/pull/8349#pullrequestreview-150456919 | |||
| 2018-08-29 | Mention dev/doc/critical-bugs in the PR template | Jason Gross | |
| 2018-08-29 | [sphinx] Fix timeout issue by splitting imports. | Théo Zimmermann | |
| 2018-08-29 | Merge PR #8274: Restore previous printing filtering; always reprint the ↵ | Emilio Jesus Gallego Arias | |
| context after "Set Diffs" | |||
| 2018-08-29 | Merge PR #8313: [ci-fiat-crypto] Test extraction | Emilio Jesus Gallego Arias | |
| 2018-08-29 | Merge PR #8350: Fix typo in comment, sollicited --> solicited. | Emilio Jesus Gallego Arias | |
| 2018-08-29 | Merge PR #8282: [coq_makefile] print all options (Fix #7529) | Théo Zimmermann | |
| 2018-08-29 | Merge PR #8167: Fix ordering of before/after in print-pretty-timed-* | Enrico Tassi | |
| 2018-08-29 | Merge PR #8340: Put camldevfiles targets in Makefile | Enrico Tassi | |
| 2018-08-28 | Merge PR #8334: Fix a casing problem noticed by Lars Dölle on Coq-Club. | Clément Pit-Claudel | |
| 2018-08-28 | Fix typo in comment, sollicited --> solicited. | Nick Lewycky | |
| 2018-08-28 | [ci-fiat-crypto] Build c-files | Jason Gross | |
| This tests the outputs of extraction, to some extent. | |||
| 2018-08-28 | Merge PR #8135: Sphinx fixing of the beginning of the Tactics chapter. | Clément Pit-Claudel | |
| 2018-08-28 | Merge PR #8281: Trivial Sphinx fix in doc. | Clément Pit-Claudel | |
| 2018-08-28 | Clean-up Travis folds. | Théo Zimmermann | |
| This has become mostly garbage since GitLab CI became our main CI platform. | |||
| 2018-08-28 | Add index for focusing braces. | Théo Zimmermann | |
| And fix wrong indentation. | |||
| 2018-08-28 | Merge PR #8333: Fix URIs in the configuration script | Emilio Jesus Gallego Arias | |
| 2018-08-28 | Put camldevfiles targets in Makefile | Gaëtan Gilbert | |
| There's no need to build dependencies for it. | |||
| 2018-08-28 | Merge PR #8112: Add support for focusing on named goals using brackets. | Pierre-Marie Pédrot | |
| 2018-08-27 | Update test-suite for focusing on named goals. | Théo Zimmermann | |
| 2018-08-27 | Document focusing on named goals. | Théo Zimmermann | |
| 2018-08-27 | Add support for focusing on named goals using brackets. | Théo Zimmermann | |
| 2018-08-27 | Merge PR #8312: Split up fiat-crypto CI into two targets | Gaëtan Gilbert | |
| 2018-08-27 | Merge PR #8260: Tweak diff options in CoqIDE | Pierre-Marie Pédrot | |
| 2018-08-27 | Fix a casing problem noticed by Lars Dölle on Coq-Club. | Théo Zimmermann | |
| 2018-08-27 | Merge PR #8293: Fix typo of caracterisation -> c*h*aracterisation | Hugo Herbelin | |
| 2018-08-27 | Fix wwwrefman and wwwstdlib | Kazuhiko Sakaguchi | |
| 2018-08-24 | Bug fix: restore previous printing behavior that was unintentionally changed ↵ | Jim Fehrle | |
| in 7d2a9df (current code always prints context, should print only if the proof has changed). Bug fix: Fix message that came out as "Error: Error: -diffs requires ..." Enhancement: always print the context after the "Set Diffs" command. | |||
| 2018-08-24 | Merge PR #8266: Minor Sphinx improvements in the bullet documentation. | Clément Pit-Claudel | |
| 2018-08-24 | Fix ordering of before/after in print-pretty-timed-* | Jason Gross | |
| Fixes #8158 | |||
