New upstream version 4.08.0
authorStephane Glondu <steph@glondu.net>
Wed, 10 Jul 2019 12:50:44 +0000 (14:50 +0200)
committerStephane Glondu <steph@glondu.net>
Wed, 10 Jul 2019 12:50:44 +0000 (14:50 +0200)
commit0d72a5f3204618bc7093ea6b68c5ed20921ec9ec
tree2abbb872704630a822c266d2725a91890081d562
parent1dff8a2f0f8dae311ae15ca8fa2596b737450ba6
New upstream version 4.08.0
2174 files changed:
.depend
.depend.menhir [new file with mode: 0644]
.gitattributes
.gitignore
.mailmap
.merlin [deleted file]
.travis.yml
BOOTSTRAP.adoc [new file with mode: 0644]
CONTRIBUTING.md
Changes
HACKING.adoc
INSTALL.adoc
Makefile
Makefile.common [deleted file]
Makefile.common.in [new file with mode: 0644]
Makefile.config.in [new file with mode: 0644]
Makefile.menhir [new file with mode: 0644]
Makefile.nt [deleted file]
Makefile.tools
News [new file with mode: 0644]
README.adoc
README.win32.adoc
VERSION
aclocal.m4 [new file with mode: 0644]
appveyor.yml
asmcomp/CSEgen.ml
asmcomp/CSEgen.mli
asmcomp/afl_instrument.ml
asmcomp/amd64/CSE.ml
asmcomp/amd64/arch.ml
asmcomp/amd64/emit.mlp
asmcomp/amd64/proc.ml
asmcomp/amd64/selection.ml
asmcomp/arm/emit.mlp
asmcomp/arm/proc.ml
asmcomp/arm/reload.ml
asmcomp/arm64/arch.ml
asmcomp/arm64/emit.mlp
asmcomp/arm64/proc.ml
asmcomp/asmgen.ml
asmcomp/asmgen.mli
asmcomp/asmlibrarian.ml
asmcomp/asmlink.ml
asmcomp/asmlink.mli
asmcomp/asmpackager.ml
asmcomp/asmpackager.mli
asmcomp/backend_var.ml [new file with mode: 0644]
asmcomp/backend_var.mli [new file with mode: 0644]
asmcomp/branch_relaxation.ml
asmcomp/branch_relaxation_intf.ml
asmcomp/build_export_info.ml
asmcomp/clambda.ml
asmcomp/clambda.mli
asmcomp/closure.ml
asmcomp/cmm.ml
asmcomp/cmm.mli
asmcomp/cmmgen.ml
asmcomp/cmmgen.mli
asmcomp/comballoc.ml
asmcomp/compilenv.ml
asmcomp/compilenv.mli
asmcomp/debug/available_regs.ml
asmcomp/debug/reg_availability_set.ml
asmcomp/debug/reg_with_debug_info.ml
asmcomp/debug/reg_with_debug_info.mli
asmcomp/dune [new file with mode: 0644]
asmcomp/emitaux.ml
asmcomp/export_info.ml
asmcomp/flambda_to_clambda.ml
asmcomp/i386/emit.mlp
asmcomp/i386/proc.ml
asmcomp/linearize.ml
asmcomp/linearize.mli
asmcomp/linscan.ml
asmcomp/liveness.ml
asmcomp/liveness.mli
asmcomp/mach.ml
asmcomp/mach.mli
asmcomp/power/arch.ml
asmcomp/power/emit.mlp
asmcomp/power/proc.ml
asmcomp/printclambda.ml
asmcomp/printclambda.mli
asmcomp/printcmm.ml
asmcomp/printlinear.ml
asmcomp/printmach.ml
asmcomp/proc.mli
asmcomp/reg.ml
asmcomp/reg.mli
asmcomp/s390x/emit.mlp
asmcomp/s390x/proc.ml
asmcomp/selectgen.ml
asmcomp/selectgen.mli
asmcomp/spacetime_profiling.ml
asmcomp/split.ml
asmcomp/strmatch.ml
asmcomp/un_anf.ml
asmcomp/un_anf.mli
asmcomp/x86_gas.ml
asmcomp/x86_proc.ml
asmrun/.depend [deleted file]
asmrun/Makefile [deleted file]
asmrun/Makefile.nt [deleted file]
asmrun/amd64.S [deleted file]
asmrun/amd64nt.asm [deleted file]
asmrun/arm.S [deleted file]
asmrun/arm64.S [deleted file]
asmrun/backtrace_prim.c [deleted file]
asmrun/clambda_checks.c [deleted file]
asmrun/fail.c [deleted file]
asmrun/i386.S [deleted file]
asmrun/i386nt.asm [deleted file]
asmrun/natdynlink.c [deleted file]
asmrun/power.S [deleted file]
asmrun/roots.c [deleted file]
asmrun/s390x.S [deleted file]
asmrun/signals_asm.c [deleted file]
asmrun/signals_osdep.h [deleted file]
asmrun/spacetime.c [deleted file]
asmrun/spacetime_snapshot.c [deleted file]
asmrun/startup.c [deleted file]
autogen [new file with mode: 0755]
boot/menhir/menhirLib.ml [new file with mode: 0644]
boot/menhir/menhirLib.mli [new file with mode: 0644]
boot/menhir/parser.ml [new file with mode: 0644]
boot/menhir/parser.mli [new file with mode: 0644]
boot/ocamlc
boot/ocamllex
build-aux/ax_func_which_gethostbyname_r.m4 [new file with mode: 0644]
build-aux/ax_pthread.m4 [new file with mode: 0644]
build-aux/compile [new file with mode: 0755]
build-aux/config.guess [new file with mode: 0755]
build-aux/config.sub [new file with mode: 0755]
build-aux/install-sh [new file with mode: 0755]
build-aux/libtool.m4 [new file with mode: 0644]
build-aux/ltmain.sh [new file with mode: 0644]
build-aux/ltoptions.m4 [new file with mode: 0644]
build-aux/ltsugar.m4 [new file with mode: 0644]
build-aux/ltversion.m4 [new file with mode: 0644]
build-aux/lt~obsolete.m4 [new file with mode: 0644]
build-aux/missing [new file with mode: 0755]
bytecomp/bytegen.ml
bytecomp/bytegen.mli
bytecomp/bytelibrarian.ml
bytecomp/bytelibrarian.mli
bytecomp/bytelink.ml
bytecomp/bytelink.mli
bytecomp/bytepackager.ml
bytecomp/bytepackager.mli
bytecomp/cmo_format.mli
bytecomp/dll.ml
bytecomp/dune [new file with mode: 0644]
bytecomp/emitcode.ml
bytecomp/emitcode.mli
bytecomp/generate_runtimedef.sh [new file with mode: 0755]
bytecomp/instruct.ml
bytecomp/instruct.mli
bytecomp/lambda.ml
bytecomp/lambda.mli
bytecomp/matching.ml
bytecomp/meta.ml
bytecomp/meta.mli
bytecomp/printlambda.ml
bytecomp/printlambda.mli
bytecomp/simplif.ml
bytecomp/simplif.mli
bytecomp/switch.ml
bytecomp/symtable.ml
bytecomp/symtable.mli
bytecomp/translattribute.ml
bytecomp/translattribute.mli
bytecomp/translclass.ml
bytecomp/translcore.ml
bytecomp/translcore.mli
bytecomp/translmod.ml
bytecomp/translmod.mli
bytecomp/translobj.ml
bytecomp/translprim.ml
bytecomp/translprim.mli
byterun/.depend [deleted file]
byterun/Makefile [deleted file]
byterun/Makefile.nt [deleted file]
byterun/afl.c [deleted file]
byterun/alloc.c [deleted file]
byterun/array.c [deleted file]
byterun/backtrace.c [deleted file]
byterun/backtrace_prim.c [deleted file]
byterun/bigarray.c [deleted file]
byterun/callback.c [deleted file]
byterun/caml/address_class.h [deleted file]
byterun/caml/alloc.h [deleted file]
byterun/caml/backtrace.h [deleted file]
byterun/caml/backtrace_prim.h [deleted file]
byterun/caml/bigarray.h [deleted file]
byterun/caml/callback.h [deleted file]
byterun/caml/compact.h [deleted file]
byterun/caml/compare.h [deleted file]
byterun/caml/compatibility.h [deleted file]
byterun/caml/config.h [deleted file]
byterun/caml/custom.h [deleted file]
byterun/caml/debugger.h [deleted file]
byterun/caml/dynlink.h [deleted file]
byterun/caml/exec.h [deleted file]
byterun/caml/fail.h [deleted file]
byterun/caml/finalise.h [deleted file]
byterun/caml/fix_code.h [deleted file]
byterun/caml/freelist.h [deleted file]
byterun/caml/gc.h [deleted file]
byterun/caml/gc_ctrl.h [deleted file]
byterun/caml/globroots.h [deleted file]
byterun/caml/hash.h [deleted file]
byterun/caml/hooks.h [deleted file]
byterun/caml/instrtrace.h [deleted file]
byterun/caml/instruct.h [deleted file]
byterun/caml/int64_emul.h [deleted file]
byterun/caml/int64_format.h [deleted file]
byterun/caml/int64_native.h [deleted file]
byterun/caml/interp.h [deleted file]
byterun/caml/intext.h [deleted file]
byterun/caml/io.h [deleted file]
byterun/caml/major_gc.h [deleted file]
byterun/caml/md5.h [deleted file]
byterun/caml/memory.h [deleted file]
byterun/caml/minor_gc.h [deleted file]
byterun/caml/misc.h [deleted file]
byterun/caml/mlvalues.h [deleted file]
byterun/caml/osdeps.h [deleted file]
byterun/caml/prims.h [deleted file]
byterun/caml/printexc.h [deleted file]
byterun/caml/reverse.h [deleted file]
byterun/caml/roots.h [deleted file]
byterun/caml/signals.h [deleted file]
byterun/caml/signals_machdep.h [deleted file]
byterun/caml/spacetime.h [deleted file]
byterun/caml/stack.h [deleted file]
byterun/caml/stacks.h [deleted file]
byterun/caml/startup.h [deleted file]
byterun/caml/startup_aux.h [deleted file]
byterun/caml/sys.h [deleted file]
byterun/caml/ui.h [deleted file]
byterun/caml/weak.h [deleted file]
byterun/compact.c [deleted file]
byterun/compare.c [deleted file]
byterun/custom.c [deleted file]
byterun/debugger.c [deleted file]
byterun/dynlink.c [deleted file]
byterun/extern.c [deleted file]
byterun/fail.c [deleted file]
byterun/finalise.c [deleted file]
byterun/fix_code.c [deleted file]
byterun/floats.c [deleted file]
byterun/freelist.c [deleted file]
byterun/gc_ctrl.c [deleted file]
byterun/globroots.c [deleted file]
byterun/hash.c [deleted file]
byterun/instrtrace.c [deleted file]
byterun/intern.c [deleted file]
byterun/interp.c [deleted file]
byterun/ints.c [deleted file]
byterun/io.c [deleted file]
byterun/lexing.c [deleted file]
byterun/main.c [deleted file]
byterun/major_gc.c [deleted file]
byterun/md5.c [deleted file]
byterun/memory.c [deleted file]
byterun/meta.c [deleted file]
byterun/minor_gc.c [deleted file]
byterun/misc.c [deleted file]
byterun/obj.c [deleted file]
byterun/parsing.c [deleted file]
byterun/printexc.c [deleted file]
byterun/roots.c [deleted file]
byterun/signals.c [deleted file]
byterun/signals_byt.c [deleted file]
byterun/spacetime.c [deleted file]
byterun/stacks.c [deleted file]
byterun/startup.c [deleted file]
byterun/startup_aux.c [deleted file]
byterun/str.c [deleted file]
byterun/sys.c [deleted file]
byterun/unix.c [deleted file]
byterun/weak.c [deleted file]
byterun/win32.c [deleted file]
config/Makefile-templ [deleted file]
config/Makefile.mingw
config/Makefile.mingw64
config/Makefile.msvc
config/Makefile.msvc64
config/auto-aux/simple.S [new file with mode: 0644]
config/m-nt.h
config/m-templ.h [deleted file]
config/s-nt.h
config/s-templ.h [deleted file]
configure
configure.ac [new file with mode: 0644]
debugger/.depend
debugger/Makefile
debugger/Makefile.nt [deleted file]
debugger/breakpoints.ml
debugger/command_line.ml
debugger/dune [new file with mode: 0644]
debugger/eval.ml
debugger/input_handling.ml
debugger/loadprinter.ml
debugger/main.ml
debugger/parameters.ml
debugger/printval.ml
debugger/program_management.ml
debugger/source.ml
debugger/symbols.ml
debugger/time_travel.ml
debugger/unix_tools.ml
driver/compdynlink.mlno [deleted file]
driver/compenv.ml
driver/compenv.mli
driver/compify_dynlink.sh [new file with mode: 0755]
driver/compile.ml
driver/compile.mli
driver/compile_common.ml [new file with mode: 0644]
driver/compile_common.mli [new file with mode: 0644]
driver/compmisc.ml
driver/compmisc.mli
driver/compplugin.ml
driver/dune [new file with mode: 0644]
driver/main.ml
driver/main_args.ml
driver/main_args.mli
driver/makedepend.ml
driver/optcompile.ml
driver/optcompile.mli
driver/optmain.ml
driver/pparse.ml
driver/pparse.mli
dune [new file with mode: 0644]
dune-project [new file with mode: 0644]
emacs/COPYING [deleted file]
emacs/Makefile [deleted file]
emacs/README [deleted file]
emacs/README.itz [deleted file]
emacs/caml-compat.el [deleted file]
emacs/caml-emacs.el [deleted file]
emacs/caml-font-old.el [deleted file]
emacs/caml-font.el [deleted file]
emacs/caml-help.el [deleted file]
emacs/caml-hilit.el [deleted file]
emacs/caml-types.el [deleted file]
emacs/caml-xemacs.el [deleted file]
emacs/caml.el [deleted file]
emacs/camldebug.el [deleted file]
emacs/inf-caml.el [deleted file]
emacs/ocamltags.in [deleted file]
lex/.depend
lex/Makefile
lex/Makefile.nt [deleted file]
lex/common.ml
lex/lexer.mll
lex/lexgen.ml
lex/main.ml
lex/output.ml
lex/outputbis.ml
man/Makefile
man/ocaml.m
man/ocamlc.m
man/ocamldep.m
man/ocamldoc.m
man/ocamlopt.m
man/ocamlrun.m
manual/Makefile
manual/README.md
manual/manual/Makefile
manual/manual/allfiles.etex
manual/manual/biblio.etex
manual/manual/cmds/Makefile
manual/manual/cmds/afl-fuzz.etex
manual/manual/cmds/browser.etex
manual/manual/cmds/comp.etex
manual/manual/cmds/debugger.etex
manual/manual/cmds/depend.etex
manual/manual/cmds/flambda.etex
manual/manual/cmds/intf-c.etex
manual/manual/cmds/lexyacc.etex
manual/manual/cmds/native.etex
manual/manual/cmds/ocamlbuild.etex
manual/manual/cmds/ocamldoc.etex
manual/manual/cmds/plugins.etex
manual/manual/cmds/profil.etex
manual/manual/cmds/runtime.etex
manual/manual/cmds/spacetime.etex
manual/manual/cmds/top.etex
manual/manual/cmds/unified-options.etex
manual/manual/htmlman/.gitignore
manual/manual/library/.cvsignore [deleted file]
manual/manual/library/.gitignore
manual/manual/library/Makefile
manual/manual/library/builtin.etex
manual/manual/library/compiler_libs.mld [new file with mode: 0644]
manual/manual/library/compilerlibs.etex
manual/manual/library/core.etex
manual/manual/library/libbigarray.etex
manual/manual/library/libdynlink.etex
manual/manual/library/libgraph.etex
manual/manual/library/libnum.etex
manual/manual/library/libstr.etex
manual/manual/library/libthreads.etex
manual/manual/library/libunix.etex
manual/manual/library/stdlib.etex
manual/manual/macros.hva
manual/manual/macros.tex
manual/manual/manual.tex
manual/manual/pdfmanual.tex [deleted file]
manual/manual/plaintext.tex [deleted file]
manual/manual/refman/.cvsignore [deleted file]
manual/manual/refman/Makefile
manual/manual/refman/classes.etex
manual/manual/refman/compunit.etex
manual/manual/refman/const.etex
manual/manual/refman/expr.etex
manual/manual/refman/exten.etex
manual/manual/refman/lex.etex
manual/manual/refman/modtypes.etex
manual/manual/refman/modules.etex
manual/manual/refman/names.etex
manual/manual/refman/patterns.etex
manual/manual/refman/refman.etex
manual/manual/refman/typedecl.etex
manual/manual/refman/types.etex
manual/manual/refman/values.etex
manual/manual/style.css
manual/manual/texstuff/.cvsignore [deleted file]
manual/manual/texstuff/.gitignore
manual/manual/textman/.cvsignore [deleted file]
manual/manual/tutorials/.cvsignore [deleted file]
manual/manual/tutorials/Makefile
manual/manual/tutorials/advexamples.etex
manual/manual/tutorials/coreexamples.etex
manual/manual/tutorials/lablexamples.etex
manual/manual/tutorials/moduleexamples.etex
manual/manual/tutorials/objectexamples.etex
manual/manual/tutorials/polymorphism.etex
manual/styles/ocamldoc.hva
manual/styles/plaintext.sty [deleted file]
manual/tests/.gitignore [new file with mode: 0644]
manual/tests/Makefile
manual/tests/cross_reference_checker.ml
manual/tools/.gitignore
manual/tools/.ignore [deleted file]
manual/tools/Makefile
manual/tools/caml-tex [deleted file]
manual/tools/caml_tex2.ml [deleted file]
manual/tools/dvi_to_txt/Makefile [deleted file]
manual/tools/dvi_to_txt/dvi.h [deleted file]
manual/tools/dvi_to_txt/interp.c [deleted file]
manual/tools/dvi_to_txt/io.c [deleted file]
manual/tools/dvi_to_txt/io.h [deleted file]
manual/tools/dvi_to_txt/main.c [deleted file]
manual/tools/dvi_to_txt/output.c [deleted file]
manual/tools/dvi_to_txt/output.h [deleted file]
manual/tools/dvi_to_txt/print.c [deleted file]
manual/tools/dvi_to_txt/print_rtf.c [deleted file]
manual/tools/dvi_to_txt/print_styl.c [deleted file]
manual/tools/fix_index.sh
manual/tools/format-intf [deleted file]
manual/tools/htmlcut [deleted file]
manual/tools/htmlquote.c [deleted file]
manual/tools/htmltbl [deleted file]
manual/tools/htmlthread [deleted file]
manual/tools/latexmacros.ml [deleted file]
manual/tools/latexmacros.mli [deleted file]
manual/tools/latexmain.ml [deleted file]
manual/tools/latexscan.mll [deleted file]
manual/tools/texexpand [deleted file]
manual/tools/texquote2.c [deleted file]
manual/tools/texquote2.ml [new file with mode: 0644]
middle_end/alias_analysis.ml
middle_end/allocated_const.ml
middle_end/augment_specialised_args.ml
middle_end/base_types/closure_element.ml
middle_end/base_types/closure_id.ml
middle_end/base_types/closure_origin.ml
middle_end/base_types/compilation_unit.ml
middle_end/base_types/export_id.ml
middle_end/base_types/id_types.ml
middle_end/base_types/linkage_name.ml
middle_end/base_types/mutable_variable.ml
middle_end/base_types/set_of_closures_id.ml
middle_end/base_types/set_of_closures_origin.ml
middle_end/base_types/static_exception.ml
middle_end/base_types/symbol.ml
middle_end/base_types/tag.ml
middle_end/base_types/tag.mli
middle_end/base_types/var_within_closure.ml
middle_end/base_types/variable.ml
middle_end/closure_conversion.ml
middle_end/closure_conversion_aux.ml
middle_end/debuginfo.ml
middle_end/debuginfo.mli
middle_end/effect_analysis.ml
middle_end/extract_projections.ml
middle_end/find_recursive_functions.ml
middle_end/flambda.ml
middle_end/flambda.mli
middle_end/flambda_invariants.ml
middle_end/flambda_iterators.ml
middle_end/flambda_utils.ml
middle_end/flambda_utils.mli
middle_end/freshening.ml
middle_end/freshening.mli
middle_end/inconstant_idents.ml
middle_end/initialize_symbol_to_let_symbol.ml
middle_end/inline_and_simplify.ml
middle_end/inline_and_simplify.mli
middle_end/inline_and_simplify_aux.ml
middle_end/inline_and_simplify_aux.mli
middle_end/inlining_cost.ml
middle_end/inlining_cost.mli
middle_end/inlining_decision.ml
middle_end/inlining_stats.ml
middle_end/inlining_stats_types.ml
middle_end/inlining_transforms.ml
middle_end/int_replace_polymorphic_compare.ml [new file with mode: 0644]
middle_end/int_replace_polymorphic_compare.mli [new file with mode: 0644]
middle_end/internal_variable_names.ml
middle_end/invariant_params.ml
middle_end/lift_code.ml
middle_end/lift_constants.ml
middle_end/lift_let_to_initialize_symbol.ml
middle_end/middle_end.ml
middle_end/middle_end.mli
middle_end/parameter.ml
middle_end/pass_wrapper.ml
middle_end/pass_wrapper.mli
middle_end/projection.ml
middle_end/ref_to_variables.ml
middle_end/remove_free_vars_equal_to_args.ml
middle_end/remove_free_vars_equal_to_args.mli
middle_end/remove_unused_arguments.ml
middle_end/remove_unused_closure_vars.ml
middle_end/remove_unused_program_constructs.ml
middle_end/share_constants.ml
middle_end/simple_value_approx.ml
middle_end/simple_value_approx.mli
middle_end/simplify_boxed_integer_ops.ml
middle_end/simplify_common.ml
middle_end/simplify_common.mli
middle_end/simplify_primitives.ml
middle_end/unbox_closures.ml
middle_end/unbox_free_vars_of_closures.ml
middle_end/unbox_specialised_args.ml
ocaml-variants.opam [new file with mode: 0644]
ocamldoc/.depend
ocamldoc/Changes.txt
ocamldoc/Makefile
ocamldoc/Makefile.docfiles [new file with mode: 0644]
ocamldoc/Makefile.nt [deleted file]
ocamldoc/Makefile.unprefix [deleted file]
ocamldoc/dune [new file with mode: 0644]
ocamldoc/odoc_analyse.ml
ocamldoc/odoc_args.ml
ocamldoc/odoc_ast.ml
ocamldoc/odoc_comments.ml
ocamldoc/odoc_cross.ml
ocamldoc/odoc_dep.ml
ocamldoc/odoc_env.ml
ocamldoc/odoc_global.ml
ocamldoc/odoc_global.mli
ocamldoc/odoc_html.ml
ocamldoc/odoc_info.mli
ocamldoc/odoc_latex.ml
ocamldoc/odoc_man.ml
ocamldoc/odoc_merge.ml
ocamldoc/odoc_messages.ml
ocamldoc/odoc_misc.ml
ocamldoc/odoc_module.ml
ocamldoc/odoc_name.ml
ocamldoc/odoc_name.mli
ocamldoc/odoc_print.ml
ocamldoc/odoc_sig.ml
ocamldoc/odoc_str.ml
ocamldoc/odoc_text_parser.mly
ocamldoc/stdlib_non_prefixed/.depend [deleted file]
ocamldoc/stdlib_non_prefixed/Makefile [deleted file]
ocamldoc/stdlib_non_prefixed/extract_pervasives.awk [deleted file]
ocamltest/.depend
ocamltest/Makefile
ocamltest/README
ocamltest/actions.ml
ocamltest/actions_helpers.ml
ocamltest/actions_helpers.mli
ocamltest/builtin_actions.ml
ocamltest/builtin_actions.mli
ocamltest/builtin_variables.ml
ocamltest/builtin_variables.mli
ocamltest/dune [new file with mode: 0644]
ocamltest/environments.ml
ocamltest/filecompare.ml
ocamltest/filecompare.mli
ocamltest/main.ml
ocamltest/ocaml_actions.ml
ocamltest/ocaml_actions.mli
ocamltest/ocaml_commands.ml
ocamltest/ocaml_commands.mli
ocamltest/ocaml_directories.ml
ocamltest/ocaml_directories.mli
ocamltest/ocaml_files.ml
ocamltest/ocaml_files.mli
ocamltest/ocaml_filetypes.ml
ocamltest/ocaml_filetypes.mli
ocamltest/ocaml_flags.ml
ocamltest/ocaml_flags.mli
ocamltest/ocaml_modifiers.ml
ocamltest/ocaml_tests.ml
ocamltest/ocaml_tests.mli
ocamltest/ocaml_variables.ml
ocamltest/ocaml_variables.mli
ocamltest/ocamltest_config.ml.in
ocamltest/ocamltest_config.mli
ocamltest/ocamltest_stdlib.ml
ocamltest/ocamltest_stdlib.mli
ocamltest/ocamltest_stdlib_stubs.c
ocamltest/options.ml
ocamltest/run_unix.c
ocamltest/run_win32.c
ocamltest/tsl_ast.ml
ocamltest/tsl_ast.mli
ocamltest/tsl_lexer.mli
ocamltest/tsl_lexer.mll
ocamltest/variables.ml
ocamltest/variables.mli
otherlibs/Makefile
otherlibs/Makefile.otherlibs.common [new file with mode: 0644]
otherlibs/bigarray/.depend
otherlibs/bigarray/Makefile
otherlibs/bigarray/Makefile.nt [deleted file]
otherlibs/bigarray/bigarray.ml
otherlibs/bigarray/bigarray.mli
otherlibs/bigarray/empty.c [new file with mode: 0644]
otherlibs/dynlink/Makefile
otherlibs/dynlink/Makefile.nt [deleted file]
otherlibs/dynlink/dune [new file with mode: 0644]
otherlibs/dynlink/dynlink.ml
otherlibs/dynlink/dynlink.mli
otherlibs/dynlink/dynlink_common.ml [new file with mode: 0644]
otherlibs/dynlink/dynlink_common.mli [new file with mode: 0644]
otherlibs/dynlink/dynlink_platform_intf.ml [new file with mode: 0644]
otherlibs/dynlink/dynlink_types.ml [new file with mode: 0644]
otherlibs/dynlink/dynlink_types.mli [new file with mode: 0644]
otherlibs/dynlink/extract_crc.ml
otherlibs/dynlink/natdynlink.ml
otherlibs/dynlink/nodynlink.ml [new file with mode: 0644]
otherlibs/graph/.depend
otherlibs/graph/Makefile
otherlibs/graph/events.c
otherlibs/graph/graphics.mli
otherlibs/graph/image.c
otherlibs/graph/open.c
otherlibs/raw_spacetime_lib/.depend
otherlibs/raw_spacetime_lib/Makefile
otherlibs/raw_spacetime_lib/Makefile.nt [deleted file]
otherlibs/raw_spacetime_lib/spacetime_offline.c
otherlibs/str/.depend
otherlibs/str/Makefile
otherlibs/str/Makefile.nt [deleted file]
otherlibs/str/dune [new file with mode: 0644]
otherlibs/str/str.mli
otherlibs/systhreads/.depend
otherlibs/systhreads/Makefile
otherlibs/systhreads/Makefile.nt [deleted file]
otherlibs/systhreads/st_posix.h
otherlibs/systhreads/st_stubs.c
otherlibs/systhreads/st_win32.h
otherlibs/threads/.depend
otherlibs/threads/Makefile
otherlibs/threads/scheduler.c
otherlibs/threads/stdlib.ml
otherlibs/threads/unix.ml
otherlibs/unix/.depend
otherlibs/unix/Makefile
otherlibs/unix/access.c
otherlibs/unix/channels.c [new file with mode: 0644]
otherlibs/unix/cstringv.c
otherlibs/unix/dune [new file with mode: 0644]
otherlibs/unix/execvp.c
otherlibs/unix/fsync.c [new file with mode: 0644]
otherlibs/unix/getaddrinfo.c
otherlibs/unix/getgr.c
otherlibs/unix/gethost.c
otherlibs/unix/getnameinfo.c
otherlibs/unix/link.c
otherlibs/unix/mmap_ba.c
otherlibs/unix/signals.c
otherlibs/unix/socketaddr.c
otherlibs/unix/times.c
otherlibs/unix/unix.ml
otherlibs/unix/unix.mli
otherlibs/unix/unixLabels.mli
otherlibs/win32graph/Makefile
otherlibs/win32graph/Makefile.nt [deleted file]
otherlibs/win32graph/draw.c
otherlibs/win32graph/open.c
otherlibs/win32unix/.depend
otherlibs/win32unix/Makefile
otherlibs/win32unix/Makefile.nt [deleted file]
otherlibs/win32unix/channels.c
otherlibs/win32unix/createprocess.c
otherlibs/win32unix/errmsg.c
otherlibs/win32unix/link.c
otherlibs/win32unix/lockf.c
otherlibs/win32unix/mmap.c
otherlibs/win32unix/readlink.c
otherlibs/win32unix/select.c
otherlibs/win32unix/unix.ml
otherlibs/win32unix/unixsupport.c
otherlibs/win32unix/utimes.c
otherlibs/win32unix/winworker.c
parsing/CONFLICTS.md [new file with mode: 0644]
parsing/HACKING.adoc
parsing/VIPs.md [new file with mode: 0644]
parsing/ast_helper.ml
parsing/ast_helper.mli
parsing/ast_invariants.ml
parsing/ast_invariants.mli
parsing/ast_iterator.ml
parsing/ast_iterator.mli
parsing/ast_mapper.ml
parsing/ast_mapper.mli
parsing/asttypes.mli
parsing/attr_helper.ml
parsing/attr_helper.mli
parsing/builtin_attributes.ml
parsing/builtin_attributes.mli
parsing/depend.ml
parsing/depend.mli
parsing/docstrings.ml
parsing/docstrings.mli
parsing/dune [new file with mode: 0644]
parsing/lexer.mli
parsing/lexer.mll
parsing/location.ml
parsing/location.mli
parsing/longident.mli
parsing/parse.ml
parsing/parse.mli
parsing/parser.mly
parsing/parsetree.mli
parsing/pprintast.ml
parsing/pprintast.mli
parsing/printast.ml
parsing/printast.mli
parsing/syntaxerr.ml
parsing/syntaxerr.mli
runtime/.depend [new file with mode: 0644]
runtime/Makefile [new file with mode: 0644]
runtime/afl.c [new file with mode: 0644]
runtime/alloc.c [new file with mode: 0644]
runtime/amd64.S [new file with mode: 0644]
runtime/amd64nt.asm [new file with mode: 0644]
runtime/arm.S [new file with mode: 0644]
runtime/arm64.S [new file with mode: 0644]
runtime/array.c [new file with mode: 0644]
runtime/backtrace.c [new file with mode: 0644]
runtime/backtrace_byt.c [new file with mode: 0644]
runtime/backtrace_nat.c [new file with mode: 0644]
runtime/bigarray.c [new file with mode: 0644]
runtime/callback.c [new file with mode: 0644]
runtime/caml/address_class.h [new file with mode: 0644]
runtime/caml/alloc.h [new file with mode: 0644]
runtime/caml/backtrace.h [new file with mode: 0644]
runtime/caml/backtrace_prim.h [new file with mode: 0644]
runtime/caml/bigarray.h [new file with mode: 0644]
runtime/caml/callback.h [new file with mode: 0644]
runtime/caml/compact.h [new file with mode: 0644]
runtime/caml/compare.h [new file with mode: 0644]
runtime/caml/compatibility.h [new file with mode: 0644]
runtime/caml/config.h [new file with mode: 0644]
runtime/caml/custom.h [new file with mode: 0644]
runtime/caml/debugger.h [new file with mode: 0644]
runtime/caml/dune [new file with mode: 0644]
runtime/caml/dynlink.h [new file with mode: 0644]
runtime/caml/exec.h [new file with mode: 0644]
runtime/caml/fail.h [new file with mode: 0644]
runtime/caml/finalise.h [new file with mode: 0644]
runtime/caml/fix_code.h [new file with mode: 0644]
runtime/caml/freelist.h [new file with mode: 0644]
runtime/caml/gc.h [new file with mode: 0644]
runtime/caml/gc_ctrl.h [new file with mode: 0644]
runtime/caml/globroots.h [new file with mode: 0644]
runtime/caml/hash.h [new file with mode: 0644]
runtime/caml/hooks.h [new file with mode: 0644]
runtime/caml/instrtrace.h [new file with mode: 0644]
runtime/caml/instruct.h [new file with mode: 0644]
runtime/caml/int64_emul.h [new file with mode: 0644]
runtime/caml/int64_format.h [new file with mode: 0644]
runtime/caml/int64_native.h [new file with mode: 0644]
runtime/caml/interp.h [new file with mode: 0644]
runtime/caml/intext.h [new file with mode: 0644]
runtime/caml/io.h [new file with mode: 0644]
runtime/caml/m.h.in [new file with mode: 0644]
runtime/caml/major_gc.h [new file with mode: 0644]
runtime/caml/md5.h [new file with mode: 0644]
runtime/caml/memory.h [new file with mode: 0644]
runtime/caml/minor_gc.h [new file with mode: 0644]
runtime/caml/misc.h [new file with mode: 0644]
runtime/caml/mlvalues.h [new file with mode: 0644]
runtime/caml/osdeps.h [new file with mode: 0644]
runtime/caml/prims.h [new file with mode: 0644]
runtime/caml/printexc.h [new file with mode: 0644]
runtime/caml/reverse.h [new file with mode: 0644]
runtime/caml/roots.h [new file with mode: 0644]
runtime/caml/s.h.in [new file with mode: 0644]
runtime/caml/signals.h [new file with mode: 0644]
runtime/caml/signals_machdep.h [new file with mode: 0644]
runtime/caml/spacetime.h [new file with mode: 0644]
runtime/caml/stack.h [new file with mode: 0644]
runtime/caml/stacks.h [new file with mode: 0644]
runtime/caml/startup.h [new file with mode: 0644]
runtime/caml/startup_aux.h [new file with mode: 0644]
runtime/caml/sys.h [new file with mode: 0644]
runtime/caml/ui.h [new file with mode: 0644]
runtime/caml/weak.h [new file with mode: 0644]
runtime/clambda_checks.c [new file with mode: 0644]
runtime/compact.c [new file with mode: 0644]
runtime/compare.c [new file with mode: 0644]
runtime/custom.c [new file with mode: 0644]
runtime/debugger.c [new file with mode: 0644]
runtime/dune [new file with mode: 0644]
runtime/dynlink.c [new file with mode: 0644]
runtime/dynlink_nat.c [new file with mode: 0644]
runtime/extern.c [new file with mode: 0644]
runtime/fail_byt.c [new file with mode: 0644]
runtime/fail_nat.c [new file with mode: 0644]
runtime/finalise.c [new file with mode: 0644]
runtime/fix_code.c [new file with mode: 0644]
runtime/floats.c [new file with mode: 0644]
runtime/freelist.c [new file with mode: 0644]
runtime/gc_ctrl.c [new file with mode: 0644]
runtime/gen_primitives.sh [new file with mode: 0755]
runtime/globroots.c [new file with mode: 0644]
runtime/hash.c [new file with mode: 0644]
runtime/i386.S [new file with mode: 0644]
runtime/i386nt.asm [new file with mode: 0644]
runtime/instrtrace.c [new file with mode: 0644]
runtime/intern.c [new file with mode: 0644]
runtime/interp.c [new file with mode: 0644]
runtime/ints.c [new file with mode: 0644]
runtime/io.c [new file with mode: 0644]
runtime/lexing.c [new file with mode: 0644]
runtime/main.c [new file with mode: 0644]
runtime/major_gc.c [new file with mode: 0644]
runtime/md5.c [new file with mode: 0644]
runtime/memory.c [new file with mode: 0644]
runtime/meta.c [new file with mode: 0644]
runtime/minor_gc.c [new file with mode: 0644]
runtime/misc.c [new file with mode: 0644]
runtime/obj.c [new file with mode: 0644]
runtime/parsing.c [new file with mode: 0644]
runtime/power.S [new file with mode: 0644]
runtime/printexc.c [new file with mode: 0644]
runtime/roots_byt.c [new file with mode: 0644]
runtime/roots_nat.c [new file with mode: 0644]
runtime/s390x.S [new file with mode: 0644]
runtime/signals.c [new file with mode: 0644]
runtime/signals_byt.c [new file with mode: 0644]
runtime/signals_nat.c [new file with mode: 0644]
runtime/signals_osdep.h [new file with mode: 0644]
runtime/spacetime_byt.c [new file with mode: 0644]
runtime/spacetime_nat.c [new file with mode: 0644]
runtime/spacetime_snapshot.c [new file with mode: 0644]
runtime/stacks.c [new file with mode: 0644]
runtime/startup_aux.c [new file with mode: 0644]
runtime/startup_byt.c [new file with mode: 0644]
runtime/startup_nat.c [new file with mode: 0644]
runtime/str.c [new file with mode: 0644]
runtime/sys.c [new file with mode: 0644]
runtime/unix.c [new file with mode: 0644]
runtime/weak.c [new file with mode: 0644]
runtime/win32.c [new file with mode: 0644]
stdlib/.depend
stdlib/Compflags
stdlib/HACKING.adoc [new file with mode: 0644]
stdlib/Makefile
stdlib/Makefile.nt [deleted file]
stdlib/StdlibModules
stdlib/arg.ml
stdlib/arg.mli
stdlib/array.ml
stdlib/array.mli
stdlib/arrayLabels.mli
stdlib/bigarray.mli
stdlib/bool.ml [new file with mode: 0644]
stdlib/bool.mli [new file with mode: 0644]
stdlib/buffer.ml
stdlib/buffer.mli
stdlib/bytes.ml
stdlib/bytes.mli
stdlib/bytesLabels.mli
stdlib/camlinternalFormat.ml
stdlib/camlinternalFormat.mli
stdlib/camlinternalFormatBasics.ml
stdlib/camlinternalFormatBasics.mli
stdlib/camlinternalLazy.ml
stdlib/camlinternalLazy.mli
stdlib/char.mli
stdlib/digest.mli
stdlib/dune [new file with mode: 0644]
stdlib/ephemeron.ml
stdlib/ephemeron.mli
stdlib/expand_module_aliases.awk
stdlib/filename.ml
stdlib/filename.mli
stdlib/float.ml
stdlib/float.mli
stdlib/format.ml
stdlib/format.mli
stdlib/fun.ml [new file with mode: 0644]
stdlib/fun.mli [new file with mode: 0644]
stdlib/gc.ml
stdlib/gc.mli
stdlib/hashtbl.ml
stdlib/hashtbl.mli
stdlib/headernt.c
stdlib/int.ml [new file with mode: 0644]
stdlib/int.mli [new file with mode: 0644]
stdlib/int32.ml
stdlib/int32.mli
stdlib/int64.ml
stdlib/int64.mli
stdlib/lazy.ml
stdlib/lazy.mli
stdlib/lexing.ml
stdlib/lexing.mli
stdlib/list.ml
stdlib/list.mli
stdlib/listLabels.mli
stdlib/map.ml
stdlib/map.mli
stdlib/marshal.ml
stdlib/moreLabels.mli
stdlib/nativeint.ml
stdlib/nativeint.mli
stdlib/obj.ml
stdlib/obj.mli
stdlib/ocaml_operators.mld [new file with mode: 0644]
stdlib/option.ml [new file with mode: 0644]
stdlib/option.mli [new file with mode: 0644]
stdlib/pervasives.ml [new file with mode: 0644]
stdlib/printexc.ml
stdlib/printexc.mli
stdlib/printf.ml
stdlib/printf.mli
stdlib/queue.ml
stdlib/queue.mli
stdlib/random.ml
stdlib/result.ml [new file with mode: 0644]
stdlib/result.mli [new file with mode: 0644]
stdlib/scanf.ml
stdlib/scanf.mli
stdlib/seq.mli
stdlib/set.ml
stdlib/set.mli
stdlib/sort.ml [deleted file]
stdlib/sort.mli [deleted file]
stdlib/stack.ml
stdlib/stack.mli
stdlib/stdlib.ml
stdlib/stdlib.mli
stdlib/string.ml
stdlib/string.mli
stdlib/stringLabels.mli
stdlib/sys.mli
stdlib/sys.mlp
stdlib/uchar.ml
stdlib/uchar.mli
stdlib/unit.ml [new file with mode: 0644]
stdlib/unit.mli [new file with mode: 0644]
stdlib/weak.ml
stdlib/weak.mli
testsuite/HACKING.adoc
testsuite/Makefile
testsuite/lib/lib.ml
testsuite/lib/testing.ml
testsuite/lib/testing.mli
testsuite/makefiles/Makefile.common
testsuite/makefiles/Makefile.dlambda [deleted file]
testsuite/makefiles/Makefile.dparsetree [deleted file]
testsuite/makefiles/Makefile.expect [deleted file]
testsuite/makefiles/Makefile.okbad [deleted file]
testsuite/makefiles/Makefile.one
testsuite/makefiles/Makefile.several [deleted file]
testsuite/makefiles/Makefile.toplevel [deleted file]
testsuite/makefiles/summarize.awk
testsuite/tests/afl-instrumentation/afltest.ml
testsuite/tests/afl-instrumentation/afltest.run
testsuite/tests/afl-instrumentation/harness.ml
testsuite/tests/afl-instrumentation/test.ml
testsuite/tests/asmcomp/is_static_flambda.ml
testsuite/tests/asmcomp/register_typing.ml
testsuite/tests/asmcomp/register_typing_switch.ml
testsuite/tests/asmcomp/staticalloc.ml
testsuite/tests/asmgen/Makefile [deleted file]
testsuite/tests/asmgen/amd64.S [deleted file]
testsuite/tests/asmgen/arith.cmm
testsuite/tests/asmgen/arm.S [deleted file]
testsuite/tests/asmgen/arm64.S [deleted file]
testsuite/tests/asmgen/catch-float.cmm [new file with mode: 0644]
testsuite/tests/asmgen/catch-rec.cmm
testsuite/tests/asmgen/catch-try-float.cmm [new file with mode: 0644]
testsuite/tests/asmgen/catch-try.cmm
testsuite/tests/asmgen/checkbound.cmm
testsuite/tests/asmgen/even-odd-spill-float.cmm [new file with mode: 0644]
testsuite/tests/asmgen/even-odd-spill.cmm
testsuite/tests/asmgen/even-odd.cmm
testsuite/tests/asmgen/fib.cmm
testsuite/tests/asmgen/i386.S [deleted file]
testsuite/tests/asmgen/i386nt.asm [deleted file]
testsuite/tests/asmgen/integr.cmm
testsuite/tests/asmgen/lexcmm.mli [deleted file]
testsuite/tests/asmgen/lexcmm.mll [deleted file]
testsuite/tests/asmgen/main.c
testsuite/tests/asmgen/main.ml [deleted file]
testsuite/tests/asmgen/mainarith.c
testsuite/tests/asmgen/ocamltests [new file with mode: 0644]
testsuite/tests/asmgen/parsecmm.mly [deleted file]
testsuite/tests/asmgen/parsecmmaux.ml [deleted file]
testsuite/tests/asmgen/parsecmmaux.mli [deleted file]
testsuite/tests/asmgen/pgcd.cmm
testsuite/tests/asmgen/power.S [deleted file]
testsuite/tests/asmgen/quicksort.cmm
testsuite/tests/asmgen/quicksort2.cmm
testsuite/tests/asmgen/s390x.S [deleted file]
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/backtrace2.byte.reference
testsuite/tests/backtrace/backtrace2.opt.reference
testsuite/tests/backtrace/backtrace_or_exception.byte.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_or_exception.ml [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_or_exception.opt.reference [new file with mode: 0644]
testsuite/tests/backtrace/backtrace_slots.ml
testsuite/tests/backtrace/callstack.ml [new file with mode: 0644]
testsuite/tests/backtrace/callstack.reference [new file with mode: 0644]
testsuite/tests/backtrace/inline_traversal_test.ml
testsuite/tests/backtrace/ocamltests
testsuite/tests/backtrace/pr6920_why_at.byte.reference
testsuite/tests/backtrace/pr6920_why_at.native.reference [new file with mode: 0644]
testsuite/tests/backtrace/pr6920_why_at.opt.reference
testsuite/tests/backtrace/pr6920_why_swallow.byte.reference
testsuite/tests/backtrace/pr6920_why_swallow.native.reference [new file with mode: 0644]
testsuite/tests/backtrace/pr6920_why_swallow.opt.reference
testsuite/tests/basic-float/zero_sized_float_arrays.ml
testsuite/tests/basic-modules/recursive_module_evaluation_errors.ml
testsuite/tests/basic-more/morematch.compilers.reference
testsuite/tests/basic-more/morematch.ml
testsuite/tests/basic-more/robustmatch.compilers.reference
testsuite/tests/basic-more/structural_constants.ml
testsuite/tests/basic/boxedints.ml
testsuite/tests/basic/boxedints.reference
testsuite/tests/basic/camlCase.ml [new file with mode: 0644]
testsuite/tests/basic/constprop.ml [deleted file]
testsuite/tests/basic/constprop.ml.c [new file with mode: 0644]
testsuite/tests/basic/constprop.ml.reference [new file with mode: 0644]
testsuite/tests/basic/constprop.reference [deleted file]
testsuite/tests/basic/eval_order_4.ml
testsuite/tests/basic/eval_order_6.ml
testsuite/tests/basic/localfunction.ml [new file with mode: 0755]
testsuite/tests/basic/localfunction.reference [new file with mode: 0755]
testsuite/tests/basic/maps.ml
testsuite/tests/basic/min_int.ml
testsuite/tests/basic/ocamltests
testsuite/tests/basic/opt_variants.ml
testsuite/tests/basic/patmatch_incoherence.ml [new file with mode: 0644]
testsuite/tests/basic/pr7253.ml
testsuite/tests/basic/switch_opts.ml
testsuite/tests/basic/unit_naming.compilers.reference [new file with mode: 0644]
testsuite/tests/basic/unit_naming.ml [new file with mode: 0644]
testsuite/tests/compiler-libs/ocamltests [new file with mode: 0644]
testsuite/tests/compiler-libs/test_longident.ml [new file with mode: 0644]
testsuite/tests/embedded/cmcaml.ml
testsuite/tests/ephe-c-api/ocamltests [new file with mode: 0644]
testsuite/tests/ephe-c-api/stubs.c [new file with mode: 0644]
testsuite/tests/ephe-c-api/test.ml [new file with mode: 0644]
testsuite/tests/ephe-c-api/test.reference [new file with mode: 0644]
testsuite/tests/extension-constructor/test.ml
testsuite/tests/flambda/gpr2239.ml [new file with mode: 0644]
testsuite/tests/flambda/gpr2239.reference [new file with mode: 0644]
testsuite/tests/flambda/ocamltests
testsuite/tests/flambda/specialise.ml
testsuite/tests/float-unboxing/float_subst_boxed_number.ml
testsuite/tests/float-unboxing/ocamltests
testsuite/tests/float-unboxing/unbox_under_assign.ml [new file with mode: 0644]
testsuite/tests/fma/fma.ml [new file with mode: 0644]
testsuite/tests/fma/fma.reference [new file with mode: 0644]
testsuite/tests/fma/ocamltests [new file with mode: 0644]
testsuite/tests/formatting/errors_batch.ml [new file with mode: 0644]
testsuite/tests/formatting/errors_batch.reference [new file with mode: 0644]
testsuite/tests/formatting/margins.ml
testsuite/tests/formatting/margins.ocaml.reference
testsuite/tests/formatting/ocamltests
testsuite/tests/functors/functors.compilers.reference
testsuite/tests/gc-roots/globroots.ml
testsuite/tests/generalized-open/accepted_batch.ml [new file with mode: 0644]
testsuite/tests/generalized-open/accepted_batch.reference [new file with mode: 0644]
testsuite/tests/generalized-open/accepted_expect.ml [new file with mode: 0644]
testsuite/tests/generalized-open/expansiveness.ml [new file with mode: 0644]
testsuite/tests/generalized-open/funct_body.compilers.reference [new file with mode: 0644]
testsuite/tests/generalized-open/funct_body.ml [new file with mode: 0644]
testsuite/tests/generalized-open/gpr1506.ml [new file with mode: 0644]
testsuite/tests/generalized-open/ocamltests [new file with mode: 0644]
testsuite/tests/generalized-open/shadowing.ml [new file with mode: 0644]
testsuite/tests/let-syntax/let_syntax.ml [new file with mode: 0644]
testsuite/tests/let-syntax/ocamltests [new file with mode: 0644]
testsuite/tests/letrec-check/basic.ml [new file with mode: 0644]
testsuite/tests/letrec-check/extension_constructor.ml [new file with mode: 0644]
testsuite/tests/letrec-check/flat_float_array.ml [new file with mode: 0644]
testsuite/tests/letrec-check/float_unboxing.ml [new file with mode: 0644]
testsuite/tests/letrec-check/labels.ml [new file with mode: 0644]
testsuite/tests/letrec-check/lazy_.ml [new file with mode: 0644]
testsuite/tests/letrec-check/modules.ml [new file with mode: 0644]
testsuite/tests/letrec-check/no_flat_float_array.ml [new file with mode: 0644]
testsuite/tests/letrec-check/objects.ml [new file with mode: 0644]
testsuite/tests/letrec-check/ocamltests [new file with mode: 0644]
testsuite/tests/letrec-check/pr7215.ml [new file with mode: 0644]
testsuite/tests/letrec-check/pr7215.ocaml.reference [new file with mode: 0644]
testsuite/tests/letrec-check/pr7231.ml [new file with mode: 0644]
testsuite/tests/letrec-check/pr7231.ocaml.reference [new file with mode: 0644]
testsuite/tests/letrec-check/pr7706.ml [new file with mode: 0644]
testsuite/tests/letrec-check/pr7706.ocaml.reference [new file with mode: 0644]
testsuite/tests/letrec-check/records.ml [new file with mode: 0644]
testsuite/tests/letrec-check/unboxed.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/backreferences.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/backreferences.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/class_1.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/class_1.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/class_2.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/class_2.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/evaluation_order_1.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/evaluation_order_1.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/evaluation_order_2.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/evaluation_order_2.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/evaluation_order_3.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/evaluation_order_3.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/float_block_1.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/float_block_1.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/generic_array.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/generic_array.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/labels.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/labels.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/lazy_.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/lazy_.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/lists.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/lists.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/mixing_value_closures_1.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/mixing_value_closures_1.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/mixing_value_closures_2.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/mixing_value_closures_2.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/mutual_functions.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/mutual_functions.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/nested.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/nested.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/ocamltests [new file with mode: 0644]
testsuite/tests/letrec-compilation/pr4989.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/pr4989.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/record_with.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/record_with.reference [new file with mode: 0644]
testsuite/tests/letrec-compilation/ref.ml [new file with mode: 0644]
testsuite/tests/letrec-compilation/ref.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/disallowed.ml [deleted file]
testsuite/tests/letrec-disallowed/disallowed.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/extension_constructor.ml [deleted file]
testsuite/tests/letrec-disallowed/extension_constructor.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/float_block_allowed.ml [deleted file]
testsuite/tests/letrec-disallowed/float_block_allowed.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/float_block_disallowed.ml [deleted file]
testsuite/tests/letrec-disallowed/float_block_disallowed.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/generic_arrays.ml [deleted file]
testsuite/tests/letrec-disallowed/generic_arrays.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/labels.ml [deleted file]
testsuite/tests/letrec-disallowed/labels.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/lazy_.ml [deleted file]
testsuite/tests/letrec-disallowed/lazy_.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/module_constraints.ml [deleted file]
testsuite/tests/letrec-disallowed/module_constraints.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/ocamltests [deleted file]
testsuite/tests/letrec-disallowed/pr7215.ml [deleted file]
testsuite/tests/letrec-disallowed/pr7215.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/pr7231.ml [deleted file]
testsuite/tests/letrec-disallowed/pr7231.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/pr7706.ml [deleted file]
testsuite/tests/letrec-disallowed/pr7706.ocaml.reference [deleted file]
testsuite/tests/letrec-disallowed/unboxed.ml [deleted file]
testsuite/tests/letrec-disallowed/unboxed.ocaml.reference [deleted file]
testsuite/tests/letrec/allowed.ml [deleted file]
testsuite/tests/letrec/allowed.reference [deleted file]
testsuite/tests/letrec/backreferences.ml [deleted file]
testsuite/tests/letrec/backreferences.reference [deleted file]
testsuite/tests/letrec/class_1.ml [deleted file]
testsuite/tests/letrec/class_1.reference [deleted file]
testsuite/tests/letrec/class_2.ml [deleted file]
testsuite/tests/letrec/class_2.reference [deleted file]
testsuite/tests/letrec/evaluation_order_1.ml [deleted file]
testsuite/tests/letrec/evaluation_order_1.reference [deleted file]
testsuite/tests/letrec/evaluation_order_2.ml [deleted file]
testsuite/tests/letrec/evaluation_order_2.reference [deleted file]
testsuite/tests/letrec/evaluation_order_3.ml [deleted file]
testsuite/tests/letrec/evaluation_order_3.reference [deleted file]
testsuite/tests/letrec/float_block_1.ml [deleted file]
testsuite/tests/letrec/float_block_1.reference [deleted file]
testsuite/tests/letrec/generic_array.ml [deleted file]
testsuite/tests/letrec/generic_array.reference [deleted file]
testsuite/tests/letrec/labels.ml [deleted file]
testsuite/tests/letrec/labels.reference [deleted file]
testsuite/tests/letrec/lazy_.ml [deleted file]
testsuite/tests/letrec/lazy_.reference [deleted file]
testsuite/tests/letrec/lists.ml [deleted file]
testsuite/tests/letrec/lists.reference [deleted file]
testsuite/tests/letrec/mixing_value_closures_1.ml [deleted file]
testsuite/tests/letrec/mixing_value_closures_1.reference [deleted file]
testsuite/tests/letrec/mixing_value_closures_2.ml [deleted file]
testsuite/tests/letrec/mixing_value_closures_2.reference [deleted file]
testsuite/tests/letrec/mutual_functions.ml [deleted file]
testsuite/tests/letrec/mutual_functions.reference [deleted file]
testsuite/tests/letrec/nested.ml [deleted file]
testsuite/tests/letrec/nested.reference [deleted file]
testsuite/tests/letrec/ocamltests [deleted file]
testsuite/tests/letrec/pr4989.ml [deleted file]
testsuite/tests/letrec/pr4989.reference [deleted file]
testsuite/tests/letrec/record_with.ml [deleted file]
testsuite/tests/letrec/record_with.reference [deleted file]
testsuite/tests/letrec/ref.ml [deleted file]
testsuite/tests/letrec/ref.reference [deleted file]
testsuite/tests/lexing/escape.ml [new file with mode: 0644]
testsuite/tests/lexing/escape.ocaml.reference [new file with mode: 0644]
testsuite/tests/lexing/ocamltests
testsuite/tests/lexing/uchar_esc.ocaml.reference
testsuite/tests/lib-arg/testarg.ml
testsuite/tests/lib-arg/testerror.ml
testsuite/tests/lib-arg/testerror.reference
testsuite/tests/lib-bigarray-2/Makefile [deleted file]
testsuite/tests/lib-bigarray-2/bigarrfml.ml
testsuite/tests/lib-bigarray-2/bigarrfstub.c
testsuite/tests/lib-bigarray-2/has-gfortran.sh [new file with mode: 0644]
testsuite/tests/lib-bigarray-2/ocamltests [new file with mode: 0644]
testsuite/tests/lib-bigarray-file/mapfile.ml
testsuite/tests/lib-bigarray/change_layout.ml
testsuite/tests/lib-bool/ocamltests [new file with mode: 0644]
testsuite/tests/lib-bool/test.ml [new file with mode: 0644]
testsuite/tests/lib-bool/test.reference [new file with mode: 0644]
testsuite/tests/lib-buffer/test.ml
testsuite/tests/lib-bytes/binary.ml [new file with mode: 0755]
testsuite/tests/lib-bytes/ocamltests
testsuite/tests/lib-bytes/test_bytes.ml
testsuite/tests/lib-digest/md5.ml
testsuite/tests/lib-dynlink-bytecode/Makefile [deleted file]
testsuite/tests/lib-dynlink-bytecode/main.ml
testsuite/tests/lib-dynlink-bytecode/ocamltests [new file with mode: 0644]
testsuite/tests/lib-dynlink-csharp/Makefile [deleted file]
testsuite/tests/lib-dynlink-csharp/bytecode.reference [deleted file]
testsuite/tests/lib-dynlink-csharp/entry.c [changed mode: 0755->0644]
testsuite/tests/lib-dynlink-csharp/main.bytecode.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-csharp/main.cs [changed mode: 0755->0644]
testsuite/tests/lib-dynlink-csharp/main.ml [changed mode: 0755->0644]
testsuite/tests/lib-dynlink-csharp/main.native.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-csharp/native.reference [deleted file]
testsuite/tests/lib-dynlink-csharp/ocamltests [new file with mode: 0644]
testsuite/tests/lib-dynlink-csharp/plugin.ml [changed mode: 0755->0644]
testsuite/tests/lib-dynlink-initializers/ocamltests [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test1_inited_second.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test1_main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test1_plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test2_inited_first.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test2_main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test2_plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test3_main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test3_plugin_a.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test3_plugin_b.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test4_main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test4_plugin_a.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test4_plugin_b.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test5_main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test5_plugin_a.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test5_plugin_b.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test5_second_plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test6_main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test6_plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test6_second_plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test7_interface_only.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test7_main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test7_plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test8_main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test8_plugin_a.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test8_plugin_b.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test8_plugin_b.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test9_main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test9_plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test9_second_plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-initializers/test9_second_plugin.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-native/Makefile [deleted file]
testsuite/tests/lib-dynlink-native/a.ml [changed mode: 0755->0644]
testsuite/tests/lib-dynlink-native/b.ml [changed mode: 0755->0644]
testsuite/tests/lib-dynlink-native/c.ml [changed mode: 0755->0644]
testsuite/tests/lib-dynlink-native/main.ml
testsuite/tests/lib-dynlink-native/main.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-native/ocamltests [new file with mode: 0644]
testsuite/tests/lib-dynlink-native/reference [deleted file]
testsuite/tests/lib-dynlink-pr4229/abstract.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4229/abstract.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4229/client.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4229/main.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4229/main.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4229/main_native.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4229/ocamltests [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4229/static.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4229/sub/abstract.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4229/sub/abstract.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/byte.plugin1.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/byte.plugin2.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/byte.plugin3.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/byte.plugin4.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/host/api.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/host/api.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/host/host.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/native.plugin1.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/native.plugin2.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/native.plugin3.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/native.plugin4.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/ocamltests [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin1/api.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin1/api.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin1/plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin2/api.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin2/api.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin2/plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin3/api.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin3/api.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin3/plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin4/api.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin4/api.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/plugin4/plugin.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr4839/test.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr6950/b.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr6950/byte.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr6950/config.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr6950/loader.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr6950/native.reference [new file with mode: 0644]
testsuite/tests/lib-dynlink-pr6950/ocamltests [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/ocamltests [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/pig.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin1/sheep.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin1/sheep.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin2/cow.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin2/cow.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin2b/cow.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin2b/cow.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin2c/cow.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin2c/cow.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin3/pig.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin3/pig.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin4/chicken.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin4/chicken.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin5/chicken.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin5/chicken.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin6/partridge.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin6/partridge.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin6/pheasant.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/plugin6/pheasant.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/sheep.ml [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/sheep.mli [new file with mode: 0644]
testsuite/tests/lib-dynlink-private/test.ml [new file with mode: 0644]
testsuite/tests/lib-filename/ocamltests
testsuite/tests/lib-filename/suffix.ml [new file with mode: 0755]
testsuite/tests/lib-filename/suffix.reference [new file with mode: 0644]
testsuite/tests/lib-float/ocamltests [new file with mode: 0644]
testsuite/tests/lib-float/test.ml [new file with mode: 0644]
testsuite/tests/lib-float/test.reference [new file with mode: 0644]
testsuite/tests/lib-floatarray/floatarray.ml [new file with mode: 0644]
testsuite/tests/lib-floatarray/ocamltests [new file with mode: 0644]
testsuite/tests/lib-format/ocamltests
testsuite/tests/lib-format/pp_print_custom_break.ml [new file with mode: 0644]
testsuite/tests/lib-format/pp_print_custom_break.reference [new file with mode: 0644]
testsuite/tests/lib-format/print_if_newline.ml [new file with mode: 0644]
testsuite/tests/lib-format/print_if_newline.reference [new file with mode: 0644]
testsuite/tests/lib-format/tformat.ml
testsuite/tests/lib-format/tformat.reference
testsuite/tests/lib-fun/ocamltests [new file with mode: 0644]
testsuite/tests/lib-fun/test.ml [new file with mode: 0644]
testsuite/tests/lib-fun/test.reference [new file with mode: 0644]
testsuite/tests/lib-hashtbl/htbl.ml
testsuite/tests/lib-int/ocamltests [new file with mode: 0644]
testsuite/tests/lib-int/test.ml [new file with mode: 0644]
testsuite/tests/lib-int/test.reference [new file with mode: 0644]
testsuite/tests/lib-int64/ocamltests [new file with mode: 0644]
testsuite/tests/lib-int64/test.ml [new file with mode: 0644]
testsuite/tests/lib-int64/test.reference [new file with mode: 0644]
testsuite/tests/lib-list/test.ml
testsuite/tests/lib-marshal/intext.ml
testsuite/tests/lib-marshal/intextaux.c
testsuite/tests/lib-option/ocamltests [new file with mode: 0644]
testsuite/tests/lib-option/test.ml [new file with mode: 0644]
testsuite/tests/lib-option/test.reference [new file with mode: 0644]
testsuite/tests/lib-printf/tprintf.ml
testsuite/tests/lib-printf/tprintf.reference
testsuite/tests/lib-result/ocamltests [new file with mode: 0644]
testsuite/tests/lib-result/test.ml [new file with mode: 0644]
testsuite/tests/lib-result/test.reference [new file with mode: 0644]
testsuite/tests/lib-scanf-2/reference [deleted file]
testsuite/tests/lib-scanf-2/tscanf2.reference [new file with mode: 0644]
testsuite/tests/lib-scanf-2/tscanf2_master.ml
testsuite/tests/lib-scanf-2/tscanf2_slave.ml [deleted file]
testsuite/tests/lib-scanf-2/tscanf2_worker.ml [new file with mode: 0644]
testsuite/tests/lib-scanf/tscanf.ml
testsuite/tests/lib-scanf/tscanf.reference
testsuite/tests/lib-seq/test.ml
testsuite/tests/lib-set/testset.ml
testsuite/tests/lib-stdlib/ocamltests [new file with mode: 0644]
testsuite/tests/lib-stdlib/pervasives_deprecated.ml [new file with mode: 0644]
testsuite/tests/lib-str/t01.ml
testsuite/tests/lib-systhreads/ocamltests
testsuite/tests/lib-systhreads/testfork.ml
testsuite/tests/lib-systhreads/testpreempt.ml
testsuite/tests/lib-systhreads/threadsigmask.ml [new file with mode: 0644]
testsuite/tests/lib-systhreads/threadsigmask.reference [new file with mode: 0644]
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/fileio.ml
testsuite/tests/lib-threads/pr4466.ml
testsuite/tests/lib-threads/pr5325.ml
testsuite/tests/lib-threads/pr7638.ml
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-unix/common/channel_of.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/channel_of.reference [new file with mode: 0644]
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/getaddrinfo.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/ocamltests
testsuite/tests/lib-unix/common/pipe_eof.ml
testsuite/tests/lib-unix/common/process_pid.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/process_pid.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/redirections.ml
testsuite/tests/lib-unix/common/reflector.ml
testsuite/tests/lib-unix/common/rename.ml
testsuite/tests/lib-unix/common/test_unix_cmdline.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/unix-execvpe/exec.ml
testsuite/tests/lib-unix/unix-execvpe/has-execvpe.sh
testsuite/tests/lib-unix/unix-execvpe/script3
testsuite/tests/lib-unix/unix-execvpe/subdir/nonexec
testsuite/tests/lib-unix/win-env/test_env.ml
testsuite/tests/lib-unix/win-stat/test.ml
testsuite/tests/lib-unix/win-symlink/ocamltests [new file with mode: 0644]
testsuite/tests/lib-unix/win-symlink/test.ml
testsuite/tests/link-test/test.ml
testsuite/tests/local-functions/ocamltests [new file with mode: 0644]
testsuite/tests/local-functions/tupled.ml [new file with mode: 0644]
testsuite/tests/local-functions/tupled2.ml [new file with mode: 0644]
testsuite/tests/locale/ocamltests [new file with mode: 0644]
testsuite/tests/locale/stubs.c [new file with mode: 0644]
testsuite/tests/locale/test.ml [new file with mode: 0644]
testsuite/tests/locale/test.reference [new file with mode: 0644]
testsuite/tests/manual-intf-c/curses_stubs.c
testsuite/tests/manual-intf-c/prog.ml
testsuite/tests/match-exception-warnings/exhaustiveness_warnings.ml
testsuite/tests/match-exception-warnings/exhaustiveness_warnings.ml.reference [deleted file]
testsuite/tests/match-exception-warnings/exhaustiveness_warnings.ocaml.reference [deleted file]
testsuite/tests/match-exception-warnings/no_mixing_under_guard.ml [new file with mode: 0644]
testsuite/tests/match-exception-warnings/no_value_clauses.ml [new file with mode: 0644]
testsuite/tests/match-exception-warnings/placement.ml [new file with mode: 0644]
testsuite/tests/match-exception-warnings/pr7083.ml [new file with mode: 0644]
testsuite/tests/match-exception-warnings/reachability.ml [new file with mode: 0644]
testsuite/tests/match-exception/identifier_sharing.ml [new file with mode: 0644]
testsuite/tests/match-exception/identifier_sharing.reference [new file with mode: 0644]
testsuite/tests/match-exception/ocamltests
testsuite/tests/messages/precise_locations.ml
testsuite/tests/misc/ephetest2.ml
testsuite/tests/no-alias-deps/a2235.ml [new file with mode: 0644]
testsuite/tests/no-alias-deps/aliases.compilers.reference
testsuite/tests/no-alias-deps/aliases.ml
testsuite/tests/no-alias-deps/gpr2235.ml [new file with mode: 0644]
testsuite/tests/no-alias-deps/lib2235.ml [new file with mode: 0644]
testsuite/tests/no-alias-deps/lib__2235.ml [new file with mode: 0644]
testsuite/tests/no-alias-deps/ocamltests
testsuite/tests/no-alias-deps/user_of_lib2235.ml [new file with mode: 0644]
testsuite/tests/opaque/test.ml
testsuite/tests/output-complete-obj/ocamltests [new file with mode: 0644]
testsuite/tests/output-complete-obj/test.ml [new file with mode: 0644]
testsuite/tests/output-complete-obj/test.ml_stub.c [new file with mode: 0644]
testsuite/tests/output_obj/Makefile.disabled [deleted file]
testsuite/tests/output_obj/test.ml [deleted file]
testsuite/tests/output_obj/test.ml_stub.c [deleted file]
testsuite/tests/parse-errors/escape_error.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/escape_error.ml [new file with mode: 0644]
testsuite/tests/parse-errors/expecting.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/expecting.ml [new file with mode: 0644]
testsuite/tests/parse-errors/ocamltests [new file with mode: 0644]
testsuite/tests/parse-errors/pr7847.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/pr7847.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_class_signature.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_class_signature.mli [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_class_simpl_expr1.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_class_simpl_expr1.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_class_simpl_expr2.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_class_simpl_expr2.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_class_simpl_expr3.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_class_simpl_expr3.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_object.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_object.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr1.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr1.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr2.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr2.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr3.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr3.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr4.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr4.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr5.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_expr5.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_type.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_paren_module_type.mli [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_sig.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_sig.mli [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_simple_expr.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_simple_expr.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_simple_pattern.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_simple_pattern.ml [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_struct.compilers.reference [new file with mode: 0644]
testsuite/tests/parse-errors/unclosed_struct.ml [new file with mode: 0644]
testsuite/tests/parsetree/source.ml
testsuite/tests/parsetree/test.ml
testsuite/tests/parsing/anonymous_class_parameter.compilers.reference [new file with mode: 0644]
testsuite/tests/parsing/anonymous_class_parameter.ml [new file with mode: 0644]
testsuite/tests/parsing/arrow_ambiguity.compilers.reference [new file with mode: 0644]
testsuite/tests/parsing/arrow_ambiguity.ml [new file with mode: 0644]
testsuite/tests/parsing/attributes.compilers.reference
testsuite/tests/parsing/attributes.ml
testsuite/tests/parsing/broken_invariants.compilers.reference [new file with mode: 0644]
testsuite/tests/parsing/broken_invariants.ml [new file with mode: 0644]
testsuite/tests/parsing/constructor_declarations.compilers.reference [new file with mode: 0644]
testsuite/tests/parsing/constructor_declarations.ml [new file with mode: 0644]
testsuite/tests/parsing/docstrings.ml
testsuite/tests/parsing/extensions.compilers.reference
testsuite/tests/parsing/hash_ambiguity.compilers.reference [new file with mode: 0644]
testsuite/tests/parsing/hash_ambiguity.ml [new file with mode: 0644]
testsuite/tests/parsing/illegal_ppx.ml [new file with mode: 0644]
testsuite/tests/parsing/int_and_float_with_modifier.compilers.reference
testsuite/tests/parsing/ocamltests
testsuite/tests/parsing/pr6604.compilers.reference
testsuite/tests/parsing/pr6604_2.compilers.reference
testsuite/tests/parsing/pr6865.compilers.reference
testsuite/tests/parsing/pr7165.compilers.reference
testsuite/tests/parsing/reloc.ml [new file with mode: 0644]
testsuite/tests/parsing/shortcut_ext_attr.compilers.reference
testsuite/tests/ppx-attributes/warning.ml
testsuite/tests/ppx-contexts/myppx.ml
testsuite/tests/ppx-contexts/test.compilers.reference
testsuite/tests/ppx-contexts/test.ml
testsuite/tests/regression/gpr1623/gpr1623.ml
testsuite/tests/regression/missing_set_of_closures/missing_set_of_closures.ml
testsuite/tests/regression/pr3612/custom_finalize.c
testsuite/tests/regression/pr7920/ocamltests [new file with mode: 0644]
testsuite/tests/regression/pr7920/pr7920.ml [new file with mode: 0644]
testsuite/tests/regression/pr7920/pr7920.reference [new file with mode: 0644]
testsuite/tests/runtime-errors/Makefile [deleted file]
testsuite/tests/runtime-errors/has-stackoverflow-detection.sh [new file with mode: 0644]
testsuite/tests/runtime-errors/ocamltests [new file with mode: 0644]
testsuite/tests/runtime-errors/stackoverflow.bytecode.checker [deleted file]
testsuite/tests/runtime-errors/stackoverflow.bytecode.reference [deleted file]
testsuite/tests/runtime-errors/stackoverflow.ml
testsuite/tests/runtime-errors/stackoverflow.native.checker [deleted file]
testsuite/tests/runtime-errors/stackoverflow.reference [new file with mode: 0644]
testsuite/tests/runtime-errors/stackoverflow.run [new file with mode: 0644]
testsuite/tests/runtime-errors/syserror.bytecode.checker [deleted file]
testsuite/tests/runtime-errors/syserror.bytecode.reference [deleted file]
testsuite/tests/runtime-errors/syserror.ml
testsuite/tests/runtime-errors/syserror.native.checker [deleted file]
testsuite/tests/runtime-errors/syserror.native.reference [deleted file]
testsuite/tests/runtime-errors/syserror.unix.reference [new file with mode: 0644]
testsuite/tests/runtime-errors/syserror.win32.reference [new file with mode: 0644]
testsuite/tests/self-contained-toplevel/main.ml
testsuite/tests/shadow_include/artificial.ml [new file with mode: 0644]
testsuite/tests/shadow_include/cannot_shadow_error.compilers.reference [new file with mode: 0644]
testsuite/tests/shadow_include/cannot_shadow_error.ml [new file with mode: 0644]
testsuite/tests/shadow_include/ocamltests [new file with mode: 0644]
testsuite/tests/shadow_include/shadow_all.ml [new file with mode: 0644]
testsuite/tests/tool-caml-tex/ellipses.ml [new file with mode: 0644]
testsuite/tests/tool-caml-tex/ellipses.reference [new file with mode: 0644]
testsuite/tests/tool-caml-tex/ocamltests [new file with mode: 0644]
testsuite/tests/tool-caml-tex/redirections.ml [new file with mode: 0644]
testsuite/tests/tool-caml-tex/redirections.reference [new file with mode: 0644]
testsuite/tests/tool-command-line/test.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-command-line/test.ml
testsuite/tests/tool-command-line/test.ocamlc.byte.reference [deleted file]
testsuite/tests/tool-command-line/test.ocamlopt.byte.flambda.reference [deleted file]
testsuite/tests/tool-command-line/test.ocamlopt.byte.reference [deleted file]
testsuite/tests/tool-debugger/basic/debuggee.ml
testsuite/tests/tool-debugger/find-artifacts/debuggee.ml
testsuite/tests/tool-debugger/no_debug_event/noev.ml
testsuite/tests/tool-expect-test/clean_typer.ml [new file with mode: 0644]
testsuite/tests/tool-expect-test/ocamltests [new file with mode: 0644]
testsuite/tests/tool-lexyacc/chars.mll [new file with mode: 0644]
testsuite/tests/tool-lexyacc/main.ml
testsuite/tests/tool-lexyacc/mpr7760.mll [new file with mode: 0644]
testsuite/tests/tool-lexyacc/mpr7760.reference [new file with mode: 0644]
testsuite/tests/tool-lexyacc/ocamltests
testsuite/tests/tool-lexyacc/output.ml
testsuite/tests/tool-ocaml-annot/check-annot.sh [new file with mode: 0755]
testsuite/tests/tool-ocaml-annot/failure.ml [new file with mode: 0644]
testsuite/tests/tool-ocaml-annot/ocamltests [new file with mode: 0644]
testsuite/tests/tool-ocaml-annot/success.ml [new file with mode: 0644]
testsuite/tests/tool-ocaml-annot/typeonly.ml [new file with mode: 0644]
testsuite/tests/tool-ocaml/t240-c_call1.ml
testsuite/tests/tool-ocamlc-error-cleanup/check-error-cleanup.sh [new file with mode: 0644]
testsuite/tests/tool-ocamlc-error-cleanup/ocamltests [new file with mode: 0644]
testsuite/tests/tool-ocamlc-error-cleanup/test.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlc-stop-after/ocamltests [new file with mode: 0644]
testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_intf.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_intf.mli [new file with mode: 0644]
testsuite/tests/tool-ocamlc-stop-after/stop_after_typing_impl.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-ocamlc-stop-after/stop_after_typing_impl.ml [new file with mode: 0644]
testsuite/tests/tool-ocamldep-modalias/Makefile [deleted file]
testsuite/tests/tool-ocamldep-modalias/Makefile.build
testsuite/tests/tool-ocamldep-modalias/Makefile.build2
testsuite/tests/tool-ocamldep-modalias/depend.mk.reference
testsuite/tests/tool-ocamldep-modalias/depend.mk2.reference
testsuite/tests/tool-ocamldep-modalias/main.ml
testsuite/tests/tool-ocamldep-modalias/ocamltests [new file with mode: 0644]
testsuite/tests/tool-ocamldep-modalias/setup-links.sh [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Documentation_tags.mli
testsuite/tests/tool-ocamldoc/Include_module_type_of.html.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Include_module_type_of.latex.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Include_module_type_of.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Level_0.latex.reference
testsuite/tests/tool-ocamldoc/Level_0.mli
testsuite/tests/tool-ocamldoc/Paragraph.html.reference
testsuite/tests/tool-ocamldoc/Paragraph.mli
testsuite/tests/tool-ocamldoc/latex_ref.latex.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/latex_ref.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/ocamltests
testsuite/tests/tool-ocamlobjinfo/has-lib-bfd.sh
testsuite/tests/tool-toplevel-invocation/test.ml
testsuite/tests/tool-toplevel/error_highlighting.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-toplevel/error_highlighting.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/error_highlighting_use1.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/error_highlighting_use2.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/error_highlighting_use3.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/error_highlighting_use4.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/exotic_lists.ml
testsuite/tests/tool-toplevel/ocamltests
testsuite/tests/tool-toplevel/pr6468.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-toplevel/pr6468.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/pr7060.compilers.reference
testsuite/tests/tool-toplevel/pr7751.compilers.reference
testsuite/tests/tool-toplevel/strings.ml
testsuite/tests/translprim/array_spec.compilers.flat.reference [new file with mode: 0644]
testsuite/tests/translprim/array_spec.compilers.no-flat.reference [new file with mode: 0644]
testsuite/tests/translprim/array_spec.compilers.reference.flat [deleted file]
testsuite/tests/translprim/array_spec.compilers.reference.no-flat [deleted file]
testsuite/tests/translprim/array_spec.ml
testsuite/tests/translprim/comparison_table.compilers.reference
testsuite/tests/translprim/locs.ml
testsuite/tests/translprim/module_coercion.compilers.flat.reference [new file with mode: 0644]
testsuite/tests/translprim/module_coercion.compilers.no-flat.reference [new file with mode: 0644]
testsuite/tests/translprim/module_coercion.compilers.reference.flat [deleted file]
testsuite/tests/translprim/module_coercion.compilers.reference.no-flat [deleted file]
testsuite/tests/translprim/module_coercion.ml
testsuite/tests/typing-core-bugs/missing_rec_hint.ml [new file with mode: 0644]
testsuite/tests/typing-core-bugs/ocamltests
testsuite/tests/typing-core-bugs/repeated_did_you_mean.ml [new file with mode: 0755]
testsuite/tests/typing-core-bugs/type_expected_explanation.ml
testsuite/tests/typing-core-bugs/unit_fun_hints.ml
testsuite/tests/typing-deprecated/alerts.ml [new file with mode: 0755]
testsuite/tests/typing-deprecated/deprecated.ml
testsuite/tests/typing-deprecated/ocamltests
testsuite/tests/typing-extension-constructor/test.ocaml.reference
testsuite/tests/typing-extensions/cast.ml
testsuite/tests/typing-extensions/extensions.ml
testsuite/tests/typing-extensions/extensions.ocaml.reference
testsuite/tests/typing-extensions/msg.ml
testsuite/tests/typing-extensions/open_types.ocaml.reference
testsuite/tests/typing-fstclassmod/fstclassmod.ml
testsuite/tests/typing-gadts/ambiguity.ml
testsuite/tests/typing-gadts/didier.ml
testsuite/tests/typing-gadts/dynamic_frisch.ml
testsuite/tests/typing-gadts/gpr1997.ml [deleted file]
testsuite/tests/typing-gadts/nested_equations.ml
testsuite/tests/typing-gadts/ocamltests
testsuite/tests/typing-gadts/or_patterns.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/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/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/pr7234.ml
testsuite/tests/typing-gadts/pr7260.ml
testsuite/tests/typing-gadts/pr7269.ml
testsuite/tests/typing-gadts/pr7374.ml
testsuite/tests/typing-gadts/pr7378.ml
testsuite/tests/typing-gadts/pr7390.ml
testsuite/tests/typing-gadts/pr7421.ml
testsuite/tests/typing-gadts/pr7432.ml
testsuite/tests/typing-gadts/pr7618.ml
testsuite/tests/typing-gadts/pr7747.ml
testsuite/tests/typing-gadts/term-conv.ml
testsuite/tests/typing-gadts/test.ml
testsuite/tests/typing-gadts/unexpected_existentials.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/yallop_bugs.ml
testsuite/tests/typing-immediate/immediate.ml
testsuite/tests/typing-implicit_unpack/implicit_unpack.ml
testsuite/tests/typing-implicit_unpack/implicit_unpack.ocaml.reference
testsuite/tests/typing-labels/mixin.ml
testsuite/tests/typing-labels/mixin2.ml
testsuite/tests/typing-labels/mixin3.ml
testsuite/tests/typing-misc-bugs/pr6303_bad.compilers.reference
testsuite/tests/typing-misc-bugs/pr6946_bad.compilers.reference
testsuite/tests/typing-misc/constraints.ml
testsuite/tests/typing-misc/disambiguate_principality.ml
testsuite/tests/typing-misc/empty_ppx.ml [new file with mode: 0644]
testsuite/tests/typing-misc/empty_variant.ml
testsuite/tests/typing-misc/exotic_unifications.ml [new file with mode: 0644]
testsuite/tests/typing-misc/external_arity.ml [new file with mode: 0644]
testsuite/tests/typing-misc/labels.ml
testsuite/tests/typing-misc/mapping.ml [new file with mode: 0644]
testsuite/tests/typing-misc/ocamltests
testsuite/tests/typing-misc/occur_check.ml
testsuite/tests/typing-misc/pat_type_sharing.ml [new file with mode: 0644]
testsuite/tests/typing-misc/pattern_open.ml [new file with mode: 0644]
testsuite/tests/typing-misc/polyvars.ml
testsuite/tests/typing-misc/pr6416.ml [new file with mode: 0644]
testsuite/tests/typing-misc/pr6634.ml [new file with mode: 0644]
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/pr8548.ml [new file with mode: 0644]
testsuite/tests/typing-misc/pr8548_split.ml [new file with mode: 0644]
testsuite/tests/typing-misc/printing.ml
testsuite/tests/typing-misc/range.ml [new file with mode: 0644]
testsuite/tests/typing-misc/range_intf.ml [new file with mode: 0644]
testsuite/tests/typing-misc/ranged.ml [new file with mode: 0644]
testsuite/tests/typing-misc/ranged_intf.ml [new file with mode: 0644]
testsuite/tests/typing-misc/records.ml
testsuite/tests/typing-misc/scope_escape.ml [new file with mode: 0644]
testsuite/tests/typing-misc/typecore_empty_polyvariant_error.compilers.reference [new file with mode: 0644]
testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml [new file with mode: 0644]
testsuite/tests/typing-misc/typecore_errors.ml [new file with mode: 0644]
testsuite/tests/typing-misc/typecore_nolabel_errors.ml [new file with mode: 0644]
testsuite/tests/typing-misc/typetexp_errors.ml [new file with mode: 0644]
testsuite/tests/typing-misc/unique_names_in_unification.ml [new file with mode: 0644]
testsuite/tests/typing-misc/variant.ml
testsuite/tests/typing-misc/wellfounded.ml
testsuite/tests/typing-missing-cmi-2/bar.mli [new file with mode: 0644]
testsuite/tests/typing-missing-cmi-2/baz.ml [new file with mode: 0644]
testsuite/tests/typing-missing-cmi-2/foo.mli [new file with mode: 0644]
testsuite/tests/typing-missing-cmi-2/ocamltests [new file with mode: 0644]
testsuite/tests/typing-missing-cmi-2/test.compilers.reference [new file with mode: 0644]
testsuite/tests/typing-missing-cmi-2/test.ml [new file with mode: 0644]
testsuite/tests/typing-missing-cmi/test.compilers.reference
testsuite/tests/typing-modules-bugs/pr6293_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6427_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6485_ok.ml
testsuite/tests/typing-modules-bugs/pr6572_ok.ml
testsuite/tests/typing-modules-bugs/pr6752_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6899_first_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6899_second_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr6992_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr7112_bad.compilers.reference
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/pr7601_ok.ml
testsuite/tests/typing-modules-bugs/pr7601a_ok.ml
testsuite/tests/typing-modules/.gitattributes [new file with mode: 0644]
testsuite/tests/typing-modules/Test.ml
testsuite/tests/typing-modules/aliases.ml
testsuite/tests/typing-modules/applicative_functor_type.ml
testsuite/tests/typing-modules/firstclass.ml
testsuite/tests/typing-modules/generative.ml
testsuite/tests/typing-modules/nondep.ml [new file with mode: 0644]
testsuite/tests/typing-modules/nondep_private_abbrev.ml [new file with mode: 0644]
testsuite/tests/typing-modules/normalize_path.ml [new file with mode: 0755]
testsuite/tests/typing-modules/ocamltests
testsuite/tests/typing-modules/pr6394.ml
testsuite/tests/typing-modules/pr7207.ml
testsuite/tests/typing-modules/pr7348.ml
testsuite/tests/typing-modules/pr7726.ml [new file with mode: 0644]
testsuite/tests/typing-modules/pr7818.ml
testsuite/tests/typing-modules/pr7851.ml [new file with mode: 0644]
testsuite/tests/typing-modules/recursive.ml
testsuite/tests/typing-modules/unroll_private_abbrev.ml [new file with mode: 0644]
testsuite/tests/typing-multifile/pr7325.ml
testsuite/tests/typing-objects-bugs/pr3968_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr4018_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr4435_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr4824a_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr7284_bad.compilers.reference
testsuite/tests/typing-objects/Exemples.ml
testsuite/tests/typing-objects/Tests.ml
testsuite/tests/typing-objects/abstract_rows.ml [new file with mode: 0644]
testsuite/tests/typing-objects/dummy.ml
testsuite/tests/typing-objects/errors.ml [new file with mode: 0644]
testsuite/tests/typing-objects/ocamltests
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/self_cannot_be_closed.ml [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/ocamltests
testsuite/tests/typing-ocamlc-i/pervasives_leitmotiv.compilers.reference [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/pervasives_leitmotiv.ml [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/pr4791.compilers.reference [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/pr4791.ml [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/pr6323.compilers.reference [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/pr6323.ml [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/pr7402.compilers.reference [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/pr7402.ml [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/pr7620_bad.compilers.reference
testsuite/tests/typing-ocamlc-i/pr7620_bad.ml
testsuite/tests/typing-pattern_open/ocamltests [deleted file]
testsuite/tests/typing-pattern_open/pattern_open.ml [deleted file]
testsuite/tests/typing-pattern_open/pattern_open.ocaml.reference [deleted file]
testsuite/tests/typing-poly-bugs/pr5673_bad.compilers.reference
testsuite/tests/typing-poly/error_messages.ml [new file with mode: 0644]
testsuite/tests/typing-poly/ocamltests
testsuite/tests/typing-poly/poly.ml
testsuite/tests/typing-polyvariants-bugs-2/pr3918c.compilers.reference
testsuite/tests/typing-polyvariants-bugs/pr5057a_bad.compilers.reference
testsuite/tests/typing-polyvariants-bugs/pr7824.ml
testsuite/tests/typing-private-bugs/pr5026_bad.compilers.reference
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 [new file with mode: 0644]
testsuite/tests/typing-recmod/ocamltests
testsuite/tests/typing-recmod/t01bad.compilers.reference
testsuite/tests/typing-recmod/t02bad.compilers.reference
testsuite/tests/typing-recmod/t04bad.compilers.reference
testsuite/tests/typing-recmod/t05bad.compilers.reference
testsuite/tests/typing-recmod/t07bad.compilers.reference
testsuite/tests/typing-recmod/t08bad.compilers.reference
testsuite/tests/typing-recmod/t09bad.compilers.reference
testsuite/tests/typing-recmod/t11bad.compilers.reference
testsuite/tests/typing-recmod/t12bad.compilers.reference
testsuite/tests/typing-recmod/t14bad.compilers.reference
testsuite/tests/typing-recmod/t14bad.ml
testsuite/tests/typing-recmod/t15bad.compilers.reference
testsuite/tests/typing-recmod/t19ok.ml [deleted file]
testsuite/tests/typing-recmod/t22ok.ml
testsuite/tests/typing-recordarg/recordarg.ocaml.reference
testsuite/tests/typing-rectypes-bugs/pr5343_bad.compilers.reference
testsuite/tests/typing-rectypes-bugs/pr6174_bad.compilers.reference
testsuite/tests/typing-rectypes-bugs/pr6870_bad.compilers.reference
testsuite/tests/typing-safe-linking/b_bad.compilers.reference
testsuite/tests/typing-safe-linking/b_bad.ml
testsuite/tests/typing-shadowing-of-pervasives-submodules/ocamltests
testsuite/tests/typing-shadowing-of-pervasives-submodules/redefine_largefile_top.compilers.reference [new file with mode: 0644]
testsuite/tests/typing-shadowing-of-pervasives-submodules/redefine_largefile_top.ml [new file with mode: 0644]
testsuite/tests/typing-short-paths/gpr1223.ml
testsuite/tests/typing-short-paths/pr5918.compilers.reference
testsuite/tests/typing-short-paths/pr7543.compilers.reference
testsuite/tests/typing-short-paths/short-paths.compilers.reference
testsuite/tests/typing-signatures/pr6672.ocaml.reference
testsuite/tests/typing-sigsubst/mpr7852.mli [new file with mode: 0644]
testsuite/tests/typing-sigsubst/ocamltests
testsuite/tests/typing-sigsubst/sig_local_aliases.ml [new file with mode: 0644]
testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.compilers.reference [new file with mode: 0644]
testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.ml [new file with mode: 0644]
testsuite/tests/typing-sigsubst/sigsubst.ml
testsuite/tests/typing-sigsubst/test_functor.ml [new file with mode: 0644]
testsuite/tests/typing-sigsubst/test_loc_modtype_type_eq.ml [new file with mode: 0644]
testsuite/tests/typing-sigsubst/test_loc_modtype_type_subst.ml [new file with mode: 0644]
testsuite/tests/typing-sigsubst/test_loc_type_eq.ml [new file with mode: 0644]
testsuite/tests/typing-sigsubst/test_loc_type_subst.ml [new file with mode: 0644]
testsuite/tests/typing-sigsubst/test_locations.compilers.reference [new file with mode: 0644]
testsuite/tests/typing-sigsubst/test_locations.ml [new file with mode: 0644]
testsuite/tests/typing-typeparam/newtype.ocaml.reference
testsuite/tests/typing-unboxed-types/ocamltests
testsuite/tests/typing-unboxed-types/test.ml
testsuite/tests/typing-unboxed-types/test.ml.reference-flat [deleted file]
testsuite/tests/typing-unboxed-types/test.ml.reference-noflat [deleted file]
testsuite/tests/typing-unboxed-types/test_flat.ml [new file with mode: 0644]
testsuite/tests/typing-unboxed-types/test_no_flat.ml [new file with mode: 0644]
testsuite/tests/typing-unboxed/test.ml
testsuite/tests/typing-unboxed/test.ocaml.reference
testsuite/tests/typing-warnings/ambiguous_guarded_disjunction.compilers.reference [deleted file]
testsuite/tests/typing-warnings/ambiguous_guarded_disjunction.ml
testsuite/tests/typing-warnings/application.compilers.reference [deleted file]
testsuite/tests/typing-warnings/application.ml
testsuite/tests/typing-warnings/coercions.compilers.principal.reference [deleted file]
testsuite/tests/typing-warnings/coercions.compilers.reference [deleted file]
testsuite/tests/typing-warnings/coercions.ml
testsuite/tests/typing-warnings/exhaustiveness.compilers.reference [deleted file]
testsuite/tests/typing-warnings/exhaustiveness.ml
testsuite/tests/typing-warnings/ocamltests
testsuite/tests/typing-warnings/open_warnings.ml [new file with mode: 0755]
testsuite/tests/typing-warnings/pr5892.compilers.reference [deleted file]
testsuite/tests/typing-warnings/pr5892.ml
testsuite/tests/typing-warnings/pr6587.compilers.reference [deleted file]
testsuite/tests/typing-warnings/pr6587.ml
testsuite/tests/typing-warnings/pr6872.compilers.principal.reference [deleted file]
testsuite/tests/typing-warnings/pr6872.compilers.reference [deleted file]
testsuite/tests/typing-warnings/pr6872.ml
testsuite/tests/typing-warnings/pr7085.compilers.reference [deleted file]
testsuite/tests/typing-warnings/pr7085.ml
testsuite/tests/typing-warnings/pr7115.compilers.reference [deleted file]
testsuite/tests/typing-warnings/pr7115.ml
testsuite/tests/typing-warnings/pr7261.compilers.reference
testsuite/tests/typing-warnings/pr7297.compilers.reference
testsuite/tests/typing-warnings/pr7297.ml
testsuite/tests/typing-warnings/pr7553.compilers.reference [deleted file]
testsuite/tests/typing-warnings/pr7553.ml
testsuite/tests/typing-warnings/records.compilers.principal.reference [deleted file]
testsuite/tests/typing-warnings/records.compilers.reference [deleted file]
testsuite/tests/typing-warnings/records.ml
testsuite/tests/typing-warnings/unused_rec.ml [new file with mode: 0644]
testsuite/tests/typing-warnings/unused_types.compilers.reference [deleted file]
testsuite/tests/typing-warnings/unused_types.ml
testsuite/tests/unboxed-primitive-args/Makefile [deleted file]
testsuite/tests/unboxed-primitive-args/common.ml
testsuite/tests/unboxed-primitive-args/main.reference [deleted file]
testsuite/tests/unboxed-primitive-args/ocamltests [new file with mode: 0644]
testsuite/tests/unboxed-primitive-args/test.ml [new file with mode: 0644]
testsuite/tests/unboxed-primitive-args/test.reference [new file with mode: 0644]
testsuite/tests/unwind/Makefile [deleted file]
testsuite/tests/unwind/check-linker-version.sh [new file with mode: 0644]
testsuite/tests/unwind/driver.ml
testsuite/tests/unwind/ocamltests [new file with mode: 0644]
testsuite/tests/utils/edit_distance.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_assigment.compilers.reference
testsuite/tests/warnings/deprecated_module_use.compilers.reference
testsuite/tests/warnings/ocamltests
testsuite/tests/warnings/w01.compilers.reference
testsuite/tests/warnings/w03.compilers.reference [new file with mode: 0644]
testsuite/tests/warnings/w03.ml [new file with mode: 0644]
testsuite/tests/warnings/w04.compilers.reference
testsuite/tests/warnings/w04.ml
testsuite/tests/warnings/w04_failure.compilers.reference
testsuite/tests/warnings/w06.compilers.reference
testsuite/tests/warnings/w32.compilers.reference
testsuite/tests/warnings/w32b.compilers.reference
testsuite/tests/warnings/w33.compilers.reference
testsuite/tests/warnings/w33.ml
testsuite/tests/warnings/w45.compilers.reference
testsuite/tests/warnings/w47_inline.compilers.reference
testsuite/tests/warnings/w47_inline.ml
testsuite/tests/warnings/w50.compilers.reference
testsuite/tests/warnings/w51.compilers.reference
testsuite/tests/warnings/w51_bis.compilers.reference
testsuite/tests/warnings/w52.compilers.reference [deleted file]
testsuite/tests/warnings/w52.ml
testsuite/tests/warnings/w53.compilers.reference
testsuite/tests/warnings/w54.compilers.reference
testsuite/tests/warnings/w55.flambda.reference
testsuite/tests/warnings/w55.native.reference
testsuite/tests/warnings/w59.flambda.reference
testsuite/tests/win-unicode/Makefile [deleted file]
testsuite/tests/win-unicode/exec_tests.ml [deleted file]
testsuite/tests/win-unicode/exec_tests.precheck [deleted file]
testsuite/tests/win-unicode/exec_tests.reference [deleted file]
testsuite/tests/win-unicode/mkfiles.c [deleted file]
testsuite/tests/win-unicode/mltest.compilers.reference [new file with mode: 0755]
testsuite/tests/win-unicode/mltest.ml
testsuite/tests/win-unicode/mltest.reference [deleted file]
testsuite/tests/win-unicode/ocamltests [new file with mode: 0644]
testsuite/tests/win-unicode/printargv.c [deleted file]
testsuite/tests/win-unicode/printenv.c [deleted file]
testsuite/tests/win-unicode/symlink_tests.ml [deleted file]
testsuite/tests/win-unicode/symlink_tests.reference [deleted file]
testsuite/tools/Makefile
testsuite/tools/asmgen_amd64.S [new file with mode: 0644]
testsuite/tools/asmgen_arm.S [new file with mode: 0644]
testsuite/tools/asmgen_arm64.S [new file with mode: 0644]
testsuite/tools/asmgen_i386.S [new file with mode: 0644]
testsuite/tools/asmgen_i386nt.asm [new file with mode: 0644]
testsuite/tools/asmgen_power.S [new file with mode: 0644]
testsuite/tools/asmgen_s390x.S [new file with mode: 0644]
testsuite/tools/codegen_main.ml [new file with mode: 0644]
testsuite/tools/expect_test.ml
testsuite/tools/lexcmm.mli [new file with mode: 0644]
testsuite/tools/lexcmm.mll [new file with mode: 0644]
testsuite/tools/parsecmm.mly [new file with mode: 0644]
testsuite/tools/parsecmmaux.ml [new file with mode: 0644]
testsuite/tools/parsecmmaux.mli [new file with mode: 0644]
tools/.depend
tools/Makefile
tools/Makefile.nt [deleted file]
tools/caml_tex.ml [new file with mode: 0644]
tools/check-parser-uptodate-or-warn.sh [new file with mode: 0755]
tools/check-symbol-names
tools/check-typo
tools/check-typo-since [new file with mode: 0755]
tools/ci/appveyor/appveyor_build.cmd
tools/ci/appveyor/appveyor_build.sh
tools/ci/inria/bootstrap [new file with mode: 0755]
tools/ci/inria/extra-checks [new file with mode: 0755]
tools/ci/inria/lsan-suppr.txt [new file with mode: 0644]
tools/ci/inria/main
tools/ci/inria/other-configs
tools/ci/inria/remove-sinh-primitive.patch [new file with mode: 0644]
tools/ci/inria/tsan-suppr.txt [new file with mode: 0644]
tools/ci/travis/travis-ci.sh
tools/cmt2annot.ml
tools/dumpobj.ml
tools/dune [new file with mode: 0644]
tools/eqparsetree.ml
tools/lintapidiff.ml
tools/markdown-add-pr-links.sh [new file with mode: 0644]
tools/msvs-promote-path
tools/objinfo.ml
tools/ocaml-instr-graph
tools/ocaml-objcopy-macosx
tools/ocamlcp.ml
tools/ocamlmklib.ml
tools/ocamloptp.ml
tools/ocamlprof.ml
tools/pre-commit-githook [new file with mode: 0755]
tools/primreq.ml
tools/release-checklist [new file with mode: 0644]
tools/scrapelabels.ml
toplevel/dune [new file with mode: 0644]
toplevel/expunge.ml
toplevel/genprintval.ml
toplevel/genprintval.mli
toplevel/opttopdirs.ml
toplevel/opttoploop.ml
toplevel/opttoploop.mli
toplevel/opttopmain.ml
toplevel/topdirs.ml
toplevel/toploop.ml
toplevel/toploop.mli
toplevel/topmain.ml
typing/TODO.md [new file with mode: 0755]
typing/btype.ml
typing/btype.mli
typing/cmi_format.ml
typing/cmi_format.mli
typing/cmt_format.ml
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/mtype.ml
typing/mtype.mli
typing/oprint.ml
typing/oprint.mli
typing/outcometree.mli
typing/parmatch.ml
typing/parmatch.mli
typing/path.ml
typing/path.mli
typing/predef.ml
typing/primitive.ml
typing/printpat.ml
typing/printtyp.ml
typing/printtyp.mli
typing/printtyped.ml
typing/rec_check.ml [new file with mode: 0644]
typing/rec_check.mli [new file with mode: 0644]
typing/stypes.ml
typing/subst.ml
typing/subst.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 [new file with mode: 0644]
typing/typedecl_immediacy.mli [new file with mode: 0644]
typing/typedecl_properties.ml [new file with mode: 0644]
typing/typedecl_properties.mli [new file with mode: 0644]
typing/typedecl_unboxed.ml [new file with mode: 0644]
typing/typedecl_unboxed.mli [new file with mode: 0644]
typing/typedecl_variance.ml [new file with mode: 0644]
typing/typedecl_variance.mli [new file with mode: 0644]
typing/typedtree.ml
typing/typedtree.mli
typing/typedtreeIter.ml
typing/typedtreeIter.mli
typing/typedtreeMap.ml [deleted file]
typing/typedtreeMap.mli [deleted file]
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/untypeast.mli
utils/HACKING.adoc [new file with mode: 0644]
utils/Makefile [new file with mode: 0644]
utils/arg_helper.mli
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/config.mli
utils/config.mlp
utils/consistbl.mli
utils/dune [new file with mode: 0644]
utils/identifiable.ml
utils/identifiable.mli
utils/load_path.ml [new file with mode: 0644]
utils/load_path.mli [new file with mode: 0644]
utils/misc.ml
utils/misc.mli
utils/numbers.ml
utils/numbers.mli
utils/profile.ml
utils/profile.mli
utils/strongly_connected_components.mli
utils/targetint.ml
utils/targetint.mli
utils/tbl.ml [deleted file]
utils/tbl.mli [deleted file]
utils/terminfo.ml
utils/terminfo.mli
utils/warnings.ml
utils/warnings.mli
yacc/Makefile
yacc/Makefile.nt [deleted file]
yacc/reader.c