summaryrefslogtreecommitdiff
path: root/parsing/ast_iterator.ml
Commit message (Expand)AuthorAgeFilesLines
* parsetree: explicit type constraints for value bindings (#12119)Florian Angeletti2023-03-241-1/+5
* Add syntax for generative functor application (#11984)Richard Eisenberg2023-02-121-1/+4
* Allow explicit binders for type variables (#10437)Stephen Dolan2021-06-301-3/+7
* review: rename Pwith_module_type* to Pwith_modtype*octachron2021-02-251-2/+2
* with module type = sig endoctachron2021-02-171-2/+2
* module type S := ...: coreoctachron2021-02-171-1/+1
* Module type substitutions: coreoctachron2021-02-171-0/+4
* Allow to name existentials in pattern-matching (#9584)Jacques Garrigue2021-02-041-1/+6
* a better representation for modules with no name (#8908)Thomas Refis2019-10-091-6/+10
* Remove unnecessary executable bit from sources (#2270)David Allsopp2019-02-281-0/+0
* Add support for "let" operatorsLeo White2018-11-271-0/+13
* Extend `open` to arbritrary module expressions in structures and toRunhang Li2018-11-261-9/+16
* introduce local substitutions in signaturesThomas Refis2018-11-091-1/+13
* parsetree.{row,object}_field: move attributes in the wrapper recordGabriel Scherer2018-08-201-4/+6
* ast_{iter,mapper}: always traverse the attributes right after the locationGabriel Scherer2018-08-201-8/+13
* parsetree: make sure that all nodes that store attributes also store a locationGabriel Scherer2018-08-201-2/+16
* Add locations to attributesHugo Heuzard2018-08-061-1/+5
* Add tests for attributesHugo Heuzard2018-04-091-3/+1
* allow to attach @@ attributes on exceptionsHugo Heuzard2018-04-091-2/+10
* Merge pull request #792 from sliquister/generalize-destr-subst2Leo White2017-09-151-1/+2
|\
| * Support syntax: S with M.N.t := ...Valentin Gatien-Baron2017-08-011-1/+2
* | merge trunk and update testRunhang Li2017-07-231-0/+4
|\ \ | |/
| * Support 'let open' in class and class type expressions (#1249)Alain Frisch2017-07-201-0/+4
* | Support inherited field in object type expression.Mark Li2017-03-221-3/+7
|/
* fix whitespace, long lines, headersDamien Doligez2016-08-011-1/+1
* GPR#187: local open for patternsoctachron2016-05-091-0/+3
* More warnings when compiling the compiler.alainfrisch2016-03-151-32/+32
* Local let exceptions.alainfrisch2016-03-151-0/+3
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Add Ast_iteratorNicolas Ojeda Bar2016-01-271-0/+588