| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-29 | Merge PR #11701: Fix #11696: link from refman to stdlib doc is dead. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2020-02-28 | Merge PR #10008: CoqIDE: Fix not escaping coqtop arguments when compiling | Hugo Herbelin | |
| Ack-by: ejgallego Ack-by: gares Ack-by: herbelin | |||
| 2020-02-28 | Merge PR #11423: Convert Vernacular section of gallina chapter to use prodn | Théo Zimmermann | |
| Ack-by: SkySkimmer Ack-by: Zimmi48 | |||
| 2020-02-28 | Convert Gallina Vernac to use prodn | Jim Fehrle | |
| 2020-02-28 | Adding change log | Hugo Herbelin | |
| 2020-02-27 | Merge PR #11650: Set Printing Parens | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-02-27 | Fix #11696: link from refman to stdlib doc is dead. | Théo Zimmermann | |
| 2020-02-26 | Addr 'attr' directive for attributes | Jim Fehrle | |
| 2020-02-26 | Fix changelog for https://github.com/coq/coq/pull/11686 | Maxime Dénès | |
| 2020-02-26 | Consolidate int63-related notations | Maxime Dénès | |
| We avoid redundant notations for the same concepts and make sure notations do not break Ltac parsing for users of these libraries. | |||
| 2020-02-25 | Merge PR #11663: Remove unqualified universe attributes. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-02-24 | Add OPTREF and INSERTALL editing operations | Jim Fehrle | |
| Show effect of edits to edited nt in PRINT Add cmdv:: info to prodnCommands Supporting code globally replaces a given "substring" in productions with another. (Substring over doc_symbols, not over characters.) | |||
| 2020-02-24 | Generate prodnCommands file that compares commands in the grammar to | Jim Fehrle | |
| those in the rsts. | |||
| 2020-02-24 | Allow multiple indexed names on a single .. cmd::, etc. | Jim Fehrle | |
| 2020-02-24 | Make it clear how to import Ltac2 | Clément Pit-Claudel | |
| 2020-02-24 | added sphinx doc | Abhishek Anand (optiplex7010@home) | |
| 2020-02-24 | added changelog | Abhishek Anand (optiplex7010@home) | |
| 2020-02-23 | Merge PR #11120: Refactoring code for application printing + fixing #11091 ↵ | Emilio Jesus Gallego Arias | |
| (inconsistencies in parsing/printing notations to partial applications) Ack-by: Zimmi48 Reviewed-by: ejgallego Ack-by: jfehrle | |||
| 2020-02-23 | Merge PR #11637: Update copyright in refman to year 2020. | Clément Pit-Claudel | |
| Reviewed-by: jfehrle | |||
| 2020-02-23 | Remove unqualified universe attributes. | Théo Zimmermann | |
| They were already deprecated in two major releases. | |||
| 2020-02-23 | Documenting inheritance of implicit arguments and scopes in notations. | Hugo Herbelin | |
| 2020-02-23 | Addressing a changelog comment from Théo Zimmermann. | Hugo Herbelin | |
| 2020-02-23 | Update ↵ | Hugo Herbelin | |
| doc/changelog/03-notations/11120-master+refactoring-application-printing.rst Thanks Co-Authored-By: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-02-23 | Apply and generalize suggestions from Théo. | Hugo Herbelin | |
| Co-Authored-By: Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | |||
| 2020-02-22 | Adding a changelog item. | Hugo Herbelin | |
| 2020-02-21 | Merge PR #11590: Fixes #9741: only printing notations do not uselessly ↵ | Emilio Jesus Gallego Arias | |
| reserve parsing keywords Reviewed-by: ejgallego | |||
| 2020-02-21 | Merge PR #11261: Use implicit types for printing (granting wish #10366). | Emilio Jesus Gallego Arias | |
| Ack-by: SkySkimmer Ack-by: Zimmi48 Reviewed-by: ejgallego | |||
| 2020-02-21 | Adding changelog for #11590, fixing #9741. | Hugo Herbelin | |
| 2020-02-21 | Merge PR #11617: [init] Add `-boot` option to avoid binding `Coq.` prefix. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: Zimmi48 Reviewed-by: herbelin | |||
| 2020-02-20 | Merge PR #10832: Addressing #6082 and #7766: warning when overriding ↵ | Emilio Jesus Gallego Arias | |
| notation format + new notion of format associated to a given interpretation Ack-by: maximedenes | |||
| 2020-02-20 | [init] Add `-boot` option to avoid binding `Coq.` prefix. | Emilio Jesus Gallego Arias | |
| This is useful when we want to have finer control of the location of files in the bootstrap process, for example when building using Dune. Also, this makes options consistent with what `coqdep` already uses for bootstrap. The main use case for `-boot` is to replace the hardcoded `add_load_path (coqlib () / theories)` with `-R dir Coq`, where dir is controlled by the build system. In particular, we use `-R . Coq` as we `cd` into the directory the package is, so without boot we'd have to hardcode the `theories` path in Dune itself. which seems less robust. Notably after this change the only part of the build that uses `coqlib` is the micromega solver, but that can be tweaked so if coqlib is not set it will use the one in the path. IMO not having to set "coqlib" is a good property if we want a more compositional setup. | |||
| 2020-02-21 | Merge PR #11329: Fixing #11114: anomaly with Extraction Implicit on records. | Kazuhiko Sakaguchi | |
| Reviewed-by: pi8027 | |||
| 2020-02-20 | Merge PR #11616: [coqdep] Tweak changelog after recent PRs. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2020-02-20 | Adding changelog. | Hugo Herbelin | |
| 2020-02-19 | Update copyright in refman to year 2020. | Théo Zimmermann | |
| 2020-02-19 | Merge PR #11302: Add --fuzz, --real, --user to timing scripts | Emilio Jesus Gallego Arias | |
| Reviewed-by: SkySkimmer Ack-by: Zimmi48 Reviewed-by: ejgallego Ack-by: jfehrle | |||
| 2020-02-19 | Merge PR #11600: New syntax [Inductive Acc A R | x : Prop := ...] | Emilio Jesus Gallego Arias | |
| Reviewed-by: Zimmi48 Reviewed-by: maximedenes Reviewed-by: ppedrot | |||
| 2020-02-19 | Adding change log for #10832. | Hugo Herbelin | |
| 2020-02-19 | Short allusion in refman on the existence of a generic and specific format. | Hugo Herbelin | |
| 2020-02-19 | Addressing #6082 and #7766 (overriding format of notation). | Hugo Herbelin | |
| We do two changes: - We distinguish between a notion of format generically attached to notations and a new notion of format attached to interpreted notations. "Reserved Notation" attaches a format generically. "Notation" attaches the format specifically to the given interpretation, and additionally, attaches it generically if it is the first time the notation is defined. - We warn before overriding an explicitly reserved generic format, or a specific format. | |||
| 2020-02-18 | Merge PR #11530: Fixes custom entries precedence bugs (#11331 part) | Pierre-Marie Pédrot | |
| Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-02-18 | Merge PR #11529: [build] Consolidate stdlib's .v files under a single directory. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-02-18 | Updating reference manual and adding a change log entry. | Hugo Herbelin | |
| Co-Authored-By: Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | |||
| 2020-02-17 | Merge PR #11350: stdlib List: add [remove'] and [count_occ'] that use [filter] | Hugo Herbelin | |
| Reviewed-by: anton-trunov | |||
| 2020-02-17 | [coqdep] Tweak changelog after recent PRs. | Emilio Jesus Gallego Arias | |
| 2020-02-17 | Merge PR #11614: Show apostrophes and backticks in HTML doc, too. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-02-17 | Merge PR #11589: [coqdep] Remove support for `-c` ocamldep replacement. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2020-02-17 | New syntax [Inductive Acc A R | x : Prop := ...] | Gaëtan Gilbert | |
| to control uniform parameters. This replaces the attribute. | |||
| 2020-02-17 | Revert "Add #[uniform] and #[nonuniform] (for Uniform Inductive Parameters)" | Gaëtan Gilbert | |
| This reverts commit bc2c1836ba4c878903288060bcb66a0ef1aaced6. | |||
| 2020-02-16 | Show apostrophes and backticks in HTML, too. | Jim Fehrle | |
