| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-19 | Split ConstructiveRealsLUB and improve comments | Vincent Semeria | |
| 2019-08-10 | Compute (if linear_order_T 0 (IPR 22) (IPR 10) (IPR_pos 10) then true else ↵ | Vincent Semeria | |
| false). | |||
| 2019-08-09 | Switch constructive Rlt to sort Type, to make it compute later | Vincent Semeria | |
| 2019-08-08 | Fix namespace of Cauchy reals | Vincent Semeria | |
| 2019-08-08 | Add interface of constructive real numbers, with an opaque implementation by ↵ | Vincent Semeria | |
| Cauchy reals | |||
| 2019-08-06 | Prove the completeness of real numbers from logical axiom sig_not_dec | Vincent Semeria | |
| 2019-08-05 | Merge PR #10585: [coqdoc] Simplify regex for identifiers in comments | Vincent Laporte | |
| Reviewed-by: gares Reviewed-by: vbgl | |||
| 2019-08-05 | Merge PR #10445: Split constructive and classical axioms for real numbers | Vincent Laporte | |
| Ack-by: Zimmi48 Ack-by: silene | |||
| 2019-08-05 | ConstructiveCauchyReals: make explicit structural recursion | Vincent Laporte | |
| 2019-08-04 | Merge PR #10579: Remove underscores from inserted texts. | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2019-08-02 | Merge PR #10543: Remove unused grammar nonterminals and productions | Enrico Tassi | |
| Reviewed-by: ppedrot | |||
| 2019-08-02 | Merge PR #10553: Use a more traditional definition for uint63_div21 (fixes ↵ | Maxime Dénès | |
| #10551). Reviewed-by: maximedenes Reviewed-by: proux01 | |||
| 2019-07-31 | Merge PR #9811: [stdlib] Remove deprecated module Zlogarithm | Emilio Jesus Gallego Arias | |
| Reviewed-by: Zimmi48 Reviewed-by: maximedenes | |||
| 2019-07-30 | Merge PR #10594: Fix issue #10593 : Software foundations URL changed | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2019-07-30 | Merge PR #10595: [CI/Azure/macOS] Unshallow the homebrew-core repository | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2019-07-30 | Merge PR #10430: [Extraction] Add support for primitive integers | Maxime Dénès | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: maximedenes | |||
| 2019-07-29 | Use the precondition of diveucl_21 to avoid massaging the dividend. | Guillaume Melquiond | |
| All the implementations now return (0, 0) when the dividend is so large that the quotient would overflow. | |||
| 2019-07-29 | Add a non-overflow precondition to diveucl_21 to align it on standard ↵ | thery | |
| implementations. | |||
| 2019-07-29 | Add test from #10551. | Guillaume Melquiond | |
| 2019-07-29 | Transpose the C code of uint63_div21 to the OCaml implementations. | Guillaume Melquiond | |
| 2019-07-29 | Use a more traditional definition for uint63_div21 (fixes #10551). | Guillaume Melquiond | |
| 2019-07-29 | [CI/Azure/macOS] Unshallow the homebrew-core repository | Vincent Laporte | |
| 2019-07-29 | Fix issue #10593 : Software foundations URL changed | Michael Soegtrop | |
| 2019-07-29 | Merge PR #10548: Refine documentation of tokens | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Ack-by: cpitclaudel Ack-by: herbelin | |||
| 2019-07-29 | Merge PR #10574: Remove deprecated `Backtrack` command | Enrico Tassi | |
| Reviewed-by: ejgallego Reviewed-by: gares | |||
| 2019-07-29 | Merge PR #10581: Remove the tactic wizard, as it has not worked for several ↵ | Pierre-Marie Pédrot | |
| years and no one complained (fixes #10580). Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2019-07-29 | Merge PR #10538: [vernac] [inductive] Remove unused functions/exports. | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2019-07-28 | Update documentation on tokens, use "int" and "num" | Jim Fehrle | |
| for integers and natural nums | |||
| 2019-07-27 | Merge PR #10569: [Int63] Remove redundant misnamed lemma lsr_add_distr | Hugo Herbelin | |
| Reviewed-by: herbelin Reviewed-by: maximedenes Reviewed-by: silene | |||
| 2019-07-27 | [coqdoc] Simplify regex for identifiers in comments | Lysxia | |
| 2019-07-26 | Remove unused grammar productions | Jim Fehrle | |
| 2019-07-26 | Fix typo | Vincent Semeria | |
| 2019-07-26 | Remove the tactic wizard, as it has not worked for several years and no one ↵ | Guillaume Melquiond | |
| complained (fixes #10580). | |||
| 2019-07-26 | Remove underscores from inserted texts. | Guillaume Melquiond | |
| Underscores are used as prefix for accelerators in gtk. In particular, double underscores are used to escape them. So, when applying a template, underscores should be cleaned from the inserted text. | |||
| 2019-07-26 | Merge PR #10563: changed name of cos3PI4 to cos_3PI4 for consistency | Michael Soegtrop | |
| Reviewed-by: MSoegtropIMC | |||
| 2019-07-26 | [stdlib] Remove deprecated module Zsqrt_compat | Vincent Laporte | |
| 2019-07-26 | [stdlib] Remove deprecated module Zlogarithm | Vincent Laporte | |
| 2019-07-26 | Merge PR #10568: Mark primitive integers as able to participate in ↵ | Maxime Dénès | |
| reductions (fixes #10560). Reviewed-by: maximedenes Reviewed-by: ppedrot | |||
| 2019-07-25 | Remove deprecated `Backtrack` command | Maxime Dénès | |
| It has been deprecated since 8.4. The documentation was incorrect since at least 8.5 (the last two arguments were ignored). `Backtrack m n p` was a synonym for `BackTo m` We also move `BackTo` handling to coqtop, since it is not meant to be part of the document. | |||
| 2019-07-25 | [Int63] Remove redundant misnamed lemma lsr_add_distr | Vincent Laporte | |
| This lemma is lsl_add_distr (about “<<” rather than “>>”). See lemmas bit_add_or and lor_lsr for related properties. | |||
| 2019-07-25 | Mark primitives integer as able to participate in reductions (fixes #10560). | Guillaume Melquiond | |
| The documentation states: - Norm means the term is fully normalized and cannot create a redex when substituted - Cstr means the term is in head normal form and that it can create a redex when substituted (i.e. constructor, fix, lambda) | |||
| 2019-07-24 | changed name of cos3PI4 to cos_3PI4 for consistency | Robert Rand | |
| 2019-07-24 | Merge PR #10536: Fix #10533: uncaught Invalid_argument Array.fold_left2 in ↵ | Enrico Tassi | |
| rewrite Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2019-07-24 | Merge PR #10549: [lemmas] Small cleanups | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2019-07-24 | Merge PR #10537: [vernacexpr] Refactor fixpoint AST. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: gares | |||
| 2019-07-23 | Merge PR #10552: Fix a detail in 2 doc files for the under tactic | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-07-23 | [obligations] Use already existing type alias. | Emilio Jesus Gallego Arias | |
| Simple cleanup: we make use of the `obligation_info` type alias in the function generating it. | |||
| 2019-07-23 | [lemmas] save_remaining_recthms doesn't need a norm parameter. | Emilio Jesus Gallego Arias | |
| We make the interface to this function simpler, as a step towards trying to remove the duplication of this function with the code in `DeclareDef`. | |||
| 2019-07-23 | [lemmas] Refactor code a bit, saving functions now to in the saving part. | Emilio Jesus Gallego Arias | |
| We localize functions for constant saving that were used before in the start hooks, but now they are called in the saving path in direct style. No functional change. | |||
| 2019-07-23 | Merge PR #10554: Do not rely on dummy TACTIC EXTEND for ssreflect tactics. | Enrico Tassi | |
| Reviewed-by: gares | |||
