aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/q_coqast.ml4
Commit message (Expand)AuthorAge
* * Adding compability with ocaml 3.10 + camlp5 (rework of Gravatar letouzey2007-09-15
* Generalized CAMLP4USE for pp dependenciesGravatar corbinea2007-07-16
* New bootstrapping, improved, Makefile systemGravatar corbinea2007-07-13
* New intro pattern "@A", which generates a fresh name based on A.Gravatar glondu2007-07-06
* Ajout de la possibilité de faire référence dans certains cas à un nomGravatar herbelin2007-04-28
* Ajout de la possibilité d'utiliser les evars dans apply_in et elim_in.Gravatar herbelin2007-04-28
* Extension to the general sequence operator (tactical). Now in addition to ...Gravatar emakarov2007-04-02
* Changement dans le kernel : Gravatar bgregoir2006-12-11
* Exports manquants dans ringGravatar barras2006-10-29
* Changement du type d'argument 'TacticArgType X' en un typeGravatar herbelin2006-06-08
* Généralisation de with_occurrence (ex occurrence) et de red_expr pour perme...Gravatar herbelin2006-05-30
* + destruct now works as induction on multiple arguments : Gravatar jforest2006-03-21
* induction now admits multiple induction arguments. The principle mustGravatar coq2006-02-10
* Ajout option 'using lemmas' à auto/trivial/eautoGravatar herbelin2006-01-28
* Messages de idtac et fail peuvent maintenant être des listes de string, int ...Gravatar herbelin2006-01-21
* Ajout motif d'introduction "?" (IntroAnonymous) pour laisser CoqGravatar herbelin2006-01-16
* - Tactic "assert" now accepts "as" intro patterns and "by" tactic clausesGravatar herbelin2006-01-16
* Petite correction nom QuantHypArgType suite suppression traducteurGravatar herbelin2005-12-26
* Suppression des parseurs et printeurs v7; suppression du traducteur (mécanis...Gravatar herbelin2005-12-26
* Extension de Tactic Notation pour permettre d'tendre et de faire rffrence aux...Gravatar herbelin2005-05-17
* Allow auto to have a parametric argument (wish #967)Gravatar herbelin2005-05-15
* Added 'clear - id' to clear all hypotheses except the ones dependent in the s...Gravatar herbelin2005-03-07
* ExtraRedExpr maintenant sans argument: pas très souple mais au moins convien...Gravatar herbelin2004-12-29
* Restauration type casted_open_constr pour tactique refine car l'unification n...Gravatar herbelin2004-12-09
* Généralisation de CastedOpenConstrArg en OpenConstrArg, à charge des tacti...Gravatar herbelin2004-12-06
* IMPORTANT COMMIT: constant is now an ADT (it used to be equal to kernel_name).Gravatar sacerdot2004-11-16
* COMMITED BYTECODE COMPILERGravatar barras2004-10-20
* 'match term' now evaluates by default. Added 'lazy' keyword to delay the eval...Gravatar herbelin2004-10-11
* Dépendance en pa_ifdef dans la ligne camlp4deps de q_coqast induit make depe...Gravatar herbelin2004-08-26
* Distinction location ocaml 3.08 ou pas (suite)Gravatar herbelin2004-07-29
* Distinction location ocaml 3.08 ou pasGravatar herbelin2004-07-29
* Abstraction vis à vis du type loc pour compatibilité ocaml 3.08Gravatar herbelin2004-07-16
* Nouvelle en-têteGravatar herbelin2004-07-16
* Changement de natural en int_or_var pour 'do' et 'fail' pour paramétrisation...Gravatar herbelin2004-03-02
* Generalisation de la syntaxe de 'with_names' pour accepter 'as id' avec id va...Gravatar herbelin2004-03-02
* Généralisation du type ltac Identifier en IntroPattern; prise en compte des...Gravatar herbelin2004-03-01
* bugs avec Pose et AssertGravatar barras2004-01-09
* Nouvelle tactique EExistsGravatar clrenard2003-12-01
* Uniformisation des politiques de nommage de NewDestruct sur arguments recursi...Gravatar herbelin2003-11-25
* reparation bug moins unaire (erreur de PP)Gravatar barras2003-11-18
* New tactics : econstructor, eleft, eright, esplitGravatar clrenard2003-11-17
* factorisation et generalisation des clausesGravatar barras2003-11-13
* Idtac peut prendre un argument à afficherGravatar narboux2003-11-12
* Traduction semantique des InHyp de clause en InHypValue si local defGravatar herbelin2003-11-09
* nouvelle syntaxe de ltacGravatar barras2003-10-16
* changement nouvelle syntaxe (pt fixes)Gravatar barras2003-10-10
* Mise en place d'implicites par noms en v8Gravatar herbelin2003-09-21
* Nouvelle mouture du traducteur v7->v8Gravatar herbelin2003-08-11
* Ajout 'Symmetry in Hyp'Gravatar herbelin2003-06-19
* Utilisation de intro_pattern dans NewDestruct/NewInductionGravatar herbelin2003-06-13