| 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-23 | Merge PR #13965: [abbreviation] user syntax to set interp scope of argument | Pierre-Marie Pédrot | |
| Ack-by: JasonGross Reviewed-by: herbelin Reviewed-by: jashug Reviewed-by: jfehrle Reviewed-by: ppedrot | |||
| 2021-04-22 | Merge PR #14128: Uniformize the name of the Ltac2 boolean equality function. | coqbot-app[bot] | |
| Reviewed-by: JasonGross | |||
| 2021-04-22 | Add changelog | Pierre Roux | |
| 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 #14094: Properly pass the Ltac2 notation level to the gramlib API. | coqbot-app[bot] | |
| Reviewed-by: JasonGross Ack-by: jfehrle | |||
| 2021-04-21 | Merge PR #13911: Remove the :> type cast? | coqbot-app[bot] | |
| Reviewed-by: mattam82 Ack-by: Zimmi48 | |||
| 2021-04-20 | Merge PR #14089: unify for Ltac2 | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-04-19 | changelog entry for Ltac2 unify | Samuel Gruetter | |
| 2021-04-19 | Merge PR #14108: [zify] bugfix | Vincent Laporte | |
| Reviewed-by: Zimmi48 Reviewed-by: vbgl | |||
| 2021-04-19 | Merge PR #13846: Include (* ... *) comments in .. coqtop:: directives in ↵ | coqbot-app[bot] | |
| Sphinx output Reviewed-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2021-04-19 | Merge PR #13815: Improve description of conversions | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: JasonGross | |||
| 2021-04-17 | Uniformize the name of the Ltac2 boolean equality function. | Pierre-Marie Pédrot | |
| All other equality functions are called "equal" but this one was called "eq". We add a deprecated alias for backward compatibility. | |||
| 2021-04-17 | Improve conversion chapter. | Jim Fehrle | |
| 2021-04-17 | Disambiguate move tactics. | Jim Fehrle | |
| 2021-04-17 | Include (* ... *) comments in .. coqtop:: directives in Sphinx output | Jim Fehrle | |
| 2021-04-17 | Remove superfluous sort. | Jim Fehrle | |
| Removing it makes no difference to the order of glossary entries, which is determined by the "for ... sorted" statement above. | |||
| 2021-04-17 | Properly pass the Ltac2 notation level to the gramlib API. | Pierre-Marie Pédrot | |
| For some reason I was confusing the position and the level in the previous version of the code. Fixes #11866: Ltac2 Notations do not respect precedence. | |||
| 2021-04-16 | [zify] bugfix | Frederic Besson | |
| - to zify the conclusion, we are using Tactics.apply (not rewrite) Closes #11089 - constrain the arguments of Add Zify X to be GlobRef.t Unset Primitive Projections so that projections are GlobRef.t. Closes #14043 Update doc/sphinx/addendum/micromega.rst Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2021-04-16 | Merge PR #13939: Allow scope delimiters in Ltac2 open_constr:(...) quotation. | coqbot-app[bot] | |
| Reviewed-by: JasonGross | |||
| 2021-04-13 | Merge PR #14024: [coqdep] error on non-existent and unreadable files | coqbot-app[bot] | |
| Reviewed-by: gares Ack-by: jfehrle Ack-by: ejgallego | |||
| 2021-04-12 | [coqdep] error on non-existent and unreadable files | Hendrik Tews | |
| Print an error message and return non-zero status for non-existing or unreadable files. Unknown options produce a warning and are otherwise ignored. Fixes #14023 | |||
| 2021-04-12 | Merge PR #14107: Gitignore update for doc_grammar and omega clean-up. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2021-04-12 | Remove omega from doc_grammar files. | Théo Zimmermann | |
| 2021-04-10 | Merge PR #14091: Fix link in doc/cic.rst, there is no Credits chapter anymore | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2021-04-10 | Merge PR #13860: [coqrst] Show "Error:"/"Warning:" with white type (on ↵ | coqbot-app[bot] | |
| red/orange background) Reviewed-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2021-04-10 | Fix link in doc/cic.rst, there is no Credits chapter anymore | Yannick Forster | |
| 2021-04-08 | Register Ltac2 grammar entry as "ltac2" for the Print Grammar vernacular. | Pierre-Marie Pédrot | |
| Fixes #14092: Print Grammar ltac2 should exist. | |||
| 2021-04-07 | [abbreviation] allow the user to set arguments scope | Enrico Tassi | |
| 2021-04-07 | Merge PR #14008: [stdlib] [Arith] Cantor pairing | coqbot-app[bot] | |
| Reviewed-by: olaure01 Ack-by: jfehrle | |||
| 2021-04-06 | Merge PR #14077: Add odoc warnings for empty packages. | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2021-04-06 | Merge PR #13741: Remove omega tactic (deprecated in 8.12) | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: JasonGross Ack-by: silene Ack-by: SkySkimmer Ack-by: olaure01 | |||
| 2021-04-06 | Add odoc warnings for empty packages. | Théo Zimmermann | |
| From an OCaml library point of view. | |||
| 2021-04-04 | Adding change log for #13624. | Hugo Herbelin | |
| 2021-04-02 | Remove the omega tactic and related options | Jim Fehrle | |
| 2021-04-02 | add Cantor pairing to_nat and its inverse of_nat | Andrej Dudenhefner | |
| add polynomial specifications of to_nat add changelog and doc entries | |||
| 2021-04-01 | Merge PR #14044: [RM] changelog for 8.13.2 | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2021-04-01 | Merge PR #14018: [doc] [coq_makefile] Document that -j N is broken for OCaml ↵ | coqbot-app[bot] | |
| < 4.07.0 Reviewed-by: JasonGross Ack-by: jfehrle | |||
| 2021-04-01 | Update doc/sphinx/changes.rst | Enrico Tassi | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2021-04-01 | Update doc/sphinx/changes.rst | Enrico Tassi | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2021-04-01 | changelog for 8.13.2 | Enrico Tassi | |
| 2021-03-30 | Properly expand projection parameters in Btermdn. | Pierre-Marie Pédrot | |
| The old code was generating different patterns, depending on whether a projection with parameters was expanded or not. In the first case, parameters were present, whereas in the latter they were not. We fix this by adding dummy parameter arguments on sight. Fixes #14009: TC search failure with primitive projections. | |||
| 2021-03-30 | Remove the :> type cast | Jim Fehrle | |
| 2021-03-30 | Merge PR #14012: Fix Ltac2 `Array.init` exponential overhead | Pierre-Marie Pédrot | |
| Ack-by: ejgallego Reviewed-by: ppedrot | |||
| 2021-03-30 | Merge PR #14005: Support OCaml primitives with an actual arity larger than 4. | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-03-30 | Merge PR #13997: Add an Ltac1 to Ltac2 FFI for identifiers. | Michael Soegtrop | |
| Reviewed-by: MSoegtropIMC | |||
| 2021-03-29 | [doc] [coq_makefile] Document that -j N is broken for OCaml < 4.07.0 | Emilio Jesus Gallego Arias | |
| Fixes #10704 | |||
| 2021-03-29 | Merge PR #13986: [stdlib] [List] removed deprecated/unnecessary ↵ | coqbot-app[bot] | |
| dependencies: Le, Gt, Minus, Lt, Setoid Reviewed-by: anton-trunov | |||
| 2021-03-29 | Added a changelog. | Pierre-Marie Pédrot | |
| 2021-03-26 | Document as critical. | Guillaume Melquiond | |
