| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-23 | Merge PR #14041: Enable canonical fun _ => _ projections. | coqbot-app[bot] | |
| Reviewed-by: gares Ack-by: Janno Ack-by: CohenCyril Ack-by: Zimmi48 Ack-by: jfehrle Ack-by: SkySkimmer | |||
| 2021-04-22 | Extend Canonical Structure documentation. | Jan-Oliver Kaiser | |
| This commit adds a more detailed explanation of what kinds of terms are allowed in fields of a canonical instance, how the fields are used as keys for canonical extension, what terms are considered overlapping, and how Coq reacts to overlapping fields. | |||
| 2021-04-21 | Merge PR #13911: Remove the :> type cast? | coqbot-app[bot] | |
| Reviewed-by: mattam82 Ack-by: Zimmi48 | |||
| 2021-04-19 | Merge PR #13815: Improve description of conversions | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: JasonGross | |||
| 2021-04-17 | Improve conversion chapter. | Jim Fehrle | |
| 2021-04-10 | Fix link in doc/cic.rst, there is no Credits chapter anymore | Yannick Forster | |
| 2021-03-30 | Remove the :> type cast | Jim Fehrle | |
| 2021-03-08 | Convert 2nd part of rewriting chapter to prodn | Jim Fehrle | |
| 2021-02-26 | Signed primitive integers | Ana | |
| Signed primitive integers defined on top of the existing unsigned ones with two's complement. The module Sint63 includes the theory of signed primitive integers that differs from the unsigned case. Additions to the kernel: les (signed <=), lts (signed <), compares (signed compare), divs (signed division), rems (signed remainder), asr (arithmetic shift right) (The s suffix is not used when importing the Sint63 module.) The printing and parsing of primitive ints was updated and the int63_syntax_plugin was removed (we use Number Notation instead). A primitive int is parsed / printed as unsigned or signed depending on the scope. In the default (Set Printing All) case, it is printed in hexadecimal. | |||
| 2021-02-08 | Properly document the local and global locality attributes. | Théo Zimmermann | |
| 2021-02-05 | Fix hierarchy of sections in module chapter. | Théo Zimmermann | |
| 2021-01-28 | Replace : term with : type in open binders. | Théo Zimmermann | |
| And update the doc_grammar files. | |||
| 2020-12-30 | Convert rewriting and proof-mode chapters to prodn | Jim Fehrle | |
| 2020-12-04 | typo | Yves Bertot | |
| 2020-12-03 | [refman] Fix error names. | Théo Zimmermann | |
| The @ syntax is not supported in the name, so we transform it manually as it would have been if no name had been provided. | |||
| 2020-11-27 | Merge PR #12586: [declare] Allow custom typing flags when declaring constants. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: gares Reviewed-by: herbelin Ack-by: jfehrle | |||
| 2020-11-27 | Merge PR #13483: Fix #13283: improved error on `clear implicit` flag | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-27 | Improved error message on nested proofs | Fabian Kunze | |
| to include most common reason when this happens on accident | |||
| 2020-11-27 | Fix #13283: improved error on `clear implicit` flag | Fabian Kunze | |
| 2020-11-26 | [attributes] [typing] Rename `typing` to `bypass_check` | Emilio Jesus Gallego Arias | |
| As discussed in the Coq meeting. | |||
| 2020-11-26 | [attributes] [doc] Documentation review by Théo. | Emilio Jesus Gallego Arias | |
| Co-authored-by: <Théo Zimmermann <theo.zimmermann@inria.fr> | |||
| 2020-11-26 | [vernac] Allow to control typing flags with attributes. | Emilio Jesus Gallego Arias | |
| The syntax is the one of boolean attributes, that is to say `#[typing($flag={yes,no}]` where `$flag` is one of `guarded`, `universes`, `positive`. We had to instrument the pretyper in a few places, it is interesting that it is doing so many checks. | |||
| 2020-11-24 | Convert auto chapter to prodn | Jim Fehrle | |
| 2020-11-22 | Adapting standard library, doc and test suite to ident->name renaming. | Hugo Herbelin | |
| 2020-11-18 | Review commit: improving the doc of boolean attributes. | Théo Zimmermann | |
| 2020-11-18 | Run doc_grammar for #13312. | Théo Zimmermann | |
| 2020-11-18 | [attributes] Deprecate `attr(true)` syntax in favor of booelan attributes. | Emilio Jesus Gallego Arias | |
| We introduce a warning so boolean attributes are expected to be of the form `attr={yes,no}` or just `attr` (for `yes`). We update the documentation, test-suite, and changelog. | |||
| 2020-11-16 | Update grammar in doc | Jim Fehrle | |
| 2020-11-16 | Doc for variance syntax | Gaëtan Gilbert | |
| 2020-11-14 | Move destructuring let syntax closer to its documentation. | Théo Zimmermann | |
| 2020-11-09 | [refman] Stop applying a special style to Coq, CoqIDE, OCaml and Gallina. | Théo Zimmermann | |
| The smallcaps rendering was inexistent in the PDF version and did not look good in the HTML version. | |||
| 2020-11-05 | Merge PR #12218: Numeral notations for non inductive types | coqbot-app[bot] | |
| Reviewed-by: herbelin Reviewed-by: JasonGross Reviewed-by: jfehrle Ack-by: Zimmi48 | |||
| 2020-11-03 | Merge PR #13293: Doc: added "Arguments" removing implicit arguments | coqbot-app[bot] | |
| Reviewed-by: jfehrle Reviewed-by: Zimmi48 | |||
| 2020-11-03 | improved documentation of arguments command | Fabian Kunze | |
| 2020-11-02 | Doc: added "Arguments" removing implicit arguments | Fabian Kunze | |
| 2020-11-02 | [doc] attribute #[using] | Enrico Tassi | |
| 2020-10-30 | Renaming Numeral.v into Number.v | Pierre Roux | |
| 2020-10-27 | Change a few nonterminal names in mlgs and update doc to match | Jim Fehrle | |
| 2020-10-26 | Merge PR #12768: Granting wish #12762: warning on duplicated catch-all ↵ | coqbot-app[bot] | |
| pattern-matching clause with unused named variable Reviewed-by: jfehrle Reviewed-by: vbgl Ack-by: gares | |||
| 2020-10-25 | Merge PR #12936: Convert misc chapters to prodn, update syntax | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: mattam82 Ack-by: pi8027 Ack-by: herbelin Ack-by: gares Ack-by: fajb Ack-by: proux01 | |||
| 2020-10-24 | Convert misc chapters to prodn | Jim Fehrle | |
| 2020-10-23 | Correct doc using :>> | Gaëtan Gilbert | |
| The cast keywords are <: and <<:, not :>/:>> :>> stopped being a keyword in #13106 | |||
| 2020-10-20 | Add some missing smallcaps. | Théo Zimmermann | |
| 2020-10-12 | Add missing ";" in record grammar | Jim Fehrle | |
| 2020-10-05 | Documenting warning about unused variables in pattern clauses. | Hugo Herbelin | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-10-05 | Document the removal of forward class hints. | Théo Zimmermann | |
| 2020-10-02 | More details in the documentation of native arrays | Vincent Semeria | |
| Update doc/sphinx/language/core/primitive.rst Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> Add persistent data structure Update doc/sphinx/language/core/primitive.rst Co-authored-by: Hugo Herbelin <herbelin@users.noreply.github.com> Update doc/sphinx/language/core/primitive.rst Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> Update doc/sphinx/language/core/primitive.rst Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-09-29 | Merge PR #13111: Small document fixes. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-09-30 | Wf.v defines Fix_eq, not fix_eq. | Tanaka Akira | |
| A commit at 2003-03-13 changed the lemma name. https://github.com/coq/coq/commit/cb1ae314411d78952062e5092804b85d981ad6e1 | |||
| 2020-09-30 | Type{i} should be Type(i). | Tanaka Akira | |
