summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug introduced in #1585.fix_ocamllexalainfrisch2018-02-051-5/+5
* ocamltest: include unix in the systhreads environment modifierSébastien Hinderer2018-02-051-2/+4
* ocmaltest: rename threads environment modifier to systhreadsSébastien Hinderer2018-02-051-2/+2
* ocamltest: add actions to test whether we are running on a BSD systemSébastien Hinderer2018-02-055-0/+26
* Remove useless test from the testsuiteSébastien Hinderer2018-02-052-24/+0
* ocamltest: introduce the result moduleSébastien Hinderer2018-02-0513-179/+277
* ocamltest: register the module variableSébastien Hinderer2018-02-021-0/+1
* ocamltest: introduce the possibility to compile only one moduleSébastien Hinderer2018-02-023-5/+40
* ocamltest: rename compile_test_program to compileSébastien Hinderer2018-02-021-5/+5
* ocamltest: move code from compile_test_program to compile_programSébastien Hinderer2018-02-021-54/+34
* ocamltest: compute compiler output and reference during build env setupSébastien Hinderer2018-02-021-44/+29
* ocamltest: remove useless function argumentsSébastien Hinderer2018-02-021-9/+6
* Allow compilation units to shadow sub-modules of Pervasives (#1513)Jérémie Dimino2018-02-0212-53/+136
* Add an additional test for let-rec + unboxed typesJeremy Yallop2018-02-011-0/+3
* Add Changes entry for PR7717 fix.Jeremy Yallop2018-02-011-0/+3
* Fix PR7717 (Don't treat unboxed constructors as statically sized)Jeremy Yallop2018-02-011-2/+7
* Tests for PR7717 (Don't treat unboxed constructors as statically sized)Jeremy Yallop2018-02-013-0/+59
* Migrate test "typing-labels" to ocamltestArmaël Guéneau2018-02-015-18/+9
* Migrate test "runtime-C-exceptions" to ocamltestArmaël Guéneau2018-02-013-7/+5
* Migrate test "regression/pr7426" to ocamltestArmaël Guéneau2018-02-013-20/+3
* Migrate test "regression/pr7042" to ocamltestArmaël Guéneau2018-02-013-20/+3
* Migrate test "regression/pr6024" to ocamltestArmaël Guéneau2018-02-013-20/+3
* Migrate test "regression/pr5757" to ocamltestArmaël Guéneau2018-02-013-19/+3
* Migrate test "regression/pr5233" to ocamltestArmaël Guéneau2018-02-013-19/+3
* Migrate test "regression/pr3612" to ocamltestArmaël Guéneau2018-02-013-21/+5
* ocamltest: Add an environment modifier for the threads libraryArmaël Guéneau2018-02-011-1/+6
* Migrate test "lib-marshal" to ocamltestArmaël Guéneau2018-02-013-22/+5
* Migrate test "int64-unboxing" to ocamltestArmaël Guéneau2018-02-013-24/+6
* Migrate test "flambda" to ocamltestArmaël Guéneau2018-02-013-21/+5
* Migrate the "embedded" test to ocamltestArmaël Guéneau2018-02-014-44/+5
* Merge pull request #1583 from trefis/propagate_ty_arg_to_checkThomas Refis2018-01-314-8/+147
|\
| * ChangesThomas Refis2018-01-311-0/+3
| * type_cases: use a more precise ty_arg for parmatch checksThomas Refis2018-01-312-41/+5
| * add some tests showing the issueThomas Refis2018-01-312-0/+170
| * type_cases: also take an instance of ty_arg when checking exhaustivenessThomas Refis2018-01-311-1/+1
| * type_cases: be more regularThomas Refis2018-01-311-5/+7
|/
* .mailmap for aha@mantisGabriel Scherer2018-01-311-0/+1
* Merge pull request #1574 from objmagic/objmagic/fix-make-one-parallelGabriel Scherer2018-01-312-1/+13
|\
| * Better changelog entryRunhang Li2018-01-281-1/+2
| * Changes entryGabriel Scherer2018-01-281-0/+3
| * testsuite/Makefile: fix _ocamltest race with per-test OCAMLTESTDIR settingGabriel Scherer2018-01-281-1/+1
| * Fix in testsuite: `make one` and `make parallel`Runhang Li2018-01-281-1/+9
* | ocamltest: check-typoSébastien Hinderer2018-01-311-4/+4
* | ocamltest: introduce the ocaml_compilers moduleSébastien Hinderer2018-01-315-165/+257
* | ocamltest: introduce the ocaml_commands moduleSébastien Hinderer2018-01-315-30/+66
* | ocamltest: introduce the ocaml_flags moduleSébastien Hinderer2018-01-315-40/+91
* | ocamltest: introduce the ocaml_directories moduleSébastien Hinderer2018-01-317-33/+79
* | ocamltest: introduce the ocaml_files moduleSébastien Hinderer2018-01-315-72/+137
* | Replace Parmatch.IdSet by Ident.SetPierre Chambart2018-01-301-21/+21
* | Replace uses of Lambda.IdentSet by Ident.SetPierre Chambart2018-01-3016-83/+74