summaryrefslogtreecommitdiffstats
path: root/parsing
AgeCommit message (Expand)Author
2011-03-17Ignoring compiled files.Pierre Weis
2010-10-21merge branches/implicit-unpack + update camlp4Jacques Garrigue
2010-06-04PR#5062Pierre Weis
2010-04-26Adding some error rules.Alain Frisch
2010-04-26Fix PR #5034.Alain Frisch
2010-04-17merge branches/sigsubst 9626:10205Jacques Garrigue
2010-04-08resolve shift/reduce conflictJacques Garrigue
2010-04-08merge branches/overrideJacques Garrigue
2010-04-07no warning 29 for strings in commentsDamien Doligez
2010-04-06Better parsing for (module M : S) expressions.Alain Frisch
2010-04-02Adding "module type of <module-expr>" in the class of <module-type>.Xavier Leroy
2010-01-22clean up spaces and tabsDamien Doligez
2010-01-07PR#4940: get rid of naked end-of-lines in string constants + add warning 29Damien Doligez
2009-12-07To deal with printf output for %F format, adding a unary + operator.Pierre Weis
2009-12-01Including bug correction (signed numeric constants may begin with a + sign).Pierre Weis
2009-11-01Merge the letopenin branch in (svn merge -r9386:9397 /svn/ocaml/branches/leto...Alain Frisch
2009-10-26Merge first class modules: svn merge -r 9369:9396 $caml/branches/fstclassmod.Alain Frisch
2009-10-26merge polymorphic recursionJacques Garrigue
2009-10-20Import changes from the newtypein branch (svn merge -r 9367:9381 https://yque...Alain Frisch
2009-10-06Import changes from the newtypein branch (svn merge -r 9361:9367 https://fris...Alain Frisch
2009-09-12As discussed at the latest consortium meeting:Xavier Leroy
2009-08-27Added syntactic sugar for record expressions and record patterns:Xavier Leroy
2009-07-15PR#4210, PR#4245: tightened bound checking in string->integer conversion func...Xavier Leroy
2009-07-15Added option -no-app-funct to turn off applicative functorsXavier Leroy
2009-01-25Understanding the notion of standard channel for Format and Scanf.Pierre Weis
2008-10-08merge changes between 3.10.2 and the end of branch 3.10Damien Doligez
2008-07-14PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set}Xavier Leroy
2008-07-09Add lazy patterns.Michel Mauny
2008-06-11workaround for the problem of optional argument type parsing caused when we r...Jun FURUSE / 古瀬 淳
2008-01-11merge changes 3.10.0 -> 3.10.1Damien Doligez
2007-12-04PR#3114 make all error messages start with a location and "Error: "Damien Doligez
2007-11-28Typo: PPat_type c'est Ppat_type.Pierre Weis
2007-10-09It works: compilers and camlp4 are fully bootstrapped. The ast magic number i...Pierre Weis
2007-10-08fusion de la version 3.10.0Damien Doligez
2006-12-15PR#4186Jacques Garrigue
2006-04-16fusion des changements 3.09.1 -> 3.09.2Damien Doligez
2006-04-05add virtual instance variablesJacques Garrigue
2006-01-04fusion 3.09.0 -> 3.09.1Damien Doligez
2005-04-11suppression d'espaces superflusDamien Doligez
2005-03-24fusion des changements jusqu'a 3.08.3Damien Doligez
2005-03-23merge fixedtypes branchJacques Garrigue
2005-02-16alias (::)(a,b) pour (a::b) (suggestion Monniaux)Damien Doligez
2004-11-30changements sur les warningsDamien Doligez
2004-11-10pour faire "ocamlc -w YZ -warn-error Az"Damien Doligez
2004-11-06ajout "\ " dans les chaines (petit oubli)Damien Doligez
2004-11-02meilleur affichage pour les locations "nulle part"Damien Doligez
2004-11-02ajout "\ " dans les chainesDamien Doligez
2004-10-06add location info in Ptype_variant and Ptype_recordJacques Garrigue
2004-08-20ne pas afficher de colonne negativeDamien Doligez
2004-05-19mauvais argument a unclosedDamien Doligez