| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-20 | Documentation of the support for general single binders in notations. | Hugo Herbelin | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-11-19 | Merge PR #12984: [printing] Order notations by matching precision first, and ↵ | coqbot-app[bot] | |
| then by last imported Reviewed-by: Zimmi48 Ack-by: RalfJung Ack-by: gares | |||
| 2020-11-18 | Ref. man.: showing the x ⪯ y ⪯ .. ⪯ z ⪯ t example of recursive notation. | Hugo Herbelin | |
| 2020-11-17 | Documenting priority given to most recently declared/imported notations. | Hugo Herbelin | |
| 2020-11-17 | Documenting the preference given to more precise notations at printing time. | Hugo Herbelin | |
| 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 | Rename Dec and HexDec to Decimal and Hexadecimal | Pierre Roux | |
| As noted by Hugo Herbelin, Dec is rather used for "decidable". | |||
| 2020-11-05 | [refman] Add an example for number notations | Pierre Roux | |
| As suggested by Jim Fehrle while reviewing #12218 | |||
| 2020-11-05 | [string notation] Handle parameterized inductives and non inductives | Pierre Roux | |
| 2020-11-05 | [numeral notation] Add support for parameterized inductives | Pierre Roux | |
| 2020-11-05 | [numeral notation] Handle implicit arguments | Pierre Roux | |
| 2020-11-05 | [numeral notation] Document the via ... using ... option | Pierre Roux | |
| 2020-10-30 | Renaming numnotoption into number_modifier | Pierre Roux | |
| 2020-10-30 | Renaming Numeral.v into Number.v | Pierre Roux | |
| 2020-10-27 | Rename misc nonterminals | Jim Fehrle | |
| 2020-10-27 | Rename tactic_expr -> ltac_expr | Jim Fehrle | |
| 2020-10-27 | Rename operconstr -> term | Jim Fehrle | |
| 2020-10-24 | Convert misc chapters to prodn | Jim Fehrle | |
| 2020-10-20 | Add some missing smallcaps. | Théo Zimmermann | |
| 2020-10-10 | Documenting the new only-parsing only-printing model. | Hugo Herbelin | |
| 2020-10-04 | Merge PR #13096: Drop prefixes from non-terminal names, e.g. "constr:constr" ↵ | coqbot-app[bot] | |
| -> "constr" Reviewed-by: herbelin Ack-by: Zimmi48 | |||
| 2020-10-04 | Remove prefixes on nonterminal names, e.g. "constr:" and "Prim." | Jim Fehrle | |
| 2020-09-27 | Reduce nitpick_ignore list a little. | Théo Zimmermann | |
| 2020-09-14 | Merge PR #13022: Fixing documentation relatively to example of use of extra ↵ | coqbot-app[bot] | |
| spaces in notations Reviewed-by: jfehrle | |||
| 2020-09-13 | Fixing documentation relatively to example of use of extra spaces in notations. | Hugo Herbelin | |
| 2020-09-11 | [numeral notation] Improve documentation | Pierre Roux | |
| Following reviews from Jim Fehrle on #12218 and #12979 | |||
| 2020-09-11 | Rename Numeral Notation command to Number Notation | Pierre Roux | |
| Keep Numeral Notation wit a deprecation warning. | |||
| 2020-09-11 | [refman] Explicit integer and natural | Pierre Roux | |
| As respectively bigint and bignat that fit into an OCaml int. | |||
| 2020-09-11 | [refman] Rename int to integer | Pierre Roux | |
| 2020-09-11 | [refman] Rename numeral to number | Pierre Roux | |
| 2020-09-11 | [refman] Rename num to natural | Pierre Roux | |
| 2020-08-03 | More documentation on grammars and parsing | Jim Fehrle | |
| 2020-07-17 | Documenting new primitive entry evaluable_ref usable for tactic notations. | Hugo Herbelin | |
| 2020-07-03 | Fix #11121: Simultaneous definition of term and notation in custom grammar | Maxime Dénès | |
| 2020-06-08 | Convert Ltac chapter to prodn | Jim Fehrle | |
| 2020-05-15 | Merge PR #12239: Split Gallina, Gallina ext and most of CIC chapters into ↵ | Clément Pit-Claudel | |
| multiple pages. Reviewed-by: jfehrle | |||
| 2020-05-15 | Merge PR #11948: Hexadecimal numerals | Hugo Herbelin | |
| Reviewed-by: JasonGross Ack-by: Zimmi48 Ack-by: herbelin | |||
| 2020-05-14 | Fix conflicts with latest master. | Théo Zimmermann | |
| 2020-05-14 | Add some markers of origin. | Théo Zimmermann | |
| 2020-05-14 | Reintroduce leftover parts; update index files; small fixes. | Théo Zimmermann | |
| 2020-05-13 | Documenting notations with both terms and binders. | Hugo Herbelin | |
| Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-05-09 | Add a `with_strategy` tactic | Jason Gross | |
| Useful for guarding calls to `unfold` or `cbv` to ensure that, e.g., `Opaque foo` doesn't break some automation which tries to unfold `foo`. We have some timeouts in the strategy success file. We should not run into issues, because we are not really testing how long these take. We could just as well use `Timeout 60` or longer, we just want to make sure the file dies more quickly rather than taking over 10^100 steps. Note that this tactic does not play well with `abstract`; I have a potentially controversial change that fixes this issue. One of the lines in the doc comes from https://github.com/coq/coq/pull/12129#issuecomment-619771556 Co-Authored-By: Pierre-Marie Pédrot <pierre-marie.pedrot@irif.fr> Co-Authored-By: Théo Zimmermann <theo.zimmermann@inria.fr> Co-Authored-By: Michael Soegtrop <7895506+MSoegtropIMC@users.noreply.github.com> | |||
| 2020-05-09 | [doc] Add hexadecimal numerals | Pierre Roux | |
| 2020-05-01 | Move essential vocabulary and syntax conventions to section on basics. | Théo Zimmermann | |
| 2020-04-28 | Merge PR #11718: Convert syntax extensions chapter to prodn | Théo Zimmermann | |
| Ack-by: JasonGross Ack-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2020-04-26 | Convert syntax extensions chapter to prodn | Jim Fehrle | |
| 2020-04-23 | Merge PR #12148: Consolidate funind documentation onto a single page. | Clément Pit-Claudel | |
| Reviewed-by: jfehrle | |||
| 2020-04-20 | Remove Functional Scheme from Scheme chapter. | Théo Zimmermann | |
| 2020-04-10 | Convert vernac commands chapter to prodn, update syntax | Jim Fehrle | |
| 2020-03-09 | Remove some productionlists | Jim Fehrle | |
