summaryrefslogtreecommitdiffstats
path: root/camlp4
AgeCommit message (Expand)Author
2011-12-20Avoid creating malformed location in Camlp4 when no token is consumedJérémie Dimino
2011-12-16#5358: update the Camlp4 ast translator to support constraints on types in su...Jérémie Dimino
2011-12-16Fix printing of GADTs by Camlp4 with original syntaxJérémie Dimino
2011-12-16#5358: update Camlp4 to support constraints on types in sub-modules in packag...Jérémie Dimino
2011-12-14#5358: package types allow constraints on typed in sub-modules. Camlp4 compil...Alain Frisch
2011-08-11Removed some spurious references to 'Linenum' (the latter one preventing the ...Xavier Clerc
2011-07-29merge branches/gadtsJacques Garrigue
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-07-20uniform .ignore systemDamien Doligez
2011-07-20Minor fix in display of float values in errors messages (camlp4)Xavier Clerc
2011-07-20merge changes from 3.12.0 to 3.12.1Damien Doligez
2011-07-12PR#5301: camlp4r and exception equal to another one with parametersXavier Clerc
2011-06-27PR#5301: camlp4r and of exception equal to another one with parametersXavier Clerc
2010-11-22camlp4 -> caml ast transformations doneJacques Le Normand
2010-11-19Camlp4 finally works. This is probably not the most elegant implementationJacques Le Normand
2010-11-19undid all changes to camlp4Jacques Le Normand
2010-11-19cancel commit in wrong branchJacques Garrigue
2010-11-19removed all changes to camlp4Jacques Le Normand
2010-11-16complete_constrs in parmatch.ml now works with gadts. Reverted changes to the...Jacques Le Normand
2010-11-12bootstrapped camlp4 gadts extensionJacques Le Normand
2010-11-08updated references to Tpat_record to accomodate the extra fieldJacques Le Normand
2010-10-25merged with trunk. specifically, merged with implicit unpack patchJacques Le Normand
2010-10-21merge branches/implicit-unpack + update camlp4Jacques Garrigue
2010-10-21internally, we can now refer to constructors with the help of their type, thu...Jacques Le Normand
2010-10-01camlp4 now updated, but completely untested. I reverted camlp4 back to revisi...Jacques Le Normand
2010-09-22fixed several bugs, bootstrap finally works!Jacques Le Normand
2010-09-13first commitJacques Le Normand
2010-08-30for Jacques Le NormandJacques Garrigue
2010-08-02merge changes from branching of 3.12 to release/3.12.0Damien Doligez
2010-05-21PR#5055: head -1 doesn't workDamien Doligez
2010-05-20PR#4857: add -vnum option to all executablesDamien Doligez
2010-05-19camlp4: bootstrapNicolas Pouillard
2010-05-19camlp4: add support for fun (type t) ...Nicolas Pouillard
2010-05-19camlp4: Add support for firstclass modulesNicolas Pouillard
2010-05-19camlp4: bootstrap first class modulesNicolas Pouillard
2010-05-17camlp4: support polymorphic recursion and bootstrapNicolas Pouillard
2010-05-17camlp4: bootstrapNicolas Pouillard
2010-05-17camlp4: initial support for polymorphic recursionNicolas Pouillard
2010-05-17camlp4: bootstrapping part of last commitNicolas Pouillard
2010-05-17camlp4: add support for "type :=" and "module :="Nicolas Pouillard
2010-05-17Remove an old camlp4 makefileNicolas Pouillard
2010-05-12camlp4: add support for let-open-inNicolas Pouillard
2010-05-11camlp4: bootstrapNicolas Pouillard
2010-05-11camlp4: record punning in expressions as wellNicolas Pouillard
2010-05-11camlp4: bootstrapNicolas Pouillard
2010-05-11camlp4: add support for record punningNicolas Pouillard
2010-05-11Merge remote branch 'ocaml-git/buildsys' into trunkNicolas Pouillard
2010-05-11Merge remote branch 'ocaml-git/buildsys' into trunkNicolas Pouillard
2010-04-22camlp4: Remove old build filesNicolas Pouillard
2010-04-08merge branches/overrideJacques Garrigue