summaryrefslogtreecommitdiffstats
path: root/ocamldoc
AgeCommit message (Expand)Author
2013-09-12Continue cleanup. driver/errors.ml is no longer needed.Alain Frisch
2013-09-12Continue.Alain Frisch
2013-09-12Switch {Translmod,Translcore,Translclass}.Error.Alain Frisch
2013-09-12Switch Includemod.Error, without trying to split the message (to keep current...Alain Frisch
2013-09-12Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error.Alain Frisch
2013-09-12Switch Ctype.Tags.Alain Frisch
2013-09-12Switch Cmi_format.Error.Alain Frisch
2013-09-12Do not keep file name in exception, after all.Alain Frisch
2013-09-12Keep input file in Env.Error. Switch it to the new system.Alain Frisch
2013-09-12Keep input file in Pparse.Error. Switch it to the new system.Alain Frisch
2013-09-12Switch Lexer.Error to the new system.Alain Frisch
2013-09-11Port Syntaxerr.Error to the new system. Trickier, because of special way to r...Alain Frisch
2013-09-11Cherry-picking commit 14093 from trunk.Alain Frisch
2013-09-04Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez
2013-08-28Synchronize with trunk.Alain Frisch
2013-08-12PR#5149: (point 15) add line breaks in html source before <pre> tagsMaxence Guesdon
2013-08-05ocamldoc|html: Add missing space in record fieldsMaxence Guesdon
2013-08-05PR#5111: additional class for info tagsMaxence Guesdon
2013-08-05PR#6069: improve ocamldoc error message (bis)Maxence Guesdon
2013-08-05PR#6069: improve ocamldoc error messageMaxence Guesdon
2013-07-24PR#4243: make the Makefiles parallelizableDamien Doligez
2013-07-16Synchronize with trunk.Alain Frisch
2013-06-30build: select win32 variants of unix and graph for mingw.Wojciech Meyer
2013-06-05Improved implementation of OCAMLPARAMFabrice Le Fessant
2013-06-03Item attributes on each let-binding.Alain Frisch
2013-05-28get rid of deprecated operators (&) and (or)Damien Doligez
2013-05-16#5980: explicit way to silence the new warning (open! X).Alain Frisch
2013-05-03Fix PR#5985 for constrained parameters too.Jacques Garrigue
2013-04-30Fix PR#5985; compute injectivity of types but no new syntaxJacques Garrigue
2013-04-18Allow abstract module declaration in structures to make the syntax and Parset...Alain Frisch
2013-04-17Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re...Alain Frisch
2013-04-16Better representation of with-constraints.Alain Frisch
2013-04-16Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ...Alain Frisch
2013-04-15Explicit representation of guards, get rid of Pexp_when.Alain Frisch
2013-04-11Keep item attributes on let-binding structure items.Alain Frisch
2013-04-10Extension nodes as class field or class type field.Alain Frisch
2013-04-10Extension nodes and attributes for class types.Alain Frisch
2013-04-10Start to bring constructor names closer to concrete syntax.Alain Frisch
2013-04-05Fix for Win32.Alain Frisch
2013-03-26Support for quoted strings.Alain Frisch
2013-03-26Align module type binding with Parsetree.Alain Frisch
2013-03-26Align module binding with Parsetree.Alain Frisch
2013-03-25Align exception_declaration with Parsetree.Alain Frisch
2013-03-25Align type_declaration with parsetree.Alain Frisch
2013-03-25Align typed value_declaration with parsetree.Alain Frisch
2013-03-25Represent exception declarations as constructor declarations in the Parsetree.Alain Frisch
2013-03-25Starting to keep attributes in the typedtree.Alain Frisch
2013-03-19PR#5933 type-specialize 'let compare = compare' on ints and stringsGabriel Scherer
2013-03-08Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch
2013-03-06Attributes on label in record type declarations.Alain Frisch