| Commit message (Expand) | Author | Age |
* | Bump year in headers. | Pierre-Marie Pédrot | 2017-07-04 |
* | Remove Show Thesis command which was never implemented. | Théo Zimmermann | 2017-06-12 |
* | Remove non-working Show Tree and Show Node commands. | Théo Zimmermann | 2017-06-12 |
* | Remove Show Implicit Arguments command. | Théo Zimmermann | 2017-06-12 |
* | Remove Show Goal "uid" command. | Théo Zimmermann | 2017-06-12 |
* | Merge branch 'trunk' into located_switch | Emilio Jesus Gallego Arias | 2017-05-24 |
|\ |
|
| * | [vernac] Remove `Save thm id.` command. | Emilio Jesus Gallego Arias | 2017-05-23 |
| * | [vernac] Remove `Save.` command. | Emilio Jesus Gallego Arias | 2017-05-23 |
| * | Remove unused [open] statements | Gaetan Gilbert | 2017-04-27 |
* | | [location] [ast] Switch Constrexpr AST to an extensible node type. | Emilio Jesus Gallego Arias | 2017-04-25 |
* | | [location] Use Loc.located for constr_expr. | Emilio Jesus Gallego Arias | 2017-04-24 |
|/ |
|
* | [camlpX] Remove camlp4 compat layer. | Emilio Jesus Gallego Arias | 2017-04-07 |
* | Merge branch 'v8.6' | Pierre-Marie Pédrot | 2016-11-18 |
|\ |
|
| * | Lets Hints/Instances take an optional pattern | Matthieu Sozeau | 2016-11-03 |
* | | Move Ltac-specific components from G_proofs to G_ltac. | Pierre-Marie Pédrot | 2016-09-11 |
* | | Making Vernacexpr independent from Tacexpr. | Pierre-Marie Pédrot | 2016-09-08 |
|/ |
|
* | Support qualified identifiers in Show Match (bug #5050). | Guillaume Melquiond | 2016-08-27 |
* | Extend Hint Mode to handle the no-head-evar case | Matthieu Sozeau | 2016-06-16 |
* | Update copyright headers. | Maxime Dénès | 2016-01-20 |
* | Adding syntax "Show id" to show goal named id (shelved or not). | Hugo Herbelin | 2015-11-02 |
* | Proof using: let-in policy, optional auto-clear, forward closure* | Enrico Tassi | 2015-10-08 |
* | Qed export -> Qed exporting | Enrico Tassi | 2015-03-22 |
* | Abstract: "Qed export ident, .., ident" to preserve v8.4 behavior | Enrico Tassi | 2015-02-14 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Proof using: New vernacular to name sets of section variables | Enrico Tassi | 2014-12-18 |
* | Add a "Hint Mode ref (+ | -)*" hint for setting a global mode | Matthieu Sozeau | 2014-09-15 |
* | - Add "Show Universes" to print information about universes during a proof. | Matthieu Sozeau | 2014-06-16 |
* | Remove many superfluous 'open' indicated by ocamlc -w +33 | Pierre Letouzey | 2014-03-05 |
* | Proof_using: new syntax + suggestion | Enrico Tassi | 2014-01-05 |
* | Change syntax of Hint Resolve to actually accept user-given priorities. | msozeau | 2013-09-07 |
* | More functional implementation of locality_flag and program_mode | gareuselesinge | 2013-04-15 |
* | Fix reference_or_constr grammar rule to accept @t as a constr | gareuselesinge | 2012-11-07 |
* | Change [Hints Resolve] to still accept constrs as arguments | msozeau | 2012-10-31 |
* | Change Hint Resolve, Immediate to take a global reference as argument | msozeau | 2012-10-26 |
* | Moved Compat to parsing. This permits to break the dependency of the | ppedrot | 2012-10-04 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Restore compatibility with camlp4 (some missing open Tok) | letouzey | 2012-05-30 |
* | simplification in deps of some g_*.ml4 | letouzey | 2012-05-29 |
* | New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr | letouzey | 2012-05-29 |
* | locus.mli for occurrences+clauses, misctypes.mli for various little things | letouzey | 2012-05-29 |
* | Vernacexpr is now a mli-only file, locality stuff now in locality.ml | letouzey | 2012-05-29 |
* | Removed syntax BeginSubproof/EndSubproof. It has been replaced by | aspiwack | 2012-04-13 |
* | Added a command "Unfocused" which returns an error when the proof is | aspiwack | 2012-03-30 |
* | Remove code of obsolete tactics : superauto, autotdb, cdhyp, dhyp, dconcl | letouzey | 2012-03-30 |
* | Remove old proof-managment commands Suspend/Resume | letouzey | 2012-03-23 |
* | Removing PrintConstr debugging entry in g_proof.ml4 which was not | herbelin | 2011-12-18 |
* | Proof using ... | gareuselesinge | 2011-12-12 |
* | Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the... | aspiwack | 2011-09-12 |
* | - Fix treatment of globality flag for typeclass instance hints (they | msozeau | 2011-02-14 |
* | Rename rawterm.ml into glob_term.ml | glondu | 2010-12-23 |