| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-06 | unsafe_type_of -> get_type_of in Tacticals.elimination_then | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Tacticals.general_elim_then_using | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Hipattern.extract_eq_args | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Hints.make_trivial | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.prove_transitivity | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.symmetry_in | Gaëtan Gilbert | |
| I'm a bit dubious about the tclENV in match_with_equation but let's leave it for now. | |||
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.induction_gen_l + fix bad env | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Tactics.is_functional_induction | Gaëtan Gilbert | |
| 2020-02-06 | Fix evar map leak in Tactics.find_induction_type | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.given_elim | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.guess_elim | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.abstract_args | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Tactics.atomize_param_of_ind_then | Gaëtan Gilbert | |
| Not 100% sure about this one TBH, this function is messy. | |||
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.rewrite_hyp_then (+ tclEVARSTHEN) | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.intro_or_and_pattern | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.intro_decomp_eq (hipattern changes) | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.cut_and_apply | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.find_eliminator | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of + match -> sort_of in Tactics.cut | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.change_on_subterm | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Tactics.convert_concl | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Eqdecide (2 occurrences) | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Eauto.e_give_exact | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Pretyping.pretype_ref | Gaëtan Gilbert | |
| We already thread the evar map | |||
| 2020-02-06 | unsafe_type_of -> type_of in Unification.applyHead | Gaëtan Gilbert | |
| We already thread the evar map | |||
| 2020-02-06 | unsafe_type_of -> type_of in Tacred.pattern_occs | Gaëtan Gilbert | |
| This function already returns the evar map so no problem. | |||
| 2020-02-06 | unsafe_type_of -> get_type_of in cases | Gaëtan Gilbert | |
| It goes in an error message so should be fine. | |||
| 2020-02-06 | Merge PR #11458: Don't install doc_grammar | Enrico Tassi | |
| 2020-02-06 | Merge PR #11478: Nicer kernel universe error for inductives | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-02-06 | Merge PR #10835: Accepting a few more variants of format for recursive ↵ | Pierre-Marie Pédrot | |
| notations (+ a fix about locations) Reviewed-by: ppedrot | |||
| 2020-02-05 | Merge PR #11414: Remove the Tactic menu from CoqIDE. | Hugo Herbelin | |
| Ack-by: Zimmi48 Reviewed-by: herbelin | |||
| 2020-02-05 | Merge PR #11511: Delay lifting in Evarsolve aliasing. | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2020-02-04 | Merge PR #11491: Small side effect cleanup | Pierre-Marie Pédrot | |
| Reviewed-by: ejgallego Reviewed-by: ppedrot | |||
| 2020-02-04 | Merge PR #11513: Test for #5617: Primitive projections confuse the ↵ | Gaëtan Gilbert | |
| termination checker. Reviewed-by: SkySkimmer | |||
| 2020-02-04 | Merge PR #11514: add regression test for lia | Pierre-Marie Pédrot | |
| Reviewed-by: fajb | |||
| 2020-02-04 | Merge PR #11474: Fix efficiency regression #11436 | Vincent Laporte | |
| Ack-by: JasonGross Reviewed-by: Zimmi48 Reviewed-by: vbgl | |||
| 2020-02-03 | add regression test for lia | Andres Erbsen | |
| 2020-02-03 | Merge PR #11508: [ci] [fiat-crypto] Use the pinned bedrock2 | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-02-03 | Test for #5617: Primitive projections confuse the termination checker. | Pierre-Marie Pédrot | |
| Fixes #5617. | |||
| 2020-02-03 | Do not return a full term in Evarsolve alias expansion. | Pierre-Marie Pédrot | |
| The only user is merely observing whether this can be an rel / var alias. | |||
| 2020-02-03 | Delay lifting in Evarsolve aliasing. | Pierre-Marie Pédrot | |
| It turns out that eagerly computing the lift of huge terms when it is not used is not great for performance. Fixes part of #11488. | |||
| 2020-02-03 | Merge PR #11497: [opam] Don't disable native compute in opam.dev file | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-02-03 | Merge PR #11493: [makefile] Ignore _build_boot directory | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-02-03 | Fix efficiency regression #11436 | Frédéric Besson | |
| - The cutting plane has been (sometimes) improved to generate stronger cuts. - There is now some support for profiling the Simplex see documentation for Show Lia Profile. | |||
| 2020-02-03 | Merge PR #11481: Do not rely on Libobject for the current environment in ↵ | Maxime Dénès | |
| extraction. Reviewed-by: maximedenes | |||
| 2020-02-03 | Merge PR #11490: [exn] Don't reraise in exception printers | Pierre-Marie Pédrot | |
| Ack-by: aspiwack Reviewed-by: ppedrot | |||
| 2020-02-02 | [ci] [fiat-crypto] Use the pinned bedrock2 | Jason Gross | |
| Fiat-Crypto does not guarantee compatibility with the tip of bedrock2, only with the pinned version, and bedrock2 is still relatively unstable. So we make the CI not have Fiat-Crypto depend on bedrock2, and instead use the pinned submodule, by using `EXTERNAL_REWRITER=1 EXTERNAL_COQPRIME=1` rather than `EXTERNAL_DEPENDENCIES=1`. | |||
| 2020-02-02 | Merge PR #11500: [ci] [fiat-crypto-legacy] Use new, faster targets | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-02-02 | Merge PR #11484: Fix 11483 (Performance bug of PrimFLoat.compare with ↵ | Pierre-Marie Pédrot | |
| native_compute) Reviewed-by: maximedenes Reviewed-by: ppedrot | |||
| 2020-02-02 | Merge PR #11326: Refactoring part of #11120 about printing applied global ↵ | Emilio Jesus Gallego Arias | |
| references Reviewed-by: ejgallego | |||
