index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ltac
Age
Commit message (
Expand
)
Author
2020-03-08
Merge PR #11578: [exn] Keep information from multiple extra exn handlers
Pierre-Marie Pédrot
2020-03-05
Merge PR #11522: Adding an alias `pose proof (x:=t)` for `pose proof t as x` ...
Pierre-Marie Pédrot
2020-03-04
Merge PR #11380: [exninfo] Deprecate aliases for exception re-raising.
Pierre-Marie Pédrot
2020-03-04
Merge PR #11709: Deprecate the "prolog" tactic.
Théo Zimmermann
2020-03-03
[exn] Keep information from multiple extra exn handlers
Emilio Jesus Gallego Arias
2020-03-03
[exninfo] Deprecate aliases for exception re-raising.
Emilio Jesus Gallego Arias
2020-03-03
Adding an alias "pose proof (x:=a)" for "pose proof a as x".
Hugo Herbelin
2020-03-01
[parser] lk_int -> lk_nat
Maxime Dénès
2020-03-01
Refactor lookaheads using DSL
Maxime Dénès
2020-02-28
Deprecate the "prolog" tactic.
Pierre-Marie Pédrot
2020-02-25
Merge PR #11489: [exn] remove `raise` taking optional exception information a...
Pierre-Marie Pédrot
2020-02-25
Merge PR #11655: [parsing] Track need to reinit by typing
Pierre-Marie Pédrot
2020-02-24
[exn] remove `raise` taking optional exception information argument
Emilio Jesus Gallego Arias
2020-02-24
Merge PR #11653: Tactic_matching.pattern_match_term: remove ignored "refresh"...
Pierre-Marie Pédrot
2020-02-22
Making structure of type "tolerability" and related clearer.
Hugo Herbelin
2020-02-21
[parsing] Track need to reinit by typing
Emilio Jesus Gallego Arias
2020-02-21
Tactic_matching.pattern_match_term: remove ignored "refresh" argument
Gaëtan Gilbert
2020-02-13
[build] Consolidate stdlib's .v files under a single directory.
Emilio Jesus Gallego Arias
2020-02-13
Merge PR #11521: Remove Goptions.opt_name field
Pierre-Marie Pédrot
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2020-02-12
Standardize constr -> globref operations to use destRef/isRef/isRefX
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Extractactics.destauto_in
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Extractactics.mkCaseEq
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Rewrite.symmetry_in
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Rewrite.default_morphism
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Rewrite.build_morphism_signature
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Rewrite.resolve_morphism
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Rewrite.decompose_app_rel
Gaëtan Gilbert
2019-12-26
Remove uses of Global in Evd API.
Pierre-Marie Pédrot
2019-12-18
Merge PR #11027: Cleanup post #10647 (expose comind universe handling)
Pierre-Marie Pédrot
2019-12-18
Merge PR #11203: Make the string argument of `time` print correctly
Pierre-Marie Pédrot
2019-12-16
Pretyping.check_evars: make initial evar map optional
Gaëtan Gilbert
2019-12-10
Side-effect free wrapper around already declared schemes.
Pierre-Marie Pédrot
2019-12-06
Make the string argument of `time` print correctly
Jason Gross
2019-12-06
Moving the diversity of constr printers to a label style.
Hugo Herbelin
2019-12-05
Merge PR #11241: Unfortunate Coq 8.10 bug with "cofix with" tactic syntax
Emilio Jesus Gallego Arias
2019-12-05
Unfortunate bug with "cofix with": case of a CProdN over no bindings.
Hugo Herbelin
2019-12-05
Merge PR #11210: Tacinterp: push_trace doesn't need to be wrapped in a tactic
Pierre-Marie Pédrot
2019-11-30
Actually deprecate the `cutrewrite` tactic
Maxime Dénès
2019-11-28
Tacinterp: push_trace doesn't need to be wrapped in a tactic
Gaëtan Gilbert
2019-11-26
Undeprecate Add Setoid / Add Morphism.
Théo Zimmermann
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-16
Merge PR #10996: Refine Instance returns
Pierre-Marie Pédrot
2019-11-14
Rename non-unique local nonterminals
Jim Fehrle
2019-11-13
Return of Refine Instance as an attribute.
Gaëtan Gilbert
2019-10-18
factorize or_var_map
Alexandre Moine
2019-09-23
Fixes #10778 (fresh was not updated after renaming of intropattern entry in #...
Hugo Herbelin
2019-08-29
Make sure that all query commands return a notice (not an info) feedback
Maxime Dénès
2019-08-26
Tauto: use Coqlib to locate “not” and “NNPP”
Vincent Laporte
2019-08-23
Merge PR #10665: [api] Move handling of variable implicit data to impargs
Gaëtan Gilbert
[next]