| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-17 | Formally deprecate the double induction tactic. | Pierre-Marie Pédrot | |
| The doc states it is deprecated since 1386cd9 but this was ages before the deprecation mechanism existed. | |||
| 2020-09-11 | Rename Numeral Notation command to Number Notation | Pierre Roux | |
| Keep Numeral Notation wit a deprecation warning. | |||
| 2020-09-09 | Merge PR #12094: Extend app_inj_tail and other list lemmas | Hugo Herbelin | |
| Reviewed-by: anton-trunov Ack-by: herbelin | |||
| 2020-09-09 | Merge PR #12905: Lint stdlib with -mangle-names #2 | coqbot-app[bot] | |
| Reviewed-by: anton-trunov Ack-by: jashug Ack-by: olaure01 | |||
| 2020-09-07 | Add iff variants for other list lemmas | Edward Wang | |
| 2020-09-07 | Add iff variant for app_inj_tail | Edward Wang | |
| The lemma is true in the other direction and can be useful in proofs. | |||
| 2020-08-27 | Merge PR #12913: Modify lia to work with -mangle-names | coqbot-app[bot] | |
| Reviewed-by: maximedenes Ack-by: SkySkimmer | |||
| 2020-08-27 | Merge PR #12898: [ssr] backport ssrbool from Math Comp 1.11 | Enrico Tassi | |
| Ack-by: chdoc Reviewed-by: gares | |||
| 2020-08-26 | Modify lia to work with -mangle-names | Jasper Hugunin | |
| We used to be refreshing the names for intros but not using the refreshed names. The same pattern of `intro_using` (which is what `intros ?name` effectively is) messing things up as in coq/coq#12881. | |||
| 2020-08-26 | address comments and fixups | Reynald Affeldt | |
| 2020-08-25 | Modify Numbers/NatInt/NZGcd.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZDiv.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZLog.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZSqrt.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZPow.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZParity.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZMulOrder.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZOrder.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZMul.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZAdd.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Numbers/NatInt/NZBase.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Structures/GenericMinMax.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Structures/OrdersFacts.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Structures/OrdersTac.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Structures/Orders.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Relations/Relations.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Relations/Operators_Properties.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Setoids/Setoid.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Classes/CMorphisms.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Classes/CRelationClasses.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Classes/Morphisms.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Classes/RelationClasses.v to compile with -mangle-names | Jasper Hugunin | |
| The apply <- tactic was breaking, so we had to modify the definition in Init/Tactics.v to use slightly fresher names. | |||
| 2020-08-25 | Modify Bool/Bool.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Init/Tactics.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Init/Wf.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-25 | Modify Init/Peano.v to compile with -mangle-names. | Jasper Hugunin | |
| Here I added intros rather than moving premises before the colon, partly to be more consistent with nearby lemma statements. | |||
| 2020-08-25 | Require NsatzTactic: nsatz support for Z and Q | Jason Gross | |
| The purpose of `NsatzTactic` is to allow using `nsatz` without the dependency on real axioms. So we declare the instances for `Z` and `Q` in that file, so that users don't have to re-create them. Fixes #12860 | |||
| 2020-08-25 | fix notation-incompatible-format warnings | Reynald Affeldt | |
| (mathcomp commit 1bbfe3429a07bee2478fd15adf45b982fdfb5d2b) | |||
| 2020-08-25 | Merge PR #12801: Put cyclic numbers in sort Set instead of Type | Anton Trunov | |
| Ack-by: Zimmi48 Reviewed-by: anton-trunov | |||
| 2020-08-25 | add contra lemmas introduced by MathComp's PR #499 | Reynald Affeldt | |
| (https://github.com/math-comp/math-comp/pull/499/) | |||
| 2020-08-25 | tentative backport of ssrbool from MathComp 1.11 | Reynald Affeldt | |
| 2020-08-24 | Put cyclic numbers in sort Set instead of Type | Vincent Semeria | |
| Added user overlay for bignums | |||
| 2020-08-20 | Modify Init/Specif.v to compile with -mangle-names | Jasper Hugunin | |
| 2020-08-20 | Modify Init/Datatypes.v to compile with -mangle-names. | Jasper Hugunin | |
| All except `pair_equal_spec` completely addressed by moving dependent hypotheses before the colon. | |||
| 2020-08-20 | Modify Init/Logic.v to compile with -mangle-names. | Jasper Hugunin | |
| This is related to coq/coq#6781. Most issues are with `destruct H` where H is the name of a binder in the goal; this is addressed by moving dependent assumptions before the colon. A different option would be adding `intros` tactics, but this repeats the names of hypotheses (in the type of the goal and in the proof script). Additionally, the `destruct H with (Q:=...)` form gets changed to `destruct (H ...)`, since the binder name `Q` is refreshed. | |||
| 2020-08-13 | Merge PR #12799: [stdlib] [List] Additional statements about List.repeat | Anton Trunov | |
| Reviewed-by: anton-trunov | |||
| 2020-08-13 | Merge PR #12716: deprecate prod_curry and prod_uncurry | Anton Trunov | |
| Reviewed-by: anton-trunov | |||
| 2020-08-13 | Merge PR #12556: Bring Float notations in line with stdlib | Hugo Herbelin | |
| Reviewed-by: erikmd Reviewed-by: herbelin | |||
| 2020-08-12 | Additional statements about List.repeat | Olivier Laurent | |
| Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com> | |||
| 2020-08-11 | deprecate prod_curry and prod_uncurry | Yishuai Li | |
