| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-08 | Add NOTINRSTS nonterminal to suppress messages | Jim Fehrle | |
| 2020-06-08 | Report an error for empty (sub)productions | Jim Fehrle | |
| (Sphinx notations don't support these.) | |||
| 2020-06-08 | Add MOVEALLBUT operation | Jim Fehrle | |
| 2020-06-08 | Refactor SELF code for clarity | Jim Fehrle | |
| Handle SELF within nested constructs more clearly | |||
| 2020-06-07 | Merge PR #12473: Match only a single line as the coqtop prompt in coqtop:: ↵ | Clément Pit-Claudel | |
| directive | |||
| 2020-06-06 | Match only a single line as the coqtop prompt | Jim Fehrle | |
| (the previous expression was including some expected output) | |||
| 2020-06-06 | Merge PR #12380: Fix #12361 (indexing issues in the PDF) | Théo Zimmermann | |
| Ack-by: Zimmi48 Reviewed-by: jfehrle | |||
| 2020-06-05 | Merge PR #12336: Factorize code in hint declaration. | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-06-05 | Merge PR #12450: Document known issue of Proof <term> with PG. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego Reviewed-by: erikmd Reviewed-by: jfehrle | |||
| 2020-06-05 | Merge PR #12460: Add remaining 8.12+beta1 changelog entries. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-06-05 | Merge PR #12459: Document incompatibility with Sphinx 3. | Emilio Jesus Gallego Arias | |
| Reviewed-by: cpitclaudel | |||
| 2020-06-05 | Merge PR #12437: Fix ONLY_WINDOWS in .gitlab-ci.yml. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-06-05 | Merge PR #12397: Fix #12280: do not use xindy to avoid build failures on ↵ | Emilio Jesus Gallego Arias | |
| some machines. Reviewed-by: SkySkimmer Reviewed-by: cpitclaudel | |||
| 2020-06-05 | Merge PR #12456: Fix version switcher when building with Dune. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-06-05 | Adjust list of versions in version switcher. | Théo Zimmermann | |
| - Use the name 'dev' instead of 'master' because it is less cryptic. - Add the 'v8.12' branch. - Use the branch version only for active branches, and the latest patch-level release for the rest. | |||
| 2020-06-05 | Add remaining 8.12+beta1 changelog entries. | Théo Zimmermann | |
| 2020-06-05 | Document incompatibility with Sphinx 3. | Théo Zimmermann | |
| Cf. #12332 | |||
| 2020-06-05 | Fix version switcher when building with Dune. | Théo Zimmermann | |
| Closes #12395. | |||
| 2020-06-05 | Fix comment. | Théo Zimmermann | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> Remove note about Sphinx tradition. | |||
| 2020-06-05 | [sphinx] Fix #12361 | Clément Pit-Claudel | |
| 2020-06-05 | [sphinx] Improve the error message printed for duplicate names | Clément Pit-Claudel | |
| 2020-06-05 | [sphinx] Get rid of anonymous targets (Sphinx 2.3.1 doesn't like them) | Clément Pit-Claudel | |
| https://github.com/sphinx-doc/sphinx/issues/7701 | |||
| 2020-06-05 | [sphinx] Remove most pylint warnings | Clément Pit-Claudel | |
| 2020-06-05 | Merge PR #11707: Split the Reductionops machine from the cbn one | Maxime Dénès | |
| Reviewed-by: maximedenes | |||
| 2020-06-04 | Tweak wording. | Théo Zimmermann | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-06-04 | Document known issue of Proof <term> with PG. | Théo Zimmermann | |
| See #12444. | |||
| 2020-06-04 | Merge PR #12440: [declare] Hide internals of variable declaration entries. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-06-04 | Move the Cbn module to tactics/. | Pierre-Marie Pédrot | |
| 2020-06-04 | Further cleanup. | Pierre-Marie Pédrot | |
| We factorize code between Cbn and Reductionops, and remove dead code as well. | |||
| 2020-06-04 | Move the cbn reduction to its own file, and simplify the RAKAM accordingly. | Pierre-Marie Pédrot | |
| 2020-06-03 | Merge PR #12419: Various cleanups in eauto | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-06-03 | [declare] Hide internals of variable declaration entries. | Emilio Jesus Gallego Arias | |
| In particular this avoids exposing `Evd.side_effects proof_entry` in the API. | |||
| 2020-06-03 | Merge PR #12427: Add a dependency of coq_makefile's coqdep target into ↵ | Enrico Tassi | |
| _CoqProject Reviewed-by: JasonGross | |||
| 2020-06-03 | Merge PR #12337: Move CoqIDE to its own folder | Enrico Tassi | |
| Reviewed-by: MSoegtropIMC Reviewed-by: Zimmi48 Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2020-06-03 | Fix ONLY_WINDOWS in .gitlab-ci.yml. | Théo Zimmermann | |
| 2020-06-02 | Move CoqIDE to its own folder | Maxime Dénès | |
| The will make it possible to put a VsCoq toplevel in `ide/vscoq`. | |||
| 2020-06-02 | Merge PR #12412: Reduce options passed to workers | Enrico Tassi | |
| Ack-by: SkySkimmer Reviewed-by: gares | |||
| 2020-06-02 | Merge PR #11974: Require in Section: warning is now about fragility not ↵ | Emilio Jesus Gallego Arias | |
| deprecation. Reviewed-by: Zimmi48 Reviewed-by: ejgallego | |||
| 2020-06-02 | Enforce statically the invariant that a goal comes with its database in eauto. | Pierre-Marie Pédrot | |
| 2020-06-02 | Simplify Eauto.e_trivial_resolve. | Pierre-Marie Pédrot | |
| No need to create various mapping of lists when a filter would suffice. | |||
| 2020-06-02 | Factor the computation of head constant in Eauto resolution. | Pierre-Marie Pédrot | |
| 2020-06-02 | Make explicit the computation of lists of goals in eauto. | Pierre-Marie Pédrot | |
| 2020-06-02 | Some wrapper cleanup around eauto. | Pierre-Marie Pédrot | |
| 2020-06-01 | Merge PR #12396: Release notes 8.12 | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego Ack-by: jfehrle | |||
| 2020-06-01 | Merge PR #12422: Fixes #12418: an assert false in inference of return clause | Emilio Jesus Gallego Arias | |
| Reviewed-by: gares | |||
| 2020-06-01 | Merge PR #12431: [ci] Split fiat-crypto into non-OCaml and OCaml | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-05-31 | [ci] Split fiat-crypto into non-OCaml and OCaml | Jason Gross | |
| Note that this should reduce the overall build time of fiat-crypto related targets by about 10--20 minutes, as I've removed the heaviest jobs (about 25--30 minutes in serial) from the OCaml target. I'd like to keep the OCaml target around just to make sure that Coq doesn't introduce a change to extraction that breaks compilation of extracted OCaml code. See https://github.com/ocaml/ocaml/issues/7826 for the issue tracking performance of compiling the extracted OCaml code (and perhaps there should be another issue opened on the OCaml bug tracker about flambda on the fiat-crypto extracted files?) Alternative to #12405 Closes #12405 Fixes #12400 | |||
| 2020-05-30 | Coq_makefile: adding a dependency of .coqdeps on _CoqProject. | Hugo Herbelin | |
| 2020-05-29 | Merge PR #12393: [declare] Miscellaneous nits from my main dev tree | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-05-29 | Require in Section: warning is now about fragility not deprecation. | Gaëtan Gilbert | |
