| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-22 | Fix #11421 computation of Set+2 | Gaëtan Gilbert | |
| 2020-01-22 | Merge PR #11433: [xml-protocol doc] Fix link to vscoq | Hugo Herbelin | |
| Reviewed-by: Zimmi48 Reviewed-by: herbelin | |||
| 2020-01-21 | [xml-protocol doc] Fix link to vscoq | Ramkumar Ramachandra | |
| 2020-01-21 | Merge PR #11425: Miscellaneous typos | Théo Zimmermann | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: jfehrle Reviewed-by: ppedrot | |||
| 2020-01-21 | Merge PR #11431: [ci] Pin SF until they solve their CI issues. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-01-21 | [ci] Pin SF until they solve their CI issues. | Emilio Jesus Gallego Arias | |
| Latest build on SF is erroring due to: ``` "messages" : [ { "type" : "error", "message" : "This job has been blocked because no credits are available on your plan. Please upgrade to continue building.", "reason" : "execution-authorization-failed" } ], ``` we temporary pin to the last successful job that produced artifacts. | |||
| 2020-01-21 | Translating a comment from French to English. | Hugo Herbelin | |
| 2020-01-21 | Typo in an anomaly message. | Hugo Herbelin | |
| 2020-01-21 | Typo in a comment of univ.mli. | Hugo Herbelin | |
| 2020-01-21 | Reference manual: Typos/English in chapter universe polymorphism. | Hugo Herbelin | |
| 2020-01-20 | Merge PR #11411: Checker validation now performed over reified data | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-01-20 | Merge PR #11428: [mltop] Deprecate -load-ml options in anticipation of #11409 | Pierre-Marie Pédrot | |
| Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2020-01-20 | [mltop] Deprecate -load-ml options in anticipation of #11409 | Emilio Jesus Gallego Arias | |
| 2020-01-19 | Merge PR #11406: [dune] [dbg] Add support for coqtop in dune-dbg | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-01-19 | Merge PR #11214: Add a script to pin CI developments. | Gaëtan Gilbert | |
| Ack-by: JasonGross Ack-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2020-01-19 | Merge PR #11368: Turn trailing implicit warning into an error | Hugo Herbelin | |
| Ack-by: Zimmi48 Reviewed-by: herbelin Ack-by: maximedenes | |||
| 2020-01-19 | Merge PR #11398: Fix issue #11396 : Rlist hides standard list constructors ↵ | Pierre-Marie Pédrot | |
| cons and nil Reviewed-by: Zimmi48 Reviewed-by: herbelin Reviewed-by: ppedrot | |||
| 2020-01-19 | Merge PR #11348: Discharge inductive types without rechecking them | Pierre-Marie Pédrot | |
| Ack-by: maximedenes Reviewed-by: ppedrot | |||
| 2020-01-19 | Removing text saying XML is future of PG, adding explicitly vscoq as a user | Hugo Herbelin | |
| 2020-01-17 | Merge PR #11413: [doc] [ltac2] Build Ltac2 documentation | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-01-17 | Merge PR #11410: [ci] [gitlab] Add `interruptible: true` to jobs. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-01-17 | Fix issue #11396 : Rlist hides standard list constructors cons and nil | Michael Soegtrop | |
| 2020-01-17 | [doc] [ltac2] Build Ltac2 documentation [make build system] | Emilio Jesus Gallego Arias | |
| Build and install the Ltac2 documentation. | |||
| 2020-01-17 | [doc] [dune] [ltac2] Build Ltac2 documentation [dune build system] | Emilio Jesus Gallego Arias | |
| This partially fixes #10139 ; we now build the Ltac2 documentation and deploy it. The fix here can be used for inspiration to do the make-based part. | |||
| 2020-01-17 | [dune] [dbg] Add support for coqtop in dune-dbg | Emilio Jesus Gallego Arias | |
| We also workaround problem #11405 , however, this should be reverted once the problem is fixed in OCaml upstream. | |||
| 2020-01-17 | [ci] [gitlab] Add `interruptible: true` to jobs. | Emilio Jesus Gallego Arias | |
| When a newer pipeline contains the same job, the job can be interrupted, see: https://docs.gitlab.com/ee/ci/yaml/README.html#interruptible This should help with job limits (c.f. #11320 ) The patch is a bit unsatisfactory due to the duplication needed; we could define a base job and use extends, but not sure it is worth it for now. | |||
| 2020-01-17 | Merge PR #11362: Lia bugfix 11191 | Maxime Dénès | |
| Reviewed-by: maximedenes | |||
| 2020-01-16 | Merge PR #11400: Use the GTK completion widget in CoqIDE | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego Reviewed-by: herbelin | |||
| 2020-01-16 | Adding a changelog. | Pierre-Marie Pédrot | |
| 2020-01-16 | Adding an option to change the autocompletion delay. | Pierre-Marie Pédrot | |
| 2020-01-16 | Better handling of asynchronous completion. | Pierre-Marie Pédrot | |
| 2020-01-16 | Hacking a completion widget based on the default GtkSourceView one. | Pierre-Marie Pédrot | |
| 2020-01-16 | Move the per-architecture check of marshalled Uint63s to Values. | Pierre-Marie Pédrot | |
| 2020-01-16 | Checker validation acts on object representations rather than objects. | Pierre-Marie Pédrot | |
| 2020-01-16 | Code factorization in checker validation. | Pierre-Marie Pédrot | |
| 2020-01-15 | Merge PR #11373: Close #11168 | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-01-15 | Merge PR #11374: Close #11133 | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-01-15 | Discharge inductive types without rechecking them | Gaëtan Gilbert | |
| 2020-01-15 | generate variance data for section universes (not yet used) | Gaëtan Gilbert | |
| preparation for direct discharge | |||
| 2020-01-15 | Merge PR #11401: [nix] Dune-2 and other improvements | Théo Zimmermann | |
| 2020-01-15 | [Nix] Fix setup hook when COQPATH is not bound | Vincent Laporte | |
| 2020-01-15 | [Nix] Update reference to nixpkgs | Vincent Laporte | |
| This brings dune at version 2.1.2 | |||
| 2020-01-15 | [Nix/CI] Add verdi-raft | Vincent Laporte | |
| 2020-01-15 | [Nix/CI] Update fiat_crypto | Vincent Laporte | |
| 2020-01-14 | Merge PR #11370: [zify] elim let in ML | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-01-14 | Merge PR #11249: [stdlib] Additional statements in List.v | Hugo Herbelin | |
| Reviewed-by: anton-trunov Reviewed-by: herbelin | |||
| 2020-01-14 | Merge PR #11394: [coqdoc] Fix #11353: coqdoc -g omits all sentences with ↵ | Hugo Herbelin | |
| decorations Ack-by: Zimmi48 Reviewed-by: herbelin | |||
| 2020-01-14 | [zify] elim let in ML | Frédéric Besson | |
| 2020-01-14 | infercumulativity: take less arguments | Gaëtan Gilbert | |
| 2020-01-14 | Merge PR #11392: Document the Set Default Proof Mode command. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
