| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-04 | Merge PR #13302: Fix test-suite in async mode. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-11-04 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-11-04 | Document the changes. | Pierre-Marie Pédrot | |
| 2020-11-04 | Further code simplification in arbitrary hint interpretation. | Pierre-Marie Pédrot | |
| We reuse the standard code path for term interpretation instead of trying to mangle it. | |||
| 2020-11-04 | Do not try to be clever for term-as-hint interpretation. | Pierre-Marie Pédrot | |
| The prepare_hint function was trying to requantify over all undefined evars, but actually this should not happen when defining generic terms as hints through some Hint vernacular command. | |||
| 2020-11-04 | Opacify the Hints.hint_term type. | Pierre-Marie Pédrot | |
| 2020-11-04 | Encapsulate the last use of IsConstr in the Hints API. | Pierre-Marie Pédrot | |
| 2020-11-04 | Further API cleanup after the removal of forward hints. | Pierre-Marie Pédrot | |
| We know statically that only global references are passed to make_resolves. | |||
| 2020-11-04 | Remove warning on SSR Search having moved. | Théo Zimmermann | |
| 2020-11-03 | Merge PR #13293: Doc: added "Arguments" removing implicit arguments | coqbot-app[bot] | |
| Reviewed-by: jfehrle Reviewed-by: Zimmi48 | |||
| 2020-11-03 | Merge PR #13132: Understand Mangle Names in implicit generalization | coqbot-app[bot] | |
| Reviewed-by: herbelin | |||
| 2020-11-03 | Merge PR #13179: Fix printing for empty primitive arrays | coqbot-app[bot] | |
| Reviewed-by: herbelin | |||
| 2020-11-03 | Merge PR #13256: Remove test-suite/bugs/opened/bug_3395.v: not a bug | coqbot-app[bot] | |
| Reviewed-by: herbelin | |||
| 2020-11-03 | Merge PR #13092: Fixing #13078: stack overflow and anomalies with binding ↵ | coqbot-app[bot] | |
| notations in patterns Reviewed-by: ejgallego Ack-by: ppedrot Ack-by: LasseBlaauwbroek | |||
| 2020-11-03 | improved documentation of arguments command | Fabian Kunze | |
| 2020-11-03 | Eagerly reduce rigid/flex conversion problems. | Pierre-Marie Pédrot | |
| 2020-11-03 | Add a fast path in CClosure stack zipping. | Pierre-Marie Pédrot | |
| No need to zip the stack if the machine has made no progress. | |||
| 2020-11-03 | Fix test-suite in async mode. | Théo Zimmermann | |
| (By closing unfinished proofs.) | |||
| 2020-11-02 | Nicer spacing when printing array literals | Gaëtan Gilbert | |
| From [|x; y; z | def : ty |] to [| x; y; z | def : ty |] | |||
| 2020-11-02 | Fix printing for empty primitive arrays | Gaëtan Gilbert | |
| Fix #13178 | |||
| 2020-11-02 | Merge PR #13250: Micro-optimization in Control.check_for_interrupt. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-11-02 | Merge PR #13183: attribute #[using] for Definition and Fixpoint | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: herbelin Ack-by: Zimmi48 | |||
| 2020-11-02 | Merge PR #13274: Fix two bugs in conversion of primitive values | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-11-02 | Merge PR #13294: Update screenshot of shield icon (shown in CONTRIBUTING). | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-11-02 | Merge PR #13247: Fixes #13241: nested Ltac functions wrongly reporting error ↵ | Pierre-Marie Pédrot | |
| on the inner calls Reviewed-by: ppedrot | |||
| 2020-11-02 | Merge PR #13145: Adding support for printing goal names in CoqIDE | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-11-02 | Merge PR #13254: Adopt the same format for "Print Ltac foo" and "Print foo" ↵ | Pierre-Marie Pédrot | |
| when "foo" is an Ltac Reviewed-by: ppedrot | |||
| 2020-11-02 | Merge PR #13273: universes_of_constr: don't ignore CaseInvert universes | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-11-02 | Update screenshot of shield icon (shown in CONTRIBUTING). | Théo Zimmermann | |
| 2020-11-02 | Doc: added "Arguments" removing implicit arguments | Fabian Kunze | |
| 2020-11-02 | [doc] attribute #[using] | Enrico Tassi | |
| 2020-11-02 | add changelog | Enrico Tassi | |
| 2020-11-02 | [stm] support #[using] attribute | Enrico Tassi | |
| 2020-11-02 | document Proof.compact | Enrico Tassi | |
| 2020-11-02 | attribute #[using] for Definition and Fixpoint | Enrico Tassi | |
| 2020-10-31 | Adding overlay for PR #13290. | Hugo Herbelin | |
| 2020-10-31 | Closes #13278: take into account elimination constraints in small inversion. | Hugo Herbelin | |
| Ideally, if equations t <= ?x were preserving subtyping that could be simpler. Currently we need however to put a rigid universe as constraint on the return predicate so that one branch does not force the return sort to be lower by unification than what another branch would have needed. | |||
| 2020-10-31 | Fine-tuning the sort of the predicate obtained by small inversion. | Hugo Herbelin | |
| If the result is in SProp, Prop or (impredicative) Set, we preserve this information since the elimination sort might be restricted by the sort of the destructed type. If the result is in Type, we use a fresh sort upper bound so that we are sure not having residual algebraic universes which would raise problems in a type constraint (e.g. in define_evar_as_product). This fixes the part of #13278 posted on discourse. | |||
| 2020-10-31 | Useless evar type for typing impossible case. | Hugo Herbelin | |
| 2020-10-30 | Add change log for #13145. | Hugo Herbelin | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-10-30 | Adding support for printing goal names in CoqIDE. | Hugo Herbelin | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> Co-authored-by: Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | |||
| 2020-10-30 | Renaming Numeral into Number | Pierre Roux | |
| 2020-10-30 | Renaming numnotoption into number_modifier | Pierre Roux | |
| 2020-10-30 | Renaming Numeral.v into Number.v | Pierre Roux | |
| 2020-10-29 | Fixing interpretation of rewrite_strat argument in Ltac. | Hugo Herbelin | |
| Ltac variables were not yet supported. | |||
| 2020-10-29 | Use same code for "Print Ltac foo" and "Print foo" when "foo" is an Ltac. | Hugo Herbelin | |
| Adopting the same format means printing "Ltac foo := ..." and not the fully qualified name of foo. | |||
| 2020-10-28 | Adding changelog for #13247. | Hugo Herbelin | |
| 2020-10-28 | Fixes #13241 (nested Ltac functions were wrongly reporting error on the ↵ | Hugo Herbelin | |
| inner calls). This continues #12223, #12773, #12992, #12774, #12999. | |||
| 2020-10-27 | Merge PR #13238: Fix some tactic print bugs | coqbot-app[bot] | |
| Reviewed-by: gares Reviewed-by: herbelin Ack-by: ppedrot | |||
| 2020-10-27 | Merge PR #13219: Rename mlg grammar nonterminals to make documented and mlg ↵ | coqbot-app[bot] | |
| grammars more consistent Reviewed-by: Zimmi48 Reviewed-by: herbelin Ack-by: SkySkimmer | |||
