summaryrefslogtreecommitdiff
path: root/testsuite/tests/parsing
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-2523-100/+200
* parsetree: explicit type constraints for value bindings (#12119)Florian Angeletti2023-03-243-205/+189
* update testsuiteGabriel Scherer2023-02-231-0/+1
* Add a test for the location reported by assertionsFabian2022-07-252-0/+8
* Correctly pretty print `Psig_typesubst`Matthew Else2021-06-221-0/+14
* ocamltest: rename the files variable to readonly_filesSébastien Hinderer2021-04-211-1/+1
* review: add a parsetree invariantoctachron2021-02-253-1/+18
* Allow to name existentials in pattern-matching (#9584)Jacques Garrigue2021-02-041-0/+3
* Make some locations more accurate (#8987)Thomas Refis2020-10-143-6/+6
* Add ppx-only unary operatorsLeo White2020-09-181-0/+67
* Attach package type attributes to core_type (#9615)Etienne Millon2020-05-292-0/+111
* Quoted extensions in comments, ocamllex and ocamlyacc (#9166)Pieter Goetschalckx2020-02-031-0/+10
* Merge pull request #8820 from Drup/stringquotGabriel Scherer2019-11-253-1/+148
|\
| * Fix locations for quoted extensions ids.Drup2019-11-131-2/+2
| * Annotate constant literals with the location of their content.Drup2019-11-132-12/+12
| * Test quoted extensions.Drup2019-11-132-0/+147
* | Add set_position and set_filename to Lexing.Konstantin Romanov2019-11-162-0/+38
|/
* Merge pull request #1848 from trefis/doctestGabriel Scherer2019-10-171-0/+23
|\
| * more docstring testsThomas Refis2018-06-191-0/+23
* | Remove ocamltests filesNicolás Ojeda Bär2019-09-281-18/+0
* | typing/oprint: [minor] improve printing of empty signaturesGabriel Scherer2019-09-031-9/+9
* | multi-indices for extended indexing operatorsoctachron2019-05-134-340/+248
* | Fixing typos in various files (#2246)Fourchaux2019-02-131-2/+2
* | Extend `open` to arbritrary module expressions in structures and toRunhang Li2018-11-261-2/+6
* | Enrich `testsuite/tests/parsing/docstrings.ml`.François Pottier2018-11-211-2/+20
* | Introduce `reversed_bar_llist(X)` and use it to improve sharing.François Pottier2018-11-203-0/+30
* | Changed the definition of `formal_class_parameters` to allow the useFrançois Pottier2018-11-203-0/+17
* | Add a new test, which exercises the resolution of a shift/reduceFrançois Pottier2018-11-203-0/+31
* | Add a test in `tests/parsing` which exercises the resolution ofFrançois Pottier2018-11-203-0/+131
* | Update testsArmaël Guéneau2018-10-199-14/+28
* | Use a dummy value for line numbers in dummy locationsArmaël Guéneau2018-09-131-1/+1
* | The parser keeps previous location when relocating ast nodeHugo Heuzard2018-09-062-0/+26
* | Merge pull request #1970 from hhugo/doc-comGabriel Scherer2018-08-061-0/+12
|\ \
| * | Fix ordering of floatting doc comments in classesHugo Heuzard2018-08-061-0/+12
* | | Pparse.apply_rewriters: check ast invariantsoctachron2018-08-064-0/+81
|/ /
* | Refactor [Location.print_loc]; use it in [highlight_dumb] and expect_test.mlArmaël Guéneau2018-07-251-1/+1
* | parser: better location on type constraints (on expressions)Thomas Refis2018-06-211-2/+2
* | parser: better locations for type constraintsThomas Refis2018-06-212-6/+6
|/
* Merge pull request #1693 from lpw25/fix-mpr7701Gabriel Scherer2018-05-052-153/+601
|\
| * Merge the docstring tests into parsing directoryLeo White2018-04-062-153/+601
* | Revert "Parser: allow seq_expr inside extended indexing/bigarray operators (#...Gabriel Scherer2018-05-042-68/+0
* | Add tests for attributesHugo Heuzard2018-04-093-55/+119
|/
* Migrate the parsing tests to ocamltestSébastien Hinderer2018-03-0132-1547/+1620
* Parser: allow seq_expr inside extended indexing/bigarray operators (#1467)Nicolás Ojeda Bär2017-11-102-0/+68
* Tweak grammar for extended indexing operators.Xavier Clerc2017-10-122-20/+192
* PR#6604: Only allow directives with filename and at the beginning of the line...Tadeu Zagallo2017-10-048-3/+15
* Extended indexing operators (#1064)Florian Angeletti2017-09-152-0/+178
* Support syntax: S with M.N.t := ...Valentin Gatien-Baron2017-08-011-1/+1
* Merge pull request #508 from diml/semicolon-extensionLeo White2016-07-182-348/+365
|\
| * Allow shortcut for extension on semicolonsJeremie Dimino2016-03-172-348/+365