| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-30 | do not re-export ListNotations from Program | Antonio Nikishaev | |
| 2020-04-24 | Make the nsatz test-suite pass | Jason Gross | |
| 2020-04-24 | [nsatz] Use Export rather than Include | Jason Gross | |
| As per https://github.com/coq/coq/pull/12073#issuecomment-612869336 | |||
| 2020-04-24 | Split off Nsatz tactic part into NsatzTactic | Jason Gross | |
| Closes #5445 Note that we use `Include` rather than `Export` to expose the machinery defined in `NsatzTactic` from `Nsatz` to preserve backwards compatibility with developments relying on absolute names of the constants previously defined in `Nsatz.v`. | |||
| 2020-04-23 | Merge PR #12117: Make multiplication of Cauchy reals transparent and ↵ | Hugo Herbelin | |
| accelerate it Reviewed-by: herbelin | |||
| 2020-04-23 | Merge PR #12120: Fixing #12119 : remove useless hypothesis in ↵ | Hugo Herbelin | |
| NoDup_Permutation_bis Reviewed-by: herbelin | |||
| 2020-04-22 | Merge PR #12031: [stdlib] A library on cyclic permutations: CPermutation | Hugo Herbelin | |
| Ack-by: Zimmi48 Ack-by: anton-trunov Reviewed-by: herbelin | |||
| 2020-04-22 | Document Cauchy reals | Vincent Semeria | |
| 2020-04-21 | Moving the main Require Export Ltac in Prelude.v. | Hugo Herbelin | |
| 2020-04-21 | Adding a Declare ML Module in empty file Ltac.v. | Hugo Herbelin | |
| Indeed, it would be intuitive that `Require Import Ltac` is an equivalent for Ltac of `Require Import Ltac2.Ltac2`. Also declaring the classic proof mode. | |||
| 2020-04-21 | Merge PR #12014: [stdlib] Add properties of operations on vectors | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-04-19 | A library on cyclic permutations: CPermutation | Olivier Laurent | |
| (following the pattern of Permutation.v) | |||
| 2020-04-19 | Use binary integers for Cauchy reals | Vincent Semeria | |
| 2020-04-19 | remove useless hypothesis in NoDup_Permutation_bis | Olivier Laurent | |
| (thanks to new NoDup_incl_NoDup) | |||
| 2020-04-18 | Make multiplication of Cauchy reals transparent and accelerate it | Vincent Semeria | |
| 2020-04-17 | Deprecate “omega” | Vincent Laporte | |
| 2020-04-17 | ZArith: move lia hints to a dedicated module | Vincent Laporte | |
| 2020-04-14 | Merge PR #11957: [stdlib] update sigma-type notations | Hugo Herbelin | |
| Reviewed-by: JasonGross Ack-by: herbelin | |||
| 2020-04-11 | [dune] [stdlib] Build the standard library natively with Dune. | Emilio Jesus Gallego Arias | |
| This completes a pure Dune bootstrap of Coq. There is still the question if we should modify `coqdep` so it does output a dependency on `Init.Prelude.vo` in certain cases. TODO: We still double-add `theories` and `plugins` [in coqinit and in Dune], this should be easy to clean up. Setting `libs_init_load_path` does give a correct build indeed; however we still must call this for compatibility? | |||
| 2020-04-11 | add properties of operations on vectors | Olivier Laurent | |
| 2020-04-10 | Merge PR #11882: Adding a short form of Ltac2 Fresh.fresh | Pierre-Marie Pédrot | |
| Reviewed-by: MSoegtropIMC Reviewed-by: ppedrot Ack-by: tchajed | |||
| 2020-04-08 | Merge PR #12044: proposed fix for the issue #12015 (String_as_OT) | Jason Gross | |
| Reviewed-by: JasonGross | |||
| 2020-04-08 | Merge PR #11909: Make the level of ≡ in Int63 consistent with = | Hugo Herbelin | |
| Reviewed-by: anton-trunov | |||
| 2020-04-07 | Integrated changes proposed by @JasonGross | ilya | |
| 2020-04-07 | proposed fix for the issue #12015 (String_as_OT) | ilya | |
| 2020-04-03 | Avoiding using a fixed introduction name in Ltac code of stdlib. | Hugo Herbelin | |
| 2020-04-01 | Merge PR #9803: Adding more trigonometry in Reals | Hugo Herbelin | |
| Ack-by: MSoegtropIMC Ack-by: Zimmi48 Ack-by: herbelin | |||
| 2020-04-01 | Merge pull request #11946 from olaure01/ollibs-permutation | Anton Trunov | |
| [stdlib] Add complementary results about Permutation | |||
| 2020-04-01 | - Adjusted definitions and lemmas for asin and acos to what has been discussed | Michael Soegtrop | |
| - Added derivative for asin and acos - Added a few additional trigonometry lemmas - Added Lemmas for the derivative of a decreasing inverse function - Did some cleanup (move lemmas to the files where they belong) | |||
| 2020-04-01 | - Addition to the Reals theory : | thery | |
| - minus: lemmas `Rminus_eq_0` and `Rmult_minus_distr_r` - sin : sin_inj - cos : cos_inj - sqrt : lemmas `pow2_sqrt` and `inv_sqrt` - atan : lemmas `tan_inj`, `atan_eq0`, `atan_tan` and `tan_atan` - asin : definition and some basic properties - acos : definition and some basic properties | |||
| 2020-04-01 | Add complementary results about Permutation | Olivier Laurent | |
| 2020-03-31 | NArith, PArith: Add facts about iter | Lysxia | |
| 2020-03-30 | Merge PR #11725: Cleanup stdlib reals. | Hugo Herbelin | |
| Ack-by: SkySkimmer Reviewed-by: herbelin | |||
| 2020-03-30 | Missing apartness notations | Vincent Semeria | |
| 2020-03-30 | new sig notations and spaces added | Olivier Laurent | |
| 2020-03-30 | Merge PR #11018: “auto with zarith”: use “lia” rather than “omega” | Maxime Dénès | |
| Ack-by: Zimmi48 Reviewed-by: anton-trunov Ack-by: jfehrle Reviewed-by: maximedenes | |||
| 2020-03-28 | Remove SearchAbout command, deprecated in 8.5 | Jim Fehrle | |
| 2020-03-27 | Cleanup stdlib reals. Use implicit arguments for ConstructiveReals. Move ↵ | Vincent Semeria | |
| ConstructiveReals into new directory Abstract. Remove imports of implementations inside those Abstract files. Add changelog for constructive reals cleanup Move Cauchy reals into new directory Cauchy Update stdlib index Rename sum_f_R0 Use coqdoc comments Update doc/changelog/10-standard-library/11725-cleanup-reals.rst Co-Authored-By: Hugo Herbelin <herbelin@users.noreply.github.com> Update doc/changelog/10-standard-library/11725-cleanup-reals.rst Co-Authored-By: Hugo Herbelin <herbelin@users.noreply.github.com> Update doc/changelog/10-standard-library/11725-cleanup-reals.rst Co-Authored-By: Hugo Herbelin <herbelin@users.noreply.github.com> Improve notations | |||
| 2020-03-27 | Merge PR #11848: Nicer printing for decimal constants | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-03-26 | Merge PR #11885: Sorting: Swap the names of Sorted_sort and LocallySorted_sort | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-03-25 | Make the level of ≡ in Int63 consistent with = | Jason Gross | |
| Fixes #11905 | |||
| 2020-03-25 | Nicer printing for decimal constants in Q | Pierre Roux | |
| Print 1.5 as 1.5 and not 15e-1. We choose the shortest representation with tie break to the dot notation (0.01 rather than 1e-3). The printing remains injective, i.e. 12/10 is not mixed with 120/100, the first being printed as 1.2 and the last as 1.20. | |||
| 2020-03-24 | “auto with zarith”: use “lia” rather than “omega” | Vincent Laporte | |
| 2020-03-24 | [stdlib] Do not rely on failing “auto” | Vincent Laporte | |
| 2020-03-23 | Fix levels of `<=?` and `<?` in the stdlib | Jason Gross | |
| They were defined at level 70, no associativity in all but three places, where they were instead declared at level 35. Fixes #11890 | |||
| 2020-03-23 | Sorting: Swap the names of Sorted_sort and LocallySorted_sort | Lysxia | |
| 2020-03-21 | Add module ZifyPow to avoid compatibility issue with 8.11. | Théo Zimmermann | |
| Also tweak the changelog entry to explain the difference. | |||
| 2020-03-19 | Merge PR #11760: firstorder: default tactic is “auto with core” | Théo Zimmermann | |
| Reviewed-by: JasonGross Reviewed-by: Zimmi48 | |||
| 2020-03-19 | Merge PR #11822: Grants #11692: clear dependent knows about let-in | Pierre-Marie Pédrot | |
| Reviewed-by: JasonGross Reviewed-by: ppedrot | |||
| 2020-03-19 | firstorder: default tactic is “auto with core” | Vincent Laporte | |
