summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_ast.ml
Commit message (Expand)AuthorAgeFilesLines
* Typos and basic grammar error fixing (#1280)Fourchaux2017-08-101-5/+5
* Factorize first comment before elements codeoctachron2017-07-311-9/+2
* PR#7478: ocamldoc, avoid module preambule repetionoctachron2017-07-311-2/+9
* ocamldoc: keep using relative instead of absolute source file namesGabriel Scherer2016-12-261-15/+1
* Annotate Texp_function with an Ident.t for the parameter (#831)Mark Shinwell2016-10-141-3/+3
* Ocamldoc: improve support for inline recordsoctachron2016-07-281-8/+2
* Detect unused module declarations.alainfrisch2016-07-181-1/+0
* More warnings for ocamldoc.Alain Frisch2016-03-151-37/+22
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Remove useless bindings, use proper sequencing instead of 'let _ = ... in ...'.alainfrisch2016-01-201-25/+19
* Remove Typedtree.optionalNicolas Ojeda Bar2015-11-251-2/+2
* Translation of french comments in odocGabriel Scherer2015-10-091-22/+22
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-171-1/+6
* Update ocamldoc and other utilities to support "typeJérémie Dimino2015-03-131-10/+14
* add change that is missing from commit 15776Damien Doligez2015-01-161-3/+3
* PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer2014-12-211-1/+1
* Reintegrate-merge constructors_with_record5 branch.Alain Frisch2014-10-141-8/+14
|\
* | PR#6274: allow doc comments on object typesMaxence Guesdon2014-05-221-5/+3
* | PR#5584: merge open extensible types, extension-patch-4.0.2Jacques Garrigue2014-05-041-52/+168
* | Add support for floating attributes in class structures and class signatures....Alain Frisch2014-05-041-0/+3
* | Turn more sig/str items into records. Patch from Leo White.Alain Frisch2014-04-151-8/+8
|/
* merge generative functorsJacques Garrigue2013-12-171-5/+12
* Keep attributes with module type declarations. Warning on reference to deprec...Alain Frisch2013-10-011-1/+1
* Keep attributes on module declarations.Alain Frisch2013-09-271-2/+2
* Synchronize with trunk.Alain Frisch2013-07-161-7/+6
|\
| * #5980: explicit way to silence the new warning (open! X).Alain Frisch2013-05-161-1/+1
| * Fix PR#5985 for constrained parameters too.Jacques Garrigue2013-05-031-6/+5
| * Fix PR#5985; compute injectivity of types but no new syntaxJacques Garrigue2013-04-301-1/+1
* | Item attributes on each let-binding.Alain Frisch2013-06-031-7/+10
* | Allow abstract module declaration in structures to make the syntax and Parset...Alain Frisch2013-04-181-11/+15
* | Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re...Alain Frisch2013-04-171-1/+1
* | Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ...Alain Frisch2013-04-161-1/+1
* | Explicit representation of guards, get rid of Pexp_when.Alain Frisch2013-04-151-4/+4
* | Keep item attributes on let-binding structure items.Alain Frisch2013-04-111-2/+2
* | Extension nodes as class field or class type field.Alain Frisch2013-04-101-0/+2
* | Start to bring constructor names closer to concrete syntax.Alain Frisch2013-04-101-12/+11
* | Align module type binding with Parsetree.Alain Frisch2013-03-261-6/+7
* | Align module binding with Parsetree.Alain Frisch2013-03-261-6/+6
* | Align exception_declaration with Parsetree.Alain Frisch2013-03-251-4/+4
* | Align type_declaration with parsetree.Alain Frisch2013-03-251-4/+4
* | Align typed value_declaration with parsetree.Alain Frisch2013-03-251-3/+3
* | Represent exception declarations as constructor declarations in the Parsetree.Alain Frisch2013-03-251-1/+1
* | Starting to keep attributes in the typedtree.Alain Frisch2013-03-251-3/+4
* | Attribute has structure/signature item.Alain Frisch2013-03-061-0/+1
* | Name is part of the value_description record.Alain Frisch2013-03-061-1/+2
* | Type name is part of the type declaration record.Alain Frisch2013-03-061-3/+4
* | Switch Pstr_modtype argument to a record type.Alain Frisch2013-03-061-1/+1
* | Finish attributes on module/recursive modules in structures.Alain Frisch2013-03-061-3/+3
* | Support item attributes on exn rebind.Alain Frisch2013-03-051-1/+1
* | Put name in the exception_declaration record.Alain Frisch2013-03-051-1/+2