aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Tactics.v
Commit message (Expand)AuthorAge
* Merge PR #6820: Tacticals assert_fails and assert_succeedsGravatar Maxime Dénès2018-03-09
|\
| * Uniform spacing layout in Tactics.v.Gravatar Hugo Herbelin2018-02-28
| * Added tacticals assert_succeeds/assert_fails (courtesy of Jason Gross).Gravatar Hugo Herbelin2018-02-28
* | Update headers following #6543.Gravatar Théo Zimmermann2018-02-27
|/
* Add named timers to LtacProfGravatar Jason Gross2017-12-14
* Bump year in headers.Gravatar Pierre-Marie Pédrot2017-07-04
* Add equality lemmas for sig2 and sigT2Gravatar Jason Gross2017-05-28
* Add an [inversion_sigma] tacticGravatar Jason Gross2017-05-28
* Report a useful error for dependent inductionGravatar Tej Chajed2017-05-03
* Remove the swap tactic from the prelude.Gravatar Maxime Dénès2016-07-18
* Giving a more natural semantics to injection by default.Gravatar Hugo Herbelin2016-06-18
* Update copyright headers.Gravatar Maxime Dénès2016-01-20
* Reorder the steps of the easy tactic. (Fix for bug #2630)Gravatar Guillaume Melquiond2015-02-25
* Update headers.Gravatar Maxime Dénès2015-01-12
* "allows to", like "allowing to", is improperGravatar Jason Gross2014-08-25
* Updating headers.Gravatar herbelin2012-08-08
* induction/destruct : nicer syntax for generating equations (solves #2741)Gravatar letouzey2012-07-09
* Notation: a new annotation "compat 8.x" extending "only parsing"Gravatar letouzey2012-07-05
* Modularization of BinNat + fixes of stdlibGravatar letouzey2011-05-05
* Fixing an "apply -> ... in hyp" bug (the hyp was considered as a fixedGravatar herbelin2011-04-28
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Bool: shorter and more systematic proofs + an iff lemma about eqbGravatar letouzey2010-07-16
* clear/revert dependent: restrict to hyp(h) instead of ident(h)Gravatar letouzey2010-06-18
* New tactic "clear dependent", for the moment in ltac in Init/TacticsGravatar letouzey2010-06-17
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False'Gravatar letouzey2009-10-08
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* New tactic to rewrite decidability lemmas when one knows which sideGravatar herbelin2009-08-24
* Miscellaneous practical commits: Gravatar herbelin2009-06-29
* - Temptative change to notations like "as [|n H]_eqn" or "as [|n H]_eqn:H",Gravatar herbelin2009-01-02
* - Another bug in get_sort_family_of (sort-polymorphism of constants andGravatar herbelin2008-12-28
* - Extracted from the tactic "now" an experimental tactic "easy" for smallGravatar herbelin2008-12-26
* Correction de bugs:Gravatar herbelin2008-08-05
* Évolutions diverses et variées.Gravatar herbelin2008-08-04
* - Extension de "generalize" en "generalize c as id at occs".Gravatar herbelin2008-06-08
* Ajout notation [ x ; ... ; y ] dans list_scope. Changement de laGravatar herbelin2008-04-29
* contradict can now handle False hypothesis in the spirit of contradictionGravatar letouzey2008-04-09
* f_equal, revert, specialize in ML, contradict in better Ltac (+doc)Gravatar letouzey2008-03-07
* TypoGravatar notin2008-01-23
* Quelques arguments en plus...Gravatar glondu2007-12-17
* small tactics "swap" and "absurd_hyp" are now obsolete: "contradict" is Gravatar letouzey2007-11-06
* Integration of theories/Ints/Z/* in ZArith and large cleanup and extension of...Gravatar letouzey2007-11-06
* A way to specialize universally quantified hypothesis: if H is Gravatar letouzey2007-11-01
* Removed an extra \tacindex occurrence for the tactic discriminate.Gravatar emakarov2007-06-08
* Added back the tactics [apply -> ident], etc. to Tactics.v afterGravatar emakarov2007-04-02
* Removed the definition of extensions of apply to equivalencesGravatar emakarov2007-04-01
* Added new tactics for applying equivalences (iff) to Tactics.v:Gravatar emakarov2007-03-30
* stupid me: ?f two times in a patternGravatar letouzey2007-03-26
* Add f_equal case for 6 arguments.Gravatar msozeau2007-01-02
* Ajout de la tactique 'remember'Gravatar herbelin2006-10-24