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-05-12
Merge PR #12146: Fixes #10812: tactic subst failure with section variables in...
Pierre-Marie Pédrot
2020-05-11
Merge PR #12273: Deprecate Refiner API
Emilio Jesus Gallego Arias
2020-05-09
Add another note about removing a tactic after abstract
Jason Gross
2020-05-09
Revert "[with_strategy] Fix for coqchk"
Jason Gross
2020-05-09
[with_strategy] Fix for coqchk
Jason Gross
2020-05-09
Fix a bug with with_strategy, behavior on multisuccess tactics
Jason Gross
2020-05-09
Fix the `with_strategy` tactic to work with `abstract`
Jason Gross
2020-05-09
Add a `with_strategy` tactic
Jason Gross
2020-05-07
Deprecate the legacy tacticals from module Refiner.
Pierre-Marie Pédrot
2020-05-07
Tactic subst now inactive on section variables occurring indirectly in goal.
Hugo Herbelin
2020-05-03
Export missing tacticals.
Pierre-Marie Pédrot
2020-05-03
Wrap Refiner.refiner in the tactic monad.
Pierre-Marie Pédrot
2020-04-29
Merge the call to tclEFFECTS into find_scheme.
Pierre-Marie Pédrot
2020-04-28
Return an option in lookup_scheme.
Pierre-Marie Pédrot
2020-04-28
Stop relying on side-effects for recursive scheme declaration.
Pierre-Marie Pédrot
2020-04-23
Merge PR #12130: [declare] [tactics] Move declare to `vernac`
Pierre-Marie Pédrot
2020-04-21
Merge PR #11896: Use lists instead of arrays in evar instances.
Maxime Dénès
2020-04-21
Merge PR #12116: Fixing #12045: missing normalization in conclusion of custom...
Pierre-Marie Pédrot
2020-04-21
Merge PR #11883: Fix #7812: autounfold's behavior depends on file names
Hugo Herbelin
2020-04-21
[declare] [tactics] Move declare to `vernac`
Emilio Jesus Gallego Arias
2020-04-21
[hints] Move and split Hint Declaration AST to vernac
Emilio Jesus Gallego Arias
2020-04-20
Fixing #12045 (missing normalization in conclusion of custom induction scheme).
Hugo Herbelin
2020-04-15
[tmp] Compat API for CI
Emilio Jesus Gallego Arias
2020-04-15
[declare] Rename `Declare.t` to `Declare.Proof.t`
Emilio Jesus Gallego Arias
2020-04-15
[proof] Move functions related to `Proof.t` to `Proof`
Emilio Jesus Gallego Arias
2020-04-15
[proof] Merge `Pfedit` into proofs.
Emilio Jesus Gallego Arias
2020-04-15
[proofs] Move pfedit to `proofs`
Emilio Jesus Gallego Arias
2020-04-15
[declare] [abstract] Do evars check in declare_abstract
Emilio Jesus Gallego Arias
2020-04-15
[declare] Mark APIs as scheduled for removal; remove a couple.
Emilio Jesus Gallego Arias
2020-04-15
[proof] [abstract] Move internal declaration code to `Declare`
Emilio Jesus Gallego Arias
2020-04-15
[proof] Merge `Proof_global` into `Declare`
Emilio Jesus Gallego Arias
2020-04-15
[proof] Move proof_global functionality to Proof_global from Pfedit
Emilio Jesus Gallego Arias
2020-04-14
Merge PR #11820: Partial imports
Maxime Dénès
2020-04-13
correctly open objects for Names filters
Gaëtan Gilbert
2020-04-13
pass filters around
Gaëtan Gilbert
2020-04-11
Fix #7812
Attila Gáspár
2020-04-10
[sideeff] Don't use polymorphic equality to check for empty side-effects
Emilio Jesus Gallego Arias
2020-04-10
[proof] Introduce `prepare_proof` to improve normalization workflow.
Emilio Jesus Gallego Arias
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-04-01
Merge PR #11306: Centralize the flag handling native compilation.
Maxime Dénès
2020-03-31
Merge PR #11579: Remove ad-hoc treatment of inductive parameters in implicit ...
Hugo Herbelin
2020-03-31
Try only using TC for conversion in cominductive (not great but let's see)
Gaëtan Gilbert
2020-03-31
[proof] Improve comment and argument name.
Emilio Jesus Gallego Arias
2020-03-31
[proof] [stm] Force `opaque` in `close_future_proof`
Emilio Jesus Gallego Arias
2020-03-31
[proof] Remove unused parameter in the delayed save path.
Emilio Jesus Gallego Arias
2020-03-31
[proof] Fixme on unused return type.
Emilio Jesus Gallego Arias
2020-03-31
[proof] Remove internal wrapper in Proof_global
Emilio Jesus Gallego Arias
2020-03-31
[proof] Minor refactorings in Proof_global
Emilio Jesus Gallego Arias
2020-03-31
[proof] Split return_proof in partial and regular versions.
Emilio Jesus Gallego Arias
[next]