index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
Age
Commit message (
Expand
)
Author
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
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
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-04
Merge PR #11491: Small side effect cleanup
Pierre-Marie Pédrot
2020-01-30
Factorize export_private_constants + register_side_effect
Gaëtan Gilbert
2020-01-30
[exn] Don't reraise in exception printers
Emilio Jesus Gallego Arias
2020-01-30
export_private_constants doesn't use the [constr in_univ_ctx] argument
Gaëtan Gilbert
2020-01-30
Merge PR #11307: Remove the hacks relying on hardwired libobject tags.
Maxime Dénès
2020-01-27
schemes: use rigid universes
Gaëtan Gilbert
2020-01-21
Translating a comment from French to English.
Hugo Herbelin
2020-01-12
fix #11279. Specialize h no longer expands letins in the type of h.
Pierre Courtieu
2019-12-22
Remove the hacks relying on hardwired libobject tags.
Pierre-Marie Pédrot
2019-12-18
Merge PR #10616: Fix push_universe_context* interfaces to use a consistent ~s...
Pierre-Marie Pédrot
2019-12-16
Pretyping.check_evars: make initial evar map optional
Gaëtan Gilbert
2019-12-13
Use ~strict argument consistently in push_context/push_context_set intfs
Matthieu Sozeau
2019-12-11
Merge PR #11271: Fixing #9893. "Specialize with" would not support hyps type ...
Pierre-Marie Pédrot
2019-12-10
Fixing #9893 (Letins not supported in the specialized hypothesis).
Pierre Courtieu
2019-12-10
Side-effect free wrapper around already declared schemes.
Pierre-Marie Pédrot
2019-12-10
Make explicit that users should not observe return values of scheme functions.
Pierre-Marie Pédrot
2019-12-10
Simplify internal flags in scheme declarations.
Pierre-Marie Pédrot
2019-12-06
Moving the diversity of constr printers to a label style.
Hugo Herbelin
2019-11-30
Actually deprecate the `cutrewrite` tactic
Maxime Dénès
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-11
Do not export the internals of the prepare_hint function.
Pierre-Marie Pédrot
2019-11-08
Make [Proof_global.closed_proof_output] opaque
Gaëtan Gilbert
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-10-30
[declare] Remove declare_scheme hook in Declare
Emilio Jesus Gallego Arias
2019-10-30
Merge PR #10981: [abstract] Remove un-unused reference to `evar_map`
Pierre-Marie Pédrot
2019-10-30
Merge PR #10949: [declare] Provide helper for private constant inlining.
Pierre-Marie Pédrot
2019-10-30
Merge PR #10681: [declare] Make `proof_entry` a private type.
Pierre-Marie Pédrot
2019-10-30
Merge PR #10494: Show diffs in "Show Proof."
Enrico Tassi
2019-10-29
Show diffs in "Show Proof."
Jim Fehrle
2019-10-29
[abstract] Remove un-unused reference to `evar_map`
Emilio Jesus Gallego Arias
[next]