| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |
| 2021-03-26 | Fix Ltac2 `Array.init` exponential overhead | Jason Gross | |
| Previously, `Array.init` was computing the first element of the array twice, resulting in exponential overhead in the number of recursive nestings of `Array.init`. Notably, since `Array.map` is implemented in terms of `Array.init`, this exponential blowup shows up in any term traversal based on `Array.map` over the arguments of application nodes. Fixes #14011 | |||
| 2021-03-26 | Adding a changelog. | Pierre-Marie Pédrot | |
| 2021-03-26 | remove in List.v deprecated/unnecessary dependencies: Le, Gt, Minus, Lt, Setoid | Andrej Dudenhefner | |
| fix unexpectedly broken MSetGenTree.v add changelog entry | |||
| 2021-03-26 | Merge PR #13955: [stdlib] [List] added map and Forall / Exists lemmas | coqbot-app[bot] | |
| Reviewed-by: olaure01 | |||
| 2021-03-25 | Merge PR #13909: Minimize the set of multiple inheritance (coercion) paths ↵ | coqbot-app[bot] | |
| to check for conversion Reviewed-by: gares Ack-by: SkySkimmer | |||
| 2021-03-25 | Merge PR #13852: [vernac] Improve alpha-renaming in record projection types | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2021-03-23 | Merge PR #13774: Allow to register deprecation status in Ltac2 term and ↵ | Michael Soegtrop | |
| notation declarations Reviewed-by: JasonGross Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2021-03-23 | Merge PR #13914: Allow the presence of type casts for return values in Ltac2. | Michael Soegtrop | |
| Reviewed-by: MSoegtropIMC Reviewed-by: Zimmi48 | |||
| 2021-03-23 | add lemmas to List.v: Exists_map, Exists_concat, Exists_flat_map, ↵ | Andrej Dudenhefner | |
| Forall_map, Forall_concat, Forall_flat_map, nth_error_map, nth_repeat, nth_error_repeat | |||
| 2021-03-23 | Merge PR #13671: [stdlib] [Vectors] add results on to_list | coqbot-app[bot] | |
| Reviewed-by: anton-trunov | |||
| 2021-03-23 | Merge PR #13804: [stdlib] [List] Add results about count_occ | coqbot-app[bot] | |
| Reviewed-by: anton-trunov | |||
| 2021-03-16 | correct changelog #13582 | Olivier Laurent | |
| 2021-03-16 | add changelog | Olivier Laurent | |
| 2021-03-16 | Adding a changelog and registering the new file in the documentation. | Pierre-Marie Pédrot | |
| 2021-03-13 | Minimize the set of multiple inheritance paths to check for conversion | Kazuhiko Sakaguchi | |
| The table of coercion classes (`class_tab`) has been extended with information about reachability. The conversion checking of a pair of multiple inheritance paths (of coercions) will be skipped if these paths can be reduced to smaller adjoining pairs of multiple inheritance paths, and this reduction will be determined based on that reachability information. | |||
| 2021-03-12 | Fixed grammar productions for PDF documentations | Isaac Oscar Gariano | |
| This undoes changes by 48bb58156acec84991a9e570e93a4e31c0349e79 that broke the rendering of grammar productions in PDfs. | |||
| 2021-03-10 | Merge PR #13840: [notation] option to fine tune printing of literals | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: jfehrle | |||
| 2021-03-10 | Add documentation. | Pierre-Marie Pédrot | |
| 2021-03-10 | Regenerate the Ltac2 syntax for documentation. | Pierre-Marie Pédrot | |
| 2021-03-10 | Adding documentation of the changes. | Pierre-Marie Pédrot | |
| 2021-03-09 | Add changelog | Kazuhiko Sakaguchi | |
| 2021-03-08 | Merge PR #13707: Convert 2nd part of rewriting chapter to prodn | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: JasonGross | |||
| 2021-03-08 | Convert 2nd part of rewriting chapter to prodn | Jim Fehrle | |
| 2021-03-06 | [vernac] Improve alpha-renaming in record projection types | Li-yao Xia | |
| 2021-03-06 | Merge PR #13586: Support nested timeouts | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-03-06 | Merge PR #13882: Fix #12011 ssreflect "rewrite in" with setoids | Pierre-Marie Pédrot | |
| Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2021-03-06 | Merge PR #13236: Add a type of format strings to Ltac2. | Michael Soegtrop | |
| Reviewed-by: JasonGross Reviewed-by: MSoegtropIMC | |||
| 2021-03-05 | Merge PR #13842: Remove decimal-only number notations (deprecated in 8.12) | Pierre-Marie Pédrot | |
| Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2021-03-04 | Correctly sort the glossary | Jim Fehrle | |
| 2021-03-04 | doc: don't count a contributor twice in the changelog | Li-yao Xia | |
