| Commit message (Expand) | Author | Age |
* | Revert specific syntax for primitive projections, avoiding ugly | Matthieu Sozeau | 2014-09-17 |
* | Add a "Hint Mode ref (+ | -)*" hint for setting a global mode | Matthieu Sozeau | 2014-09-15 |
* | Add syntax [id]: to apply tactic to goal named id. | Hugo Herbelin | 2014-09-12 |
* | Parsing evar instances. | Hugo Herbelin | 2014-09-12 |
* | Referring to evars by names. Added a parser for evars (but parsing of | Hugo Herbelin | 2014-09-12 |
* | Replace the list of argument in tacexpr with a single row argument. | Arnaud Spiwack | 2014-09-12 |
* | VernacExtend does not dispatch on type anymore. | Pierre-Marie Pédrot | 2014-09-10 |
* | Dropped proofs (Abort) are evaluated synchronously (Closes: 3550, 3407) | Enrico Tassi | 2014-09-09 |
* | Removing the XML plugin. | Pierre-Marie Pédrot | 2014-09-08 |
* | Parsing of Type@{max(i,j)}. | Matthieu Sozeau | 2014-09-08 |
* | Ltac's [uconstr] values now use the identifier context to give names to binders. | Arnaud Spiwack | 2014-09-05 |
* | Remove [Infer] option of records. | Arnaud Spiwack | 2014-09-04 |
* | Add a [Variant] declaration which allows to write non-recursive variant types. | Arnaud Spiwack | 2014-09-04 |
* | Removing [revert] tactic from the AST. | Pierre-Marie Pédrot | 2014-09-02 |
* | Removing the 'inductive' parameter from tacexpr AST. | Pierre-Marie Pédrot | 2014-09-01 |
* | Moving the decompose tactic out of the AST. | Pierre-Marie Pédrot | 2014-09-01 |
* | "allows to", like "allowing to", is improper | Jason Gross | 2014-08-25 |
* | Lazy interpretation of patterns so that expressions such as "intros H H'/H" | Hugo Herbelin | 2014-08-18 |
* | Adding a new intro-pattern for "apply in" on the fly. Using syntax | Hugo Herbelin | 2014-08-18 |
* | Reorganisation of intropattern code | Hugo Herbelin | 2014-08-18 |
* | Moving the TacAlias node out of atomic tactics. | Pierre-Marie Pédrot | 2014-08-18 |
* | Moving the TacExtend node from atomic to plain tactics. | Pierre-Marie Pédrot | 2014-08-18 |
* | Removing simple induction / destruct from the AST. | Pierre-Marie Pédrot | 2014-08-07 |
* | Instead of relying on a trick to make the constructor tactic parse, put | Pierre-Marie Pédrot | 2014-08-07 |
* | Removing the "constructor" tactic from the AST. | Pierre-Marie Pédrot | 2014-08-07 |
* | [uconstr]: use a closure instead of eager substitution. | Arnaud Spiwack | 2014-08-06 |
* | Removing "intros untils" from the AST. | Pierre-Marie Pédrot | 2014-08-06 |
* | Uncountably many bullets (+,-,*,++,--,**,+++,...). | Hugo Herbelin | 2014-08-05 |
* | Experimentally adding an option for automatically erasing an | Hugo Herbelin | 2014-08-05 |
* | Adding a syntax "enough" for the variant of "assert" with the order of | Hugo Herbelin | 2014-08-05 |
* | STM: new "par:" goal selector, like "all:" but in parallel | Enrico Tassi | 2014-08-05 |
* | STM: VtQuery holds the id of the state it refers to | Carst Tankink | 2014-08-04 |
* | New tactical [> t1…tn] to apply tactics t1…tn to the corresponding goal. | Arnaud Spiwack | 2014-08-01 |
* | Add [numgoal] to Ltac. | Arnaud Spiwack | 2014-08-01 |
* | Untyped terms in tactic: function [type_term c] to give a typed version of [c]. | Arnaud Spiwack | 2014-07-29 |
* | Add a type of untyped term to Ltac's value. | Arnaud Spiwack | 2014-07-29 |
* | Qualified ML tactic names. The plugin name is used to discriminate | Pierre-Marie Pédrot | 2014-07-27 |
* | Removing dead code relative to or_metaid. | Pierre-Marie Pédrot | 2014-07-25 |
* | Distinguish tactics t1;t2 and t1;[t2..]. | Arnaud Spiwack | 2014-07-24 |
* | Adding a new "Locate Term" command, distinct from the raw "Locate" command. | Pierre-Marie Pédrot | 2014-07-21 |
* | Adding a "time" tactical for benchmarking purposes. In case the tactic | Hugo Herbelin | 2014-07-13 |
* | Revert "time tac" (committed by mistake). | Hugo Herbelin | 2014-07-07 |
* | time tac | Hugo Herbelin | 2014-07-07 |
* | Add toplevel commands to declare global universes and constraints. | Matthieu Sozeau | 2014-07-01 |
* | all coqide specific files moved into ide/ | Enrico Tassi | 2014-06-25 |
* | - Add "Show Universes" to print information about universes during a proof. | Matthieu Sozeau | 2014-06-16 |
* | Improved error message when a meta posed as an evar remains unsolved | Hugo Herbelin | 2014-06-13 |
* | Fix bug #3289 | Matthieu Sozeau | 2014-06-11 |
* | Moving hook code from Future to Lemmas. This seemed to disrupt compilation of | Pierre-Marie Pédrot | 2014-06-08 |
* | Enforce a correct exception handling in declaration_hooks | Enrico Tassi | 2014-06-08 |