New upstream version 5.2.0
authorStéphane Glondu <glondu@debian.org>
Wed, 12 Jun 2024 06:22:19 +0000 (08:22 +0200)
committerStéphane Glondu <glondu@debian.org>
Wed, 12 Jun 2024 06:22:19 +0000 (08:22 +0200)
commitf6ba10025dc5df39847066904a8bbeb708b570bf
tree55e0543f963e7c92159ced2b361c0af3dc8e8f91
parent2a39510035b4d52987d43b38814a8b3fde964c8c
New upstream version 5.2.0
3252 files changed:
.depend
.depend.menhir
.gitattributes
.github/workflows/build.yml
.github/workflows/hygiene.yml
.github/workflows/stale.yml
.gitignore
.gitmodules
.mailmap
CODE_OF_CONDUCT.md [new file with mode: 0644]
CONTRIBUTING.md
Changes
HACKING.adoc
INSTALL.adoc
Makefile
Makefile.best_binaries
Makefile.build_config.in
Makefile.common
Makefile.config.in
Makefile.config_if_required
Makefile.menhir
README.adoc
README.win32.adoc
VERSION
aclocal.m4
api_docgen/Format_tutorial.mld
api_docgen/Makefile.common
api_docgen/Makefile.docfiles
api_docgen/alldoc.tex
api_docgen/ocamldoc/Makefile
api_docgen/odoc/Makefile
appveyor.yml
asmcomp/CSE.mli [new file with mode: 0644]
asmcomp/CSEgen.ml
asmcomp/afl_instrument.ml
asmcomp/amd64/CSE.ml
asmcomp/amd64/arch.ml
asmcomp/amd64/arch.mli [new file with mode: 0644]
asmcomp/amd64/emit.mlp
asmcomp/amd64/proc.ml
asmcomp/amd64/reload.ml
asmcomp/amd64/scheduling.ml
asmcomp/amd64/selection.ml
asmcomp/amd64/stackframe.ml [new file with mode: 0644]
asmcomp/arm/CSE.ml [deleted file]
asmcomp/arm/NOTES.md [deleted file]
asmcomp/arm/arch.ml [deleted file]
asmcomp/arm/emit.mlp [deleted file]
asmcomp/arm/proc.ml [deleted file]
asmcomp/arm/reload.ml [deleted file]
asmcomp/arm/scheduling.ml [deleted file]
asmcomp/arm/selection.ml [deleted file]
asmcomp/arm64/CSE.ml
asmcomp/arm64/arch.ml
asmcomp/arm64/arch.mli [new file with mode: 0644]
asmcomp/arm64/emit.mlp
asmcomp/arm64/proc.ml
asmcomp/arm64/reload.ml
asmcomp/arm64/scheduling.ml
asmcomp/arm64/selection.ml
asmcomp/arm64/stackframe.ml [new file with mode: 0644]
asmcomp/asmgen.ml
asmcomp/asmgen.mli
asmcomp/asmlibrarian.ml
asmcomp/asmlink.ml
asmcomp/asmpackager.ml
asmcomp/branch_relaxation_intf.ml [deleted file]
asmcomp/branch_relaxation_intf.mli [new file with mode: 0644]
asmcomp/cmm.ml
asmcomp/cmm.mli
asmcomp/cmm_helpers.ml
asmcomp/cmm_helpers.mli
asmcomp/cmm_invariants.ml
asmcomp/cmm_invariants.mli
asmcomp/cmmgen.ml
asmcomp/coloring.ml
asmcomp/deadcode.ml
asmcomp/dune
asmcomp/emitaux.ml
asmcomp/emitaux.mli
asmcomp/emitenv.mli
asmcomp/i386/CSE.ml [deleted file]
asmcomp/i386/NOTES.md [deleted file]
asmcomp/i386/arch.ml [deleted file]
asmcomp/i386/emit.mlp [deleted file]
asmcomp/i386/proc.ml [deleted file]
asmcomp/i386/reload.ml [deleted file]
asmcomp/i386/scheduling.ml [deleted file]
asmcomp/i386/selection.ml [deleted file]
asmcomp/interval.ml
asmcomp/interval.mli
asmcomp/linear.ml
asmcomp/linear.mli
asmcomp/linearize.ml
asmcomp/linscan.ml
asmcomp/linscan.mli
asmcomp/liveness.ml
asmcomp/mach.ml
asmcomp/mach.mli
asmcomp/polling.ml
asmcomp/power/CSE.ml
asmcomp/power/NOTES.md
asmcomp/power/arch.ml
asmcomp/power/arch.mli [new file with mode: 0644]
asmcomp/power/emit.mlp
asmcomp/power/proc.ml
asmcomp/power/reload.ml
asmcomp/power/scheduling.ml
asmcomp/power/selection.ml
asmcomp/power/stackframe.ml [new file with mode: 0644]
asmcomp/printcmm.ml
asmcomp/printmach.ml
asmcomp/printmach.mli
asmcomp/proc.mli
asmcomp/reloadgen.ml
asmcomp/riscv/CSE.ml
asmcomp/riscv/NOTES.md
asmcomp/riscv/arch.ml
asmcomp/riscv/arch.mli [new file with mode: 0644]
asmcomp/riscv/emit.mlp
asmcomp/riscv/proc.ml
asmcomp/riscv/reload.ml
asmcomp/riscv/scheduling.ml
asmcomp/riscv/selection.ml
asmcomp/riscv/stackframe.ml [new file with mode: 0644]
asmcomp/s390x/CSE.ml
asmcomp/s390x/arch.ml
asmcomp/s390x/arch.mli [new file with mode: 0644]
asmcomp/s390x/emit.mlp
asmcomp/s390x/proc.ml
asmcomp/s390x/reload.ml
asmcomp/s390x/scheduling.ml
asmcomp/s390x/selection.ml
asmcomp/s390x/stackframe.ml [new file with mode: 0644]
asmcomp/schedgen.ml
asmcomp/schedgen.mli
asmcomp/selectgen.ml
asmcomp/selectgen.mli
asmcomp/spill.ml
asmcomp/spill.mli
asmcomp/split.ml
asmcomp/stackframe.mli [new file with mode: 0644]
asmcomp/stackframegen.ml [new file with mode: 0644]
asmcomp/stackframegen.mli [new file with mode: 0644]
asmcomp/strmatch.ml
asmcomp/thread_sanitizer.ml [new file with mode: 0644]
asmcomp/thread_sanitizer.mli [new file with mode: 0644]
asmcomp/x86_ast.mli
asmcomp/x86_dsl.ml
asmcomp/x86_dsl.mli
asmcomp/x86_gas.ml
asmcomp/x86_masm.ml
asmcomp/x86_proc.ml
asmcomp/x86_proc.mli
boot/menhir/parser.ml
boot/ocamlc
boot/ocamllex
build-aux/ax_check_compile_flag.m4 [new file with mode: 0644]
build-aux/ax_pthread.m4
build-aux/config.guess
build-aux/config.sub
build-aux/ocaml_version.m4
bytecomp/bytegen.ml
bytecomp/bytegen.mli
bytecomp/bytelibrarian.ml
bytecomp/bytelink.ml
bytecomp/bytelink.mli
bytecomp/bytepackager.ml
bytecomp/bytepackager.mli
bytecomp/bytesections.ml
bytecomp/bytesections.mli
bytecomp/dll.ml
bytecomp/dll.mli
bytecomp/emitcode.ml
bytecomp/emitcode.mli
bytecomp/instruct.ml
bytecomp/instruct.mli
bytecomp/meta.ml
bytecomp/meta.mli
bytecomp/printinstr.ml
bytecomp/symtable.ml
bytecomp/symtable.mli
compilerlibs/META.in [new file with mode: 0644]
compilerlibs/Makefile.compilerlibs [deleted file]
configure
configure.ac
debugger/.depend [deleted file]
debugger/Makefile [deleted file]
debugger/checkpoints.ml
debugger/checkpoints.mli
debugger/command_line.ml
debugger/command_line.mli
debugger/debugcom.ml
debugger/debugcom.mli
debugger/debugger_parser.mly
debugger/eval.ml
debugger/events.ml
debugger/events.mli
debugger/frames.ml
debugger/int64ops.ml
debugger/int64ops.mli
debugger/loadprinter.ml
debugger/loadprinter.mli
debugger/main.ml
debugger/main.mli [new file with mode: 0644]
debugger/ocamldebug_entry.mli [new file with mode: 0644]
debugger/parameters.ml
debugger/parameters.mli
debugger/pattern_matching.ml [deleted file]
debugger/pattern_matching.mli [deleted file]
debugger/pos.mli
debugger/primitives.ml
debugger/printval.ml
debugger/program_loading.ml
debugger/program_management.ml
debugger/show_source.mli
debugger/source.ml
debugger/symbols.ml
debugger/time_travel.ml
debugger/trap_barrier.ml
debugger/trap_barrier.mli
debugger/unix_tools.ml
driver/compenv.ml
driver/compenv.mli
driver/compile.ml
driver/compile_common.ml
driver/compile_common.mli
driver/compmisc.ml
driver/compmisc.mli
driver/main.mli [new file with mode: 0644]
driver/main_args.ml
driver/main_args.mli
driver/maindriver.ml
driver/makedepend.ml
driver/optcompile.ml
driver/optmain.mli [new file with mode: 0644]
driver/optmaindriver.ml
driver/pparse.ml
dune
dune-project
file_formats/cmi_format.ml
file_formats/cmi_format.mli
file_formats/cmo_format.mli
file_formats/cmt_format.ml
file_formats/cmt_format.mli
file_formats/cmx_format.mli
file_formats/cmxs_format.mli
file_formats/linear_format.ml
lambda/lambda.ml
lambda/lambda.mli
lambda/matching.ml
lambda/matching.mli
lambda/printlambda.ml
lambda/simplif.ml
lambda/simplif.mli
lambda/switch.ml
lambda/tmc.ml
lambda/translattribute.ml
lambda/translattribute.mli
lambda/translclass.ml
lambda/translclass.mli
lambda/translcore.ml
lambda/translmod.ml
lambda/translobj.ml
lambda/translobj.mli
lambda/translprim.ml
lambda/value_rec_compiler.ml [new file with mode: 0644]
lambda/value_rec_compiler.mli [new file with mode: 0644]
lex/.depend [deleted file]
lex/Makefile [deleted file]
lex/common.ml
lex/common.mli
lex/lexer.mll
lex/main.ml
lex/main.mli [new file with mode: 0644]
lex/output.ml
lex/parser.mly
lex/table.ml
man/Makefile
man/ocaml.1
man/ocamlc.1
man/ocamlcp.1
man/ocamldebug.1
man/ocamldep.1
man/ocamldoc.1
man/ocamllex.1
man/ocamlmktop.1
man/ocamlopt.1
man/ocamlprof.1
man/ocamlrun.1
man/ocamlyacc.1
manual/Makefile
manual/README.md
manual/src/.gitignore [deleted file]
manual/src/Makefile
manual/src/allfiles.etex
manual/src/cmds/.gitignore [deleted file]
manual/src/cmds/Makefile
manual/src/cmds/afl-fuzz.etex
manual/src/cmds/comp.etex
manual/src/cmds/instrumented-runtime.etex [deleted file]
manual/src/cmds/intf-c.etex
manual/src/cmds/lexyacc.etex
manual/src/cmds/native.etex
manual/src/cmds/ocamldep.etex
manual/src/cmds/ocamldoc.etex
manual/src/cmds/runtime-tracing.etex [new file with mode: 0644]
manual/src/cmds/runtime.etex
manual/src/cmds/tail-mod-cons.etex
manual/src/cmds/top.etex
manual/src/cmds/tsan.etex [new file with mode: 0644]
manual/src/cmds/unified-options.etex
manual/src/foreword.etex
manual/src/html_processing/.gitignore [deleted file]
manual/src/html_processing/Makefile
manual/src/html_processing/scss/_common.scss
manual/src/html_processing/scss/style.scss
manual/src/htmlman/.gitignore [deleted file]
manual/src/infoman/.gitignore [deleted file]
manual/src/library/.gitignore [deleted file]
manual/src/library/Makefile
manual/src/library/core.etex
manual/src/library/libdynlink.etex
manual/src/library/libruntime_events.etex [new file with mode: 0644]
manual/src/library/libstr.etex
manual/src/library/libthreads.etex
manual/src/library/libunix.etex
manual/src/library/stdlib-blurb.etex
manual/src/macros.tex
manual/src/refman/.gitignore [deleted file]
manual/src/refman/Makefile
manual/src/refman/expr.etex
manual/src/refman/exten.etex
manual/src/refman/extensions/alerts.etex
manual/src/refman/extensions/attributes.etex
manual/src/refman/extensions/bindingops.etex
manual/src/refman/extensions/effects.etex [new file with mode: 0644]
manual/src/refman/extensions/generativefunctors.etex
manual/src/refman/extensions/privatetypes.etex
manual/src/refman/extensions/signaturesubstitution.etex
manual/src/refman/lex.etex
manual/src/refman/patterns.etex
manual/src/refman/types.etex
manual/src/texstuff/.gitignore [deleted file]
manual/src/textman/.gitignore [deleted file]
manual/src/tutorials/.gitignore [deleted file]
manual/src/tutorials/Makefile
manual/src/tutorials/coreexamples.etex
manual/src/tutorials/gadtexamples.etex
manual/src/tutorials/lablexamples.etex
manual/src/tutorials/memorymodel.etex [new file with mode: 0644]
manual/src/tutorials/moduleexamples.etex
manual/src/tutorials/objectexamples.etex
manual/src/tutorials/parallelism.etex [new file with mode: 0644]
manual/src/tutorials/polymorphism.etex
manual/src/tutorials/polyvariant.etex
manual/styles/html.sty
manual/tests/.gitignore [deleted file]
manual/tests/Makefile
manual/tests/check-stdlib-modules
manual/tests/cross_reference_checker.ml
manual/tools/.gitignore [deleted file]
manual/tools/Makefile
middle_end/clambda.ml
middle_end/clambda.mli
middle_end/clambda_primitives.ml
middle_end/clambda_primitives.mli
middle_end/closure/closure.ml
middle_end/compilenv.ml
middle_end/compilenv.mli
middle_end/convert_primitives.ml
middle_end/flambda/augment_specialised_args.ml
middle_end/flambda/base_types/export_id.ml
middle_end/flambda/base_types/set_of_closures_id.ml
middle_end/flambda/build_export_info.ml
middle_end/flambda/closure_conversion.ml
middle_end/flambda/closure_conversion_aux.ml
middle_end/flambda/closure_conversion_aux.mli
middle_end/flambda/effect_analysis.ml
middle_end/flambda/extract_projections.ml
middle_end/flambda/flambda.ml
middle_end/flambda/flambda.mli
middle_end/flambda/flambda_invariants.ml
middle_end/flambda/flambda_iterators.ml
middle_end/flambda/flambda_iterators.mli
middle_end/flambda/flambda_to_clambda.ml
middle_end/flambda/flambda_utils.ml
middle_end/flambda/freshening.ml
middle_end/flambda/freshening.mli
middle_end/flambda/inconstant_idents.ml
middle_end/flambda/inline_and_simplify.ml
middle_end/flambda/inlining_cost.ml
middle_end/flambda/invariant_params.ml
middle_end/flambda/lift_code.ml
middle_end/flambda/lift_constants.ml
middle_end/flambda/lift_let_to_initialize_symbol.ml
middle_end/flambda/ref_to_variables.ml
middle_end/flambda/simple_value_approx.ml
middle_end/flambda/un_anf.ml
middle_end/internal_variable_names.ml
middle_end/printclambda.ml
middle_end/printclambda_primitives.ml
middle_end/semantics_of_primitives.ml
ocaml-variants.opam
ocamldoc/.depend [deleted file]
ocamldoc/META.in [new file with mode: 0644]
ocamldoc/Makefile [deleted file]
ocamldoc/Makefile.best_ocamldoc [deleted file]
ocamldoc/generators/odoc_literate.ml [deleted file]
ocamldoc/generators/odoc_todo.ml [deleted file]
ocamldoc/odoc.ml
ocamldoc/odoc.mli [new file with mode: 0644]
ocamldoc/odoc_analyse.ml
ocamldoc/odoc_args.ml
ocamldoc/odoc_ast.ml
ocamldoc/odoc_class.ml
ocamldoc/odoc_class.mli [new file with mode: 0644]
ocamldoc/odoc_comments.ml
ocamldoc/odoc_control.ml [deleted file]
ocamldoc/odoc_cross.ml
ocamldoc/odoc_dag2html.ml
ocamldoc/odoc_dep.ml
ocamldoc/odoc_dep.mli [new file with mode: 0644]
ocamldoc/odoc_dot.mli [new file with mode: 0644]
ocamldoc/odoc_exception.mli [new file with mode: 0644]
ocamldoc/odoc_extension.mli [new file with mode: 0644]
ocamldoc/odoc_gen.ml
ocamldoc/odoc_gen.mli
ocamldoc/odoc_global.ml
ocamldoc/odoc_global.mli
ocamldoc/odoc_html.ml
ocamldoc/odoc_html.mli [new file with mode: 0644]
ocamldoc/odoc_info.ml
ocamldoc/odoc_info.mli
ocamldoc/odoc_inherit.ml [deleted file]
ocamldoc/odoc_latex.ml
ocamldoc/odoc_latex.mli [new file with mode: 0644]
ocamldoc/odoc_latex_style.mli [new file with mode: 0644]
ocamldoc/odoc_lexer.mli [new file with mode: 0644]
ocamldoc/odoc_lexer.mll
ocamldoc/odoc_man.ml
ocamldoc/odoc_man.mli [new file with mode: 0644]
ocamldoc/odoc_merge.ml
ocamldoc/odoc_messages.ml
ocamldoc/odoc_messages.mli [new file with mode: 0644]
ocamldoc/odoc_misc.ml
ocamldoc/odoc_module.ml
ocamldoc/odoc_module.mli [new file with mode: 0644]
ocamldoc/odoc_name.ml
ocamldoc/odoc_ocamlhtml.mli [new file with mode: 0644]
ocamldoc/odoc_ocamlhtml.mll
ocamldoc/odoc_parameter.ml
ocamldoc/odoc_parameter.mli [new file with mode: 0644]
ocamldoc/odoc_parser.mly
ocamldoc/odoc_scan.mli [new file with mode: 0644]
ocamldoc/odoc_see_lexer.mli [new file with mode: 0644]
ocamldoc/odoc_sig.ml
ocamldoc/odoc_sig.mli
ocamldoc/odoc_str.ml
ocamldoc/odoc_str.mli
ocamldoc/odoc_test.ml
ocamldoc/odoc_test.mli [new file with mode: 0644]
ocamldoc/odoc_texi.ml
ocamldoc/odoc_texi.mli [new file with mode: 0644]
ocamldoc/odoc_text_lexer.mli [new file with mode: 0644]
ocamldoc/odoc_text_lexer.mll
ocamldoc/odoc_to_text.ml
ocamldoc/odoc_to_text.mli [new file with mode: 0644]
ocamldoc/odoc_type.ml
ocamldoc/odoc_type.mli [new file with mode: 0644]
ocamldoc/odoc_types.ml
ocamldoc/odoc_types.mli
ocamldoc/odoc_value.ml
ocamldoc/odoc_value.mli [new file with mode: 0644]
ocamltest/.depend [deleted file]
ocamltest/Makefile [deleted file]
ocamltest/OCAMLTEST.org [new file with mode: 0644]
ocamltest/README [deleted file]
ocamltest/README.md [new file with mode: 0644]
ocamltest/actions.ml
ocamltest/actions.mli
ocamltest/actions_helpers.ml
ocamltest/builtin_actions.ml
ocamltest/dune
ocamltest/environments.ml
ocamltest/filecompare.ml
ocamltest/main.ml
ocamltest/ocaml_actions.ml
ocamltest/ocaml_actions.mli
ocamltest/ocaml_commands.ml
ocamltest/ocaml_commands.mli
ocamltest/ocaml_compilers.ml
ocamltest/ocaml_directories.ml
ocamltest/ocaml_files.ml
ocamltest/ocaml_files.mli
ocamltest/ocaml_filetypes.ml
ocamltest/ocaml_filetypes.mli
ocamltest/ocaml_flags.ml
ocamltest/ocaml_modifiers.ml
ocamltest/ocaml_tests.ml
ocamltest/ocaml_variables.ml
ocamltest/ocaml_variables.mli
ocamltest/ocamltest.org [deleted file]
ocamltest/ocamltest_config.ml.in
ocamltest/ocamltest_config.mli
ocamltest/ocamltest_stdlib.ml
ocamltest/ocamltest_unix.mli
ocamltest/ocamltest_unix_dummy.ml
ocamltest/ocamltest_unix_real.ml
ocamltest/options.ml
ocamltest/options.mli
ocamltest/result.ml
ocamltest/run_stubs.c
ocamltest/run_unix.c
ocamltest/run_win32.c
ocamltest/tests.ml
ocamltest/tests.mli
ocamltest/translate.ml [new file with mode: 0644]
ocamltest/translate.mli [new file with mode: 0644]
ocamltest/tsl_ast.ml
ocamltest/tsl_ast.mli
ocamltest/tsl_lexer.mli
ocamltest/tsl_lexer.mll
ocamltest/tsl_parser.mly
ocamltest/tsl_semantics.ml
ocamltest/tsl_semantics.mli
ocamltest/variables.ml
ocamltest/variables.mli
otherlibs/Makefile
otherlibs/Makefile.otherlibs.common
otherlibs/bigarray/.depend [deleted file]
otherlibs/bigarray/Makefile [deleted file]
otherlibs/bigarray/bigarray.ml [deleted file]
otherlibs/bigarray/bigarray.mli [deleted file]
otherlibs/bigarray/empty.c [deleted file]
otherlibs/dynlink/.depend
otherlibs/dynlink/META.in [new file with mode: 0644]
otherlibs/dynlink/Makefile
otherlibs/dynlink/byte/dynlink.ml
otherlibs/dynlink/dynlink.mli
otherlibs/dynlink/dynlink_common.ml
otherlibs/dynlink/dynlink_common.mli
otherlibs/dynlink/dynlink_compilerlibs/Makefile.copy-sources
otherlibs/dynlink/dynlink_platform_intf.ml
otherlibs/dynlink/dynlink_types.ml
otherlibs/dynlink/dynlink_types.mli
otherlibs/dynlink/extract_crc.ml [deleted file]
otherlibs/dynlink/native/dynlink.ml
otherlibs/runtime_events/.depend [new file with mode: 0644]
otherlibs/runtime_events/META.in [new file with mode: 0644]
otherlibs/runtime_events/Makefile [new file with mode: 0644]
otherlibs/runtime_events/caml/runtime_events_consumer.h [new file with mode: 0644]
otherlibs/runtime_events/runtime_events.ml [new file with mode: 0644]
otherlibs/runtime_events/runtime_events.mli [new file with mode: 0644]
otherlibs/runtime_events/runtime_events_consumer.c [new file with mode: 0644]
otherlibs/str/META.in [new file with mode: 0644]
otherlibs/str/Makefile
otherlibs/str/str.ml
otherlibs/str/str.mli
otherlibs/str/strstubs.c
otherlibs/systhreads/.depend
otherlibs/systhreads/META.in [new file with mode: 0644]
otherlibs/systhreads/Makefile
otherlibs/systhreads/caml/threads.h [new file with mode: 0644]
otherlibs/systhreads/condition.ml [deleted file]
otherlibs/systhreads/condition.mli [deleted file]
otherlibs/systhreads/mutex.ml [deleted file]
otherlibs/systhreads/mutex.mli [deleted file]
otherlibs/systhreads/semaphore.ml [deleted file]
otherlibs/systhreads/semaphore.mli [deleted file]
otherlibs/systhreads/st_posix.h
otherlibs/systhreads/st_pthreads.h [new file with mode: 0644]
otherlibs/systhreads/st_stubs.c
otherlibs/systhreads/st_win32.h
otherlibs/systhreads/thread.ml
otherlibs/systhreads/thread.mli
otherlibs/systhreads/threadUnix.ml [deleted file]
otherlibs/systhreads/threadUnix.mli [deleted file]
otherlibs/systhreads/threads.h [deleted file]
otherlibs/unix/.depend
otherlibs/unix/META.in [new file with mode: 0644]
otherlibs/unix/Makefile
otherlibs/unix/accept.c [deleted file]
otherlibs/unix/accept_unix.c [new file with mode: 0644]
otherlibs/unix/accept_win32.c [new file with mode: 0644]
otherlibs/unix/access.c
otherlibs/unix/addrofstr.c
otherlibs/unix/alarm.c
otherlibs/unix/bind.c [deleted file]
otherlibs/unix/bind_unix.c [new file with mode: 0644]
otherlibs/unix/bind_win32.c [new file with mode: 0644]
otherlibs/unix/caml/socketaddr.h [new file with mode: 0644]
otherlibs/unix/caml/unixsupport.h [new file with mode: 0644]
otherlibs/unix/channels.c [deleted file]
otherlibs/unix/channels_unix.c [new file with mode: 0644]
otherlibs/unix/channels_win32.c [new file with mode: 0644]
otherlibs/unix/chdir.c
otherlibs/unix/chmod.c
otherlibs/unix/chown.c
otherlibs/unix/chroot.c
otherlibs/unix/close.c [deleted file]
otherlibs/unix/close_on.c [new file with mode: 0644]
otherlibs/unix/close_unix.c [new file with mode: 0644]
otherlibs/unix/close_win32.c [new file with mode: 0644]
otherlibs/unix/closedir.c
otherlibs/unix/connect.c [deleted file]
otherlibs/unix/connect_unix.c [new file with mode: 0644]
otherlibs/unix/connect_win32.c [new file with mode: 0644]
otherlibs/unix/createprocess.c [new file with mode: 0644]
otherlibs/unix/cst2constr.c
otherlibs/unix/cst2constr.h
otherlibs/unix/cstringv.c
otherlibs/unix/dune
otherlibs/unix/dup.c [deleted file]
otherlibs/unix/dup2.c
otherlibs/unix/dup_unix.c [new file with mode: 0644]
otherlibs/unix/dup_win32.c [new file with mode: 0644]
otherlibs/unix/envir.c [deleted file]
otherlibs/unix/envir_unix.c [new file with mode: 0644]
otherlibs/unix/envir_win32.c [new file with mode: 0644]
otherlibs/unix/errmsg.c [deleted file]
otherlibs/unix/errmsg_unix.c [new file with mode: 0644]
otherlibs/unix/errmsg_win32.c [new file with mode: 0644]
otherlibs/unix/execv.c
otherlibs/unix/execve.c
otherlibs/unix/execvp.c
otherlibs/unix/exit.c
otherlibs/unix/fchmod.c
otherlibs/unix/fchown.c
otherlibs/unix/fcntl.c
otherlibs/unix/fork.c
otherlibs/unix/fsync.c
otherlibs/unix/ftruncate.c
otherlibs/unix/getaddrinfo.c
otherlibs/unix/getcwd.c
otherlibs/unix/getegid.c
otherlibs/unix/geteuid.c
otherlibs/unix/getgid.c
otherlibs/unix/getgr.c
otherlibs/unix/getgroups.c
otherlibs/unix/gethost.c
otherlibs/unix/gethostname.c
otherlibs/unix/getlogin.c
otherlibs/unix/getnameinfo.c
otherlibs/unix/getpeername.c [deleted file]
otherlibs/unix/getpeername_unix.c [new file with mode: 0644]
otherlibs/unix/getpeername_win32.c [new file with mode: 0644]
otherlibs/unix/getpid.c [deleted file]
otherlibs/unix/getpid_unix.c [new file with mode: 0644]
otherlibs/unix/getpid_win32.c [new file with mode: 0644]
otherlibs/unix/getppid.c
otherlibs/unix/getproto.c
otherlibs/unix/getpw.c
otherlibs/unix/getserv.c
otherlibs/unix/getsockname.c [deleted file]
otherlibs/unix/getsockname_unix.c [new file with mode: 0644]
otherlibs/unix/getsockname_win32.c [new file with mode: 0644]
otherlibs/unix/gettimeofday.c [deleted file]
otherlibs/unix/gettimeofday_unix.c [new file with mode: 0644]
otherlibs/unix/gettimeofday_win32.c [new file with mode: 0644]
otherlibs/unix/getuid.c
otherlibs/unix/gmtime.c
otherlibs/unix/initgroups.c
otherlibs/unix/isatty.c [deleted file]
otherlibs/unix/isatty_unix.c [new file with mode: 0644]
otherlibs/unix/isatty_win32.c [new file with mode: 0644]
otherlibs/unix/itimer.c
otherlibs/unix/kill.c
otherlibs/unix/link.c [deleted file]
otherlibs/unix/link_unix.c [new file with mode: 0644]
otherlibs/unix/link_win32.c [new file with mode: 0644]
otherlibs/unix/listen.c [deleted file]
otherlibs/unix/listen_unix.c [new file with mode: 0644]
otherlibs/unix/listen_win32.c [new file with mode: 0644]
otherlibs/unix/lockf.c [deleted file]
otherlibs/unix/lockf_unix.c [new file with mode: 0644]
otherlibs/unix/lockf_win32.c [new file with mode: 0644]
otherlibs/unix/lseek.c [deleted file]
otherlibs/unix/lseek_unix.c [new file with mode: 0644]
otherlibs/unix/lseek_win32.c [new file with mode: 0644]
otherlibs/unix/mkdir.c
otherlibs/unix/mkfifo.c
otherlibs/unix/mmap.c [deleted file]
otherlibs/unix/mmap_ba.c
otherlibs/unix/mmap_unix.c [new file with mode: 0644]
otherlibs/unix/mmap_win32.c [new file with mode: 0644]
otherlibs/unix/nice.c
otherlibs/unix/nonblock.c [new file with mode: 0644]
otherlibs/unix/open.c [deleted file]
otherlibs/unix/open_unix.c [new file with mode: 0644]
otherlibs/unix/open_win32.c [new file with mode: 0644]
otherlibs/unix/opendir.c
otherlibs/unix/pipe.c [deleted file]
otherlibs/unix/pipe_unix.c [new file with mode: 0644]
otherlibs/unix/pipe_win32.c [new file with mode: 0644]
otherlibs/unix/putenv.c
otherlibs/unix/read.c [deleted file]
otherlibs/unix/read_unix.c [new file with mode: 0644]
otherlibs/unix/read_win32.c [new file with mode: 0644]
otherlibs/unix/readdir.c
otherlibs/unix/readlink.c [deleted file]
otherlibs/unix/readlink_unix.c [new file with mode: 0644]
otherlibs/unix/readlink_win32.c [new file with mode: 0644]
otherlibs/unix/realpath.c [deleted file]
otherlibs/unix/realpath_unix.c [new file with mode: 0644]
otherlibs/unix/realpath_win32.c [new file with mode: 0644]
otherlibs/unix/rename.c [deleted file]
otherlibs/unix/rename_unix.c [new file with mode: 0644]
otherlibs/unix/rename_win32.c [new file with mode: 0644]
otherlibs/unix/rewinddir.c
otherlibs/unix/rmdir.c
otherlibs/unix/select.c [deleted file]
otherlibs/unix/select_unix.c [new file with mode: 0644]
otherlibs/unix/select_win32.c [new file with mode: 0644]
otherlibs/unix/sendrecv.c [deleted file]
otherlibs/unix/sendrecv_unix.c [new file with mode: 0644]
otherlibs/unix/sendrecv_win32.c [new file with mode: 0644]
otherlibs/unix/setgid.c
otherlibs/unix/setgroups.c
otherlibs/unix/setsid.c
otherlibs/unix/setuid.c
otherlibs/unix/shutdown.c [deleted file]
otherlibs/unix/shutdown_unix.c [new file with mode: 0644]
otherlibs/unix/shutdown_win32.c [new file with mode: 0644]
otherlibs/unix/signals.c
otherlibs/unix/sleep.c [deleted file]
otherlibs/unix/sleep_unix.c [new file with mode: 0644]
otherlibs/unix/sleep_win32.c [new file with mode: 0644]
otherlibs/unix/socket.c [deleted file]
otherlibs/unix/socket_unix.c [new file with mode: 0644]
otherlibs/unix/socket_win32.c [new file with mode: 0644]
otherlibs/unix/socketaddr.c
otherlibs/unix/socketaddr.h [deleted file]
otherlibs/unix/socketpair.c [deleted file]
otherlibs/unix/socketpair_unix.c [new file with mode: 0644]
otherlibs/unix/socketpair_win32.c [new file with mode: 0644]
otherlibs/unix/sockopt.c [deleted file]
otherlibs/unix/sockopt_unix.c [new file with mode: 0644]
otherlibs/unix/sockopt_win32.c [new file with mode: 0644]
otherlibs/unix/spawn.c
otherlibs/unix/startup.c [new file with mode: 0644]
otherlibs/unix/stat.c [deleted file]
otherlibs/unix/stat_unix.c [new file with mode: 0644]
otherlibs/unix/stat_win32.c [new file with mode: 0644]
otherlibs/unix/strofaddr.c
otherlibs/unix/symlink.c [deleted file]
otherlibs/unix/symlink_unix.c [new file with mode: 0644]
otherlibs/unix/symlink_win32.c [new file with mode: 0644]
otherlibs/unix/system.c [new file with mode: 0644]
otherlibs/unix/termios.c
otherlibs/unix/time.c
otherlibs/unix/times.c [deleted file]
otherlibs/unix/times_unix.c [new file with mode: 0644]
otherlibs/unix/times_win32.c [new file with mode: 0644]
otherlibs/unix/truncate.c [deleted file]
otherlibs/unix/truncate_unix.c [new file with mode: 0644]
otherlibs/unix/truncate_win32.c [new file with mode: 0644]
otherlibs/unix/umask.c
otherlibs/unix/unix.ml [deleted file]
otherlibs/unix/unix.mli
otherlibs/unix/unixLabels.mli
otherlibs/unix/unix_unix.ml [new file with mode: 0644]
otherlibs/unix/unix_win32.ml [new file with mode: 0644]
otherlibs/unix/unixsupport.c [deleted file]
otherlibs/unix/unixsupport.h [deleted file]
otherlibs/unix/unixsupport_unix.c [new file with mode: 0644]
otherlibs/unix/unixsupport_win32.c [new file with mode: 0644]
otherlibs/unix/unlink.c
otherlibs/unix/utimes.c [deleted file]
otherlibs/unix/utimes_unix.c [new file with mode: 0644]
otherlibs/unix/utimes_win32.c [new file with mode: 0644]
otherlibs/unix/wait.c
otherlibs/unix/windbug.c [new file with mode: 0644]
otherlibs/unix/windbug.h [new file with mode: 0644]
otherlibs/unix/windir.c [new file with mode: 0644]
otherlibs/unix/winlist.c [new file with mode: 0644]
otherlibs/unix/winlist.h [new file with mode: 0644]
otherlibs/unix/winwait.c [new file with mode: 0644]
otherlibs/unix/winworker.c [new file with mode: 0644]
otherlibs/unix/winworker.h [new file with mode: 0644]
otherlibs/unix/write.c [deleted file]
otherlibs/unix/write_unix.c [new file with mode: 0644]
otherlibs/unix/write_win32.c [new file with mode: 0644]
otherlibs/win32unix/.depend [deleted file]
otherlibs/win32unix/Makefile [deleted file]
otherlibs/win32unix/accept.c [deleted file]
otherlibs/win32unix/bind.c [deleted file]
otherlibs/win32unix/channels.c [deleted file]
otherlibs/win32unix/close.c [deleted file]
otherlibs/win32unix/close_on.c [deleted file]
otherlibs/win32unix/connect.c [deleted file]
otherlibs/win32unix/createprocess.c [deleted file]
otherlibs/win32unix/dup.c [deleted file]
otherlibs/win32unix/envir.c [deleted file]
otherlibs/win32unix/errmsg.c [deleted file]
otherlibs/win32unix/getpeername.c [deleted file]
otherlibs/win32unix/getpid.c [deleted file]
otherlibs/win32unix/getsockname.c [deleted file]
otherlibs/win32unix/gettimeofday.c [deleted file]
otherlibs/win32unix/isatty.c [deleted file]
otherlibs/win32unix/link.c [deleted file]
otherlibs/win32unix/listen.c [deleted file]
otherlibs/win32unix/lockf.c [deleted file]
otherlibs/win32unix/lseek.c [deleted file]
otherlibs/win32unix/mmap.c [deleted file]
otherlibs/win32unix/nonblock.c [deleted file]
otherlibs/win32unix/open.c [deleted file]
otherlibs/win32unix/pipe.c [deleted file]
otherlibs/win32unix/read.c [deleted file]
otherlibs/win32unix/readlink.c [deleted file]
otherlibs/win32unix/realpath.c [deleted file]
otherlibs/win32unix/rename.c [deleted file]
otherlibs/win32unix/select.c [deleted file]
otherlibs/win32unix/sendrecv.c [deleted file]
otherlibs/win32unix/shutdown.c [deleted file]
otherlibs/win32unix/sleep.c [deleted file]
otherlibs/win32unix/socket.c [deleted file]
otherlibs/win32unix/socketpair.c [deleted file]
otherlibs/win32unix/sockopt.c [deleted file]
otherlibs/win32unix/startup.c [deleted file]
otherlibs/win32unix/stat.c [deleted file]
otherlibs/win32unix/symlink.c [deleted file]
otherlibs/win32unix/system.c [deleted file]
otherlibs/win32unix/times.c [deleted file]
otherlibs/win32unix/truncate.c [deleted file]
otherlibs/win32unix/unix.ml [deleted file]
otherlibs/win32unix/unixsupport.c [deleted file]
otherlibs/win32unix/unixsupport.h [deleted file]
otherlibs/win32unix/utimes.c [deleted file]
otherlibs/win32unix/windbug.c [deleted file]
otherlibs/win32unix/windbug.h [deleted file]
otherlibs/win32unix/windir.c [deleted file]
otherlibs/win32unix/winlist.c [deleted file]
otherlibs/win32unix/winlist.h [deleted file]
otherlibs/win32unix/winwait.c [deleted file]
otherlibs/win32unix/winworker.c [deleted file]
otherlibs/win32unix/winworker.h [deleted file]
otherlibs/win32unix/write.c [deleted file]
parsing/ast_helper.ml
parsing/ast_helper.mli
parsing/ast_invariants.ml
parsing/ast_iterator.ml
parsing/ast_iterator.mli
parsing/ast_mapper.ml
parsing/ast_mapper.mli
parsing/attr_helper.ml
parsing/attr_helper.mli
parsing/builtin_attributes.ml
parsing/builtin_attributes.mli
parsing/depend.ml
parsing/depend.mli
parsing/lexer.mli
parsing/lexer.mll
parsing/location.ml
parsing/location.mli
parsing/parse.ml
parsing/parser.mly
parsing/parsetree.mli
parsing/pprintast.ml
parsing/pprintast.mli
parsing/printast.ml
parsing/printast.mli
parsing/syntaxerr.ml
parsing/syntaxerr.mli
parsing/unit_info.ml [new file with mode: 0644]
parsing/unit_info.mli [new file with mode: 0644]
release-info/News
release-info/howto.md
release-info/markdown-add-pr-links.sh
runtime/HACKING.adoc [new file with mode: 0644]
runtime/Makefile [deleted file]
runtime/addrmap.c [new file with mode: 0644]
runtime/afl.c
runtime/alloc.c
runtime/amd64.S
runtime/amd64nt.asm
runtime/arm.S [deleted file]
runtime/arm64.S
runtime/array.c
runtime/backtrace.c
runtime/backtrace_byt.c
runtime/backtrace_nat.c
runtime/bigarray.c
runtime/blake2.c [new file with mode: 0644]
runtime/callback.c
runtime/caml/address_class.h
runtime/caml/addrmap.h [new file with mode: 0644]
runtime/caml/alloc.h
runtime/caml/atomic_refcount.h [new file with mode: 0644]
runtime/caml/backtrace.h
runtime/caml/backtrace_prim.h
runtime/caml/bigarray.h
runtime/caml/blake2.h [new file with mode: 0644]
runtime/caml/callback.h
runtime/caml/camlatomic.h [new file with mode: 0644]
runtime/caml/codefrag.h
runtime/caml/compact.h [deleted file]
runtime/caml/compatibility.h [deleted file]
runtime/caml/config.h
runtime/caml/custom.h
runtime/caml/domain.h
runtime/caml/domain_state.h
runtime/caml/domain_state.tbl
runtime/caml/eventlog.h [deleted file]
runtime/caml/exec.h [deleted file]
runtime/caml/exec.h.in [new file with mode: 0644]
runtime/caml/fail.h
runtime/caml/fiber.h [new file with mode: 0644]
runtime/caml/finalise.h
runtime/caml/frame_descriptors.h [new file with mode: 0644]
runtime/caml/freelist.h [deleted file]
runtime/caml/gc.h
runtime/caml/gc_ctrl.h
runtime/caml/gc_stats.h [new file with mode: 0644]
runtime/caml/globroots.h
runtime/caml/hooks.h
runtime/caml/instrtrace.h
runtime/caml/instruct.h
runtime/caml/intext.h
runtime/caml/io.h
runtime/caml/lf_skiplist.h [new file with mode: 0644]
runtime/caml/m.h.in
runtime/caml/major_gc.h
runtime/caml/memory.h
runtime/caml/memprof.h
runtime/caml/minor_gc.h
runtime/caml/misc.h
runtime/caml/mlvalues.h
runtime/caml/osdeps.h
runtime/caml/platform.h [new file with mode: 0644]
runtime/caml/prims.h
runtime/caml/printexc.h
runtime/caml/reverse.h
runtime/caml/roots.h
runtime/caml/runtime_events.h [new file with mode: 0644]
runtime/caml/s.h.in
runtime/caml/shared_heap.h [new file with mode: 0644]
runtime/caml/signals.h
runtime/caml/signals_machdep.h [deleted file]
runtime/caml/sizeclasses.h [new file with mode: 0644]
runtime/caml/skiplist.h
runtime/caml/stack.h
runtime/caml/stacks.h [deleted file]
runtime/caml/startup.h
runtime/caml/startup_aux.h
runtime/caml/sync.h [new file with mode: 0644]
runtime/caml/sys.h
runtime/caml/tsan.h [new file with mode: 0644]
runtime/caml/ui.h [deleted file]
runtime/caml/weak.h
runtime/caml/winsupport.h
runtime/codefrag.c
runtime/compact.c [deleted file]
runtime/compare.c
runtime/custom.c
runtime/debugger.c
runtime/domain.c
runtime/dune
runtime/dynlink.c
runtime/dynlink_nat.c
runtime/eventlog.c [deleted file]
runtime/extern.c
runtime/fail_byt.c
runtime/fail_nat.c
runtime/fiber.c [new file with mode: 0644]
runtime/finalise.c
runtime/fix_code.c
runtime/floats.c
runtime/frame_descriptors.c [new file with mode: 0644]
runtime/freelist.c [deleted file]
runtime/gc_ctrl.c
runtime/gc_stats.c [new file with mode: 0644]
runtime/gen_domain_state32_inc.awk [deleted file]
runtime/gen_domain_state64_inc.awk [deleted file]
runtime/gen_primitives.sh
runtime/gen_primsc.sh [new file with mode: 0755]
runtime/globroots.c
runtime/hash.c
runtime/i386.S [deleted file]
runtime/i386nt.asm [deleted file]
runtime/instrtrace.c
runtime/intern.c
runtime/interp.c
runtime/ints.c
runtime/io.c
runtime/lexing.c
runtime/lf_skiplist.c [new file with mode: 0644]
runtime/major_gc.c
runtime/md5.c
runtime/memory.c
runtime/memprof.c
runtime/meta.c
runtime/minor_gc.c
runtime/misc.c
runtime/obj.c
runtime/parsing.c
runtime/platform.c [new file with mode: 0644]
runtime/power.S
runtime/printexc.c
runtime/prng.c [new file with mode: 0644]
runtime/riscv.S
runtime/roots.c [new file with mode: 0644]
runtime/roots_byt.c [deleted file]
runtime/roots_nat.c [deleted file]
runtime/runtime_events.c [new file with mode: 0644]
runtime/s390x.S
runtime/sak.c
runtime/shared_heap.c [new file with mode: 0644]
runtime/signals.c
runtime/signals_byt.c [deleted file]
runtime/signals_nat.c
runtime/signals_osdep.h [deleted file]
runtime/skiplist.c
runtime/stacks.c [deleted file]
runtime/startup_aux.c
runtime/startup_byt.c
runtime/startup_nat.c
runtime/str.c
runtime/sync.c [new file with mode: 0644]
runtime/sync_posix.h [new file with mode: 0644]
runtime/sys.c
runtime/tsan.c [new file with mode: 0644]
runtime/unix.c
runtime/weak.c
runtime/win32.c
runtime/zstd.c [new file with mode: 0644]
stdlib/.depend
stdlib/CONTRIBUTING.md
stdlib/Compflags
stdlib/META.in [new file with mode: 0644]
stdlib/Makefile
stdlib/StdlibModules
stdlib/arg.ml
stdlib/arg.mli
stdlib/array.ml
stdlib/array.mli
stdlib/arrayLabels.mli
stdlib/atomic.ml
stdlib/atomic.mli
stdlib/bigarray.ml
stdlib/bigarray.mli
stdlib/bool.ml
stdlib/bool.mli
stdlib/buffer.ml
stdlib/buffer.mli
stdlib/bytes.ml
stdlib/bytes.mli
stdlib/bytesLabels.mli
stdlib/camlinternalAtomic.ml [deleted file]
stdlib/camlinternalAtomic.mli [deleted file]
stdlib/camlinternalFormat.ml
stdlib/camlinternalLazy.ml
stdlib/camlinternalLazy.mli
stdlib/camlinternalOO.ml
stdlib/char.ml
stdlib/char.mli
stdlib/complex.ml
stdlib/condition.ml [new file with mode: 0644]
stdlib/condition.mli [new file with mode: 0644]
stdlib/digest.ml
stdlib/digest.mli
stdlib/domain.ml [new file with mode: 0644]
stdlib/domain.mli [new file with mode: 0644]
stdlib/dune
stdlib/dynarray.ml [new file with mode: 0644]
stdlib/dynarray.mli [new file with mode: 0644]
stdlib/effect.ml [new file with mode: 0644]
stdlib/effect.mli [new file with mode: 0644]
stdlib/ephemeron.ml
stdlib/ephemeron.mli
stdlib/filename.ml
stdlib/filename.mli
stdlib/float.ml
stdlib/float.mli
stdlib/format.ml
stdlib/format.mli
stdlib/fun.ml
stdlib/fun.mli
stdlib/gc.ml
stdlib/gc.mli
stdlib/genlex.ml [deleted file]
stdlib/genlex.mli [deleted file]
stdlib/hashtbl.ml
stdlib/hashtbl.mli
stdlib/header.c
stdlib/headernt.c
stdlib/in_channel.ml
stdlib/in_channel.mli
stdlib/int.ml
stdlib/int.mli
stdlib/int32.ml
stdlib/int32.mli
stdlib/int64.ml
stdlib/int64.mli
stdlib/lazy.ml
stdlib/lazy.mli
stdlib/lexing.mli
stdlib/list.ml
stdlib/list.mli
stdlib/listLabels.mli
stdlib/map.ml
stdlib/map.mli
stdlib/marshal.ml
stdlib/marshal.mli
stdlib/moreLabels.mli
stdlib/mutex.ml [new file with mode: 0644]
stdlib/mutex.mli [new file with mode: 0644]
stdlib/nativeint.ml
stdlib/nativeint.mli
stdlib/obj.ml
stdlib/obj.mli
stdlib/oo.mli
stdlib/option.mli
stdlib/out_channel.ml
stdlib/out_channel.mli
stdlib/parsing.mli
stdlib/pervasives.ml [deleted file]
stdlib/printexc.ml
stdlib/printexc.mli
stdlib/printf.mli
stdlib/queue.mli
stdlib/random.ml
stdlib/random.mli
stdlib/scanf.ml
stdlib/scanf.mli
stdlib/semaphore.ml [new file with mode: 0644]
stdlib/semaphore.mli [new file with mode: 0644]
stdlib/seq.ml
stdlib/seq.mli
stdlib/set.ml
stdlib/set.mli
stdlib/stack.ml
stdlib/stack.mli
stdlib/stdLabels.mli
stdlib/std_exit.mli [new file with mode: 0644]
stdlib/stdlib.ml
stdlib/stdlib.mli
stdlib/stream.ml [deleted file]
stdlib/stream.mli [deleted file]
stdlib/string.ml
stdlib/string.mli
stdlib/stringLabels.mli
stdlib/sys.ml.in
stdlib/sys.mli
stdlib/templates/float.template.mli
stdlib/templates/floatarraylabeled.template.mli
stdlib/templates/hashtbl.template.mli
stdlib/templates/map.template.mli
stdlib/templates/set.template.mli
stdlib/type.ml [new file with mode: 0644]
stdlib/type.mli [new file with mode: 0644]
stdlib/uchar.mli
stdlib/weak.ml
stdlib/weak.mli
testsuite/HACKING.adoc
testsuite/Makefile
testsuite/lib/Makefile [deleted file]
testsuite/lib/lib.mli [new file with mode: 0644]
testsuite/lib/testing.mli
testsuite/summarize.awk
testsuite/tests/afl-instrumentation/afl-fuzz-test.ml [new file with mode: 0644]
testsuite/tests/afl-instrumentation/afl-fuzz-test.run [new file with mode: 0755]
testsuite/tests/afl-instrumentation/afl-showmap-test.ml [new file with mode: 0644]
testsuite/tests/afl-instrumentation/afl-showmap-test.run [new file with mode: 0755]
testsuite/tests/afl-instrumentation/afltest.ml [deleted file]
testsuite/tests/afl-instrumentation/afltest.run [deleted file]
testsuite/tests/afl-instrumentation/has-afl-fuzz.sh [new file with mode: 0644]
testsuite/tests/afl-instrumentation/readline.ml [new file with mode: 0644]
testsuite/tests/arch-power/exn_raise.ml
testsuite/tests/asmcomp/bind_tuples.ml
testsuite/tests/asmcomp/compare.ml
testsuite/tests/asmcomp/evaluation_order.ml
testsuite/tests/asmcomp/func_sections.ml
testsuite/tests/asmcomp/func_sections.run
testsuite/tests/asmcomp/is_in_static_data.c [deleted file]
testsuite/tests/asmcomp/is_static.ml [deleted file]
testsuite/tests/asmcomp/is_static_flambda.ml [deleted file]
testsuite/tests/asmcomp/is_static_flambda_dep.ml [deleted file]
testsuite/tests/asmcomp/lift_mutable_let_flambda.ml
testsuite/tests/asmcomp/optargs.ml
testsuite/tests/asmcomp/poll_attr_both.ml
testsuite/tests/asmcomp/poll_attr_inserted.ml
testsuite/tests/asmcomp/poll_attr_prologue.ml
testsuite/tests/asmcomp/poll_attr_user.ml
testsuite/tests/asmcomp/polling.c
testsuite/tests/asmcomp/polling_insertion.ml
testsuite/tests/asmcomp/prevent_fma.ml [new file with mode: 0644]
testsuite/tests/asmcomp/register_typing.ml
testsuite/tests/asmcomp/register_typing_switch.ml
testsuite/tests/asmcomp/run.ml [new file with mode: 0644]
testsuite/tests/asmcomp/select_addr.ml [new file with mode: 0644]
testsuite/tests/asmcomp/select_addr.reference [new file with mode: 0644]
testsuite/tests/asmcomp/simple_float_const.ml [deleted file]
testsuite/tests/asmcomp/simple_float_const_opaque.ml [deleted file]
testsuite/tests/asmcomp/static_float_array_flambda.ml [deleted file]
testsuite/tests/asmcomp/static_float_array_flambda_opaque.ml [deleted file]
testsuite/tests/asmcomp/staticalloc.ml
testsuite/tests/asmcomp/unrolling_flambda.ml
testsuite/tests/asmcomp/unrolling_flambda2.ml
testsuite/tests/asmgen/arith.cmm
testsuite/tests/asmgen/catch-float.cmm
testsuite/tests/asmgen/catch-multiple.cmm
testsuite/tests/asmgen/catch-rec-deadhandler.cmm
testsuite/tests/asmgen/catch-rec.cmm
testsuite/tests/asmgen/catch-try-float.cmm
testsuite/tests/asmgen/catch-try.cmm
testsuite/tests/asmgen/checkbound.cmm
testsuite/tests/asmgen/even-odd-spill-float.cmm
testsuite/tests/asmgen/even-odd-spill.cmm
testsuite/tests/asmgen/even-odd.cmm
testsuite/tests/asmgen/fib.cmm
testsuite/tests/asmgen/immediates.cmm
testsuite/tests/asmgen/integr.cmm
testsuite/tests/asmgen/invariants.cmm
testsuite/tests/asmgen/main.c
testsuite/tests/asmgen/mainarith.c
testsuite/tests/asmgen/pgcd.cmm
testsuite/tests/asmgen/quicksort.cmm
testsuite/tests/asmgen/quicksort2.cmm
testsuite/tests/asmgen/soli.cmm
testsuite/tests/asmgen/tagged-fib.cmm
testsuite/tests/asmgen/tagged-integr.cmm
testsuite/tests/asmgen/tagged-quicksort.cmm
testsuite/tests/asmgen/tagged-tak.cmm
testsuite/tests/asmgen/tak.cmm
testsuite/tests/ast-invariants/test.ml
testsuite/tests/backtrace/backtrace.ml
testsuite/tests/backtrace/backtrace2.ml
testsuite/tests/backtrace/backtrace2.reference
testsuite/tests/backtrace/backtrace3.ml
testsuite/tests/backtrace/backtrace_bounds_exn.ml [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_bounds_exn.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_c_exn.ml [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_c_exn.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_c_exn_.c [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_deprecated.ml
testsuite/tests/backtrace/backtrace_dynlink.flambda.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_dynlink.ml [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_dynlink.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_dynlink_plugin.ml [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_effects.ml [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_effects.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_effects_nested.flambda.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_effects_nested.ml [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_effects_nested.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_or_exception.ml
testsuite/tests/backtrace/backtrace_slots.ml
testsuite/tests/backtrace/backtrace_systhreads.ml [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_systhreads.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtraces_and_finalizers.ml
testsuite/tests/backtrace/callstack.ml
testsuite/tests/backtrace/callstack.reference
testsuite/tests/backtrace/event_after_prim.ml
testsuite/tests/backtrace/inline_test.ml
testsuite/tests/backtrace/inline_traversal_test.ml
testsuite/tests/backtrace/lazy.flambda.reference [new file with mode: 0644]
testsuite/tests/backtrace/lazy.ml
testsuite/tests/backtrace/lazy.reference
testsuite/tests/backtrace/methods.ml
testsuite/tests/backtrace/names.ml
testsuite/tests/backtrace/names.reference
testsuite/tests/backtrace/pr2195.ml
testsuite/tests/backtrace/pr6920_why_at.ml
testsuite/tests/backtrace/pr6920_why_swallow.ml
testsuite/tests/backtrace/print_location.ml [new file with mode: 0644]
testsuite/tests/backtrace/print_location.reference [new file with mode: 0644]
testsuite/tests/backtrace/raw_backtrace.ml
testsuite/tests/badly-ordered-deps/lib.ml [new file with mode: 0644]
testsuite/tests/badly-ordered-deps/main.bytecode.reference [new file with mode: 0644]
testsuite/tests/badly-ordered-deps/main.ml [new file with mode: 0644]
testsuite/tests/basic-float/float_compare.ml
testsuite/tests/basic-io-2/io.ml
testsuite/tests/basic-io/wc.ml
testsuite/tests/basic-manyargs/manyargs.ml
testsuite/tests/basic-modules/anonymous.ml
testsuite/tests/basic-modules/anonymous.ocamlc.reference
testsuite/tests/basic-modules/anonymous.ocamlopt.flambda.reference
testsuite/tests/basic-modules/anonymous.ocamlopt.reference
testsuite/tests/basic-modules/main.ml
testsuite/tests/basic-modules/pr11186.ml [new file with mode: 0644]
testsuite/tests/basic-modules/recursive_module_evaluation_errors.ml
testsuite/tests/basic-more/bounds.ml
testsuite/tests/basic-more/div_by_zero.ml
testsuite/tests/basic-more/function_in_ref.ml
testsuite/tests/basic-more/if_in_if.ml
testsuite/tests/basic-more/labels_evaluation_order.ml [new file with mode: 0644]
testsuite/tests/basic-more/labels_evaluation_order.reference [new file with mode: 0644]
testsuite/tests/basic-more/morematch.compilers.reference
testsuite/tests/basic-more/morematch.ml
testsuite/tests/basic-more/opaque_prim.ml
testsuite/tests/basic-more/pr10338.ml
testsuite/tests/basic-more/pr1271.ml
testsuite/tests/basic-more/pr2719.ml
testsuite/tests/basic-more/pr6216.ml
testsuite/tests/basic-more/record_evaluation_order.ml
testsuite/tests/basic-more/robustmatch.compilers.reference
testsuite/tests/basic-more/robustmatch.ml
testsuite/tests/basic-more/safer_matching.ml [new file with mode: 0644]
testsuite/tests/basic-more/safer_matching.reference [new file with mode: 0644]
testsuite/tests/basic-more/sequential_and_or.ml
testsuite/tests/basic-more/structural_constants.ml
testsuite/tests/basic-more/tbuffer.ml
testsuite/tests/basic-more/testrandom.ml [deleted file]
testsuite/tests/basic-more/testrandom.reference [deleted file]
testsuite/tests/basic-more/top_level_patterns.ml
testsuite/tests/basic-more/tprintf.ml
testsuite/tests/basic-multdef/usemultdef.ml
testsuite/tests/basic-private/tlength.ml
testsuite/tests/basic/arrays.ml
testsuite/tests/basic/boxedints.ml
testsuite/tests/basic/boxedints.reference
testsuite/tests/basic/constprop.ml.c
testsuite/tests/basic/opt_variants.ml
testsuite/tests/basic/patmatch_for_multiple.ml
testsuite/tests/basic/patmatch_incoherence.ml
testsuite/tests/basic/patmatch_split_no_or.ml
testsuite/tests/basic/unit_naming.compilers.reference
testsuite/tests/basic/unit_naming.ml
testsuite/tests/c-api/aligned_alloc.ml [new file with mode: 0644]
testsuite/tests/c-api/aligned_alloc_stubs.c [new file with mode: 0644]
testsuite/tests/c-api/alloc_async.ml
testsuite/tests/c-api/alloc_async_stubs.c
testsuite/tests/c-api/external.ml [new file with mode: 0644]
testsuite/tests/c-api/external_stubs.c [new file with mode: 0644]
testsuite/tests/c-api/test_c_thread_has_lock.ml [new file with mode: 0644]
testsuite/tests/c-api/test_c_thread_has_lock.reference [new file with mode: 0644]
testsuite/tests/c-api/test_c_thread_has_lock_cstubs.c [new file with mode: 0644]
testsuite/tests/c-api/test_c_thread_has_lock_systhread.ml [new file with mode: 0644]
testsuite/tests/c-api/test_c_thread_has_lock_systhread.reference [new file with mode: 0644]
testsuite/tests/callback/callback_effects_gc.ml [new file with mode: 0644]
testsuite/tests/callback/callbackprim.c
testsuite/tests/callback/minor_named.ml [new file with mode: 0644]
testsuite/tests/callback/minor_named.reference [new file with mode: 0644]
testsuite/tests/callback/minor_named_.c [new file with mode: 0644]
testsuite/tests/callback/nested_fiber.ml [new file with mode: 0644]
testsuite/tests/callback/nested_fiber.reference [new file with mode: 0644]
testsuite/tests/callback/nested_fiber_.c [new file with mode: 0644]
testsuite/tests/callback/signals_alloc.ml
testsuite/tests/callback/stack_overflow.ml [new file with mode: 0644]
testsuite/tests/callback/stack_overflow.reference [new file with mode: 0644]
testsuite/tests/callback/stack_overflow_.c [new file with mode: 0644]
testsuite/tests/callback/tcallback.ml [deleted file]
testsuite/tests/callback/test1.ml [new file with mode: 0644]
testsuite/tests/callback/test1.reference [new file with mode: 0644]
testsuite/tests/callback/test1_.c [new file with mode: 0644]
testsuite/tests/callback/test2.ml [new file with mode: 0644]
testsuite/tests/callback/test2.reference [new file with mode: 0644]
testsuite/tests/callback/test2_.c [new file with mode: 0644]
testsuite/tests/callback/test3.ml [new file with mode: 0644]
testsuite/tests/callback/test3.reference [new file with mode: 0644]
testsuite/tests/callback/test3_.c [new file with mode: 0644]
testsuite/tests/callback/test4.ml [new file with mode: 0644]
testsuite/tests/callback/test4.reference [new file with mode: 0644]
testsuite/tests/callback/test4_.c [new file with mode: 0644]
testsuite/tests/callback/test5.ml [new file with mode: 0644]
testsuite/tests/callback/test5.reference [new file with mode: 0644]
testsuite/tests/callback/test5_.c [new file with mode: 0644]
testsuite/tests/callback/test6.ml [new file with mode: 0644]
testsuite/tests/callback/test6.reference [new file with mode: 0644]
testsuite/tests/callback/test6_.c [new file with mode: 0644]
testsuite/tests/callback/test7.ml [new file with mode: 0644]
testsuite/tests/callback/test7.reference [new file with mode: 0644]
testsuite/tests/callback/test7_.c [new file with mode: 0644]
testsuite/tests/callback/test_finaliser_gc.ml [new file with mode: 0644]
testsuite/tests/callback/test_finaliser_gc.reference [new file with mode: 0644]
testsuite/tests/callback/test_signalhandler.ml [new file with mode: 0644]
testsuite/tests/callback/test_signalhandler.reference [new file with mode: 0644]
testsuite/tests/callback/test_signalhandler_.c [new file with mode: 0644]
testsuite/tests/compaction/test_compact_full.ml [new file with mode: 0644]
testsuite/tests/compaction/test_freelist_free.ml [new file with mode: 0644]
testsuite/tests/compiler-libs/test_longident.ml
testsuite/tests/compiler-libs/test_untypeast.ml
testsuite/tests/effects/backtrace.ml [new file with mode: 0644]
testsuite/tests/effects/backtrace.reference [new file with mode: 0644]
testsuite/tests/effects/cmphash.ml [new file with mode: 0644]
testsuite/tests/effects/cmphash.reference [new file with mode: 0644]
testsuite/tests/effects/evenodd.ml [new file with mode: 0644]
testsuite/tests/effects/evenodd.reference [new file with mode: 0644]
testsuite/tests/effects/issue479.compilers.reference [new file with mode: 0644]
testsuite/tests/effects/issue479.ml [new file with mode: 0644]
testsuite/tests/effects/manylive.ml [new file with mode: 0644]
testsuite/tests/effects/manylive.reference [new file with mode: 0644]
testsuite/tests/effects/marshal.ml [new file with mode: 0644]
testsuite/tests/effects/marshal.reference [new file with mode: 0644]
testsuite/tests/effects/overflow.ml [new file with mode: 0644]
testsuite/tests/effects/overflow.reference [new file with mode: 0644]
testsuite/tests/effects/partial.ml [new file with mode: 0644]
testsuite/tests/effects/partial.reference [new file with mode: 0644]
testsuite/tests/effects/reperform.ml [new file with mode: 0644]
testsuite/tests/effects/reperform.reference [new file with mode: 0644]
testsuite/tests/effects/sched.ml [new file with mode: 0644]
testsuite/tests/effects/sched.reference [new file with mode: 0644]
testsuite/tests/effects/shallow_state.ml [new file with mode: 0644]
testsuite/tests/effects/shallow_state.reference [new file with mode: 0644]
testsuite/tests/effects/shallow_state_io.ml [new file with mode: 0644]
testsuite/tests/effects/shallow_state_io.reference [new file with mode: 0644]
testsuite/tests/effects/test1.ml [new file with mode: 0644]
testsuite/tests/effects/test1.reference [new file with mode: 0644]
testsuite/tests/effects/test10.ml [new file with mode: 0644]
testsuite/tests/effects/test10.reference [new file with mode: 0644]
testsuite/tests/effects/test11.ml [new file with mode: 0644]
testsuite/tests/effects/test11.reference [new file with mode: 0644]
testsuite/tests/effects/test2.ml [new file with mode: 0644]
testsuite/tests/effects/test2.reference [new file with mode: 0644]
testsuite/tests/effects/test3.ml [new file with mode: 0644]
testsuite/tests/effects/test3.reference [new file with mode: 0644]
testsuite/tests/effects/test4.ml [new file with mode: 0644]
testsuite/tests/effects/test4.reference [new file with mode: 0644]
testsuite/tests/effects/test5.ml [new file with mode: 0644]
testsuite/tests/effects/test5.reference [new file with mode: 0644]
testsuite/tests/effects/test6.ml [new file with mode: 0644]
testsuite/tests/effects/test6.reference [new file with mode: 0644]
testsuite/tests/effects/test_lazy.ml [new file with mode: 0644]
testsuite/tests/effects/test_lazy.reference [new file with mode: 0644]
testsuite/tests/effects/unhandled_effects.ml [new file with mode: 0644]
testsuite/tests/effects/unhandled_unlinked.ml [new file with mode: 0644]
testsuite/tests/effects/unhandled_unlinked.reference [new file with mode: 0644]
testsuite/tests/effects/used_cont.ml [new file with mode: 0644]
testsuite/tests/effects/used_cont.reference [new file with mode: 0644]
testsuite/tests/embedded/cmcaml.ml
testsuite/tests/ephe-c-api/test.ml
testsuite/tests/exotic-syntax/exotic.ml
testsuite/tests/extension-constructor/test.ml
testsuite/tests/flambda/afl_lazy.ml
testsuite/tests/flambda/approx_meet.ml
testsuite/tests/flambda/gpr2239.ml
testsuite/tests/flambda/gpr998.ml
testsuite/tests/flambda/specialise.ml
testsuite/tests/float-unboxing/float_subst_boxed_number.ml
testsuite/tests/float-unboxing/unbox_under_assign.ml
testsuite/tests/formats-transition/deprecated_unsigned_printers.ml
testsuite/tests/formats-transition/ignored_scan_counters.ml
testsuite/tests/formats-transition/legacy_incompatible_flags.ml
testsuite/tests/formats-transition/legacy_unfinished_modifiers.ml
testsuite/tests/formatting/errors_batch.ml
testsuite/tests/formatting/margins.ml
testsuite/tests/formatting/margins.ocaml.reference
testsuite/tests/formatting/test_locations.dlocations.ocamlc.reference
testsuite/tests/formatting/test_locations.dno-locations.ocamlc.reference
testsuite/tests/formatting/test_locations.ml
testsuite/tests/frame-pointers/c_call.ml [new file with mode: 0644]
testsuite/tests/frame-pointers/c_call.reference [new file with mode: 0644]
testsuite/tests/frame-pointers/c_call_.c [new file with mode: 0644]
testsuite/tests/frame-pointers/effects.ml [new file with mode: 0644]
testsuite/tests/frame-pointers/effects.reference [new file with mode: 0644]
testsuite/tests/frame-pointers/exception_handler.ml [new file with mode: 0644]
testsuite/tests/frame-pointers/exception_handler.reference [new file with mode: 0644]
testsuite/tests/frame-pointers/fp_backtrace.c [new file with mode: 0644]
testsuite/tests/frame-pointers/reperform.ml [new file with mode: 0644]
testsuite/tests/frame-pointers/reperform.reference [new file with mode: 0644]
testsuite/tests/frame-pointers/stack_realloc.ml [new file with mode: 0644]
testsuite/tests/frame-pointers/stack_realloc.reference [new file with mode: 0644]
testsuite/tests/frame-pointers/stack_realloc2.ml [new file with mode: 0644]
testsuite/tests/frame-pointers/stack_realloc2.reference [new file with mode: 0644]
testsuite/tests/frame-pointers/stack_realloc_.c [new file with mode: 0644]
testsuite/tests/functors/functors.compilers.reference
testsuite/tests/functors/functors.ml
testsuite/tests/gc-roots/globroots.ml
testsuite/tests/gc-roots/globroots.reference [deleted file]
testsuite/tests/gc-roots/globroots_parallel.ml [new file with mode: 0644]
testsuite/tests/gc-roots/globroots_parallel.reference [new file with mode: 0644]
testsuite/tests/gc-roots/globroots_parallel_spawn_burn.ml [new file with mode: 0644]
testsuite/tests/gc-roots/globroots_parallel_spawn_burn.reference [new file with mode: 0644]
testsuite/tests/gc-roots/globroots_sequential.ml [new file with mode: 0644]
testsuite/tests/gc-roots/globroots_sequential.reference [new file with mode: 0644]
testsuite/tests/gc-roots/globrootsprim.c
testsuite/tests/generalized-open/accepted_expect.ml
testsuite/tests/generalized-open/clambda_optim.ml
testsuite/tests/generalized-open/expansiveness.ml
testsuite/tests/generalized-open/funct_body.ml
testsuite/tests/generalized-open/gpr1506.ml
testsuite/tests/generalized-open/pr10048.ml
testsuite/tests/generalized-open/shadowing.ml
testsuite/tests/generated-parse-errors/errors.compilers.reference
testsuite/tests/generated-parse-errors/errors.ml
testsuite/tests/hidden_includes/cant_reference_hidden.ocamlc.reference [new file with mode: 0644]
testsuite/tests/hidden_includes/hidden_stays_hidden.ocamlc.reference [new file with mode: 0644]
testsuite/tests/hidden_includes/liba/a.ml [new file with mode: 0644]
testsuite/tests/hidden_includes/liba_alt/a.ml [new file with mode: 0644]
testsuite/tests/hidden_includes/libb/b.ml [new file with mode: 0644]
testsuite/tests/hidden_includes/libc/c1.ml [new file with mode: 0644]
testsuite/tests/hidden_includes/libc/c2.ml [new file with mode: 0644]
testsuite/tests/hidden_includes/libc/c3.ml [new file with mode: 0644]
testsuite/tests/hidden_includes/libc/c4.ml [new file with mode: 0644]
testsuite/tests/hidden_includes/libc/c5.ml [new file with mode: 0644]
testsuite/tests/hidden_includes/not_included.ocamlc.reference [new file with mode: 0644]
testsuite/tests/hidden_includes/test.ml [new file with mode: 0644]
testsuite/tests/hidden_includes/wrong_include_order.ocamlc.reference [new file with mode: 0644]
testsuite/tests/instrumented-runtime/main.ml [deleted file]
testsuite/tests/instrumented-runtime/main.run [deleted file]
testsuite/tests/int64-unboxing/test.ml
testsuite/tests/lazy/lazy1.ml
testsuite/tests/lazy/lazy2.ml [new file with mode: 0644]
testsuite/tests/lazy/lazy2.reference [new file with mode: 0644]
testsuite/tests/lazy/lazy3.ml [new file with mode: 0644]
testsuite/tests/lazy/lazy3.reference [new file with mode: 0644]
testsuite/tests/lazy/lazy4.ml [new file with mode: 0644]
testsuite/tests/lazy/lazy4.reference [new file with mode: 0644]
testsuite/tests/lazy/lazy5.ml [new file with mode: 0644]
testsuite/tests/lazy/lazy5.reference [new file with mode: 0644]
testsuite/tests/lazy/lazy6.ml [new file with mode: 0644]
testsuite/tests/lazy/lazy6.reference [new file with mode: 0644]
testsuite/tests/lazy/lazy7.ml [new file with mode: 0644]
testsuite/tests/lazy/lazy7.reference [new file with mode: 0644]
testsuite/tests/lazy/lazy8.ml [new file with mode: 0644]
testsuite/tests/lazy/lazy8.reference [new file with mode: 0644]
testsuite/tests/lazy/minor_major_force.ml [new file with mode: 0644]
testsuite/tests/lazy/minor_major_force.reference [new file with mode: 0644]
testsuite/tests/let-syntax/let_syntax.ml
testsuite/tests/letrec-check/basic.ml
testsuite/tests/letrec-check/extension_constructor.ml
testsuite/tests/letrec-check/flat_float_array.ml
testsuite/tests/letrec-check/float_unboxing.ml
testsuite/tests/letrec-check/labels.ml
testsuite/tests/letrec-check/lazy_.ml
testsuite/tests/letrec-check/modules.ml
testsuite/tests/letrec-check/no_flat_float_array.ml
testsuite/tests/letrec-check/objects.ml
testsuite/tests/letrec-check/partial_application.ml [new file with mode: 0644]
testsuite/tests/letrec-check/pr7215.ml
testsuite/tests/letrec-check/pr7215.ocaml.reference
testsuite/tests/letrec-check/pr7231.ml
testsuite/tests/letrec-check/pr7231.ocaml.reference
testsuite/tests/letrec-check/pr7706.ml
testsuite/tests/letrec-check/pr7706.ocaml.reference
testsuite/tests/letrec-check/records.ml
testsuite/tests/letrec-check/unboxed.ml
testsuite/tests/letrec-compilation/modrec.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/modrec.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/pr12153_miscompilation_of_recursive_atoms.ml [new file with mode: 0644]
testsuite/tests/lexing/comments.ml
testsuite/tests/lexing/escape.ml
testsuite/tests/lexing/escape.ocaml.reference
testsuite/tests/lexing/newlines.ml [new file with mode: 0644]
testsuite/tests/lexing/uchar_esc.ml
testsuite/tests/lexing/uchar_esc.ocaml.reference
testsuite/tests/lf_skiplist/stubs.c [new file with mode: 0644]
testsuite/tests/lf_skiplist/test.ml [new file with mode: 0644]
testsuite/tests/lf_skiplist/test_parallel.ml [new file with mode: 0644]
testsuite/tests/lib-arg/test_rest_all.ml
testsuite/tests/lib-arg/testarg.ml
testsuite/tests/lib-arg/testerror.ml
testsuite/tests/lib-array/test_array.ml
testsuite/tests/lib-bigarray-2/bigarrcml.ml
testsuite/tests/lib-bigarray-2/bigarrcstub.c
testsuite/tests/lib-bigarray-2/bigarrfml.ml
testsuite/tests/lib-bigarray-2/bigarrfstub.c
testsuite/tests/lib-bigarray-2/has-gfortran.sh
testsuite/tests/lib-bigarray-file/mapfile.ml
testsuite/tests/lib-bigarray/bigarrays.ml
testsuite/tests/lib-bigarray/bigarrays.reference
testsuite/tests/lib-bigarray/fftba.ml
testsuite/tests/lib-bigarray/pr5115.ml
testsuite/tests/lib-bigarray/specialized.ml [new file with mode: 0644]
testsuite/tests/lib-bigarray/weak_bigarray.ml
testsuite/tests/lib-bool/test.ml
testsuite/tests/lib-buffer/test.ml
testsuite/tests/lib-bytes-utf/test.ml
testsuite/tests/lib-bytes/binary.ml
testsuite/tests/lib-bytes/test_bytes.ml
testsuite/tests/lib-channels/bigarrays.ml [new file with mode: 0644]
testsuite/tests/lib-channels/bigarrays.reference [new file with mode: 0644]
testsuite/tests/lib-channels/close_in.ml [new file with mode: 0644]
testsuite/tests/lib-channels/close_out.ml [new file with mode: 0644]
testsuite/tests/lib-channels/input_all.ml
testsuite/tests/lib-channels/input_lines.ml [new file with mode: 0644]
testsuite/tests/lib-channels/refcounting.ml [new file with mode: 0644]
testsuite/tests/lib-digest/blake2b_self_test.ml [new file with mode: 0644]
testsuite/tests/lib-digest/blake2b_self_test.reference [new file with mode: 0644]
testsuite/tests/lib-digest/blake2b_self_test_stubs.c [new file with mode: 0644]
testsuite/tests/lib-digest/digests.ml [new file with mode: 0644]
testsuite/tests/lib-digest/md5.ml
testsuite/tests/lib-domain/DLS_thread_safety.ml [new file with mode: 0644]
testsuite/tests/lib-domain/DLS_thread_safety.reference [new file with mode: 0644]
testsuite/tests/lib-dynarray/heap_sort.ml [new file with mode: 0644]
testsuite/tests/lib-dynarray/test.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-bytecode/main.ml
testsuite/tests/lib-dynlink-csharp/main.ml
testsuite/tests/lib-dynlink-domains/Plugin_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_0_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_0_0_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_0_0_0_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_0_0_0_1.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_0_0_0_2.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_0_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_0_0_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_1.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_2.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_2_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_2_0_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_2_1.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_2_2.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_2_2_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_2_3.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/Plugin_1_2_3_0.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/main.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/store.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-domains/test_generator.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-init-info/test.ml
testsuite/tests/lib-dynlink-initializers/test10_main.byte.reference [changed mode: 0755->0644]
testsuite/tests/lib-dynlink-initializers/test10_main.ml
testsuite/tests/lib-dynlink-initializers/test10_main.native.reference
testsuite/tests/lib-dynlink-initializers/test1_main.ml
testsuite/tests/lib-dynlink-initializers/test2_main.ml
testsuite/tests/lib-dynlink-initializers/test3_main.ml
testsuite/tests/lib-dynlink-initializers/test4_main.ml
testsuite/tests/lib-dynlink-initializers/test5_main.ml
testsuite/tests/lib-dynlink-initializers/test6_main.ml
testsuite/tests/lib-dynlink-initializers/test7_main.ml
testsuite/tests/lib-dynlink-initializers/test8_main.ml
testsuite/tests/lib-dynlink-initializers/test9_main.ml
testsuite/tests/lib-dynlink-native/factorial.c
testsuite/tests/lib-dynlink-native/main.ml
testsuite/tests/lib-dynlink-native/main.reference
testsuite/tests/lib-dynlink-native/packed1_client.ml [deleted file]
testsuite/tests/lib-dynlink-packed/loader.ml
testsuite/tests/lib-dynlink-pr4229/main.ml
testsuite/tests/lib-dynlink-pr4839/test.ml
testsuite/tests/lib-dynlink-pr6950/loader.ml
testsuite/tests/lib-dynlink-pr9209/dyn.ml
testsuite/tests/lib-dynlink-pr9209/ocamltests [deleted file]
testsuite/tests/lib-dynlink-private/test.ml
testsuite/tests/lib-either/test.ml
testsuite/tests/lib-filename/extension.ml
testsuite/tests/lib-filename/null.ml
testsuite/tests/lib-filename/quotecommand.ml
testsuite/tests/lib-filename/suffix.ml
testsuite/tests/lib-filename/temp.ml [new file with mode: 0644]
testsuite/tests/lib-float/test.ml
testsuite/tests/lib-floatarray/floatarray.ml
testsuite/tests/lib-format/domains.ml [new file with mode: 0644]
testsuite/tests/lib-format/domains.reference [new file with mode: 0644]
testsuite/tests/lib-format/mc_pr586_par.ml [new file with mode: 0644]
testsuite/tests/lib-format/mc_pr586_par.reference [new file with mode: 0644]
testsuite/tests/lib-format/mc_pr586_par2.ml [new file with mode: 0644]
testsuite/tests/lib-format/mc_pr586_par2.reference [new file with mode: 0644]
testsuite/tests/lib-format/pr6824.ml
testsuite/tests/lib-format/print_array.ml [new file with mode: 0644]
testsuite/tests/lib-format/print_array.reference [new file with mode: 0644]
testsuite/tests/lib-format/print_seq.ml
testsuite/tests/lib-format/tformat.ml
testsuite/tests/lib-fun/test.ml
testsuite/tests/lib-hashtbl/compatibility.ml
testsuite/tests/lib-hashtbl/hfun.ml
testsuite/tests/lib-hashtbl/htbl.ml
testsuite/tests/lib-hashtbl/htbl.reference
testsuite/tests/lib-int/test.ml
testsuite/tests/lib-int64/issue9460.ml
testsuite/tests/lib-int64/test.ml
testsuite/tests/lib-internalformat/test.ml
testsuite/tests/lib-lazy/test.ml
testsuite/tests/lib-list/test.ml
testsuite/tests/lib-marshal/compressed.ml [new file with mode: 0644]
testsuite/tests/lib-marshal/compressed.reference [new file with mode: 0644]
testsuite/tests/lib-marshal/intern_final.ml
testsuite/tests/lib-marshal/intext.ml
testsuite/tests/lib-marshal/intext.reference
testsuite/tests/lib-marshal/intext_par.ml [new file with mode: 0644]
testsuite/tests/lib-marshal/intext_par.reference [new file with mode: 0644]
testsuite/tests/lib-marshal/intextaux_par.c [new file with mode: 0644]
testsuite/tests/lib-obj/new_obj.ml
testsuite/tests/lib-obj/reachable_words.ml
testsuite/tests/lib-obj/reachable_words_bug.ml
testsuite/tests/lib-obj/reachable_words_np.ml [deleted file]
testsuite/tests/lib-obj/with_tag.ml
testsuite/tests/lib-option/test.ml
testsuite/tests/lib-printf/pr6534.ml
testsuite/tests/lib-printf/pr6938.ml
testsuite/tests/lib-printf/tprintf.ml
testsuite/tests/lib-queue/test.ml
testsuite/tests/lib-random/chi2.ml
testsuite/tests/lib-random/compat_32_64.ml [new file with mode: 0644]
testsuite/tests/lib-random/compat_32_64.reference [new file with mode: 0644]
testsuite/tests/lib-random/defaultinit.ml [new file with mode: 0644]
testsuite/tests/lib-random/defaultinit.reference [new file with mode: 0644]
testsuite/tests/lib-random/full_int.ml [deleted file]
testsuite/tests/lib-random/full_int.reference [deleted file]
testsuite/tests/lib-random/parallel.ml [new file with mode: 0644]
testsuite/tests/lib-random/parallel.reference [new file with mode: 0644]
testsuite/tests/lib-random/rand.ml [deleted file]
testsuite/tests/lib-random/rand.reference [deleted file]
testsuite/tests/lib-random/selfinit.ml [new file with mode: 0644]
testsuite/tests/lib-random/selfinit.reference [new file with mode: 0644]
testsuite/tests/lib-random/testvectors.ml [new file with mode: 0644]
testsuite/tests/lib-random/testvectors.reference [new file with mode: 0644]
testsuite/tests/lib-result/test.ml
testsuite/tests/lib-runtime-events/stubs.c [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test.reference [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml.reference [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml_counters.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml_exception.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml_exception.reference [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml_parallel.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml_reentry.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml_reentry.reference [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml_runparams.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml_slot_reuse.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_caml_stubs_gc.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_compact.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_dropped_events.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_env_start.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_external.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_external_preserve.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_fork.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_instrumented.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_instrumented.reference [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_user_event.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_user_event_signal.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_user_event_signal.reference [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_user_event_unknown.ml [new file with mode: 0644]
testsuite/tests/lib-runtime-events/test_user_event_unknown.reference [new file with mode: 0644]
testsuite/tests/lib-scanf-2/tscanf2_master.ml
testsuite/tests/lib-scanf/tscanf.ml
testsuite/tests/lib-seq/test.ml
testsuite/tests/lib-set/testmap.ml
testsuite/tests/lib-set/testset.ml
testsuite/tests/lib-stack/test.ml
testsuite/tests/lib-stdlabels/test_stdlabels.ml
testsuite/tests/lib-stdlib/pervasives_deprecated.ml [deleted file]
testsuite/tests/lib-str/parallel.ml [new file with mode: 0644]
testsuite/tests/lib-str/parallel.reference [new file with mode: 0644]
testsuite/tests/lib-str/t01.ml
testsuite/tests/lib-stream/count_concat_bug.ml [deleted file]
testsuite/tests/lib-stream/count_concat_bug.reference [deleted file]
testsuite/tests/lib-stream/mpr7769.ml [deleted file]
testsuite/tests/lib-stream/mpr7769.reference [deleted file]
testsuite/tests/lib-stream/mpr7769.txt [deleted file]
testsuite/tests/lib-string/binary.ml
testsuite/tests/lib-string/test_string.ml
testsuite/tests/lib-string/test_string.reference
testsuite/tests/lib-sync/prodcons.ml [new file with mode: 0644]
testsuite/tests/lib-sync/prodcons.reference [new file with mode: 0644]
testsuite/tests/lib-sync/trylock.ml [new file with mode: 0644]
testsuite/tests/lib-sync/trylock.reference [new file with mode: 0644]
testsuite/tests/lib-sync/trylock2.ml [new file with mode: 0644]
testsuite/tests/lib-sync/trylock2.reference [new file with mode: 0644]
testsuite/tests/lib-sys/immediate64.ml
testsuite/tests/lib-sys/rename.ml
testsuite/tests/lib-sys/rename.reference
testsuite/tests/lib-systhreads/boundscheck.ml [new file with mode: 0644]
testsuite/tests/lib-systhreads/boundscheck.reference [new file with mode: 0644]
testsuite/tests/lib-systhreads/eintr.ml
testsuite/tests/lib-systhreads/multicore_lifecycle.ml [new file with mode: 0644]
testsuite/tests/lib-systhreads/multicore_lifecycle.reference [new file with mode: 0644]
testsuite/tests/lib-systhreads/test_c_thread_register.ml [new file with mode: 0644]
testsuite/tests/lib-systhreads/test_c_thread_register.reference [new file with mode: 0644]
testsuite/tests/lib-systhreads/test_c_thread_register_cstubs.c [new file with mode: 0644]
testsuite/tests/lib-systhreads/testfork.ml
testsuite/tests/lib-systhreads/testfork2.ml [new file with mode: 0644]
testsuite/tests/lib-systhreads/testfork2.reference [new file with mode: 0644]
testsuite/tests/lib-systhreads/testpreempt.ml
testsuite/tests/lib-systhreads/testyield.ml
testsuite/tests/lib-systhreads/threadsigmask.ml
testsuite/tests/lib-threads/backtrace_threads.ml
testsuite/tests/lib-threads/bank.ml
testsuite/tests/lib-threads/beat.ml
testsuite/tests/lib-threads/bufchan.ml
testsuite/tests/lib-threads/close.ml
testsuite/tests/lib-threads/delayintr.ml
testsuite/tests/lib-threads/fileio.ml
testsuite/tests/lib-threads/mutex_errors.ml
testsuite/tests/lib-threads/pr4466.ml
testsuite/tests/lib-threads/pr5325.ml
testsuite/tests/lib-threads/pr7638.ml
testsuite/tests/lib-threads/pr8857.ml
testsuite/tests/lib-threads/pr9971.ml [deleted file]
testsuite/tests/lib-threads/prodcons.ml
testsuite/tests/lib-threads/prodcons2.ml
testsuite/tests/lib-threads/sieve.ml
testsuite/tests/lib-threads/signal.ml
testsuite/tests/lib-threads/sockets.ml
testsuite/tests/lib-threads/swapchan.ml
testsuite/tests/lib-threads/tls.ml
testsuite/tests/lib-threads/torture.ml
testsuite/tests/lib-threads/uncaught_exception_handler.ml
testsuite/tests/lib-threads/uncaught_exception_handler.reference
testsuite/tests/lib-uchar/test.ml
testsuite/tests/lib-unix/common/bigarrays.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/bigarrays.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/channel_of.ml
testsuite/tests/lib-unix/common/channel_of.reference
testsuite/tests/lib-unix/common/cloexec.ml
testsuite/tests/lib-unix/common/dup.ml
testsuite/tests/lib-unix/common/dup2.ml
testsuite/tests/lib-unix/common/fork_cleanup.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/fork_cleanup.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/fork_cleanup_systhreads.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/fork_cleanup_systhreads.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/getaddrinfo.ml
testsuite/tests/lib-unix/common/gethostbyaddr.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/gethostbyaddr.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/multicore_fork_domain_alone.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/multicore_fork_domain_alone2.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/pipe_eof.ml
testsuite/tests/lib-unix/common/process_pid.ml
testsuite/tests/lib-unix/common/redirections.ml
testsuite/tests/lib-unix/common/rename.ml
testsuite/tests/lib-unix/common/test_unix_cmdline.ml
testsuite/tests/lib-unix/common/test_unixlabels.ml
testsuite/tests/lib-unix/common/truncate.ml
testsuite/tests/lib-unix/common/uexit.ml
testsuite/tests/lib-unix/common/utimes.ml
testsuite/tests/lib-unix/common/wait_nohang.ml
testsuite/tests/lib-unix/isatty/isatty_std.ml
testsuite/tests/lib-unix/isatty/isatty_tty.ml
testsuite/tests/lib-unix/kill/unix_kill.ml
testsuite/tests/lib-unix/realpath/test.ml
testsuite/tests/lib-unix/unix-execvpe/exec.ml
testsuite/tests/lib-unix/unix-execvpe/exec.run
testsuite/tests/lib-unix/unix-socket/recvfrom_linux.ml
testsuite/tests/lib-unix/unix-socket/recvfrom_unix.ml
testsuite/tests/lib-unix/win-channel-of/fd_of_channel.c [new file with mode: 0644]
testsuite/tests/lib-unix/win-channel-of/parallel_channel_of.ml [new file with mode: 0644]
testsuite/tests/lib-unix/win-createprocess/test.ml [new file with mode: 0644]
testsuite/tests/lib-unix/win-env/test_env.ml
testsuite/tests/lib-unix/win-socketpair/test.ml
testsuite/tests/lib-unix/win-stat/fakeclock.c
testsuite/tests/lib-unix/win-stat/test.ml
testsuite/tests/lib-unix/win-symlink/parallel_symlink.ml [new file with mode: 0644]
testsuite/tests/lib-unix/win-symlink/test.ml
testsuite/tests/link-test/empty.ml
testsuite/tests/link-test/test.ml
testsuite/tests/load_path/test.ml
testsuite/tests/local-functions/non_local.compilers.reference [new file with mode: 0644]
testsuite/tests/local-functions/non_local.ml [new file with mode: 0644]
testsuite/tests/local-functions/tupled.ml
testsuite/tests/local-functions/tupled2.ml
testsuite/tests/locale/test.ml
testsuite/tests/manual-intf-c/prog.ml
testsuite/tests/match-exception-warnings/exhaustiveness_warnings.ml
testsuite/tests/match-exception-warnings/no_mixing_under_guard.ml
testsuite/tests/match-exception-warnings/no_value_clauses.ml
testsuite/tests/match-exception-warnings/placement.ml
testsuite/tests/match-exception-warnings/pr7083.ml
testsuite/tests/match-exception-warnings/reachability.ml
testsuite/tests/match-exception/allocation.ml
testsuite/tests/match-exception/exception_propagation.ml
testsuite/tests/match-exception/identifier_sharing.ml
testsuite/tests/match-exception/match_failure.ml
testsuite/tests/match-exception/nested_handlers.ml
testsuite/tests/match-exception/raise_from_success_continuation.ml
testsuite/tests/match-exception/streams.ml
testsuite/tests/match-exception/tail_calls.ml
testsuite/tests/match-side-effects/contexts_1.ml [new file with mode: 0644]
testsuite/tests/match-side-effects/contexts_2.ml [new file with mode: 0644]
testsuite/tests/match-side-effects/contexts_3.ml [new file with mode: 0644]
testsuite/tests/match-side-effects/partiality.ml [new file with mode: 0644]
testsuite/tests/match-side-effects/test_contexts_code.ml [new file with mode: 0644]
testsuite/tests/match-side-effects/test_contexts_results.ml [new file with mode: 0644]
testsuite/tests/memory-model/.depend [new file with mode: 0644]
testsuite/tests/memory-model/Makefile [new file with mode: 0644]
testsuite/tests/memory-model/README.md [new file with mode: 0644]
testsuite/tests/memory-model/barrier.ml [new file with mode: 0644]
testsuite/tests/memory-model/barrier.mli [new file with mode: 0644]
testsuite/tests/memory-model/forbidden.ml [new file with mode: 0644]
testsuite/tests/memory-model/forbidden.reference [new file with mode: 0644]
testsuite/tests/memory-model/hist.ml [new file with mode: 0644]
testsuite/tests/memory-model/hist.mli [new file with mode: 0644]
testsuite/tests/memory-model/opt.ml [new file with mode: 0644]
testsuite/tests/memory-model/opt.mli [new file with mode: 0644]
testsuite/tests/memory-model/outcome.ml [new file with mode: 0644]
testsuite/tests/memory-model/outcome.mli [new file with mode: 0644]
testsuite/tests/memory-model/publish.ml [new file with mode: 0644]
testsuite/tests/memory-model/publish.reference [new file with mode: 0644]
testsuite/tests/memory-model/run.ml [new file with mode: 0644]
testsuite/tests/memory-model/run.mli [new file with mode: 0644]
testsuite/tests/memory-model/shared.ml [new file with mode: 0644]
testsuite/tests/memory-model/shared.mli [new file with mode: 0644]
testsuite/tests/messages/highlight_tabs.ml
testsuite/tests/messages/precise_locations.ml
testsuite/tests/messages/spellcheck.ml [new file with mode: 0644]
testsuite/tests/misc-kb/kbmain.ml
testsuite/tests/misc-unsafe/almabench.ml
testsuite/tests/misc-unsafe/fft.ml
testsuite/tests/misc-unsafe/quicksort.ml
testsuite/tests/misc-unsafe/soli.ml
testsuite/tests/misc/bdd.ml
testsuite/tests/misc/boyer.ml
testsuite/tests/misc/ephe_infix.ml [deleted file]
testsuite/tests/misc/ephe_infix_new.ml [deleted file]
testsuite/tests/misc/ephe_issue9391.ml [deleted file]
testsuite/tests/misc/ephetest.ml [deleted file]
testsuite/tests/misc/ephetest.reference [deleted file]
testsuite/tests/misc/ephetest2.ml [deleted file]
testsuite/tests/misc/ephetest2.reference [deleted file]
testsuite/tests/misc/ephetest2_new.ml [deleted file]
testsuite/tests/misc/ephetest2_new.reference [deleted file]
testsuite/tests/misc/ephetest3.ml [deleted file]
testsuite/tests/misc/ephetest3.reference [deleted file]
testsuite/tests/misc/ephetest_new.ml [deleted file]
testsuite/tests/misc/ephetest_new.reference [deleted file]
testsuite/tests/misc/exotic.ml
testsuite/tests/misc/fib.ml
testsuite/tests/misc/finaliser.ml [deleted file]
testsuite/tests/misc/finaliser.reference [deleted file]
testsuite/tests/misc/gc_mark_stack_overflow.ml [new file with mode: 0644]
testsuite/tests/misc/gc_mark_stack_overflow.reference [new file with mode: 0644]
testsuite/tests/misc/gcwords.ml
testsuite/tests/misc/gpr1370.ml
testsuite/tests/misc/hamming.ml
testsuite/tests/misc/nucleic.ml
testsuite/tests/misc/pr7168.ml
testsuite/tests/misc/sieve.ml
testsuite/tests/misc/sorts.ml
testsuite/tests/misc/takc.ml
testsuite/tests/misc/taku.ml
testsuite/tests/misc/weaklifetime.ml [deleted file]
testsuite/tests/misc/weaklifetime.reference [deleted file]
testsuite/tests/misc/weaklifetime2.ml [deleted file]
testsuite/tests/misc/weaklifetime2.reference [deleted file]
testsuite/tests/misc/weaktest.ml [deleted file]
testsuite/tests/misc/weaktest.reference [deleted file]
testsuite/tests/no-alias-deps/aliases.compilers.reference
testsuite/tests/no-alias-deps/aliases.ml
testsuite/tests/no-alias-deps/b.cmi [deleted file]
testsuite/tests/no-alias-deps/b.cmi.in [new file with mode: 0644]
testsuite/tests/no-alias-deps/gpr2235.ml
testsuite/tests/opaque/test.ml
testsuite/tests/output-complete-obj/github9344.ml
testsuite/tests/output-complete-obj/test.ml
testsuite/tests/output-complete-obj/test2.ml
testsuite/tests/parallel/atomics.ml [new file with mode: 0644]
testsuite/tests/parallel/atomics.reference [new file with mode: 0644]
testsuite/tests/parallel/backup_thread.ml [new file with mode: 0644]
testsuite/tests/parallel/backup_thread.reference [new file with mode: 0644]
testsuite/tests/parallel/backup_thread_pipe.ml [new file with mode: 0644]
testsuite/tests/parallel/backup_thread_pipe.reference [new file with mode: 0644]
testsuite/tests/parallel/catch_break.ml [new file with mode: 0644]
testsuite/tests/parallel/constpromote.ml [new file with mode: 0644]
testsuite/tests/parallel/constpromote.reference [new file with mode: 0644]
testsuite/tests/parallel/deadcont.ml [new file with mode: 0644]
testsuite/tests/parallel/deadcont.reference [new file with mode: 0644]
testsuite/tests/parallel/domain_dls.ml [new file with mode: 0644]
testsuite/tests/parallel/domain_dls.reference [new file with mode: 0644]
testsuite/tests/parallel/domain_dls2.ml [new file with mode: 0644]
testsuite/tests/parallel/domain_dls2.reference [new file with mode: 0644]
testsuite/tests/parallel/domain_id.ml [new file with mode: 0644]
testsuite/tests/parallel/domain_id.reference [new file with mode: 0644]
testsuite/tests/parallel/domain_parallel_spawn_burn.ml [new file with mode: 0644]
testsuite/tests/parallel/domain_parallel_spawn_burn.reference [new file with mode: 0644]
testsuite/tests/parallel/domain_parallel_spawn_burn_gc_set.ml [new file with mode: 0644]
testsuite/tests/parallel/domain_parallel_spawn_burn_gc_set.reference [new file with mode: 0644]
testsuite/tests/parallel/domain_serial_spawn_burn.ml [new file with mode: 0644]
testsuite/tests/parallel/domain_serial_spawn_burn.reference [new file with mode: 0644]
testsuite/tests/parallel/fib_threads.ml [new file with mode: 0644]
testsuite/tests/parallel/fib_threads.reference [new file with mode: 0644]
testsuite/tests/parallel/join.ml [new file with mode: 0644]
testsuite/tests/parallel/join.reference [new file with mode: 0644]
testsuite/tests/parallel/major_gc_wait_backup.ml [new file with mode: 0644]
testsuite/tests/parallel/major_gc_wait_backup.reference [new file with mode: 0644]
testsuite/tests/parallel/mctest.ml [new file with mode: 0644]
testsuite/tests/parallel/mctest.reference [new file with mode: 0644]
testsuite/tests/parallel/multicore_systhreads.ml [new file with mode: 0644]
testsuite/tests/parallel/multicore_systhreads.reference [new file with mode: 0644]
testsuite/tests/parallel/pingpong.ml [new file with mode: 0644]
testsuite/tests/parallel/pingpong.reference [new file with mode: 0644]
testsuite/tests/parallel/poll.ml [new file with mode: 0644]
testsuite/tests/parallel/poll.reference [new file with mode: 0644]
testsuite/tests/parallel/prodcons_domains.ml [new file with mode: 0644]
testsuite/tests/parallel/prodcons_domains.reference [new file with mode: 0644]
testsuite/tests/parallel/recommended_domain_count.ml [new file with mode: 0644]
testsuite/tests/parallel/recommended_domain_count.reference [new file with mode: 0644]
testsuite/tests/parallel/recommended_domain_count_cstubs.c [new file with mode: 0644]
testsuite/tests/parallel/recommended_domain_count_unix.ml [new file with mode: 0644]
testsuite/tests/parallel/recommended_domain_count_unix.reference [new file with mode: 0644]
testsuite/tests/parallel/tak.ml [new file with mode: 0644]
testsuite/tests/parallel/tak.reference [new file with mode: 0644]
testsuite/tests/parallel/test_c_thread_register.ml [new file with mode: 0644]
testsuite/tests/parallel/test_c_thread_register.reference [new file with mode: 0644]
testsuite/tests/parallel/test_c_thread_register_cstubs.c [new file with mode: 0644]
testsuite/tests/parallel/test_issue_11094.ml [new file with mode: 0644]
testsuite/tests/parallel/test_issue_11094.reference [new file with mode: 0644]
testsuite/tests/parse-errors/escape_error.ml
testsuite/tests/parse-errors/expecting.compilers.reference
testsuite/tests/parse-errors/expecting.ml
testsuite/tests/parse-errors/mismatch_struct_sig.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/mismatch_struct_sig.ml [new file with mode: 0644]
testsuite/tests/parse-errors/pr7847.ml
testsuite/tests/parse-errors/unclosed_class_signature.compilers.reference
testsuite/tests/parse-errors/unclosed_class_signature.mli
testsuite/tests/parse-errors/unclosed_class_simpl_expr1.compilers.reference
testsuite/tests/parse-errors/unclosed_class_simpl_expr1.ml
testsuite/tests/parse-errors/unclosed_class_simpl_expr2.compilers.reference
testsuite/tests/parse-errors/unclosed_class_simpl_expr2.ml
testsuite/tests/parse-errors/unclosed_class_simpl_expr3.compilers.reference
testsuite/tests/parse-errors/unclosed_class_simpl_expr3.ml
testsuite/tests/parse-errors/unclosed_object.compilers.reference
testsuite/tests/parse-errors/unclosed_object.ml
testsuite/tests/parse-errors/unclosed_paren_module_expr1.compilers.reference
testsuite/tests/parse-errors/unclosed_paren_module_expr1.ml
testsuite/tests/parse-errors/unclosed_paren_module_expr2.compilers.reference
testsuite/tests/parse-errors/unclosed_paren_module_expr2.ml
testsuite/tests/parse-errors/unclosed_paren_module_expr3.compilers.reference
testsuite/tests/parse-errors/unclosed_paren_module_expr3.ml
testsuite/tests/parse-errors/unclosed_paren_module_expr4.compilers.reference
testsuite/tests/parse-errors/unclosed_paren_module_expr4.ml
testsuite/tests/parse-errors/unclosed_paren_module_expr5.compilers.reference
testsuite/tests/parse-errors/unclosed_paren_module_expr5.ml
testsuite/tests/parse-errors/unclosed_paren_module_type.compilers.reference
testsuite/tests/parse-errors/unclosed_paren_module_type.mli
testsuite/tests/parse-errors/unclosed_sig.compilers.reference
testsuite/tests/parse-errors/unclosed_sig.mli
testsuite/tests/parse-errors/unclosed_simple_expr.compilers.reference
testsuite/tests/parse-errors/unclosed_simple_expr.ml
testsuite/tests/parse-errors/unclosed_simple_pattern.compilers.reference
testsuite/tests/parse-errors/unclosed_simple_pattern.ml
testsuite/tests/parse-errors/unclosed_struct.compilers.reference
testsuite/tests/parse-errors/unclosed_struct.ml
testsuite/tests/parsetree/locations_test.compilers.reference
testsuite/tests/parsetree/locations_test.ml
testsuite/tests/parsetree/source.ml
testsuite/tests/parsetree/test.ml
testsuite/tests/parsing/anonymous_class_parameter.ml
testsuite/tests/parsing/arrow_ambiguity.ml
testsuite/tests/parsing/assert_location.ml [new file with mode: 0644]
testsuite/tests/parsing/assert_location.reference [new file with mode: 0644]
testsuite/tests/parsing/attributes.compilers.reference
testsuite/tests/parsing/attributes.ml
testsuite/tests/parsing/broken_invariants.ml
testsuite/tests/parsing/change_start_loc.ml
testsuite/tests/parsing/change_start_loc.reference
testsuite/tests/parsing/constructor_declarations.ml
testsuite/tests/parsing/docstrings.ml
testsuite/tests/parsing/extended_indexoperators.ml
testsuite/tests/parsing/extension_operators.ml
testsuite/tests/parsing/extensions.compilers.reference
testsuite/tests/parsing/extensions.ml
testsuite/tests/parsing/hash_ambiguity.ml
testsuite/tests/parsing/int_and_float_with_modifier.compilers.reference
testsuite/tests/parsing/int_and_float_with_modifier.ml
testsuite/tests/parsing/multi_indices.ml
testsuite/tests/parsing/pr10468.ml
testsuite/tests/parsing/pr6604.ml
testsuite/tests/parsing/pr6604_2.ml
testsuite/tests/parsing/pr6604_3.ml
testsuite/tests/parsing/pr6865.ml
testsuite/tests/parsing/pr7165.ml
testsuite/tests/parsing/quotedextensions.compilers.reference
testsuite/tests/parsing/quotedextensions.ml
testsuite/tests/parsing/rawidents.ml [new file with mode: 0644]
testsuite/tests/parsing/reloc.ml
testsuite/tests/parsing/shortcut_ext_attr.compilers.reference
testsuite/tests/parsing/shortcut_ext_attr.ml
testsuite/tests/ppx-attributes/inline.ml [new file with mode: 0644]
testsuite/tests/ppx-attributes/warning.ml
testsuite/tests/ppx-contexts/test.ml
testsuite/tests/prim-bigstring/bigstring_access.ml
testsuite/tests/prim-bigstring/string_access.ml
testsuite/tests/prim-bswap/bswap.ml
testsuite/tests/prim-revapply/apply.ml
testsuite/tests/prim-revapply/revapply.ml
testsuite/tests/printing-types/disambiguation.ml
testsuite/tests/printing-types/existentials.ml [new file with mode: 0644]
testsuite/tests/printing-types/pr248.ml
testsuite/tests/raise-counts/main.ml
testsuite/tests/regression/gpr1623/gpr1623.ml
testsuite/tests/regression/missing_set_of_closures/missing_set_of_closures.ml
testsuite/tests/regression/pr11887/pr11887.ml [new file with mode: 0644]
testsuite/tests/regression/pr3612/pr3612.ml
testsuite/tests/regression/pr7798/pr7798.ml
testsuite/tests/regression/pr8769/pr8769.ml
testsuite/tests/regression/pr9326/gc_set.ml
testsuite/tests/regression/pr9853/compaction_corner_case.ml
testsuite/tests/reproducibility/cmis_on_file_system.ml
testsuite/tests/required-external/main.ml
testsuite/tests/runtime-C-exceptions/test.ml
testsuite/tests/runtime-errors/has-stackoverflow-detection.sh [deleted file]
testsuite/tests/runtime-errors/stackoverflow.ml
testsuite/tests/runtime-errors/stackoverflow.native.reference [deleted file]
testsuite/tests/runtime-errors/stackoverflow.run [deleted file]
testsuite/tests/runtime-errors/syserror.ml
testsuite/tests/runtime-naked-pointers/cstubs.c [deleted file]
testsuite/tests/runtime-naked-pointers/np.ml [deleted file]
testsuite/tests/runtime-naked-pointers/np1.ml [deleted file]
testsuite/tests/runtime-naked-pointers/np2.ml [deleted file]
testsuite/tests/runtime-naked-pointers/np2.run [deleted file]
testsuite/tests/runtime-naked-pointers/np3.ml [deleted file]
testsuite/tests/runtime-naked-pointers/np3.run [deleted file]
testsuite/tests/runtime-naked-pointers/np4.ml [deleted file]
testsuite/tests/runtime-naked-pointers/np4.run [deleted file]
testsuite/tests/runtime-naked-pointers/runtest.sh [deleted file]
testsuite/tests/self-contained-toplevel/main.ml
testsuite/tests/shadow_include/artificial.ml
testsuite/tests/shadow_include/cannot_shadow_error.compilers.reference
testsuite/tests/shadow_include/cannot_shadow_error.ml
testsuite/tests/shadow_include/ghosts.ml
testsuite/tests/shadow_include/shadow_all.ml
testsuite/tests/shape-index/auxiliaire.ml [new file with mode: 0644]
testsuite/tests/shape-index/index.ml [new file with mode: 0644]
testsuite/tests/shape-index/index.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_aliases.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_aliases.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_bindingops.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_bindingops.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_constrs.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_constrs.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_constrs_records.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_constrs_records.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_functor.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_functor.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_labels.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_labels.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_modules.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_modules.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_objects.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_objects.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_types.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_types.reference [new file with mode: 0644]
testsuite/tests/shape-index/index_vb.ml [new file with mode: 0644]
testsuite/tests/shape-index/index_vb.reference [new file with mode: 0644]
testsuite/tests/shapes/aliases.ml [new file with mode: 0644]
testsuite/tests/shapes/comp_units.ml
testsuite/tests/shapes/functors.ml
testsuite/tests/shapes/incl_md_typeof.ml
testsuite/tests/shapes/more_func.ml [new file with mode: 0644]
testsuite/tests/shapes/nested_types.ml [new file with mode: 0644]
testsuite/tests/shapes/open_arg.ml
testsuite/tests/shapes/open_struct.ml
testsuite/tests/shapes/recmodules.ml
testsuite/tests/shapes/rotor_example.ml
testsuite/tests/shapes/simple.ml
testsuite/tests/shapes/typeof_include.ml
testsuite/tests/statmemprof/alloc_counts.ml
testsuite/tests/statmemprof/arrays_in_major.ml
testsuite/tests/statmemprof/arrays_in_major.reference [deleted file]
testsuite/tests/statmemprof/arrays_in_minor.ml
testsuite/tests/statmemprof/arrays_in_minor.reference [deleted file]
testsuite/tests/statmemprof/blocking_in_callback.ml
testsuite/tests/statmemprof/callstacks.ml
testsuite/tests/statmemprof/comballoc.ml
testsuite/tests/statmemprof/custom.ml
testsuite/tests/statmemprof/exception_callback.ml
testsuite/tests/statmemprof/exception_callback_minor.ml
testsuite/tests/statmemprof/intern.ml
testsuite/tests/statmemprof/intern.reference [deleted file]
testsuite/tests/statmemprof/lists_in_minor.ml
testsuite/tests/statmemprof/lists_in_minor.reference [deleted file]
testsuite/tests/statmemprof/minor_no_postpone.ml
testsuite/tests/statmemprof/moved_while_blocking.ml
testsuite/tests/statmemprof/thread_exit_in_callback.ml
testsuite/tests/syntactic-arity/alloc.compilers.reference [new file with mode: 0644]
testsuite/tests/syntactic-arity/alloc.ml [new file with mode: 0644]
testsuite/tests/syntactic-arity/alloc.reference [new file with mode: 0644]
testsuite/tests/syntactic-arity/max_arity.compilers.reference [new file with mode: 0644]
testsuite/tests/syntactic-arity/max_arity.ml [new file with mode: 0644]
testsuite/tests/syntactic-arity/max_arity.reference [new file with mode: 0644]
testsuite/tests/syntactic-arity/measure_arity.ml [new file with mode: 0644]
testsuite/tests/syntactic-arity/measure_runtime_arity.ml [new file with mode: 0644]
testsuite/tests/syntactic-arity/measure_runtime_arity.reference [new file with mode: 0644]
testsuite/tests/syntactic-arity/syntactic_arity.ml [new file with mode: 0644]
testsuite/tests/syntactic-arity/syntactic_arity.reference [new file with mode: 0644]
testsuite/tests/syntactic-arity/warnings.ml [new file with mode: 0644]
testsuite/tests/tmc/ambiguities.ml
testsuite/tests/tmc/other_features.ml
testsuite/tests/tmc/partial_application.ml
testsuite/tests/tmc/readable_output.ml
testsuite/tests/tmc/semantic.ml
testsuite/tests/tmc/shortcut.ml [new file with mode: 0644]
testsuite/tests/tmc/stack_space.ml
testsuite/tests/tmc/try_with.ml [new file with mode: 0644]
testsuite/tests/tmc/tupled_function.ml
testsuite/tests/tmc/tupled_function_calls.ml
testsuite/tests/tmc/tupled_function_calls.native.reference
testsuite/tests/tmc/usage_warnings.ml
testsuite/tests/tool-caml-tex/ellipses.ml
testsuite/tests/tool-caml-tex/redirections.ml
testsuite/tests/tool-caml-tex/redirections.reference
testsuite/tests/tool-command-line/test-no-input-file.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-command-line/test-no-input-file.ml [new file with mode: 0644]
testsuite/tests/tool-command-line/test-o-one-c-file.ml
testsuite/tests/tool-command-line/test-o-several-files.ml
testsuite/tests/tool-command-line/test-unknown-file.compilers.reference
testsuite/tests/tool-command-line/test-unknown-file.ml
testsuite/tests/tool-debugger/basic/debuggee.ml
testsuite/tests/tool-debugger/dynlink/host.ml
testsuite/tests/tool-debugger/find-artifacts/debuggee.ml
testsuite/tests/tool-debugger/module_named_main/main.ml
testsuite/tests/tool-debugger/no_debug_event/noev.ml
testsuite/tests/tool-debugger/printer/debuggee.ml
testsuite/tests/tool-dumpobj/test.ml [new file with mode: 0644]
testsuite/tests/tool-dumpobj/test.reference [new file with mode: 0644]
testsuite/tests/tool-dumpobj/test.run [new file with mode: 0644]
testsuite/tests/tool-expect-test/clean_typer.ml
testsuite/tests/tool-lexyacc/calc.ml
testsuite/tests/tool-lexyacc/calc_parser.mly
testsuite/tests/tool-lexyacc/chars.mll
testsuite/tests/tool-lexyacc/csets.mll [new file with mode: 0644]
testsuite/tests/tool-lexyacc/csets.reference [new file with mode: 0644]
testsuite/tests/tool-lexyacc/mpr7760.mll
testsuite/tests/tool-lexyacc/parsecheck.mly [new file with mode: 0644]
testsuite/tests/tool-ocaml-annot/failure.ml
testsuite/tests/tool-ocaml-annot/success.ml
testsuite/tests/tool-ocaml-annot/typeonly.ml
testsuite/tests/tool-ocaml/directive_failure.ml
testsuite/tests/tool-ocaml/t000.ml
testsuite/tests/tool-ocaml/t010-const0.ml
testsuite/tests/tool-ocaml/t010-const1.ml
testsuite/tests/tool-ocaml/t010-const2.ml
testsuite/tests/tool-ocaml/t010-const3.ml
testsuite/tests/tool-ocaml/t011-constint.ml
testsuite/tests/tool-ocaml/t020.ml
testsuite/tests/tool-ocaml/t021-pushconst1.ml
testsuite/tests/tool-ocaml/t021-pushconst2.ml
testsuite/tests/tool-ocaml/t021-pushconst3.ml
testsuite/tests/tool-ocaml/t022-pushconstint.ml
testsuite/tests/tool-ocaml/t040-makeblock1.ml
testsuite/tests/tool-ocaml/t040-makeblock2.ml
testsuite/tests/tool-ocaml/t040-makeblock3.ml
testsuite/tests/tool-ocaml/t041-makeblock.ml
testsuite/tests/tool-ocaml/t050-getglobal.ml
testsuite/tests/tool-ocaml/t050-pushgetglobal.ml
testsuite/tests/tool-ocaml/t051-getglobalfield.ml
testsuite/tests/tool-ocaml/t051-pushgetglobalfield.ml
testsuite/tests/tool-ocaml/t060-raise.ml
testsuite/tests/tool-ocaml/t070-branch.ml
testsuite/tests/tool-ocaml/t070-branchif.ml
testsuite/tests/tool-ocaml/t070-branchifnot.ml
testsuite/tests/tool-ocaml/t071-boolnot.ml
testsuite/tests/tool-ocaml/t080-eq.ml
testsuite/tests/tool-ocaml/t080-geint.ml
testsuite/tests/tool-ocaml/t080-gtint.ml
testsuite/tests/tool-ocaml/t080-leint.ml
testsuite/tests/tool-ocaml/t080-ltint.ml
testsuite/tests/tool-ocaml/t080-neq.ml
testsuite/tests/tool-ocaml/t090-acc0.ml
testsuite/tests/tool-ocaml/t090-acc1.ml
testsuite/tests/tool-ocaml/t090-acc2.ml
testsuite/tests/tool-ocaml/t090-acc3.ml
testsuite/tests/tool-ocaml/t090-acc4.ml
testsuite/tests/tool-ocaml/t090-acc5.ml
testsuite/tests/tool-ocaml/t090-acc6.ml
testsuite/tests/tool-ocaml/t090-acc7.ml
testsuite/tests/tool-ocaml/t091-acc.ml
testsuite/tests/tool-ocaml/t092-pushacc.ml
testsuite/tests/tool-ocaml/t092-pushacc0.ml
testsuite/tests/tool-ocaml/t092-pushacc1.ml
testsuite/tests/tool-ocaml/t092-pushacc2.ml
testsuite/tests/tool-ocaml/t092-pushacc3.ml
testsuite/tests/tool-ocaml/t092-pushacc4.ml
testsuite/tests/tool-ocaml/t092-pushacc5.ml
testsuite/tests/tool-ocaml/t092-pushacc6.ml
testsuite/tests/tool-ocaml/t092-pushacc7.ml
testsuite/tests/tool-ocaml/t093-pushacc.ml
testsuite/tests/tool-ocaml/t100-pushtrap.ml
testsuite/tests/tool-ocaml/t101-poptrap.ml
testsuite/tests/tool-ocaml/t110-addint.ml
testsuite/tests/tool-ocaml/t110-andint.ml
testsuite/tests/tool-ocaml/t110-asrint-1.ml
testsuite/tests/tool-ocaml/t110-asrint-2.ml
testsuite/tests/tool-ocaml/t110-divint-1.ml
testsuite/tests/tool-ocaml/t110-divint-2.ml
testsuite/tests/tool-ocaml/t110-divint-3.ml
testsuite/tests/tool-ocaml/t110-lslint.ml
testsuite/tests/tool-ocaml/t110-lsrint.ml
testsuite/tests/tool-ocaml/t110-modint-1.ml
testsuite/tests/tool-ocaml/t110-modint-2.ml
testsuite/tests/tool-ocaml/t110-mulint.ml
testsuite/tests/tool-ocaml/t110-negint.ml
testsuite/tests/tool-ocaml/t110-offsetint.ml
testsuite/tests/tool-ocaml/t110-orint.ml
testsuite/tests/tool-ocaml/t110-subint.ml
testsuite/tests/tool-ocaml/t110-xorint.ml
testsuite/tests/tool-ocaml/t120-getstringchar.ml
testsuite/tests/tool-ocaml/t121-setstringchar.ml
testsuite/tests/tool-ocaml/t130-getvectitem.ml
testsuite/tests/tool-ocaml/t130-vectlength.ml
testsuite/tests/tool-ocaml/t131-setvectitem.ml
testsuite/tests/tool-ocaml/t140-switch-1.ml
testsuite/tests/tool-ocaml/t140-switch-2.ml
testsuite/tests/tool-ocaml/t140-switch-3.ml
testsuite/tests/tool-ocaml/t140-switch-4.ml
testsuite/tests/tool-ocaml/t141-switch-5.ml
testsuite/tests/tool-ocaml/t141-switch-6.ml
testsuite/tests/tool-ocaml/t141-switch-7.ml
testsuite/tests/tool-ocaml/t142-switch-8.ml
testsuite/tests/tool-ocaml/t142-switch-9.ml
testsuite/tests/tool-ocaml/t142-switch-A.ml
testsuite/tests/tool-ocaml/t150-push-1.ml
testsuite/tests/tool-ocaml/t150-push-2.ml
testsuite/tests/tool-ocaml/t160-closure.ml
testsuite/tests/tool-ocaml/t161-apply1.ml
testsuite/tests/tool-ocaml/t162-return.ml
testsuite/tests/tool-ocaml/t163.ml
testsuite/tests/tool-ocaml/t164-apply2.ml
testsuite/tests/tool-ocaml/t164-apply3.ml
testsuite/tests/tool-ocaml/t165-apply.ml
testsuite/tests/tool-ocaml/t170-envacc2.ml
testsuite/tests/tool-ocaml/t170-envacc3.ml
testsuite/tests/tool-ocaml/t170-envacc4.ml
testsuite/tests/tool-ocaml/t171-envacc.ml
testsuite/tests/tool-ocaml/t172-pushenvacc1.ml
testsuite/tests/tool-ocaml/t172-pushenvacc2.ml
testsuite/tests/tool-ocaml/t172-pushenvacc3.ml
testsuite/tests/tool-ocaml/t172-pushenvacc4.ml
testsuite/tests/tool-ocaml/t173-pushenvacc.ml
testsuite/tests/tool-ocaml/t180-appterm1.ml
testsuite/tests/tool-ocaml/t180-appterm2.ml
testsuite/tests/tool-ocaml/t180-appterm3.ml
testsuite/tests/tool-ocaml/t181-appterm.ml
testsuite/tests/tool-ocaml/t190-makefloatblock-1.ml
testsuite/tests/tool-ocaml/t190-makefloatblock-2.ml
testsuite/tests/tool-ocaml/t190-makefloatblock-3.ml
testsuite/tests/tool-ocaml/t191-vectlength.ml
testsuite/tests/tool-ocaml/t192-getfloatfield-1.ml
testsuite/tests/tool-ocaml/t192-getfloatfield-2.ml
testsuite/tests/tool-ocaml/t193-setfloatfield-1.ml
testsuite/tests/tool-ocaml/t193-setfloatfield-2.ml
testsuite/tests/tool-ocaml/t200-getfield0.ml
testsuite/tests/tool-ocaml/t200-getfield1.ml
testsuite/tests/tool-ocaml/t200-getfield2.ml
testsuite/tests/tool-ocaml/t200-getfield3.ml
testsuite/tests/tool-ocaml/t201-getfield.ml
testsuite/tests/tool-ocaml/t210-setfield0.ml
testsuite/tests/tool-ocaml/t210-setfield1.ml
testsuite/tests/tool-ocaml/t210-setfield2.ml
testsuite/tests/tool-ocaml/t210-setfield3.ml
testsuite/tests/tool-ocaml/t211-setfield.ml
testsuite/tests/tool-ocaml/t220-assign.ml
testsuite/tests/tool-ocaml/t230-check_signals.ml
testsuite/tests/tool-ocaml/t240-c_call1.ml
testsuite/tests/tool-ocaml/t240-c_call2.ml
testsuite/tests/tool-ocaml/t240-c_call3.ml
testsuite/tests/tool-ocaml/t240-c_call4.ml
testsuite/tests/tool-ocaml/t240-c_call5.ml
testsuite/tests/tool-ocaml/t250-closurerec-1.ml
testsuite/tests/tool-ocaml/t250-closurerec-2.ml
testsuite/tests/tool-ocaml/t251-pushoffsetclosure0.ml
testsuite/tests/tool-ocaml/t251-pushoffsetclosure2.ml
testsuite/tests/tool-ocaml/t251-pushoffsetclosurem2.ml
testsuite/tests/tool-ocaml/t252-pushoffsetclosure.ml
testsuite/tests/tool-ocaml/t253-offsetclosure0.ml
testsuite/tests/tool-ocaml/t253-offsetclosure2.ml
testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml
testsuite/tests/tool-ocaml/t254-offsetclosure.ml
testsuite/tests/tool-ocaml/t260-offsetref.ml
testsuite/tests/tool-ocaml/t270-push_retaddr.ml
testsuite/tests/tool-ocaml/t300-getmethod.ml
testsuite/tests/tool-ocaml/t301-object.ml
testsuite/tests/tool-ocaml/t310-alloc-1.ml
testsuite/tests/tool-ocaml/t310-alloc-2.ml
testsuite/tests/tool-ocaml/t320-gc-1.ml
testsuite/tests/tool-ocaml/t320-gc-2.ml
testsuite/tests/tool-ocaml/t320-gc-3.ml
testsuite/tests/tool-ocaml/t330-compact-1.ml
testsuite/tests/tool-ocaml/t330-compact-2.ml
testsuite/tests/tool-ocaml/t330-compact-3.ml
testsuite/tests/tool-ocaml/t330-compact-4.ml
testsuite/tests/tool-ocaml/t340-weak.ml
testsuite/tests/tool-ocaml/t350-heapcheck.ml
testsuite/tests/tool-ocaml/t360-stacks-1.ml
testsuite/tests/tool-ocaml/t360-stacks-2.ml
testsuite/tests/tool-ocamlc-compat32/compat32.ml
testsuite/tests/tool-ocamlc-error-cleanup/test.ml
testsuite/tests/tool-ocamlc-locations/foo.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlc-locations/marshalled.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-ocamlc-locations/marshalled.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlc-locations/test.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-ocamlc-locations/test.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlc-locations/testloc.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlc-locations/trivpp.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlc-open/tool-ocamlc-open-error.compilers.reference
testsuite/tests/tool-ocamlc-open/tool-ocamlc-open-error.ml
testsuite/tests/tool-ocamlc-open/tool-ocamlc-open.ml
testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.ml
testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_intf.mli
testsuite/tests/tool-ocamlc-stop-after/stop_after_scheduling.compilers.reference
testsuite/tests/tool-ocamlc-stop-after/stop_after_scheduling.ml
testsuite/tests/tool-ocamlc-stop-after/stop_after_typing_impl.ml
testsuite/tests/tool-ocamldep-modalias/main.ml
testsuite/tests/tool-ocamldep-shadowing/a.ml
testsuite/tests/tool-ocamldoc-open/main.ml
testsuite/tests/tool-ocamldoc/Alert_toplevel.html.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Alert_toplevel.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Alert_toplevel2.html.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Alert_toplevel2.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Alerts.html.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Alerts.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Alerts_impl.html.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Alerts_impl.ml [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Documentation_tags.html.reference
testsuite/tests/tool-ocamldoc/Documentation_tags.mli
testsuite/tests/tool-ocamldoc/Entities.html.reference
testsuite/tests/tool-ocamldoc/Entities.ml
testsuite/tests/tool-ocamldoc/Extensible_variant.ml
testsuite/tests/tool-ocamldoc/Functions.html.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Functions.latex.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Functions.ml [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Include_module_type_of.html.reference
testsuite/tests/tool-ocamldoc/Include_module_type_of.mli
testsuite/tests/tool-ocamldoc/Inline_records.html.reference
testsuite/tests/tool-ocamldoc/Inline_records.mli
testsuite/tests/tool-ocamldoc/Inline_records_bis.ml
testsuite/tests/tool-ocamldoc/Item_ids.html.reference
testsuite/tests/tool-ocamldoc/Item_ids.mli
testsuite/tests/tool-ocamldoc/Level_0.mli
testsuite/tests/tool-ocamldoc/Linebreaks.html.reference
testsuite/tests/tool-ocamldoc/Linebreaks.mli
testsuite/tests/tool-ocamldoc/Loop.html.reference
testsuite/tests/tool-ocamldoc/Loop.ml
testsuite/tests/tool-ocamldoc/Module_whitespace.html.reference
testsuite/tests/tool-ocamldoc/Module_whitespace.ml
testsuite/tests/tool-ocamldoc/No_preamble.html.reference
testsuite/tests/tool-ocamldoc/No_preamble.mli
testsuite/tests/tool-ocamldoc/Paragraph.html.reference
testsuite/tests/tool-ocamldoc/Paragraph.mli
testsuite/tests/tool-ocamldoc/Short_description.latex.reference
testsuite/tests/tool-ocamldoc/Short_description.txt
testsuite/tests/tool-ocamldoc/Test.mli
testsuite/tests/tool-ocamldoc/Variants.html.reference
testsuite/tests/tool-ocamldoc/Variants.mli
testsuite/tests/tool-ocamldoc/latex_ref.mli
testsuite/tests/tool-ocamldoc/t01.ml
testsuite/tests/tool-ocamldoc/t02.ml
testsuite/tests/tool-ocamldoc/t03.ml
testsuite/tests/tool-ocamldoc/t04.ml
testsuite/tests/tool-ocamldoc/t05.ml
testsuite/tests/tool-ocamlobjinfo/question.ml
testsuite/tests/tool-ocamlopt-save-ir/check_for_pack.compilers.reference
testsuite/tests/tool-ocamlopt-save-ir/check_for_pack.ml
testsuite/tests/tool-ocamlopt-save-ir/save_ir_after_scheduling.ml
testsuite/tests/tool-ocamlopt-save-ir/save_ir_after_typing.ml
testsuite/tests/tool-ocamlopt-save-ir/start_from_emit.ml
testsuite/tests/tool-ocamlopt-stop-after/stop_after_lambda.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-ocamlopt-stop-after/stop_after_lambda.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlopt-stop-after/stop_after_scheduling.ml
testsuite/tests/tool-ocamltest-var-expansion/subst1.ml [new file with mode: 0644]
testsuite/tests/tool-ocamltest-var-expansion/subst1.reference [new file with mode: 0644]
testsuite/tests/tool-ocamltest-var-expansion/subst2.ml [new file with mode: 0644]
testsuite/tests/tool-ocamltest-var-expansion/subst2.reference [new file with mode: 0644]
testsuite/tests/tool-ocamltest/norm1.ml
testsuite/tests/tool-ocamltest/norm2.ml
testsuite/tests/tool-ocamltest/norm3.ml
testsuite/tests/tool-ocamltest/norm4.ml
testsuite/tests/tool-toplevel-invocation/test.ml
testsuite/tests/tool-toplevel/error_highlighting.compilers.reference
testsuite/tests/tool-toplevel/error_highlighting.ml
testsuite/tests/tool-toplevel/exotic_lists.ml
testsuite/tests/tool-toplevel/install_printer.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-toplevel/install_printer.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/known-bugs/broken_rec_in_show.ml
testsuite/tests/tool-toplevel/mod_use.ml
testsuite/tests/tool-toplevel/multi_phrase_line.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-toplevel/multi_phrase_line.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/pr6468.compilers.reference
testsuite/tests/tool-toplevel/pr6468.ml
testsuite/tests/tool-toplevel/pr7060.compilers.reference
testsuite/tests/tool-toplevel/pr7060.ml
testsuite/tests/tool-toplevel/pr7751.ml
testsuite/tests/tool-toplevel/pr9701.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-toplevel/pr9701.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/printval.ml
testsuite/tests/tool-toplevel/redefinition_hints.compilers.reference
testsuite/tests/tool-toplevel/redefinition_hints.ml
testsuite/tests/tool-toplevel/show.ml
testsuite/tests/tool-toplevel/show_short_paths.ml
testsuite/tests/tool-toplevel/strings.ml
testsuite/tests/tool-toplevel/topeval.compilers.reference
testsuite/tests/tool-toplevel/topeval.ml
testsuite/tests/tool-toplevel/tracing.compilers.reference
testsuite/tests/tool-toplevel/tracing.ml
testsuite/tests/tool-toplevel/uncaught_exceptions.ml
testsuite/tests/tool-toplevel/use_command.ml
testsuite/tests/translprim/array_spec.ml
testsuite/tests/translprim/comparison_optim.ml [new file with mode: 0644]
testsuite/tests/translprim/comparison_optim.reference [new file with mode: 0644]
testsuite/tests/translprim/comparison_table.compilers.reference
testsuite/tests/translprim/comparison_table.ml
testsuite/tests/translprim/locs.ml
testsuite/tests/translprim/module_coercion.compilers.flat.reference
testsuite/tests/translprim/module_coercion.compilers.no-flat.reference
testsuite/tests/translprim/module_coercion.ml
testsuite/tests/translprim/ref_spec.ml
testsuite/tests/tsan/array_elt.ml [new file with mode: 0644]
testsuite/tests/tsan/array_elt.reference [new file with mode: 0644]
testsuite/tests/tsan/array_elt.run [new file with mode: 0644]
testsuite/tests/tsan/callbacks.c [new file with mode: 0644]
testsuite/tests/tsan/exn_from_c.ml [new file with mode: 0644]
testsuite/tests/tsan/exn_from_c.reference [new file with mode: 0644]
testsuite/tests/tsan/exn_from_c.run [new file with mode: 0644]
testsuite/tests/tsan/exn_in_callback.ml [new file with mode: 0644]
testsuite/tests/tsan/exn_in_callback.reference [new file with mode: 0644]
testsuite/tests/tsan/exn_in_callback.run [new file with mode: 0644]
testsuite/tests/tsan/exn_reraise.ml [new file with mode: 0644]
testsuite/tests/tsan/exn_reraise.reference [new file with mode: 0644]
testsuite/tests/tsan/exn_reraise.run [new file with mode: 0644]
testsuite/tests/tsan/filter-locations.sh [new file with mode: 0755]
testsuite/tests/tsan/handlers_at_tail.ml [new file with mode: 0644]
testsuite/tests/tsan/norace_atomics.ml [new file with mode: 0644]
testsuite/tests/tsan/perform.ml [new file with mode: 0644]
testsuite/tests/tsan/perform.reference [new file with mode: 0644]
testsuite/tests/tsan/perform.run [new file with mode: 0644]
testsuite/tests/tsan/raise_through_handler.ml [new file with mode: 0644]
testsuite/tests/tsan/raise_through_handler.reference [new file with mode: 0644]
testsuite/tests/tsan/raise_through_handler.run [new file with mode: 0644]
testsuite/tests/tsan/record_field.ml [new file with mode: 0644]
testsuite/tests/tsan/record_field.reference [new file with mode: 0644]
testsuite/tests/tsan/record_field.run [new file with mode: 0644]
testsuite/tests/tsan/reperform.ml [new file with mode: 0644]
testsuite/tests/tsan/reperform.reference [new file with mode: 0644]
testsuite/tests/tsan/reperform.run [new file with mode: 0644]
testsuite/tests/tsan/unhandled.ml [new file with mode: 0644]
testsuite/tests/tsan/unhandled.reference [new file with mode: 0644]
testsuite/tests/tsan/unhandled.run [new file with mode: 0644]
testsuite/tests/tsan/waitgroup.ml [new file with mode: 0644]
testsuite/tests/tsan/waitgroup_stubs.c [new file with mode: 0644]
testsuite/tests/typing-core-bugs/const_int_hint.ml
testsuite/tests/typing-core-bugs/missing_rec_hint.ml
testsuite/tests/typing-core-bugs/repeated_did_you_mean.ml
testsuite/tests/typing-core-bugs/type_expected_explanation.ml
testsuite/tests/typing-core-bugs/unit_fun_hints.ml
testsuite/tests/typing-deprecated/alerts.ml
testsuite/tests/typing-deprecated/deprecated.ml
testsuite/tests/typing-extension-constructor/test.ml
testsuite/tests/typing-extension-constructor/test.ocaml.reference
testsuite/tests/typing-extensions/cast.ml
testsuite/tests/typing-extensions/disambiguation.ml
testsuite/tests/typing-extensions/extensions.ml
testsuite/tests/typing-extensions/msg.ml
testsuite/tests/typing-extensions/open_types.ml
testsuite/tests/typing-external/pr11392.ml
testsuite/tests/typing-fstclassmod/aliases.ml
testsuite/tests/typing-fstclassmod/fstclassmod.ml
testsuite/tests/typing-fstclassmod/nondep_instance.ml
testsuite/tests/typing-fstclassmod/scope_escape.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/ambiguity.ml
testsuite/tests/typing-gadts/ambivalent_apply.ml
testsuite/tests/typing-gadts/didier.ml
testsuite/tests/typing-gadts/dynamic_frisch.ml
testsuite/tests/typing-gadts/gadthead.ml
testsuite/tests/typing-gadts/name_existentials.ml
testsuite/tests/typing-gadts/nested_equations.ml
testsuite/tests/typing-gadts/omega07.ml
testsuite/tests/typing-gadts/or_patterns.ml
testsuite/tests/typing-gadts/packed-module-recasting.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/pr10189.ml
testsuite/tests/typing-gadts/pr10271.ml
testsuite/tests/typing-gadts/pr10348.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/pr10735.ml
testsuite/tests/typing-gadts/pr10907.ml
testsuite/tests/typing-gadts/pr11888.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/pr5332.ml
testsuite/tests/typing-gadts/pr5689.ml
testsuite/tests/typing-gadts/pr5785.ml
testsuite/tests/typing-gadts/pr5848.ml
testsuite/tests/typing-gadts/pr5906.ml
testsuite/tests/typing-gadts/pr5948.ml
testsuite/tests/typing-gadts/pr5981.ml
testsuite/tests/typing-gadts/pr5985.ml
testsuite/tests/typing-gadts/pr5989.ml
testsuite/tests/typing-gadts/pr5997.ml
testsuite/tests/typing-gadts/pr6158.ml
testsuite/tests/typing-gadts/pr6163.ml
testsuite/tests/typing-gadts/pr6174.ml
testsuite/tests/typing-gadts/pr6241.ml
testsuite/tests/typing-gadts/pr6690.ml
testsuite/tests/typing-gadts/pr6817.ml
testsuite/tests/typing-gadts/pr6934.ml
testsuite/tests/typing-gadts/pr6980.ml
testsuite/tests/typing-gadts/pr6993_bad.ml
testsuite/tests/typing-gadts/pr7016.ml
testsuite/tests/typing-gadts/pr7160.ml
testsuite/tests/typing-gadts/pr7214.ml
testsuite/tests/typing-gadts/pr7222.ml
testsuite/tests/typing-gadts/pr7230.ml
testsuite/tests/typing-gadts/pr7234.ml
testsuite/tests/typing-gadts/pr7260.ml
testsuite/tests/typing-gadts/pr7269.ml
testsuite/tests/typing-gadts/pr7298.ml
testsuite/tests/typing-gadts/pr7374.ml
testsuite/tests/typing-gadts/pr7378.ml
testsuite/tests/typing-gadts/pr7381.ml
testsuite/tests/typing-gadts/pr7390.ml
testsuite/tests/typing-gadts/pr7391.ml
testsuite/tests/typing-gadts/pr7397.ml
testsuite/tests/typing-gadts/pr7421.ml
testsuite/tests/typing-gadts/pr7432.ml
testsuite/tests/typing-gadts/pr7520.ml
testsuite/tests/typing-gadts/pr7618.ml
testsuite/tests/typing-gadts/pr7747.ml
testsuite/tests/typing-gadts/pr7902.ml
testsuite/tests/typing-gadts/pr9019.ml
testsuite/tests/typing-gadts/pr9759.ml
testsuite/tests/typing-gadts/pr9799.ml
testsuite/tests/typing-gadts/principality-and-gadts.ml
testsuite/tests/typing-gadts/return_type.ml
testsuite/tests/typing-gadts/syntactic-arity.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/term-conv.ml
testsuite/tests/typing-gadts/test.ml
testsuite/tests/typing-gadts/unexpected_existentials.ml
testsuite/tests/typing-gadts/unify_mb.ml
testsuite/tests/typing-gadts/variables_in_mcomp.ml
testsuite/tests/typing-gadts/yallop_bugs.ml
testsuite/tests/typing-immediate/immediate.ml
testsuite/tests/typing-implicit_unpack/implicit_unpack.ml
testsuite/tests/typing-kind/kind_mismatch.ml [new file with mode: 0644]
testsuite/tests/typing-misc-bugs/core_array_reduced_ok.ml
testsuite/tests/typing-misc-bugs/gadt_declaration_check.ml
testsuite/tests/typing-misc-bugs/pr6303_bad.compilers.reference
testsuite/tests/typing-misc-bugs/pr6303_bad.ml
testsuite/tests/typing-misc-bugs/pr6946_bad.compilers.reference
testsuite/tests/typing-misc-bugs/pr6946_bad.ml
testsuite/tests/typing-misc/apply_non_function.ml [new file with mode: 0644]
testsuite/tests/typing-misc/build_as_type.ml
testsuite/tests/typing-misc/constraints.ml
testsuite/tests/typing-misc/deep.ml
testsuite/tests/typing-misc/disambiguate_principality.ml
testsuite/tests/typing-misc/distant_errors.ml
testsuite/tests/typing-misc/empty_variant.ml
testsuite/tests/typing-misc/enrich_typedecl.ml
testsuite/tests/typing-misc/exotic_unifications.ml
testsuite/tests/typing-misc/external_arity.ml
testsuite/tests/typing-misc/filter_params.ml
testsuite/tests/typing-misc/gpr2277.ml
testsuite/tests/typing-misc/includeclass_errors.ml
testsuite/tests/typing-misc/injectivity.ml
testsuite/tests/typing-misc/inside_out.ml
testsuite/tests/typing-misc/is_expansive.ml
testsuite/tests/typing-misc/labels.ml
testsuite/tests/typing-misc/let_rec_approx.ml [new file with mode: 0644]
testsuite/tests/typing-misc/normalize_type.ml
testsuite/tests/typing-misc/occur_check.ml
testsuite/tests/typing-misc/open.ml [new file with mode: 0644]
testsuite/tests/typing-misc/optbinders.ml
testsuite/tests/typing-misc/pat_type_sharing.ml
testsuite/tests/typing-misc/pattern_open.ml
testsuite/tests/typing-misc/polyvars.ml
testsuite/tests/typing-misc/pr6416.ml
testsuite/tests/typing-misc/pr6634.ml
testsuite/tests/typing-misc/pr6939-flat-float-array.ml
testsuite/tests/typing-misc/pr6939-no-flat-float-array.ml
testsuite/tests/typing-misc/pr7103.ml
testsuite/tests/typing-misc/pr7228.ml
testsuite/tests/typing-misc/pr7668_bad.ml
testsuite/tests/typing-misc/pr7712.ml
testsuite/tests/typing-misc/pr7937.ml
testsuite/tests/typing-misc/pr8548.ml
testsuite/tests/typing-misc/pr8548_split.ml
testsuite/tests/typing-misc/printing.ml
testsuite/tests/typing-misc/records.ml
testsuite/tests/typing-misc/scope_escape.ml
testsuite/tests/typing-misc/typecore_empty_polyvariant_error.compilers.reference
testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml
testsuite/tests/typing-misc/typecore_errors.ml
testsuite/tests/typing-misc/typecore_nolabel_errors.ml
testsuite/tests/typing-misc/typetexp_errors.ml
testsuite/tests/typing-misc/unbound_type_variables.ml
testsuite/tests/typing-misc/unique_names_in_unification.ml
testsuite/tests/typing-misc/variance.ml
testsuite/tests/typing-misc/variant.ml
testsuite/tests/typing-misc/wellfounded.ml
testsuite/tests/typing-misc/wellfounded11150.ml [new file with mode: 0644]
testsuite/tests/typing-misc/wrong_kind.ml
testsuite/tests/typing-missing-cmi-2/test.ml
testsuite/tests/typing-missing-cmi-3/middle.ml
testsuite/tests/typing-missing-cmi-3/original.ml
testsuite/tests/typing-missing-cmi-3/user.ml
testsuite/tests/typing-missing-cmi/test.compilers.reference
testsuite/tests/typing-missing-cmi/test.ml
testsuite/tests/typing-modules-bugs/gatien_baron_20131019_ok.ml
testsuite/tests/typing-modules-bugs/pr10661_ok.ml
testsuite/tests/typing-modules-bugs/pr10693_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr10693_bad.ml
testsuite/tests/typing-modules-bugs/pr5164_ok.ml
testsuite/tests/typing-modules-bugs/pr51_ok.ml
testsuite/tests/typing-modules-bugs/pr5663_ok.ml
testsuite/tests/typing-modules-bugs/pr5914_ok.ml
testsuite/tests/typing-modules-bugs/pr6240_ok.ml
testsuite/tests/typing-modules-bugs/pr6293_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6293_bad.ml
testsuite/tests/typing-modules-bugs/pr6427_bad.ml
testsuite/tests/typing-modules-bugs/pr6485_ok.ml
testsuite/tests/typing-modules-bugs/pr6513_ok.ml
testsuite/tests/typing-modules-bugs/pr6572_ok.ml
testsuite/tests/typing-modules-bugs/pr6651_ok.ml
testsuite/tests/typing-modules-bugs/pr6752_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6752_bad.ml
testsuite/tests/typing-modules-bugs/pr6752_ok.ml
testsuite/tests/typing-modules-bugs/pr6899_first_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6899_first_bad.ml
testsuite/tests/typing-modules-bugs/pr6899_ok.ml
testsuite/tests/typing-modules-bugs/pr6899_second_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6899_second_bad.ml
testsuite/tests/typing-modules-bugs/pr6944_ok.ml
testsuite/tests/typing-modules-bugs/pr6954_ok.ml
testsuite/tests/typing-modules-bugs/pr6981_ok.ml
testsuite/tests/typing-modules-bugs/pr6982_ok.ml
testsuite/tests/typing-modules-bugs/pr6985_extended.ml
testsuite/tests/typing-modules-bugs/pr6985_ok.ml
testsuite/tests/typing-modules-bugs/pr6992_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6992_bad.ml
testsuite/tests/typing-modules-bugs/pr7036_ok.ml
testsuite/tests/typing-modules-bugs/pr7082_ok.ml
testsuite/tests/typing-modules-bugs/pr7112_bad.ml
testsuite/tests/typing-modules-bugs/pr7112_ok.ml
testsuite/tests/typing-modules-bugs/pr7152_ok.ml
testsuite/tests/typing-modules-bugs/pr7182_ok.ml
testsuite/tests/typing-modules-bugs/pr7305_principal.ml
testsuite/tests/typing-modules-bugs/pr7321_ok.ml
testsuite/tests/typing-modules-bugs/pr7414_2_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr7414_2_bad.ml
testsuite/tests/typing-modules-bugs/pr7414_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr7414_bad.ml
testsuite/tests/typing-modules-bugs/pr7519_ok.ml
testsuite/tests/typing-modules-bugs/pr7601_ok.ml
testsuite/tests/typing-modules-bugs/pr7601a_ok.ml
testsuite/tests/typing-modules-bugs/pr9695_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr9695_bad.ml
testsuite/tests/typing-modules/Test.ml
testsuite/tests/typing-modules/aliases.ml
testsuite/tests/typing-modules/anonymous.ml
testsuite/tests/typing-modules/applicative_functor_type.ml
testsuite/tests/typing-modules/extension_constructors_errors_test.ml
testsuite/tests/typing-modules/firstclass.ml
testsuite/tests/typing-modules/functors.ml
testsuite/tests/typing-modules/generative.ml
testsuite/tests/typing-modules/illegal_permutation.ml
testsuite/tests/typing-modules/inclusion_errors.ml
testsuite/tests/typing-modules/inclusion_errors_elision.ml
testsuite/tests/typing-modules/merge_constraint.ml
testsuite/tests/typing-modules/module_type_substitution.ml
testsuite/tests/typing-modules/nondep.ml
testsuite/tests/typing-modules/nondep_private_abbrev.ml
testsuite/tests/typing-modules/nongen.ml [new file with mode: 0644]
testsuite/tests/typing-modules/normalize_path.ml
testsuite/tests/typing-modules/package_constraint.ml [new file with mode: 0644]
testsuite/tests/typing-modules/packed_module_levels.ml
testsuite/tests/typing-modules/pr10298.ml
testsuite/tests/typing-modules/pr10399.ml
testsuite/tests/typing-modules/pr5911.ml
testsuite/tests/typing-modules/pr6394.ml
testsuite/tests/typing-modules/pr6633.ml
testsuite/tests/typing-modules/pr7207.ml
testsuite/tests/typing-modules/pr7348.ml
testsuite/tests/typing-modules/pr7726.ml
testsuite/tests/typing-modules/pr7787.ml
testsuite/tests/typing-modules/pr7818.ml
testsuite/tests/typing-modules/pr7851.ml
testsuite/tests/typing-modules/pr8810.ml
testsuite/tests/typing-modules/pr9384.ml
testsuite/tests/typing-modules/pr9695.ml
testsuite/tests/typing-modules/printing.ml
testsuite/tests/typing-modules/private.ml
testsuite/tests/typing-modules/records_errors_test.ml
testsuite/tests/typing-modules/recursive.ml
testsuite/tests/typing-modules/struct_include_optimisation.ml [new file with mode: 0644]
testsuite/tests/typing-modules/struct_include_optimisation.reference [new file with mode: 0644]
testsuite/tests/typing-modules/unroll_private_abbrev.ml
testsuite/tests/typing-modules/variants_errors_test.ml
testsuite/tests/typing-modules/with_ghosts.ml
testsuite/tests/typing-multifile/pr6372.ml
testsuite/tests/typing-multifile/pr7325.ml
testsuite/tests/typing-multifile/pr7563.ml
testsuite/tests/typing-multifile/pr9218.ml
testsuite/tests/typing-objects-bugs/pr3968_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr3968_bad.ml
testsuite/tests/typing-objects-bugs/pr4018_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr4018_bad.ml
testsuite/tests/typing-objects-bugs/pr4435_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr4435_bad.ml
testsuite/tests/typing-objects-bugs/pr4766_ok.ml
testsuite/tests/typing-objects-bugs/pr4824_ok.ml
testsuite/tests/typing-objects-bugs/pr4824a_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr4824a_bad.ml
testsuite/tests/typing-objects-bugs/pr5156_ok.ml
testsuite/tests/typing-objects-bugs/pr7284_bad.ml
testsuite/tests/typing-objects-bugs/pr7293_ok.ml
testsuite/tests/typing-objects-bugs/woodyatt_ok.ml
testsuite/tests/typing-objects-bugs/yamagata021012_ok.ml
testsuite/tests/typing-objects/Exemples.ml
testsuite/tests/typing-objects/Tests.ml
testsuite/tests/typing-objects/abstract_rows.ml
testsuite/tests/typing-objects/class_2.ml [new file with mode: 0644]
testsuite/tests/typing-objects/dummy.ml
testsuite/tests/typing-objects/errors.ml
testsuite/tests/typing-objects/field_kind.ml
testsuite/tests/typing-objects/nongen.ml [new file with mode: 0644]
testsuite/tests/typing-objects/open_in_classes.ml
testsuite/tests/typing-objects/pr11569.ml [new file with mode: 0644]
testsuite/tests/typing-objects/pr5545.ml
testsuite/tests/typing-objects/pr5619_bad.ml
testsuite/tests/typing-objects/pr5858.ml
testsuite/tests/typing-objects/pr6123_bad.ml
testsuite/tests/typing-objects/pr6383.ml
testsuite/tests/typing-objects/pr6907_bad.ml
testsuite/tests/typing-objects/pr7711_ok.ml
testsuite/tests/typing-objects/self_cannot_be_closed.ml
testsuite/tests/typing-objects/self_cannot_escape_pr7865.ml
testsuite/tests/typing-objects/unbound-type-var.ml
testsuite/tests/typing-ocamlc-i/pervasives_leitmotiv.compilers.reference
testsuite/tests/typing-ocamlc-i/pervasives_leitmotiv.ml
testsuite/tests/typing-ocamlc-i/pr4791.compilers.reference
testsuite/tests/typing-ocamlc-i/pr4791.ml
testsuite/tests/typing-ocamlc-i/pr6323.compilers.reference
testsuite/tests/typing-ocamlc-i/pr6323.ml
testsuite/tests/typing-ocamlc-i/pr7402.compilers.reference
testsuite/tests/typing-ocamlc-i/pr7402.ml
testsuite/tests/typing-ocamlc-i/pr7620_bad.compilers.reference
testsuite/tests/typing-ocamlc-i/pr7620_bad.ml
testsuite/tests/typing-poly-bugs/pr5322_ok.ml
testsuite/tests/typing-poly-bugs/pr5673_ok.ml
testsuite/tests/typing-poly-bugs/pr6922_ok.ml
testsuite/tests/typing-poly/error_messages.ml
testsuite/tests/typing-poly/poly.ml
testsuite/tests/typing-poly/pr7636.ml
testsuite/tests/typing-poly/pr9603.ml
testsuite/tests/typing-polyvariants-bugs-2/pr3918c.compilers.reference
testsuite/tests/typing-polyvariants-bugs-2/pr3918c.ml
testsuite/tests/typing-polyvariants-bugs/pr10664.ml [new file with mode: 0644]
testsuite/tests/typing-polyvariants-bugs/pr10664.reference [new file with mode: 0644]
testsuite/tests/typing-polyvariants-bugs/pr10664.reference~ [new file with mode: 0644]
testsuite/tests/typing-polyvariants-bugs/pr10664a.ml [new file with mode: 0644]
testsuite/tests/typing-polyvariants-bugs/pr4775_ok.ml
testsuite/tests/typing-polyvariants-bugs/pr4933_ok.ml
testsuite/tests/typing-polyvariants-bugs/pr5057_ok.ml
testsuite/tests/typing-polyvariants-bugs/pr5057a_bad.compilers.reference
testsuite/tests/typing-polyvariants-bugs/pr5057a_bad.ml
testsuite/tests/typing-polyvariants-bugs/pr7199_ok.ml
testsuite/tests/typing-polyvariants-bugs/pr7817_bad.ml
testsuite/tests/typing-polyvariants-bugs/pr7824.ml
testsuite/tests/typing-polyvariants-bugs/pr8575.ml
testsuite/tests/typing-polyvariants-bugs/privrowsabate_ok.ml
testsuite/tests/typing-private-bugs/pr5026_bad.compilers.reference
testsuite/tests/typing-private-bugs/pr5026_bad.ml
testsuite/tests/typing-private-bugs/pr5469_ok.ml
testsuite/tests/typing-private/invalid_private_row.ml
testsuite/tests/typing-private/private.compilers.principal.reference
testsuite/tests/typing-private/private.compilers.reference
testsuite/tests/typing-private/private.ml
testsuite/tests/typing-recmod/gpr1626.ml
testsuite/tests/typing-recmod/pr6491.ml [new file with mode: 0644]
testsuite/tests/typing-recmod/pr9494.ml
testsuite/tests/typing-recmod/t01bad.compilers.reference
testsuite/tests/typing-recmod/t01bad.ml
testsuite/tests/typing-recmod/t02bad.compilers.reference
testsuite/tests/typing-recmod/t02bad.ml
testsuite/tests/typing-recmod/t03ok.ml
testsuite/tests/typing-recmod/t04bad.compilers.reference
testsuite/tests/typing-recmod/t04bad.ml
testsuite/tests/typing-recmod/t05bad.compilers.reference
testsuite/tests/typing-recmod/t05bad.ml
testsuite/tests/typing-recmod/t06ok.ml
testsuite/tests/typing-recmod/t07bad.compilers.reference
testsuite/tests/typing-recmod/t07bad.ml
testsuite/tests/typing-recmod/t08bad.compilers.reference
testsuite/tests/typing-recmod/t08bad.ml
testsuite/tests/typing-recmod/t09bad.compilers.reference
testsuite/tests/typing-recmod/t09bad.ml
testsuite/tests/typing-recmod/t10ok.ml
testsuite/tests/typing-recmod/t11bad.compilers.reference
testsuite/tests/typing-recmod/t11bad.ml
testsuite/tests/typing-recmod/t12bad.compilers.reference
testsuite/tests/typing-recmod/t12bad.ml
testsuite/tests/typing-recmod/t13ok.ml
testsuite/tests/typing-recmod/t14bad.compilers.reference
testsuite/tests/typing-recmod/t14bad.ml
testsuite/tests/typing-recmod/t15bad.compilers.reference
testsuite/tests/typing-recmod/t15bad.ml
testsuite/tests/typing-recmod/t16ok.ml
testsuite/tests/typing-recmod/t17ok.ml
testsuite/tests/typing-recmod/t18ok.ml
testsuite/tests/typing-recmod/t20ok.ml
testsuite/tests/typing-recmod/t21ok.ml
testsuite/tests/typing-recmod/t22ok.ml
testsuite/tests/typing-recordarg/recordarg.ml
testsuite/tests/typing-recordarg/recordarg.ocaml.reference
testsuite/tests/typing-rectypes-bugs/pr5343_bad.compilers.reference
testsuite/tests/typing-rectypes-bugs/pr5343_bad.ml
testsuite/tests/typing-rectypes-bugs/pr6174_bad.compilers.reference
testsuite/tests/typing-rectypes-bugs/pr6174_bad.ml
testsuite/tests/typing-rectypes-bugs/pr6870_bad.compilers.reference
testsuite/tests/typing-rectypes-bugs/pr6870_bad.ml
testsuite/tests/typing-safe-linking/b_bad.compilers.reference
testsuite/tests/typing-safe-linking/b_bad.ml
testsuite/tests/typing-shadowing-of-pervasives-submodules/redefine_largefile.ml
testsuite/tests/typing-shadowing-of-pervasives-submodules/redefine_largefile_top.ml
testsuite/tests/typing-short-paths/errors.ml
testsuite/tests/typing-short-paths/gpr1223.ml
testsuite/tests/typing-short-paths/pr5918.compilers.reference
testsuite/tests/typing-short-paths/pr5918.ml
testsuite/tests/typing-short-paths/pr6836.ml
testsuite/tests/typing-short-paths/pr7543.ml
testsuite/tests/typing-short-paths/short-paths.compilers.reference
testsuite/tests/typing-short-paths/short-paths.ml
testsuite/tests/typing-signatures/els.ml
testsuite/tests/typing-signatures/els.ocaml.reference
testsuite/tests/typing-signatures/nondep_regression.ml [new file with mode: 0644]
testsuite/tests/typing-signatures/pr6371.ml
testsuite/tests/typing-signatures/pr6672.ml
testsuite/tests/typing-signatures/regression_tsubst_error.ml [new file with mode: 0644]
testsuite/tests/typing-sigsubst/sig_local_aliases.ml
testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.compilers.reference
testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.ml
testsuite/tests/typing-sigsubst/sigsubst.ml
testsuite/tests/typing-sigsubst/test_locations.compilers.reference
testsuite/tests/typing-sigsubst/test_locations.ml
testsuite/tests/typing-typeparam/newtype.ml
testsuite/tests/typing-typeparam/newtype.ocaml.reference
testsuite/tests/typing-unboxed-types/test.ml
testsuite/tests/typing-unboxed-types/test_flat.ml
testsuite/tests/typing-unboxed-types/test_no_flat.ml
testsuite/tests/typing-unboxed/test.ml
testsuite/tests/typing-warnings/ambiguous_guarded_disjunction.ml
testsuite/tests/typing-warnings/application.ml
testsuite/tests/typing-warnings/coercions.ml
testsuite/tests/typing-warnings/disable_warnings_classes.ml
testsuite/tests/typing-warnings/exhaustiveness.ml
testsuite/tests/typing-warnings/never_returns.ml
testsuite/tests/typing-warnings/open_warnings.ml
testsuite/tests/typing-warnings/pr5892.ml
testsuite/tests/typing-warnings/pr6587.ml
testsuite/tests/typing-warnings/pr6872.ml
testsuite/tests/typing-warnings/pr7085.ml
testsuite/tests/typing-warnings/pr7115.ml
testsuite/tests/typing-warnings/pr7261.compilers.reference
testsuite/tests/typing-warnings/pr7261.ml
testsuite/tests/typing-warnings/pr7297.ml
testsuite/tests/typing-warnings/pr7553.ml
testsuite/tests/typing-warnings/pr9244.ml
testsuite/tests/typing-warnings/records.ml
testsuite/tests/typing-warnings/unused_functor_parameter.ml
testsuite/tests/typing-warnings/unused_rec.ml
testsuite/tests/typing-warnings/unused_recmodule.ml
testsuite/tests/typing-warnings/unused_types.ml
testsuite/tests/typing-warnings/warning16.ml
testsuite/tests/unboxed-primitive-args/test.ml
testsuite/tests/unwind/check-linker-version.sh
testsuite/tests/unwind/driver.ml
testsuite/tests/unwind/mylib.ml
testsuite/tests/unwind/mylib.mli
testsuite/tests/unwind/stack_walker.c
testsuite/tests/unwind/unwind_test.reference [new file with mode: 0644]
testsuite/tests/utils/edit_distance.ml
testsuite/tests/utils/find_first_mono.ml [new file with mode: 0644]
testsuite/tests/utils/find_first_mono.reference [new file with mode: 0644]
testsuite/tests/utils/magic_number.ml
testsuite/tests/utils/overflow_detection.ml
testsuite/tests/utils/test_strongly_connected_components.ml
testsuite/tests/warnings/deprecated_module.compilers.reference
testsuite/tests/warnings/deprecated_module.ml
testsuite/tests/warnings/deprecated_module_assigment.compilers.reference
testsuite/tests/warnings/deprecated_module_assigment.ml
testsuite/tests/warnings/deprecated_module_use.compilers.reference
testsuite/tests/warnings/deprecated_module_use.ml
testsuite/tests/warnings/deprecated_mutable.ml
testsuite/tests/warnings/deprecated_warning_specs.ml
testsuite/tests/warnings/marshall_for_w53.ml [new file with mode: 0644]
testsuite/tests/warnings/mnemonics.mll
testsuite/tests/warnings/w01.compilers.reference
testsuite/tests/warnings/w01.ml
testsuite/tests/warnings/w03.compilers.reference
testsuite/tests/warnings/w03.ml
testsuite/tests/warnings/w04.ml
testsuite/tests/warnings/w04_failure.compilers.reference
testsuite/tests/warnings/w04_failure.ml
testsuite/tests/warnings/w06.compilers.reference
testsuite/tests/warnings/w06.ml
testsuite/tests/warnings/w26_alias.ml [new file with mode: 0644]
testsuite/tests/warnings/w32.compilers.reference
testsuite/tests/warnings/w32.ml
testsuite/tests/warnings/w32b.compilers.reference
testsuite/tests/warnings/w32b.ml
testsuite/tests/warnings/w33.compilers.reference
testsuite/tests/warnings/w33.ml
testsuite/tests/warnings/w44.ml [new file with mode: 0644]
testsuite/tests/warnings/w45.compilers.reference
testsuite/tests/warnings/w45.ml
testsuite/tests/warnings/w47_inline.compilers.reference
testsuite/tests/warnings/w47_inline.ml
testsuite/tests/warnings/w47_ppwarning.compilers.reference [new file with mode: 0644]
testsuite/tests/warnings/w47_ppwarning.ml [new file with mode: 0644]
testsuite/tests/warnings/w50.compilers.reference
testsuite/tests/warnings/w50.ml
testsuite/tests/warnings/w51.ml
testsuite/tests/warnings/w51_bis.ml
testsuite/tests/warnings/w52.ml
testsuite/tests/warnings/w53.compilers.reference
testsuite/tests/warnings/w53.ml
testsuite/tests/warnings/w53_marshalled.ml [new file with mode: 0644]
testsuite/tests/warnings/w54.compilers.reference
testsuite/tests/warnings/w54.ml
testsuite/tests/warnings/w55.flambda.reference
testsuite/tests/warnings/w55.ml
testsuite/tests/warnings/w55.native.reference
testsuite/tests/warnings/w58.ml
testsuite/tests/warnings/w59.flambda.reference
testsuite/tests/warnings/w59.ml
testsuite/tests/warnings/w60.ml
testsuite/tests/warnings/w68.compilers.reference [deleted file]
testsuite/tests/warnings/w68.ml [deleted file]
testsuite/tests/warnings/w68.reference [deleted file]
testsuite/tests/weak-ephe-final/ephe_infix.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/ephetest.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/ephetest.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/ephetest2.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/ephetest2.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/ephetest3.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/ephetest3.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/ephetest_par.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/ephetest_par.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/finaliser.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/finaliser.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/finaliser2.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/finaliser2.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/finaliser_handover.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/finaliser_handover.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/pr12001.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/pr12001.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/weaklifetime.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/weaklifetime.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/weaklifetime2.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/weaklifetime2.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/weaklifetime_par.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/weaklifetime_par.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/weaktest.ml [new file with mode: 0644]
testsuite/tests/weak-ephe-final/weaktest.reference [new file with mode: 0644]
testsuite/tests/weak-ephe-final/weaktest_par_load.ml [new file with mode: 0644]
testsuite/tests/win-unicode/mltest.ml
testsuite/tools/Makefile [deleted file]
testsuite/tools/asmgen_amd64.S
testsuite/tools/asmgen_i386.S [deleted file]
testsuite/tools/asmgen_i386nt.asm [deleted file]
testsuite/tools/asmgen_power.S
testsuite/tools/codegen_main.mli [new file with mode: 0644]
testsuite/tools/expect.ml [new file with mode: 0644]
testsuite/tools/expect.mli [new file with mode: 0644]
testsuite/tools/expect_test.ml [deleted file]
testsuite/tools/lexcmm.mll
testsuite/tools/parsecmm.mly
tools/.depend [deleted file]
tools/Makefile [deleted file]
tools/autogen
tools/bump-magic-numbers [new file with mode: 0755]
tools/caml_tex.ml [deleted file]
tools/check-parser-uptodate-or-warn.sh
tools/check-symbol-names
tools/check-typo
tools/check-typo-since
tools/ci/actions/check-changes-modified.sh
tools/ci/actions/check-configure.sh
tools/ci/actions/check-manual-modified.sh
tools/ci/actions/check-no-ignored-files.sh [new file with mode: 0755]
tools/ci/actions/check-parsetree-modified.sh [new file with mode: 0755]
tools/ci/actions/deepen-fetch.sh
tools/ci/actions/runner.sh
tools/ci/appveyor/appveyor_build.cmd
tools/ci/appveyor/appveyor_build.sh [changed mode: 0644->0755]
tools/ci/inria/bootstrap/remove-sinh-primitive.patch
tools/ci/inria/bootstrap/script
tools/ci/inria/light
tools/ci/inria/main
tools/ci/inria/other-configs/script
tools/ci/inria/sanitizers/Jenkinsfile
tools/ci/inria/sanitizers/script
tools/cmpbyt.ml
tools/cmpbyt.mli [new file with mode: 0644]
tools/cvt_emit.mli [new file with mode: 0644]
tools/cvt_emit.mll
tools/dumpobj.ml
tools/dumpobj.mli [new file with mode: 0644]
tools/eqparsetree.ml
tools/eventlog_metadata.in [deleted file]
tools/gdb-macros
tools/gdb_ocamlrun.py [new file with mode: 0644]
tools/gen_sizeclasses.ml [new file with mode: 0644]
tools/lintapidiff.ml
tools/lintapidiff.mli [new file with mode: 0644]
tools/list-globals [new file with mode: 0755]
tools/make_opcodes.mli [new file with mode: 0644]
tools/msvs-promote-path
tools/objinfo.ml
tools/objinfo.mli [new file with mode: 0644]
tools/ocamlcmt.ml
tools/ocamlcmt.mli [new file with mode: 0644]
tools/ocamlcp.ml
tools/ocamlcp.mli [new file with mode: 0644]
tools/ocamlcp_common.ml [new file with mode: 0644]
tools/ocamlcp_common.mli [new file with mode: 0644]
tools/ocamldep.mli [new file with mode: 0644]
tools/ocamlmklib.ml
tools/ocamlmklib.mli [new file with mode: 0644]
tools/ocamlmktop.ml
tools/ocamlmktop.mli [new file with mode: 0644]
tools/ocamloptp.ml
tools/ocamloptp.mli [new file with mode: 0644]
tools/ocamlprof.ml
tools/ocamlprof.mli [new file with mode: 0644]
tools/ocamlsize
tools/ocamltex.ml [new file with mode: 0644]
tools/ocamltex.mli [new file with mode: 0644]
tools/opnames.mli [new file with mode: 0644]
tools/primreq.ml
tools/primreq.mli [new file with mode: 0644]
tools/profiling.ml
tools/profiling.mli
tools/stripdebug.ml
tools/stripdebug.mli [new file with mode: 0644]
tools/sync_stdlib_docs
tools/translate-all-tests [new file with mode: 0755]
toplevel/byte/topeval.ml
toplevel/byte/topmain.ml
toplevel/dune
toplevel/expunge.ml
toplevel/expunge.mli [new file with mode: 0644]
toplevel/genprintval.ml
toplevel/native/topeval.ml
toplevel/native/tophooks.ml
toplevel/native/topmain.ml
toplevel/topcommon.ml
toplevel/topcommon.mli
toplevel/topdirs.ml
toplevel/topdirs.mli
toplevel/toploop.ml
toplevel/toploop.mli
toplevel/topprinters.ml [new file with mode: 0644]
toplevel/topprinters.mli [new file with mode: 0644]
toplevel/topstart.mli [new file with mode: 0644]
typing/annot.mli
typing/btype.ml
typing/btype.mli
typing/cmt2annot.ml
typing/cmt2annot.mli [new file with mode: 0644]
typing/ctype.ml
typing/ctype.mli
typing/datarepr.ml
typing/env.ml
typing/env.mli
typing/envaux.ml
typing/ident.ml
typing/ident.mli
typing/includeclass.ml
typing/includecore.ml
typing/includecore.mli
typing/includemod.ml
typing/includemod.mli
typing/includemod_errorprinter.ml
typing/mtype.ml
typing/oprint.ml
typing/oprint.mli
typing/outcometree.mli
typing/parmatch.ml
typing/parmatch.mli
typing/path.ml
typing/path.mli
typing/patterns.ml
typing/patterns.mli
typing/persistent_env.ml
typing/persistent_env.mli
typing/predef.ml
typing/predef.mli
typing/primitive.ml
typing/primitive.mli
typing/printpat.ml
typing/printpat.mli
typing/printtyp.ml
typing/printtyp.mli
typing/printtyped.ml
typing/printtyped.mli
typing/rec_check.ml [deleted file]
typing/rec_check.mli [deleted file]
typing/shape.ml
typing/shape.mli
typing/shape_reduce.ml [new file with mode: 0644]
typing/shape_reduce.mli [new file with mode: 0644]
typing/signature_group.ml
typing/signature_group.mli
typing/stypes.ml
typing/stypes.mli
typing/subst.ml
typing/subst.mli
typing/tast_iterator.ml
typing/tast_iterator.mli
typing/tast_mapper.ml
typing/tast_mapper.mli
typing/typeclass.ml
typing/typeclass.mli
typing/typecore.ml
typing/typecore.mli
typing/typedecl.ml
typing/typedecl.mli
typing/typedecl_immediacy.ml
typing/typedecl_separability.ml
typing/typedecl_unboxed.ml
typing/typedecl_variance.ml
typing/typedecl_variance.mli
typing/typedtree.ml
typing/typedtree.mli
typing/typemod.ml
typing/typemod.mli
typing/typeopt.ml
typing/typeopt.mli
typing/types.ml
typing/types.mli
typing/typetexp.ml
typing/typetexp.mli
typing/untypeast.ml
typing/value_rec_check.ml [new file with mode: 0644]
typing/value_rec_check.mli [new file with mode: 0644]
typing/value_rec_types.mli [new file with mode: 0644]
utils/HACKING.adoc
utils/Makefile [deleted file]
utils/binutils.ml
utils/build_path_prefix_map.ml
utils/build_path_prefix_map.mli
utils/ccomp.ml
utils/ccomp.mli
utils/clflags.ml
utils/clflags.mli
utils/compression.ml [new file with mode: 0644]
utils/compression.mli [new file with mode: 0644]
utils/config.common.ml.in [new file with mode: 0644]
utils/config.fixed.ml [new file with mode: 0644]
utils/config.generated.ml.in [new file with mode: 0644]
utils/config.mli
utils/config.mlp [deleted file]
utils/consistbl.ml
utils/consistbl.mli
utils/diffing.ml
utils/diffing.mli
utils/diffing_with_keys.ml
utils/domainstate.ml.c
utils/domainstate.mli.c
utils/dune
utils/load_path.ml
utils/load_path.mli
utils/local_store.mli
utils/misc.ml
utils/misc.mli
utils/targetint.mli
utils/warnings.ml
utils/warnings.mli
yacc/Makefile [deleted file]
yacc/closure.c
yacc/defs.h
yacc/error.c
yacc/lalr.c
yacc/lr0.c
yacc/main.c
yacc/mkpar.c
yacc/output.c
yacc/reader.c
yacc/skeleton.c
yacc/symtab.c
yacc/verbose.c
yacc/warshall.c
yacc/wstr.c