| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-15 | Merge PR #13308: Address #13304: in coqdoc, clearly distinguish block ↵ | Li-yao Xia | |
| verbatim from inline verbatim Reviewed-by: Lysxia | |||
| 2020-11-15 | Merge PR #13383: Fixes #11816: using {wf ...} in a local fixpoint is an ↵ | coqbot-app[bot] | |
| error, not an anomaly Reviewed-by: ejgallego | |||
| 2020-11-15 | Merge PR #13376: Fixes #13266: Avoiding encapsulating exceptions w/o a ↵ | coqbot-app[bot] | |
| handler in NotFoundInstance Reviewed-by: ejgallego | |||
| 2020-11-15 | Merge PR #13368: Fix dune rules for @check-gram following recent changes. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-11-15 | Merge PR #13375: Distinguish one_pattern and one_term nonterminals, improve ↵ | coqbot-app[bot] | |
| description of Instance command Reviewed-by: Zimmi48 | |||
| 2020-11-15 | Add changelog for #13383. | Hugo Herbelin | |
| 2020-11-15 | Merge PR #13339: In -noinit mode, add support for Proof using, using is not ↵ | Pierre-Marie Pédrot | |
| a keyword. Ack-by: SkySkimmer Reviewed-by: herbelin Ack-by: ppedrot | |||
| 2020-11-15 | Merge PR #13356: Make the universe of primitive arrays irrelevant | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-11-14 | Documenting one-line verbatim. | Hugo Herbelin | |
| 2020-11-14 | Distinguish one_pattern and one_term nonterminals | Jim Fehrle | |
| 2020-11-14 | Move destructuring let syntax closer to its documentation. | Théo Zimmermann | |
| 2020-11-14 | Add changelog for #13376. | Hugo Herbelin | |
| 2020-11-13 | Make the universe of primitive arrays irrelevant | Gaëtan Gilbert | |
| Fix #13354 This change is very specific to array, but should not be a significant obstacle to generalization of the feature to eg axioms if we want to later. | |||
| 2020-11-13 | Fix dune rules for @check-gram following recent changes. | Théo Zimmermann | |
| 2020-11-13 | Merge PR #12420: [stdlib] Decidable instance for negation | coqbot-app[bot] | |
| Reviewed-by: Blaisorblade Ack-by: SkySkimmer | |||
| 2020-11-12 | Add changelog entry for Proof using in -noinit mode. | Théo Zimmermann | |
| 2020-11-12 | Move last changelog entry for 8.12.1. | Théo Zimmermann | |
| 2020-11-12 | Merge PR #13351: Fixes #13349: accept Search on subparts of an identifier, ↵ | coqbot-app[bot] | |
| not only on subidentifiers of an identifier Reviewed-by: Zimmi48 | |||
| 2020-11-12 | Merge PR #13331: Fix #13330: Kernel messes with polymorphic side-effects. | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Reviewed-by: SkySkimmer Ack-by: gares Ack-by: jfehrle Ack-by: jashug Ack-by: ejgallego | |||
| 2020-11-12 | Merge PR #13345: Addressing #13344: clarifying the role of Add ML Path vs -I | coqbot-app[bot] | |
| Reviewed-by: ejgallego Reviewed-by: Zimmi48 Ack-by: ppedrot Ack-by: jfehrle | |||
| 2020-11-12 | Add documentation about the soundness bug. | Pierre-Marie Pédrot | |
| 2020-11-12 | Add changelog for #13345. | Hugo Herbelin | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-11-12 | Clarifying the role of Add ML Path vs -I (see #13344). | Hugo Herbelin | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-11-12 | Merge PR #13317: [ssr] intro pattern extensions for dup, swap and apply | coqbot-app[bot] | |
| Reviewed-by: gares Ack-by: Zimmi48 | |||
| 2020-11-11 | Add changelog for #13351. | Hugo Herbelin | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-11-10 | Merge PR #13315: Convert logic chapter to prodn | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-10 | Convert logic.rst to prodn | Jim Fehrle | |
| 2020-11-10 | Merge PR #13325: [compat] remove 8.10 | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-09 | Add additional escape sequences for notations | Jim Fehrle | |
| 2020-11-09 | Add global version of OPTINREF | Jim Fehrle | |
| 2020-11-09 | Merge PR #13329: [refman] Stop applying a special style to Coq, CoqIDE, ↵ | coqbot-app[bot] | |
| OCaml and Gallina. Reviewed-by: jfehrle Reviewed-by: cpitclaudel | |||
| 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-09 | Remove virtually unused replace rule. | Théo Zimmermann | |
| 2020-11-09 | Fix #5226: Add index entry for ::=. | Théo Zimmermann | |
| 2020-11-09 | Fix indentation of todo in Ltac chapter. | Théo Zimmermann | |
| Actual documentation was interpreted as a comment. | |||
| 2020-11-09 | [compat] remove 8.10 | Enrico Tassi | |
| 2020-11-09 | Merge PR #13217: Addresses #13216: use of type classes in the return clause ↵ | Pierre-Marie Pédrot | |
| of a match. Reviewed-by: ppedrot | |||
| 2020-11-06 | Merge PR #13139: Clean the constr-as-hint API | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-11-06 | Update doc/changelog/06-ssreflect/13317-ssr_dup_swap_apply_ipat.rst | Cyril Cohen | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-11-06 | Merge PR #13255: Fixes #13244: support for coercions in Search | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-11-06 | Intro pattern extensions for dup, swap and apply | Cyril Cohen | |
| 2020-11-05 | Merge PR #12099: More parsing/printing notation/abbreviation consistency for ↵ | Emilio Jesus Gallego Arias | |
| mixed terms and pattern Reviewed-by: ejgallego | |||
| 2020-11-05 | Merge PR #12797: [refman] Take large chunks out of the tactics chapter. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-11-05 | Added change log for #12099. | Hugo Herbelin | |
| 2020-11-05 | Adding change log for #13217. | Hugo Herbelin | |
| 2020-11-05 | Changelog for 8.12.1. | Théo Zimmermann | |
| 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-05 | Merge PR #13301: Fixes #13298: Search applied to primitive projections needs ↵ | coqbot-app[bot] | |
| a correct typing environment Reviewed-by: SkySkimmer | |||
| 2020-11-05 | Add a redirection from previous location of the proof handling chapter. | Théo Zimmermann | |
| 2020-11-05 | Improve title of first proof chapter. | Théo Zimmermann | |
