| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-19 | Merge PR #12353: Update release-process.md | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-05-18 | Bump minimal versions of refman dependencies. | Théo Zimmermann | |
| Fixes #11936. Co-authored-by: Jim Fehrle <jfehrle@sbcglobal.net> | |||
| 2020-05-18 | [ci] Old overlay cleanup. | Emilio Jesus Gallego Arias | |
| 2020-05-18 | Update release-process.md | Enrico Tassi | |
| 2020-05-18 | Update release-process.md | Enrico Tassi | |
| 2020-05-18 | Update to 8.13. | Théo Zimmermann | |
| Part of this PR was automatically generated by running dev/doc/update-compat.py --master | |||
| 2020-05-18 | Direct URL for triggering a pipeline with SKIP_DOCKER=false. | Théo Zimmermann | |
| 2020-05-16 | [ci] [azure] Rework windows Azure pipeline | Emilio Jesus Gallego Arias | |
| - use a different mirror for main cygwin archive - (always) publish build log as artifact - fix call to dune makefiles - we do just build Coq for now, as: + dune is rebuilding Coq to run the test-suite, this needs move investigation. + the test suite seems to take long and it times-out on Win. | |||
| 2020-05-16 | Merge PR #8855: More search options | Emilio Jesus Gallego Arias | |
| Reviewed-by: SkySkimmer Ack-by: Zimmi48 Ack-by: ejgallego Ack-by: kyoDralliam | |||
| 2020-05-16 | Merge PR #12335: Clarify release-process.md | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-05-16 | Merge PR #11566: [misc] Better preserve backtraces in several modules | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2020-05-15 | Add overlays for coqhammer and coq-dpdgraph. | Hugo Herbelin | |
| 2020-05-15 | Update dev/doc/release-process.md | Enrico Tassi | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-05-15 | Merge PR #11979: Add a rudimentary script to generate release changelog. | Emilio Jesus Gallego Arias | |
| Ack-by: SkySkimmer Reviewed-by: ejgallego | |||
| 2020-05-15 | Clarify release-process.md | Enrico Tassi | |
| 2020-05-15 | Merge PR #11948: Hexadecimal numerals | Hugo Herbelin | |
| Reviewed-by: JasonGross Ack-by: Zimmi48 Ack-by: herbelin | |||
| 2020-05-15 | Merge PR #12032: [win] Elpi, Coq-Elpi and HB | Michael Soegtrop | |
| Reviewed-by: MSoegtropIMC | |||
| 2020-05-15 | [misc] Better preserve backtraces in several modules | Emilio Jesus Gallego Arias | |
| Re-raising inside exception handlers must be done with care in order to preserve backtraces; even if newer OCaml versions do a better job in automatically spilling `%reraise` in places that matter, there is no guarantee for that to happen. I've done a best-effort pass of places that were re-raising incorrectly, hopefully I got the logic right. There is the special case of `Nametab.error_global_not_found` which is raised many times in response to a `Not_found` error; IMHO this error should be converted to something more specific, however the scope of that change would be huge as to do easily... | |||
| 2020-05-14 | Merge PR #11922: No more local reduction functions in Reductionops. | Maxime Dénès | |
| Reviewed-by: Matafou Ack-by: SkySkimmer Reviewed-by: gares | |||
| 2020-05-14 | [ci] [sf] Fix SF build. | Emilio Jesus Gallego Arias | |
| We move from the previous complex CI download setup to a much more straightforward public mirror repository. Thanks to Yishuai Li and Benjamin Pierce for the very quick response. Closes #12290 | |||
| 2020-05-13 | Overlay elpi | Hugo Herbelin | |
| 2020-05-10 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-05-10 | Merge PR #12286: [sphinx] Add links to other versions of the refman | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-05-09 | [sphinx] Add links to other versions of the refman | Clément Pit-Claudel | |
| 2020-05-09 | Add overlays | Pierre Roux | |
| 2020-05-09 | Merge PR #12040: Document the signing procedure of released binary packages. | Maxime Dénès | |
| Reviewed-by: Zimmi48 Reviewed-by: maximedenes | |||
| 2020-05-07 | [win] CI build addons Coq-Elpi Hierarchy-Builder | Enrico Tassi | |
| 2020-05-07 | [win] addon for Hierarchy Builder | Enrico Tassi | |
| 2020-05-07 | [win] addon for elpi | Enrico Tassi | |
| 2020-05-07 | [win] rules to build Elpi | Enrico Tassi | |
| 2020-05-07 | [win] bump camlp5 to 7.11 since OCaml 4.08 requires it | Enrico Tassi | |
| Also fix an installation issue | |||
| 2020-05-07 | [win] since 4.07 the seq package is part of ocaml | Enrico Tassi | |
| 2020-05-07 | [win] Coq trunk is now called master | Enrico Tassi | |
| The old script was still working but downloading an old version, probably there is a git ref called trunk somewhere | |||
| 2020-05-07 | [ci] overlay for coq-elpi | Enrico Tassi | |
| 2020-05-06 | [ci] bump elpi to 1.11 | Enrico Tassi | |
| 2020-05-05 | Merge PR #12227: Spring cleaning of the tactic compatibility layer | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2020-05-04 | update documentation for overlay building | Olivier Laurent | |
| 2020-05-03 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-05-01 | Merge PR #12217: Fix #12215: ci scripts naming inconsistencies | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-04-30 | renaming in Makefile.ci and ci scripts to avoid inconsistencies | Olivier Laurent | |
| 2020-04-30 | Merge PR #12107: Remove mod_constraints field of module body | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-29 | Merge PR #12198: CI: change ext-lib url, it is at coq-community now | Emilio Jesus Gallego Arias | |
| Reviewed-by: Zimmi48 Reviewed-by: ejgallego | |||
| 2020-04-29 | Merge PR #12174: [ci] Add coq-tools to the CI | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-04-29 | correct script name create_overlays.sh | Olivier Laurent | |
| 2020-04-29 | CI: ext-lib is at coq-community now | Antonio Nikishaev | |
| 2020-04-27 | [ci] Add coq-tools to the CI | Jason Gross | |
| After #12023 broke the bug minimizer, I'd like to add [coq-tools](https://github.com/JasonGross/coq-tools/) to the CI. It's relatively light-weight (under 5 minutes, I believe), and I'd like to know when it's going to break on master before it's broken, rather than after. It tests a relatively under-tested part of Coq, mostly (the display output of error message, by and large), and I'm happy to take responsibility for fixing it when some PR is going to break it (mainly I just want a sort-of early warning system, and I want PRs to not accidentally break it by changing things that they don't realize they're changing). | |||
| 2020-04-26 | Document the signing procedure of released binary packages. | Pierre-Marie Pédrot | |
| 2020-04-23 | Merge PR #12130: [declare] [tactics] Move declare to `vernac` | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-21 | Overlay for fiat-crypto, Mtac2, MetaCoq and UniMath. | Hugo Herbelin | |
| 2020-04-21 | Adding a Declare ML Module in empty file Ltac.v. | Hugo Herbelin | |
| Indeed, it would be intuitive that `Require Import Ltac` is an equivalent for Ltac of `Require Import Ltac2.Ltac2`. Also declaring the classic proof mode. | |||
