summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Adapt MakefileNicolás Ojeda Bär2019-09-281-7/+7
* Add a new -output-complete-exe option (#8872)Nicolás Ojeda Bär2019-09-253-0/+30
* Merge pull request #8974 from gasche/robust-obj-id-testStephen Dolan2019-09-243-49/+38
|\
| * Move the Obj.id+serialization tests from expect tests to reference testsGabriel Scherer2019-09-243-49/+38
* | Add support for [@@immediate64]Jeremie Dimino2019-09-243-6/+39
* | Accept ocamltests files not terminated by a newlineSébastien Hinderer2019-09-241-1/+1
|/
* Merge pull request #8827 from gasche/revert-numeric-operators-hintFlorian Angeletti2019-09-193-82/+1
* Fix "open struct .. end" on clambda backend (#8944)Thomas Refis2019-09-172-0/+16
* List.find_map : ('a -> 'b option) -> 'a list -> 'b option (#8832)Gabriel Scherer2019-09-131-0/+7
* PR#8611: fix test tool-toplevel/pr6468.mlArmaël Guéneau2019-09-111-1/+1
* Fix source highlighting for long toplevel phrases (#7925) (#8611)Kyle Miller2019-09-113-1/+85
* Enable force-safe-string by default (#1859)Kate2019-09-106-6/+3
* Add a test for #8919Pierre Chambart2019-09-092-0/+30
* Octal character literals and apostrophes in ocamlyacc actions (#1932)Pieter Goetschalckx2019-09-061-0/+5
* Merge pull request #8914 from gasche/clarify-unboxed-warningGabriel Scherer2019-09-051-12/+24
|\
| * clarify the warning of the unboxable-type-in-primitive warningGabriel Scherer2019-09-051-12/+24
* | typing/oprint: improve printing of functor argumentsGabriel Scherer2019-09-041-4/+2
* | typing/oprint: rework printing of functor argumentsGabriel Scherer2019-09-031-0/+12
|/
* typing/oprint: [minor] improve printing of empty signaturesGabriel Scherer2019-09-0334-177/+171
* Merge pull request #8906 from Octachron/functor_arrow_associativityFlorian Angeletti2019-09-021-0/+18
|\
| * Print parentheses in (A->B)->CFlorian Angeletti2019-09-021-0/+18
* | Merge pull request #8904 from Octachron/break_for_functor_argsFlorian Angeletti2019-08-304-107/+88
|\ \
| * | oprint: add break hint after functor argsFlorian Angeletti2019-08-294-107/+88
| |/
* | Merge pull request #8729 from jhjourdan/memprof_internGabriel Scherer2019-08-294-0/+205
|\ \
| * | Memprof tracking of interned data.Jacques-Henri Jourdan2019-08-274-0/+205
| |/
* | Merge pull request #8897 from stedolan/fix-alloc-asyncDavid Allsopp2019-08-294-0/+77
|\ \
| * | Fix test on Windows.Jacques-Henri Jourdan2019-08-292-2/+2
| * | Ensure that C allocation functions do not trigger callbacks.Stephen Dolan2019-08-294-0/+77
| |/
* | Merge pull request #8885 from trefis/w60-local-modThomas Refis2019-08-293-0/+15
|\ \
| * | warning 60: enable on local modulesThomas Refis2019-08-283-1/+9
| * | testsuite: missing unused module warningThomas Refis2019-08-281-0/+7
* | | testsuite: add more examples of the Scoping_pack errorThomas Refis2019-08-281-0/+28
|/ /
* | update testsThomas Refis2019-08-281-6/+6
|/
* Merge pull request #8713 from kayceesrk/r14-globalsStephen Dolan2019-08-278-12/+43
|\
| * Fix compatibility test recipeDavid Allsopp2019-08-261-2/+2
| * Compatibility testDavid Allsopp2019-08-244-0/+36
| * Fix tests/asmgen for msvc32KC Sivaramakrishnan2019-08-231-6/+2
| * Domain state support for i386KC Sivaramakrishnan2019-08-231-3/+1
| * Move backtrace support global variables to domain state.KC Sivaramakrishnan2019-08-232-3/+4
* | testsuite: add a regression test for Scoping_pack errorThomas Refis2019-08-231-0/+16
* | testsuite: implicit_unpack use expect_testThomas Refis2019-08-232-194/+288
|/
* Merge pull request #2127 from lpw25/lookup-errorsThomas Refis2019-08-217-69/+252
|\
| * Refactor environment lookup functionsLeo White2019-08-156-78/+66
| * Add some tests related to instance variablesLeo White2019-08-152-11/+31
| * Add more unused constructor testsLeo White2019-08-151-4/+179
* | Merge pull request #8844 from MekhrubonT/trunk+mekh+1task+change_outputFlorian Angeletti2019-08-1613-17/+505
|\ \
| * | Rollbacking changes of Constructor_names and Label_names errors messageMekhrubon Turaev2019-08-083-3/+3
| * | reseting context in constructors and labels methods before printingMekhrubon Turaev2019-07-302-4/+4
| * | added tests for printing type TvarsMekhrubon Turaev2019-07-302-0/+79
| * | Printing additional info about types mismatch during compilation error.Mekhrubon Turaev2019-07-3012-28/+136