| Commit message (Expand) | Author | Age |
* | Improving pretty-printing of Ltac functions. | herbelin | 2011-12-17 |
* | Fixing bug #2640 and variants of it (inconsistency between when and | herbelin | 2011-11-17 |
* | Applying Tom Prince's patch to support parametric "constructor n" in | herbelin | 2011-10-25 |
* | A tatical "timeout <n> <tac>" that fails if <tac> hasn't finished in <n> seconds | letouzey | 2011-03-18 |
* | More {raw => glob} changes for consistency | glondu | 2010-12-24 |
* | Rename rawterm.ml into glob_term.ml | glondu | 2010-12-23 |
* | Change of nomenclature: rawconstr -> glob_constr | glondu | 2010-12-23 |
* | Remove some occurrences of "open Termops" | glondu | 2010-09-28 |
* | Some dead code removal, thanks to Oug analyzer | letouzey | 2010-09-24 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | Fixing spelling: pr_coma -> pr_comma | herbelin | 2010-06-12 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | Fixing bug #2146 (broken selection of occurrences in "change"). | herbelin | 2009-12-30 |
* | Fixing precedence while printing patterns in Ltac (was modified in r12607) | herbelin | 2009-12-29 |
* | In "simpl c" and "change c with d", c can be a pattern. | herbelin | 2009-12-24 |
* | Opened the possibility to type Ltac patterns but it is not fully functional yet | herbelin | 2009-12-24 |
* | Generic support for open terms in tactics | herbelin | 2009-12-21 |
* | Deactivating printing of {| |} for records when option Printing All is set. | herbelin | 2009-12-13 |
* | Fixing bug in printing option as of remember and generalize | herbelin | 2009-12-13 |
* | A bit of cleaning around name generation + creation of dedicated file namegen.ml | herbelin | 2009-11-09 |
* | Restore (and test) broken chaining of lemmas in "apply in" in presence | herbelin | 2009-10-25 |
* | Only one "in" clause in "destruct" even for a multiple "destruct". | herbelin | 2009-09-20 |
* | Delete trailing whitespaces in all *.{v,ml*} files | glondu | 2009-09-17 |
* | Added syntax "exists bindings, ..., bindings" for iterated "exists". | herbelin | 2009-09-10 |
* | Added "etransitivity". | herbelin | 2009-08-03 |
* | - Cleaning (unification of ML names, removal of obsolete code, | herbelin | 2009-04-27 |
* | Cleaning/improving the use of the "in" clause (e.g. "unfold foo in H at 4" | herbelin | 2009-03-16 |
* | Fixing a cosmetic tactic printer bug in passing | herbelin | 2009-01-07 |
* | - Added support for subterm matching in SearchAbout. | herbelin | 2008-12-29 |
* | - Another bug in get_sort_family_of (sort-polymorphism of constants and | herbelin | 2008-12-28 |
* | About "apply in": | herbelin | 2008-12-09 |
* | Fixes and refinements regarding occurrence selection: | herbelin | 2008-10-26 |
* | - Export de pattern_ident vers les ARGUMENT EXTEND and co. | herbelin | 2008-10-19 |
* | Backporting 11445 from 8.2 to trunk (negative conditions in | herbelin | 2008-10-11 |
* | - Remove some dead code in subtac | msozeau | 2008-09-02 |
* | Correction de bugs: | herbelin | 2008-08-05 |
* | Évolutions diverses et variées. | herbelin | 2008-08-04 |
* | Uniformisation du format des messages d'erreur (commencent par une | herbelin | 2008-07-17 |
* | Add possibility to match on defined hypotheses, using brackets to | msozeau | 2008-06-16 |
* | - Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs) | herbelin | 2008-06-10 |
* | - Extension de "generalize" en "generalize c as id at occs". | herbelin | 2008-06-08 |
* | Clarification de l'ordre d'interprétation des variables dans ltac. En | herbelin | 2008-05-01 |
* | Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuve | herbelin | 2008-04-25 |
* | Diverses corrections | herbelin | 2008-04-14 |
* | Bugs, nettoyage, et améliorations diverses | herbelin | 2008-04-13 |
* | Typo affichage "simple apply" | herbelin | 2008-04-01 |
* | Ajout "simple apply" et "simple eapply" pour apply sans unfold | herbelin | 2008-04-01 |
* | f_equal, revert, specialize in ML, contradict in better Ltac (+doc) | letouzey | 2008-03-07 |
* | Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As part | msozeau | 2008-03-07 |
* | Rework on rich forms of rewrite | letouzey | 2008-03-01 |