| Commit message (Expand) | Author | Age |
* | Removing useless use of metaids in tactic AST. | Pierre-Marie Pédrot | 2014-05-22 |
* | Adding way to get the list of the accepted tactic notation arguments. | Pierre-Marie Pédrot | 2014-05-17 |
* | Closing bug #3260 | Julien Forest | 2014-04-14 |
* | Remove many superfluous 'open' indicated by ocamlc -w +33 | Pierre Letouzey | 2014-03-05 |
* | Removing non-marshallable data from the Agram constructor. Instead of | Pierre-Marie Pédrot | 2014-02-16 |
* | Getting rid of casted_open_constr. It was only used by the | Pierre-Marie Pédrot | 2013-11-30 |
* | Dir_path --> DirPath | letouzey | 2013-02-19 |
* | Modulification of name | ppedrot | 2012-12-18 |
* | Modulification of dir_path | ppedrot | 2012-12-14 |
* | Modulification of identifier | ppedrot | 2012-12-14 |
* | Moved Compat to parsing. This permits to break the dependency of the | ppedrot | 2012-10-04 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Added an indirection with respect to Loc in Compat. As many [open Compat] | ppedrot | 2012-06-22 |
* | remove many excessive open Util & Errors in mli's | letouzey | 2012-05-29 |
* | Migrate the grammar entry about "Ltac" into g_vernac.ml4. | letouzey | 2012-05-29 |
* | New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr | letouzey | 2012-05-29 |
* | Glob_term now mli-only, operations now in Glob_ops | letouzey | 2012-05-29 |
* | locus.mli for occurrences+clauses, misctypes.mli for various little things | letouzey | 2012-05-29 |
* | Noise for nothing | pboutill | 2012-03-02 |
* | Reverted previous commit, which broke library compilation. | ppedrot | 2012-01-20 |
* | This is a quick hack to permit the parsing of the locality flag in the Progra... | ppedrot | 2012-01-20 |
* | More {raw => glob} changes for consistency | glondu | 2010-12-24 |
* | Rename rawterm.ml into glob_term.ml | glondu | 2010-12-23 |
* | Some dead code removal, thanks to Oug analyzer | letouzey | 2010-09-24 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | Extension of the recursive notations mechanism | herbelin | 2010-07-22 |
* | Cleaned a bit the grammar and terminology for binders (see dev/doc/changes.txt). | herbelin | 2010-07-22 |
* | New script dev/tools/change-header to automatically update Coq files headers. | herbelin | 2010-06-22 |
* | Using vernac parsing for Function | jforest | 2010-06-08 |
* | Add (almost) compatibility with camlp4, without breaking support for camlp5 | letouzey | 2010-05-19 |
* | Nicer representation of tokens, more independant of camlp* | letouzey | 2010-05-19 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | Move from ocamlweb to ocamdoc to generate mli documentation | pboutill | 2010-04-29 |
* | Here comes the commit, announced long ago, of the new tactic engine. | aspiwack | 2010-04-22 |
* | Several bug-fixes and improvements of coqdoc | herbelin | 2010-03-29 |
* | Include can accept both Module and Module Type | letouzey | 2010-01-07 |
* | In "simpl c" and "change c with d", c can be a pattern. | herbelin | 2009-12-24 |
* | Delete trailing whitespaces in all *.{v,ml*} files | glondu | 2009-09-17 |
* | Generalized the possibility to refer to a global name by a notation | herbelin | 2009-09-11 |
* | - Fixed a little bug in previous commit (bad failure in case of unknown entry). | herbelin | 2009-04-27 |
* | - Cleaning (unification of ML names, removal of obsolete code, | herbelin | 2009-04-27 |
* | - Fixing #2090 (occur check missing when trying to solve evar-evar equation). | herbelin | 2009-04-25 |
* | Fixing/improving management of uniform prefix Local and Global | herbelin | 2009-01-14 |
* | More factorization of inductive/record and typeclasses: move class | msozeau | 2008-11-09 |
* | A much better implementation of implicit generalization: | msozeau | 2008-10-22 |
* | - Export de pattern_ident vers les ARGUMENT EXTEND and co. | herbelin | 2008-10-19 |
* | Évolutions diverses et variées. | herbelin | 2008-08-04 |
* | Correction d'un autre bug autour de la gestion des niveaux vides de | herbelin | 2008-07-11 |
* | - Improve [Context] vernacular to allow arbitrary binders, not just | msozeau | 2008-07-07 |
* | Fixes in handling of implicit arguments: | msozeau | 2008-07-04 |