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
2015-05-05
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-05-04
Code simplification in Tactics.
Pierre-Marie Pédrot
2015-05-01
Giving to "subst" a more natural semantic (fixing #4214) by using all
Hugo Herbelin
2015-04-25
Cleaning some uses of exceptions in tactics.
Pierre-Marie Pédrot
2015-04-23
Remove almost all the uses of string concatenation when building error messages.
Guillaume Melquiond
2015-04-23
Using tclZEROMSG instead of tclZERO in several places.
Pierre-Marie Pédrot
2015-04-22
Tactical `progress` compares term up to potentially equalisable universes.
Arnaud Spiwack
2015-04-16
Ensuring purity of datastructures in the API.
Pierre-Marie Pédrot
2015-04-15
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-04-14
Cleaning up the implementation of search entries in Hints.
Pierre-Marie Pédrot
2015-04-14
Opaque implementation of auto tactics.
Pierre-Marie Pédrot
2015-04-13
Remove declarations of matched variables in change as an extension of
Matthieu Sozeau
2015-04-13
More documented representation of hint objects.
Pierre-Marie Pédrot
2015-04-12
Making the hint entry type opaque.
Pierre-Marie Pédrot
2015-04-10
Fix compilation broken by Matthieu's last commit.
Pierre Letouzey
2015-04-10
Fix #3590 for good this time, by changing the API, change's argument now
Matthieu Sozeau
2015-04-10
Eauto hints respect their priority. Fixes bug #3199.
Pierre-Marie Pédrot
2015-04-10
Making the hints for the auto tactics private.
Pierre-Marie Pédrot
2015-04-09
Merge branch 'v8.5' into trunk
Pierre Letouzey
2015-04-09
Fix caching of local hintdb in typeclasses eauto.
Matthieu Sozeau
2015-04-06
refresh metas in rewrite hints loaded from .vo files (fix bug #3815)
Nickolai Zeldovich
2015-04-01
Removing a probably incorrect on-the-fly require in a tactic.
Pierre-Marie Pédrot
2015-03-23
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-03-22
Aliasing give_up with admit
Enrico Tassi
2015-03-11
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-03-11
admit: replaced by give_up + Admitted (no proof_admitted : False, close #4032)
Enrico Tassi
2015-03-07
Reverting r10021 which enforces early assumptions on freshness which
Hugo Herbelin
2015-03-07
Continuing a8ad3abc15a2 and 60810aaec on freshness of name in tactic "evar".
Hugo Herbelin
2015-03-04
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-03-03
Fix bug #3590, keeping evars that are not turned into named metas by
Matthieu Sozeau
2015-02-28
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-02-27
Removing the unused field ltacrecvars of tactic internalization.
Pierre-Marie Pédrot
2015-02-27
Hack so that refine_no_check accepts an argument which is a match on an
Hugo Herbelin
2015-02-27
Somehow fixing bug #3467.
Pierre-Marie Pédrot
2015-02-26
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-02-26
Fixing bug #3298.
Pierre-Marie Pédrot
2015-02-26
Fixing printing of ordinals.
Pierre-Marie Pédrot
2015-02-24
[info_auto] & [info_trivial]: warning message to help users find [Info].
Arnaud Spiwack
2015-02-24
[info] tactical warning: do not suggest [info_auto] and [info_trivial].
Arnaud Spiwack
2015-02-23
Merge branch 'v8.5' into trunk
Enrico Tassi
2015-02-23
Fix some typos in comments.
Guillaume Melquiond
2015-02-23
Less compatibility layer in Eauto.
Pierre-Marie Pédrot
2015-02-23
Partially porting eauto to the new tactic API.
Pierre-Marie Pédrot
2015-02-23
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-02-20
Fixing error message when H already exists in tactic subexpression eqn:H.
Hugo Herbelin
2015-02-20
A fix for #3993 (not fully applied term to destruct when eqn is given).
Hugo Herbelin
2015-02-18
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-02-18
Fix bug #3938
Matthieu Sozeau
2015-02-16
Fixing bug #3944.
Pierre-Marie Pédrot
2015-02-15
Merge branch 'v8.5'
Pierre-Marie Pédrot
[next]