| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-06 | Merge PR #10834: Fix #10831: minor issues in documentation of Function. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2019-10-06 | Fix #10831: minor issues in documentation of Function. | Théo Zimmermann | |
| 2019-10-06 | 8.10.0 release notes. | Théo Zimmermann | |
| 2019-10-05 | Merge PR #10763: Fix syntax of reduction tactics when listing qualid to ↵ | Vincent Laporte | |
| reduce or not. Reviewed-by: jfehrle | |||
| 2019-10-04 | Improve language. | Théo Zimmermann | |
| Co-Authored-By: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2019-10-04 | Merge PR #9772: [Stdlib] OrderedType: do not pollute the “core” hint ↵ | Pierre-Marie Pédrot | |
| database Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2019-10-04 | Merge PR #10798: Loosen restrictions on mixing universe mono/polymorphism in ↵ | Pierre-Marie Pédrot | |
| sections Reviewed-by: ppedrot | |||
| 2019-10-04 | [Stdlib] OrderedType: do not pollute the “core” hint database | Vincent Laporte | |
| 2019-10-04 | Merge PR #10806: Micromega tactics are no longer confused by primitive ↵ | Frédéric Besson | |
| projections Reviewed-by: fajb | |||
| 2019-10-03 | fix 10765-micromega-caches.rst | Frédéric Besson | |
| 2019-10-03 | Improved handling of micromega caches | Frédéric Besson | |
| - Specialised hash and equality functions. Avoid collisions in extreme scenarios. - Flags to disable the use of the caches. fixes #10772 | |||
| 2019-10-02 | Loosen restrictions on mixing universe mono/polymorphism in sections | Gaëtan Gilbert | |
| We disallow adding univ constraints wich refer to polymorphic universes, and monomorphic constants and inductives when polymorphic universes or constraints are present. Every other combination is already correctly discharged by the kernel. | |||
| 2019-10-01 | [Micromega] Use EConstr.eq_constr_universes_proj | Vincent Laporte | |
| 2019-09-26 | Merge PR #10664: Putting sections libstack inside the kernel | Maxime Dénès | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: ejgallego Reviewed-by: gares Reviewed-by: maximedenes | |||
| 2019-09-25 | Adding documentation for the move of sections data to kernel. | Pierre-Marie Pédrot | |
| 2019-09-25 | Merge PR #10713: Define morphisms of real numbers and accelerate Cauchy reals | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2019-09-24 | Merge PR #10774: Make `zify` does work for `Z.to_N` | Frédéric Besson | |
| Reviewed-by: Zimmi48 Reviewed-by: fajb | |||
| 2019-09-24 | Merge PR #10758: Fix #10757: Program Fixpoint uses "exists" for telescopes | Matthieu Sozeau | |
| Reviewed-by: mattam82 | |||
| 2019-09-24 | Make `zify` does work for `Z.to_N` | Kazuhiko Sakaguchi | |
| 2019-09-18 | Fix syntax of reduction tactics when listing qualid to reduce or not. | Théo Zimmermann | |
| 2019-09-18 | Merge PR #9856: A 'zify' tactic as a ML plugin | Maxime Dénès | |
| Ack-by: SkySkimmer Ack-by: Zimmi48 Ack-by: maximedenes Ack-by: ppedrot Ack-by: vbgl | |||
| 2019-09-17 | Add changelog entry | Maxime Dénès | |
| 2019-09-16 | Fix #10757: Program Fixpoint uses "exists" for telescopes | Gaëtan Gilbert | |
| This helps extraction by not building sigT which can lower to Prop by template polymorphism. Bug #10757 can probably still be triggered by using module functors to hide that we're using Prop from Program Fixpoint but that's probably unfixable without fixing extraction vs template polymorphism in general. In passing we notice that Program doesn't know how to telescope SProp arguments, we would need a bunch of variants of sigma types to deal with it (or use Box?) so let's figure it out some other time. We also reuse the universe instance to avoid generating a bunch of short-lived universes in the universe polymorphic case. | |||
| 2019-09-16 | Define morphisms of real numbers and accelerate Cauchy reals | Vincent Semeria | |
| Prove that morphisms preserve additions Fix stdlib index Prove that constructive real morphisms preserve multiplications by integers Prove that constructive real morphisms preserve multiplications by rationals Prove CReal_mult_pos_appart_zero Prove that constructive real morphisms preserve multiplications Prove that constructive real morphisms preserve divisions Rewrite convergence in sort Prop, to extract smaller programs Rewrite convergence on integers, to extract smaller programs Fix typos | |||
| 2019-09-16 | Re-implementation of zify | Frédéric Besson | |
| The logic is implemented in OCaml. By induction over the terms, guided by registered Coq terms in ZifyInst.v, it generates a rewriting lemma. The rewriting is only performed if there is some progress. If the rewriting fails (due to dependencies), a novel hypothesis is generated. This PR fixes #5155, fixes #8898, fixes #7886, fixes #10707, fixes #9848 ans fixes #10755. The zify plugin is placed in the micromega directory. (Though the reason is unclear, having it in a separate directory is bad for efficiency.) efficiency impact. There are also a few improvements of lia/lra that are piggybacked. - more aggressive pruning of useless hypotheses - slightly optimised conjunctive normal form - applies exfalso if conclusion is not in Prop - removal of Timeout in test-suite | |||
| 2019-09-12 | Merge PR #10753: Release notes for 8.10+beta3. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2019-09-12 | Release notes for 8.10+beta3. | Théo Zimmermann | |
| 2019-09-10 | Refman: To be compatible gtk2/gtk3, not mentioning GTK+ version explicitely. | Hugo Herbelin | |
| 2019-09-10 | Fixing coqide doc about location of "coqiderc" and "coqide.bindings". | Hugo Herbelin | |
| 2019-09-09 | Merge PR #9379: Vectors: lemmas about uncons and splitAt | Hugo Herbelin | |
| Reviewed-by: Zimmi48 Reviewed-by: herbelin | |||
| 2019-09-05 | Merge PR #10731: Ocfnash/stdlib additions | Hugo Herbelin | |
| Ack-by: Zimmi48 Reviewed-by: herbelin | |||
| 2019-09-05 | Merge PR #10730: Add missing index for From ... Require ... | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2019-09-04 | Add changelog entry for 10731 | Oliver Nash | |
| 2019-09-04 | Merge PR #10577: Fix #7348: extraction of dependent record projections | Maxime Dénès | |
| Reviewed-by: Zimmi48 Reviewed-by: maximedenes | |||
| 2019-09-03 | Add missing index for From ... Require ... | Théo Zimmermann | |
| 2019-09-03 | Apply suggestions from code review | Oliver Nash | |
| Co-Authored-By: Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | |||
| 2019-09-03 | New lemmas for List.v | Oliver Nash | |
| * filter_app (moved from MSets/MSetRBT.v) * filter_map * filter_ext_in * ext_in_filter * filter_ext_in_iff * filter_ext * concat_filter_map * combine_nil * combine_firstn_l * combine_firstn_r * combine_firstn * nodup_fixed_point | |||
| 2019-09-01 | edits per review | Yishuai Li | |
| 2019-09-01 | Changelog: more accurate on uncons | Yishuai Li | |
| 2019-09-01 | Vectors: lemmas about uncons and splitAt | Yishuai Li | |
| Co-authored-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> | |||
| 2019-08-26 | Document `Template Check` flag and add changelog entry for 9918 | Matthieu Sozeau | |
| Fix changelog entry Fix build of the user manual Markup fixes from Théo Zimmermann Update doc and changelog and improve error messages. | |||
| 2019-08-25 | Merge PR #10632: Prove the completeness of real numbers from logical axiom ↵ | Hugo Herbelin | |
| sig_not_dec Reviewed-by: herbelin | |||
| 2019-08-24 | [dune] Migrate static Dune files to Dune 1.10 | Emilio Jesus Gallego Arias | |
| This improves error reporting. Addendum to #10515 | |||
| 2019-08-23 | [doc] Fix documentation of schedule-vio | Emilio Jesus Gallego Arias | |
| Master version of the fix for #10679 | |||
| 2019-08-20 | Merge PR #10291: Controlling typing flags with commands (no attribute) | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2019-08-19 | Split ConstructiveRealsLUB and improve comments | Vincent Semeria | |
| 2019-08-16 | Fix quoting in 8.9 changelog entry. | Théo Zimmermann | |
| 2019-08-16 | Universe Checking instead of Universes Checking | SimonBoulier | |
| 2019-08-16 | Add documentation for typing flags. | SimonBoulier | |
| 2019-08-09 | Add a changelog entry | Kazuhiko Sakaguchi | |
| Acknowledgement: This work is financially supported by Peano System Inc. on-behalf-of: @peano-system <info@peano-system.jp> | |||
