New upstream version 4.13.0
authorStephane Glondu <steph@glondu.net>
Tue, 21 Dec 2021 12:49:01 +0000 (13:49 +0100)
committerStéphane Glondu <glondu@debian.org>
Tue, 21 Dec 2021 12:49:01 +0000 (13:49 +0100)
commite0926bb13788d678dda3abb3418403fad818a0f4
tree06c753737636a4a5222d1044ee30dd4fdbc1011c
parenteabdaae7eba23922e31e223c0c97c3efed1f71b8
New upstream version 4.13.0
1302 files changed:
.depend
.gitattributes
.github/workflows/build.yml [new file with mode: 0644]
.github/workflows/hygiene.yml [new file with mode: 0644]
.github/workflows/main.yml [deleted file]
.gitignore
.mailmap
.travis.yml [deleted file]
BOOTSTRAP.adoc
CONTRIBUTING.md
Changes
HACKING.adoc
INSTALL.adoc
Makefile
Makefile.best_binaries
Makefile.build_config.in
Makefile.common
Makefile.config.in
Makefile.config_if_required
Makefile.dev
Makefile.menhir
Makefile.tools [deleted file]
README.adoc
README.win32.adoc
VERSION
aclocal.m4
api_docgen/Compiler_libs.pre.mld [new file with mode: 0644]
api_docgen/Format_tutorial.mld [new file with mode: 0644]
api_docgen/Makefile [new file with mode: 0644]
api_docgen/Makefile.common [new file with mode: 0644]
api_docgen/Makefile.docfiles [new file with mode: 0644]
api_docgen/Ocaml_operators.mld [new file with mode: 0644]
api_docgen/alldoc.tex [new file with mode: 0644]
api_docgen/ocamldoc/Makefile [new file with mode: 0644]
api_docgen/odoc/Makefile [new file with mode: 0644]
appveyor.yml
asmcomp/CSEgen.ml
asmcomp/CSEgen.mli
asmcomp/amd64/CSE.ml
asmcomp/amd64/arch.ml
asmcomp/amd64/emit.mlp
asmcomp/amd64/proc.ml
asmcomp/amd64/selection.ml
asmcomp/arm/arch.ml
asmcomp/arm/emit.mlp
asmcomp/arm/proc.ml
asmcomp/arm/scheduling.ml
asmcomp/arm/selection.ml
asmcomp/arm64/arch.ml
asmcomp/arm64/emit.mlp
asmcomp/arm64/proc.ml
asmcomp/arm64/selection.ml
asmcomp/asmgen.ml
asmcomp/asmgen.mli
asmcomp/asmlink.ml
asmcomp/asmpackager.ml
asmcomp/branch_relaxation.ml
asmcomp/branch_relaxation.mli
asmcomp/branch_relaxation_intf.ml
asmcomp/cmm.ml
asmcomp/cmm.mli
asmcomp/cmm_helpers.ml
asmcomp/cmm_helpers.mli
asmcomp/cmm_invariants.ml [new file with mode: 0644]
asmcomp/cmm_invariants.mli [new file with mode: 0644]
asmcomp/cmmgen.ml
asmcomp/coloring.ml
asmcomp/comballoc.ml
asmcomp/dataflow.ml [new file with mode: 0644]
asmcomp/dataflow.mli [new file with mode: 0644]
asmcomp/deadcode.ml
asmcomp/debug/available_regs.ml [deleted file]
asmcomp/debug/available_regs.mli [deleted file]
asmcomp/debug/compute_ranges.ml [deleted file]
asmcomp/debug/compute_ranges.mli [deleted file]
asmcomp/debug/compute_ranges_intf.ml [deleted file]
asmcomp/debug/reg_availability_set.ml [deleted file]
asmcomp/debug/reg_availability_set.mli [deleted file]
asmcomp/debug/reg_with_debug_info.ml [deleted file]
asmcomp/debug/reg_with_debug_info.mli [deleted file]
asmcomp/emitaux.ml
asmcomp/emitaux.mli
asmcomp/emitenv.mli [new file with mode: 0644]
asmcomp/i386/CSE.ml
asmcomp/i386/arch.ml
asmcomp/i386/emit.mlp
asmcomp/i386/proc.ml
asmcomp/i386/selection.ml
asmcomp/linearize.ml
asmcomp/liveness.ml
asmcomp/liveness.mli
asmcomp/mach.ml
asmcomp/mach.mli
asmcomp/polling.ml [new file with mode: 0644]
asmcomp/polling.mli [new file with mode: 0644]
asmcomp/power/CSE.ml
asmcomp/power/arch.ml
asmcomp/power/emit.mlp
asmcomp/power/proc.ml
asmcomp/power/scheduling.ml
asmcomp/power/selection.ml
asmcomp/printcmm.ml
asmcomp/printlinear.ml
asmcomp/printmach.ml
asmcomp/proc.mli
asmcomp/reloadgen.ml
asmcomp/riscv/arch.ml
asmcomp/riscv/emit.mlp
asmcomp/riscv/proc.ml
asmcomp/riscv/selection.ml
asmcomp/s390x/arch.ml
asmcomp/s390x/emit.mlp
asmcomp/s390x/proc.ml
asmcomp/s390x/scheduling.ml
asmcomp/s390x/selection.ml
asmcomp/schedgen.ml
asmcomp/selectgen.ml
asmcomp/selectgen.mli
asmcomp/selection.mli
asmcomp/spill.ml
boot/menhir/menhirLib.ml
boot/menhir/menhirLib.mli
boot/menhir/parser.ml
boot/ocamlc
boot/ocamllex
build-aux/ax_pthread.m4
bytecomp/bytegen.ml
bytecomp/bytelink.ml
bytecomp/bytelink.mli
compilerlibs/Makefile.compilerlibs
configure
configure.ac
debugger/Makefile
debugger/command_line.ml
debugger/time_travel.ml
driver/compenv.ml
driver/compenv.mli
driver/compile.ml
driver/compile.mli
driver/compile_common.mli
driver/main_args.ml
driver/main_args.mli
driver/maindriver.ml
driver/makedepend.ml
driver/optcompile.ml
driver/optcompile.mli
driver/optmaindriver.ml
dune
lambda/generate_runtimedef.sh
lambda/lambda.ml
lambda/lambda.mli
lambda/matching.ml
lambda/printlambda.ml
lambda/simplif.ml
lambda/translclass.ml
lambda/translcore.ml
lambda/translmod.ml
lambda/translprim.ml
lex/Makefile
lex/common.ml
lex/cset.ml
lex/lexgen.ml
man/ocamlc.m
man/ocamlopt.m
man/ocamlrun.m
manual/Makefile
manual/README.md
manual/manual/.gitignore [deleted file]
manual/manual/Makefile [deleted file]
manual/manual/allfiles.etex [deleted file]
manual/manual/anchored_book.hva [deleted file]
manual/manual/biblio.etex [deleted file]
manual/manual/cmds/.gitignore [deleted file]
manual/manual/cmds/Makefile [deleted file]
manual/manual/cmds/afl-fuzz.etex [deleted file]
manual/manual/cmds/comp.etex [deleted file]
manual/manual/cmds/debugger.etex [deleted file]
manual/manual/cmds/flambda.etex [deleted file]
manual/manual/cmds/instrumented-runtime.etex [deleted file]
manual/manual/cmds/intf-c.etex [deleted file]
manual/manual/cmds/lexyacc.etex [deleted file]
manual/manual/cmds/native.etex [deleted file]
manual/manual/cmds/ocamldep.etex [deleted file]
manual/manual/cmds/ocamldoc.etex [deleted file]
manual/manual/cmds/profil.etex [deleted file]
manual/manual/cmds/runtime.etex [deleted file]
manual/manual/cmds/top.etex [deleted file]
manual/manual/cmds/unified-options.etex [deleted file]
manual/manual/foreword.etex [deleted file]
manual/manual/html_processing/.gitignore [deleted file]
manual/manual/html_processing/Makefile [deleted file]
manual/manual/html_processing/README.md [deleted file]
manual/manual/html_processing/dune-project [deleted file]
manual/manual/html_processing/js/navigation.js [deleted file]
manual/manual/html_processing/js/scroll.js [deleted file]
manual/manual/html_processing/js/search.js [deleted file]
manual/manual/html_processing/scss/_common.scss [deleted file]
manual/manual/html_processing/scss/manual.scss [deleted file]
manual/manual/html_processing/scss/style.scss [deleted file]
manual/manual/html_processing/src/common.ml [deleted file]
manual/manual/html_processing/src/dune [deleted file]
manual/manual/html_processing/src/process_api.ml [deleted file]
manual/manual/html_processing/src/process_manual.ml [deleted file]
manual/manual/htmlman/.gitignore [deleted file]
manual/manual/htmlman/contents_motif.gif [deleted file]
manual/manual/htmlman/fonts/fira-sans-v8-latin-regular.eot [deleted file]
manual/manual/htmlman/fonts/fira-sans-v8-latin-regular.svg [deleted file]
manual/manual/htmlman/fonts/fira-sans-v8-latin-regular.ttf [deleted file]
manual/manual/htmlman/fonts/fira-sans-v8-latin-regular.woff [deleted file]
manual/manual/htmlman/fonts/fira-sans-v8-latin-regular.woff2 [deleted file]
manual/manual/htmlman/libgraph.gif [deleted file]
manual/manual/htmlman/next_motif.gif [deleted file]
manual/manual/htmlman/previous_motif.gif [deleted file]
manual/manual/index.tex [deleted file]
manual/manual/infoman/.gitignore [deleted file]
manual/manual/library/.gitignore [deleted file]
manual/manual/library/Makefile [deleted file]
manual/manual/library/builtin.etex [deleted file]
manual/manual/library/compiler_libs.mld [deleted file]
manual/manual/library/compilerlibs.etex [deleted file]
manual/manual/library/core.etex [deleted file]
manual/manual/library/libdynlink.etex [deleted file]
manual/manual/library/libstr.etex [deleted file]
manual/manual/library/libthreads.etex [deleted file]
manual/manual/library/libunix.etex [deleted file]
manual/manual/library/old.etex [deleted file]
manual/manual/library/stdlib-blurb.etex [deleted file]
manual/manual/macros.hva [deleted file]
manual/manual/macros.tex [deleted file]
manual/manual/manual.hva [deleted file]
manual/manual/manual.inf [deleted file]
manual/manual/manual.info.header [deleted file]
manual/manual/manual.tex [deleted file]
manual/manual/refman/.gitignore [deleted file]
manual/manual/refman/Makefile [deleted file]
manual/manual/refman/classes.etex [deleted file]
manual/manual/refman/compunit.etex [deleted file]
manual/manual/refman/const.etex [deleted file]
manual/manual/refman/expr.etex [deleted file]
manual/manual/refman/exten.etex [deleted file]
manual/manual/refman/lex.etex [deleted file]
manual/manual/refman/modtypes.etex [deleted file]
manual/manual/refman/modules.etex [deleted file]
manual/manual/refman/names.etex [deleted file]
manual/manual/refman/patterns.etex [deleted file]
manual/manual/refman/refman.etex [deleted file]
manual/manual/refman/typedecl.etex [deleted file]
manual/manual/refman/types.etex [deleted file]
manual/manual/refman/values.etex [deleted file]
manual/manual/style.css [deleted file]
manual/manual/texstuff/.gitignore [deleted file]
manual/manual/textman/.gitignore [deleted file]
manual/manual/tutorials/.gitignore [deleted file]
manual/manual/tutorials/Makefile [deleted file]
manual/manual/tutorials/advexamples.etex [deleted file]
manual/manual/tutorials/coreexamples.etex [deleted file]
manual/manual/tutorials/lablexamples.etex [deleted file]
manual/manual/tutorials/moduleexamples.etex [deleted file]
manual/manual/tutorials/objectexamples.etex [deleted file]
manual/manual/tutorials/polymorphism.etex [deleted file]
manual/src/.gitignore [new file with mode: 0644]
manual/src/Makefile [new file with mode: 0644]
manual/src/allfiles.etex [new file with mode: 0644]
manual/src/anchored_book.hva [new file with mode: 0644]
manual/src/biblio.etex [new file with mode: 0644]
manual/src/cmds/.gitignore [new file with mode: 0644]
manual/src/cmds/Makefile [new file with mode: 0644]
manual/src/cmds/afl-fuzz.etex [new file with mode: 0644]
manual/src/cmds/comp.etex [new file with mode: 0644]
manual/src/cmds/debugger.etex [new file with mode: 0644]
manual/src/cmds/flambda.etex [new file with mode: 0644]
manual/src/cmds/instrumented-runtime.etex [new file with mode: 0644]
manual/src/cmds/intf-c.etex [new file with mode: 0644]
manual/src/cmds/lexyacc.etex [new file with mode: 0644]
manual/src/cmds/native.etex [new file with mode: 0644]
manual/src/cmds/ocamldep.etex [new file with mode: 0644]
manual/src/cmds/ocamldoc.etex [new file with mode: 0644]
manual/src/cmds/profil.etex [new file with mode: 0644]
manual/src/cmds/runtime.etex [new file with mode: 0644]
manual/src/cmds/top.etex [new file with mode: 0644]
manual/src/cmds/unified-options.etex [new file with mode: 0644]
manual/src/foreword.etex [new file with mode: 0644]
manual/src/html_processing/.gitignore [new file with mode: 0644]
manual/src/html_processing/Makefile [new file with mode: 0644]
manual/src/html_processing/README.md [new file with mode: 0644]
manual/src/html_processing/dune-project [new file with mode: 0644]
manual/src/html_processing/js/navigation.js [new file with mode: 0644]
manual/src/html_processing/js/scroll.js [new file with mode: 0644]
manual/src/html_processing/js/search.js [new file with mode: 0644]
manual/src/html_processing/scss/_common.scss [new file with mode: 0644]
manual/src/html_processing/scss/manual.scss [new file with mode: 0644]
manual/src/html_processing/scss/style.scss [new file with mode: 0644]
manual/src/html_processing/src/common.ml [new file with mode: 0644]
manual/src/html_processing/src/dune [new file with mode: 0644]
manual/src/html_processing/src/process_api.ml [new file with mode: 0644]
manual/src/html_processing/src/process_manual.ml [new file with mode: 0644]
manual/src/htmlman/.gitignore [new file with mode: 0644]
manual/src/htmlman/contents_motif.gif [new file with mode: 0644]
manual/src/htmlman/fonts/fira-sans-v8-latin-regular.eot [new file with mode: 0644]
manual/src/htmlman/fonts/fira-sans-v8-latin-regular.svg [new file with mode: 0644]
manual/src/htmlman/fonts/fira-sans-v8-latin-regular.ttf [new file with mode: 0644]
manual/src/htmlman/fonts/fira-sans-v8-latin-regular.woff [new file with mode: 0644]
manual/src/htmlman/fonts/fira-sans-v8-latin-regular.woff2 [new file with mode: 0644]
manual/src/htmlman/libgraph.gif [new file with mode: 0644]
manual/src/htmlman/next_motif.gif [new file with mode: 0644]
manual/src/htmlman/previous_motif.gif [new file with mode: 0644]
manual/src/index.tex [new file with mode: 0644]
manual/src/infoman/.gitignore [new file with mode: 0644]
manual/src/library/.gitignore [new file with mode: 0644]
manual/src/library/Makefile [new file with mode: 0644]
manual/src/library/builtin.etex [new file with mode: 0644]
manual/src/library/compiler_libs.mld [new file with mode: 0644]
manual/src/library/compilerlibs.etex [new file with mode: 0644]
manual/src/library/core.etex [new file with mode: 0644]
manual/src/library/libdynlink.etex [new file with mode: 0644]
manual/src/library/libstr.etex [new file with mode: 0644]
manual/src/library/libthreads.etex [new file with mode: 0644]
manual/src/library/libunix.etex [new file with mode: 0644]
manual/src/library/old.etex [new file with mode: 0644]
manual/src/library/stdlib-blurb.etex [new file with mode: 0644]
manual/src/macros.hva [new file with mode: 0644]
manual/src/macros.tex [new file with mode: 0644]
manual/src/manual.hva [new file with mode: 0644]
manual/src/manual.inf [new file with mode: 0644]
manual/src/manual.info.header [new file with mode: 0644]
manual/src/manual.tex [new file with mode: 0644]
manual/src/refman/.gitignore [new file with mode: 0644]
manual/src/refman/Makefile [new file with mode: 0644]
manual/src/refman/classes.etex [new file with mode: 0644]
manual/src/refman/compunit.etex [new file with mode: 0644]
manual/src/refman/const.etex [new file with mode: 0644]
manual/src/refman/expr.etex [new file with mode: 0644]
manual/src/refman/exten.etex [new file with mode: 0644]
manual/src/refman/extensions/alerts.etex [new file with mode: 0644]
manual/src/refman/extensions/attributes.etex [new file with mode: 0644]
manual/src/refman/extensions/bigarray.etex [new file with mode: 0644]
manual/src/refman/extensions/bindingops.etex [new file with mode: 0644]
manual/src/refman/extensions/doccomments.etex [new file with mode: 0644]
manual/src/refman/extensions/emptyvariants.etex [new file with mode: 0644]
manual/src/refman/extensions/extensiblevariants.etex [new file with mode: 0644]
manual/src/refman/extensions/extensionnodes.etex [new file with mode: 0644]
manual/src/refman/extensions/extensionsyntax.etex [new file with mode: 0644]
manual/src/refman/extensions/firstclassmodules.etex [new file with mode: 0644]
manual/src/refman/extensions/gadts.etex [new file with mode: 0644]
manual/src/refman/extensions/generalizedopens.etex [new file with mode: 0644]
manual/src/refman/extensions/generativefunctors.etex [new file with mode: 0644]
manual/src/refman/extensions/indexops.etex [new file with mode: 0644]
manual/src/refman/extensions/inlinerecords.etex [new file with mode: 0644]
manual/src/refman/extensions/letrecvalues.etex [new file with mode: 0644]
manual/src/refman/extensions/locallyabstract.etex [new file with mode: 0644]
manual/src/refman/extensions/modulealias.etex [new file with mode: 0644]
manual/src/refman/extensions/moduletypeof.etex [new file with mode: 0644]
manual/src/refman/extensions/overridingopen.etex [new file with mode: 0644]
manual/src/refman/extensions/privatetypes.etex [new file with mode: 0644]
manual/src/refman/extensions/recursivemodules.etex [new file with mode: 0644]
manual/src/refman/extensions/signaturesubstitution.etex [new file with mode: 0644]
manual/src/refman/lex.etex [new file with mode: 0644]
manual/src/refman/modtypes.etex [new file with mode: 0644]
manual/src/refman/modules.etex [new file with mode: 0644]
manual/src/refman/names.etex [new file with mode: 0644]
manual/src/refman/patterns.etex [new file with mode: 0644]
manual/src/refman/refman.etex [new file with mode: 0644]
manual/src/refman/typedecl.etex [new file with mode: 0644]
manual/src/refman/types.etex [new file with mode: 0644]
manual/src/refman/values.etex [new file with mode: 0644]
manual/src/style.css [new file with mode: 0644]
manual/src/texstuff/.gitignore [new file with mode: 0644]
manual/src/textman/.gitignore [new file with mode: 0644]
manual/src/tutorials/.gitignore [new file with mode: 0644]
manual/src/tutorials/Makefile [new file with mode: 0644]
manual/src/tutorials/advexamples.etex [new file with mode: 0644]
manual/src/tutorials/coreexamples.etex [new file with mode: 0644]
manual/src/tutorials/gadtexamples.etex [new file with mode: 0644]
manual/src/tutorials/lablexamples.etex [new file with mode: 0644]
manual/src/tutorials/moduleexamples.etex [new file with mode: 0644]
manual/src/tutorials/objectexamples.etex [new file with mode: 0644]
manual/src/tutorials/polymorphism.etex [new file with mode: 0644]
manual/src/tutorials/polyvariant.etex [new file with mode: 0644]
manual/styles/syntaxdef.hva
manual/tests/Makefile
manual/tests/README.md
manual/tests/check-stdlib-modules
manual/tools/Makefile
middle_end/closure/closure.ml
middle_end/closure/closure_middle_end.ml
middle_end/closure/closure_middle_end.mli
middle_end/convert_primitives.ml
middle_end/flambda/closure_conversion.ml
middle_end/flambda/closure_conversion.mli
middle_end/flambda/export_info_for_pack.ml
middle_end/flambda/flambda_middle_end.ml
middle_end/flambda/flambda_middle_end.mli
middle_end/flambda/flambda_to_clambda.ml
middle_end/flambda/inconstant_idents.ml
middle_end/flambda/inline_and_simplify_aux.ml
middle_end/flambda/inlining_cost.ml
middle_end/flambda/un_anf.ml
middle_end/internal_variable_names.ml
ocaml-variants.opam
ocamldoc/Makefile
ocamldoc/Makefile.best_ocamldoc [new file with mode: 0644]
ocamldoc/Makefile.docfiles [deleted file]
ocamldoc/odoc_analyse.ml
ocamldoc/odoc_args.ml
ocamldoc/odoc_ast.ml
ocamldoc/odoc_dag2html.ml
ocamldoc/odoc_env.ml
ocamldoc/odoc_html.ml
ocamldoc/odoc_man.ml
ocamldoc/odoc_messages.ml
ocamldoc/odoc_misc.ml
ocamldoc/odoc_print.ml
ocamldoc/odoc_sig.ml
ocamldoc/odoc_sig.mli
ocamldoc/odoc_str.ml
ocamldoc/odoc_texi.ml
ocamldoc/odoc_to_text.ml
ocamldoc/odoc_value.ml
ocamltest/Makefile
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
ocamltest/environments.ml
ocamltest/environments.mli
ocamltest/getocamloptdefaultflags [deleted file]
ocamltest/main.ml
ocamltest/ocaml_actions.ml
ocamltest/ocaml_tests.ml
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/options.ml
ocamltest/options.mli
ocamltest/run_unix.c
ocamltest/run_win32.c
ocamltest/tsl_lexer.mll
otherlibs/Makefile.otherlibs.common
otherlibs/bigarray/Makefile
otherlibs/dynlink/Makefile
otherlibs/dynlink/dynlink_common.ml
otherlibs/str/Makefile
otherlibs/str/str.ml
otherlibs/str/str.mli
otherlibs/systhreads/Makefile
otherlibs/systhreads/st_stubs.c
otherlibs/unix/Makefile
otherlibs/unix/dup2.c
otherlibs/unix/errmsg.c
otherlibs/unix/link.c
otherlibs/unix/realpath.c [new file with mode: 0644]
otherlibs/unix/socket.c
otherlibs/unix/socketpair.c
otherlibs/unix/sockopt.c
otherlibs/unix/spawn.c
otherlibs/unix/unix.ml
otherlibs/unix/unix.mli
otherlibs/unix/unixLabels.mli
otherlibs/unix/unixsupport.c
otherlibs/win32unix/Makefile
otherlibs/win32unix/channels.c
otherlibs/win32unix/errmsg.c
otherlibs/win32unix/getsockname.c
otherlibs/win32unix/link.c
otherlibs/win32unix/realpath.c [new file with mode: 0644]
otherlibs/win32unix/socket.c
otherlibs/win32unix/sockopt.c
otherlibs/win32unix/truncate.c
otherlibs/win32unix/unix.ml
otherlibs/win32unix/unixsupport.c
otherlibs/win32unix/unixsupport.h
parsing/ast_helper.ml
parsing/ast_helper.mli
parsing/ast_invariants.ml
parsing/ast_iterator.ml
parsing/ast_mapper.ml
parsing/builtin_attributes.ml
parsing/depend.ml
parsing/lexer.mli
parsing/lexer.mll
parsing/location.ml
parsing/location.mli
parsing/longident.mli
parsing/parse.ml
parsing/parser.mly
parsing/parsetree.mli
parsing/pprintast.ml
parsing/pprintast.mli
parsing/printast.ml
release-info/howto.md
runtime/Makefile
runtime/afl.c
runtime/arm64.S
runtime/array.c
runtime/backtrace.c
runtime/backtrace_byt.c
runtime/backtrace_nat.c
runtime/caml/backtrace.h
runtime/caml/compact.h
runtime/caml/compatibility.h
runtime/caml/config.h
runtime/caml/domain_state.tbl
runtime/caml/dynlink.h
runtime/caml/exec.h
runtime/caml/fail.h
runtime/caml/finalise.h
runtime/caml/freelist.h
runtime/caml/gc_ctrl.h
runtime/caml/io.h
runtime/caml/major_gc.h
runtime/caml/md5.h
runtime/caml/memory.h
runtime/caml/misc.h
runtime/caml/mlvalues.h
runtime/caml/osdeps.h
runtime/caml/s.h.in
runtime/caml/signals.h
runtime/caml/startup_aux.h
runtime/caml/sys.h
runtime/compact.c
runtime/debugger.c
runtime/dune
runtime/dynlink.c
runtime/eventlog.c
runtime/floats.c
runtime/freelist.c
runtime/gc_ctrl.c
runtime/io.c
runtime/main.c
runtime/major_gc.c
runtime/memory.c
runtime/memprof.c
runtime/power.S
runtime/riscv.S
runtime/sak.c [new file with mode: 0644]
runtime/signals_byt.c
runtime/signals_nat.c
runtime/signals_osdep.h
runtime/startup_aux.c
runtime/startup_byt.c
runtime/startup_nat.c
runtime/sys.c
runtime/unix.c
runtime/win32.c
stdlib/.depend
stdlib/CONTRIBUTING.md [new file with mode: 0644]
stdlib/Compflags
stdlib/HACKING.adoc
stdlib/Makefile
stdlib/StdlibModules
stdlib/arg.ml
stdlib/array.ml
stdlib/array.mli
stdlib/arrayLabels.mli
stdlib/buffer.mli
stdlib/bytes.ml
stdlib/bytes.mli
stdlib/bytesLabels.mli
stdlib/camlinternalFormat.ml
stdlib/camlinternalMod.ml
stdlib/camlinternalOO.ml
stdlib/dune
stdlib/ephemeron.ml
stdlib/expand_module_aliases.awk
stdlib/filename.ml
stdlib/float.ml
stdlib/float.mli
stdlib/format.ml
stdlib/format.mli
stdlib/gc.mli
stdlib/hashtbl.ml
stdlib/hashtbl.mli
stdlib/int.ml
stdlib/int.mli
stdlib/int32.ml
stdlib/int32.mli
stdlib/int64.ml
stdlib/int64.mli
stdlib/lazy.ml
stdlib/lazy.mli
stdlib/lexing.ml
stdlib/list.mli
stdlib/listLabels.mli
stdlib/map.mli
stdlib/marshal.mli
stdlib/moreLabels.mli
stdlib/nativeint.ml
stdlib/nativeint.mli
stdlib/ocaml_operators.mld [deleted file]
stdlib/parsing.ml
stdlib/queue.mli
stdlib/random.ml
stdlib/random.mli
stdlib/scanf.ml
stdlib/seq.ml
stdlib/seq.mli
stdlib/stack.mli
stdlib/stdlib.ml
stdlib/stdlib.mli
stdlib/string.ml
stdlib/string.mli
stdlib/stringLabels.mli
stdlib/templates/float.template.mli
stdlib/templates/floatarraylabeled.template.mli
stdlib/templates/hashtbl.template.mli
stdlib/templates/map.template.mli
stdlib/weak.ml
testsuite/Makefile
testsuite/lib/Makefile
testsuite/tests/afl-instrumentation/afltest.ml
testsuite/tests/asmcomp/polling.c [new file with mode: 0644]
testsuite/tests/asmcomp/polling_insertion.ml [new file with mode: 0644]
testsuite/tests/asmcomp/try_checkbound.ml [new file with mode: 0644]
testsuite/tests/asmgen/arith.cmm
testsuite/tests/asmgen/catch-float.cmm
testsuite/tests/asmgen/catch-multiple.cmm
testsuite/tests/asmgen/catch-rec-deadhandler.cmm
testsuite/tests/asmgen/catch-rec.cmm
testsuite/tests/asmgen/catch-try-float.cmm
testsuite/tests/asmgen/catch-try.cmm
testsuite/tests/asmgen/checkbound.cmm
testsuite/tests/asmgen/even-odd-spill-float.cmm
testsuite/tests/asmgen/even-odd-spill.cmm
testsuite/tests/asmgen/even-odd.cmm
testsuite/tests/asmgen/fib.cmm
testsuite/tests/asmgen/immediates.cmm
testsuite/tests/asmgen/immediates.cmmpp
testsuite/tests/asmgen/integr.cmm
testsuite/tests/asmgen/invariants.cmm [new file with mode: 0644]
testsuite/tests/asmgen/main.c
testsuite/tests/asmgen/mainarith.c
testsuite/tests/asmgen/pgcd.cmm
testsuite/tests/asmgen/quicksort.cmm
testsuite/tests/asmgen/quicksort2.cmm
testsuite/tests/asmgen/soli.cmm
testsuite/tests/asmgen/tagged-fib.cmm
testsuite/tests/asmgen/tagged-integr.cmm
testsuite/tests/asmgen/tagged-quicksort.cmm
testsuite/tests/asmgen/tagged-tak.cmm
testsuite/tests/asmgen/tak.cmm
testsuite/tests/ast-invariants/test.ml
testsuite/tests/backtrace/backtrace.ml
testsuite/tests/backtrace/backtrace2.reference
testsuite/tests/backtrace/pr2195-locs.byte.reference
testsuite/tests/backtrace/pr2195.opt.reference
testsuite/tests/basic-io-2/io.ml
testsuite/tests/basic-modules/recursive_module_evaluation_errors.ml
testsuite/tests/basic-modules/recursive_module_init.ml [new file with mode: 0644]
testsuite/tests/basic-modules/recursive_module_init.reference [new file with mode: 0644]
testsuite/tests/basic-more/pr10338.compilers.reference [new file with mode: 0644]
testsuite/tests/basic-more/pr10338.ml [new file with mode: 0644]
testsuite/tests/basic-more/pr10338.reference [new file with mode: 0644]
testsuite/tests/basic/boxedints.ml
testsuite/tests/basic/boxedints.reference
testsuite/tests/basic/eval_order_7.ml [new file with mode: 0644]
testsuite/tests/basic/eval_order_7.reference [new file with mode: 0644]
testsuite/tests/basic/eval_order_pr10283.ml [new file with mode: 0644]
testsuite/tests/basic/eval_order_pr10283.reference [new file with mode: 0644]
testsuite/tests/basic/patmatch_for_multiple.ml
testsuite/tests/compiler-libs/test_untypeast.ml [new file with mode: 0644]
testsuite/tests/fma/fma.ml
testsuite/tests/gc-roots/globroots.ml
testsuite/tests/generated-parse-errors/errors.compilers.reference [new file with mode: 0644]
testsuite/tests/generated-parse-errors/errors.ml [new file with mode: 0644]
testsuite/tests/instrumented-runtime/main.ml
testsuite/tests/let-syntax/let_syntax.ml
testsuite/tests/lib-array/test_array.ml
testsuite/tests/lib-bigarray-2/bigarrcml.ml [new file with mode: 0644]
testsuite/tests/lib-bigarray-2/bigarrcml.reference [new file with mode: 0644]
testsuite/tests/lib-bigarray-2/bigarrcstub.c [new file with mode: 0644]
testsuite/tests/lib-bigarray-2/bigarrfml.ml
testsuite/tests/lib-bigarray-2/bigarrfml.reference
testsuite/tests/lib-bigarray-2/bigarrfstub.c
testsuite/tests/lib-bytes/test_bytes.ml
testsuite/tests/lib-bytes/test_bytes.reference
testsuite/tests/lib-digest/md5.ml
testsuite/tests/lib-dynlink-bytecode/main.ml
testsuite/tests/lib-dynlink-csharp/main.ml
testsuite/tests/lib-dynlink-initializers/test10_main.byte.reference
testsuite/tests/lib-dynlink-initializers/test10_main.ml
testsuite/tests/lib-dynlink-initializers/test10_main.native.reference
testsuite/tests/lib-dynlink-initializers/test1_main.ml
testsuite/tests/lib-dynlink-initializers/test2_main.ml
testsuite/tests/lib-dynlink-initializers/test3_main.ml
testsuite/tests/lib-dynlink-initializers/test4_main.ml
testsuite/tests/lib-dynlink-initializers/test5_main.ml
testsuite/tests/lib-dynlink-initializers/test6_main.ml
testsuite/tests/lib-dynlink-initializers/test7_main.ml
testsuite/tests/lib-dynlink-initializers/test8_main.ml
testsuite/tests/lib-dynlink-initializers/test9_main.ml
testsuite/tests/lib-dynlink-native/main.ml
testsuite/tests/lib-dynlink-packed/loader.ml
testsuite/tests/lib-dynlink-pr4229/main.ml
testsuite/tests/lib-dynlink-pr4839/test.ml
testsuite/tests/lib-dynlink-pr6950/loader.ml
testsuite/tests/lib-dynlink-pr9209/dyn.ml
testsuite/tests/lib-dynlink-private/test.ml
testsuite/tests/lib-either/test.ml
testsuite/tests/lib-filename/quotecommand.ml
testsuite/tests/lib-float/test.ml
testsuite/tests/lib-float/test.reference
testsuite/tests/lib-int/test.ml
testsuite/tests/lib-int64/test.ml
testsuite/tests/lib-lazy/test.ml [new file with mode: 0644]
testsuite/tests/lib-random/chi2.ml [new file with mode: 0644]
testsuite/tests/lib-random/full_int.ml [new file with mode: 0644]
testsuite/tests/lib-random/full_int.reference [new file with mode: 0644]
testsuite/tests/lib-scanf-2/tscanf2_master.ml
testsuite/tests/lib-seq/test.ml
testsuite/tests/lib-stream/mpr7769.ml
testsuite/tests/lib-string/binary.ml [new file with mode: 0644]
testsuite/tests/lib-string/test_string.ml
testsuite/tests/lib-sys/opaque.ml [new file with mode: 0644]
testsuite/tests/lib-sys/opaque.reference [new file with mode: 0644]
testsuite/tests/lib-threads/delayintr.ml
testsuite/tests/lib-threads/pr8857.ml [new file with mode: 0644]
testsuite/tests/lib-threads/signal.ml
testsuite/tests/lib-unix/common/cloexec.ml
testsuite/tests/lib-unix/common/redirections.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/realpath/test.ml [new file with mode: 0644]
testsuite/tests/lib-unix/realpath/test.reference [new file with mode: 0644]
testsuite/tests/lib-unix/win-env/test_env.ml
testsuite/tests/load_path/driver.ml [deleted file]
testsuite/tests/load_path/payload.ml [deleted file]
testsuite/tests/load_path/test.ml
testsuite/tests/load_path/test/driver.ml [new file with mode: 0644]
testsuite/tests/load_path/test/payload.ml [new file with mode: 0644]
testsuite/tests/misc/exotic.ml
testsuite/tests/no-alias-deps/aliases.compilers.reference
testsuite/tests/no-alias-deps/aliases.ml
testsuite/tests/no-alias-deps/b.cmi [new file with mode: 0644]
testsuite/tests/no-alias-deps/b.cmi.invalid [deleted file]
testsuite/tests/no-alias-deps/gpr2235.ml
testsuite/tests/opaque/test.ml
testsuite/tests/output-complete-obj/github9344.ml
testsuite/tests/output-complete-obj/test.ml
testsuite/tests/output-complete-obj/test.ml_stub.c
testsuite/tests/output-complete-obj/test2.ml
testsuite/tests/parsetree/source.ml
testsuite/tests/parsetree/test.ml
testsuite/tests/parsing/broken_invariants.compilers.reference
testsuite/tests/parsing/broken_invariants.ml
testsuite/tests/parsing/extensions.compilers.reference
testsuite/tests/parsing/illegal_ppx.ml
testsuite/tests/parsing/pr10468.ml [new file with mode: 0644]
testsuite/tests/ppx-contexts/test.ml
testsuite/tests/prim-revapply/apply.ml
testsuite/tests/prim-revapply/revapply.ml
testsuite/tests/regression/missing_set_of_closures/missing_set_of_closures.ml
testsuite/tests/regression/pr10611/pr10611.ml [new file with mode: 0644]
testsuite/tests/regression/pr10611/pr10611.reference [new file with mode: 0644]
testsuite/tests/regression/pr9853/compaction_corner_case.ml [new file with mode: 0644]
testsuite/tests/reproducibility/cmis_on_file_system.ml
testsuite/tests/runtime-errors/stackoverflow.ml
testsuite/tests/runtime-errors/syserror.ml
testsuite/tests/self-contained-toplevel/main.ml
testsuite/tests/shadow_include/ghosts.ml [new file with mode: 0644]
testsuite/tests/shadow_include/shadow_all.ml
testsuite/tests/statmemprof/callstacks.flat-float-array.reference
testsuite/tests/statmemprof/callstacks.no-flat-float-array.reference
testsuite/tests/statmemprof/comballoc.byte.reference
testsuite/tests/statmemprof/comballoc.opt.reference
testsuite/tests/tool-caml-tex/ellipses.ml
testsuite/tests/tool-caml-tex/redirections.ml
testsuite/tests/tool-command-line/hello.c [new file with mode: 0644]
testsuite/tests/tool-command-line/test-o-one-c-file.ml [new file with mode: 0644]
testsuite/tests/tool-command-line/test-o-several-files.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-command-line/test-o-several-files.ml [new file with mode: 0644]
testsuite/tests/tool-command-line/test-unknown-file.compilers.reference [new file with mode: 0644]
testsuite/tests/tool-command-line/test-unknown-file.ml [new file with mode: 0644]
testsuite/tests/tool-command-line/test.compilers.reference [deleted file]
testsuite/tests/tool-command-line/test.ml [deleted file]
testsuite/tests/tool-debugger/dynlink/host.ml
testsuite/tests/tool-debugger/no_debug_event/noev.ml
testsuite/tests/tool-debugger/printer/debuggee.ml
testsuite/tests/tool-lexyacc/calc.ml [new file with mode: 0644]
testsuite/tests/tool-lexyacc/calc.reference [new file with mode: 0644]
testsuite/tests/tool-lexyacc/calc_input.txt [new file with mode: 0644]
testsuite/tests/tool-lexyacc/calc_lexer.mll [new file with mode: 0644]
testsuite/tests/tool-lexyacc/calc_parser.mly [new file with mode: 0644]
testsuite/tests/tool-lexyacc/gram_aux.ml [deleted file]
testsuite/tests/tool-lexyacc/grammar.mly [deleted file]
testsuite/tests/tool-lexyacc/input [deleted file]
testsuite/tests/tool-lexyacc/lexgen.ml [deleted file]
testsuite/tests/tool-lexyacc/main.compilers.reference [deleted file]
testsuite/tests/tool-lexyacc/main.ml [deleted file]
testsuite/tests/tool-lexyacc/main.reference [deleted file]
testsuite/tests/tool-lexyacc/output.ml [deleted file]
testsuite/tests/tool-lexyacc/scan_aux.ml [deleted file]
testsuite/tests/tool-lexyacc/scanner.mll [deleted file]
testsuite/tests/tool-lexyacc/syntax.ml [deleted file]
testsuite/tests/tool-ocaml/t000.ml
testsuite/tests/tool-ocaml/t010-const0.ml
testsuite/tests/tool-ocaml/t010-const1.ml
testsuite/tests/tool-ocaml/t010-const2.ml
testsuite/tests/tool-ocaml/t010-const3.ml
testsuite/tests/tool-ocaml/t011-constint.ml
testsuite/tests/tool-ocaml/t020.ml
testsuite/tests/tool-ocaml/t021-pushconst1.ml
testsuite/tests/tool-ocaml/t021-pushconst2.ml
testsuite/tests/tool-ocaml/t021-pushconst3.ml
testsuite/tests/tool-ocaml/t022-pushconstint.ml
testsuite/tests/tool-ocaml/t040-makeblock1.ml
testsuite/tests/tool-ocaml/t040-makeblock2.ml
testsuite/tests/tool-ocaml/t040-makeblock3.ml
testsuite/tests/tool-ocaml/t041-makeblock.ml
testsuite/tests/tool-ocaml/t050-getglobal.ml
testsuite/tests/tool-ocaml/t050-pushgetglobal.ml
testsuite/tests/tool-ocaml/t051-getglobalfield.ml
testsuite/tests/tool-ocaml/t051-pushgetglobalfield.ml
testsuite/tests/tool-ocaml/t060-raise.ml
testsuite/tests/tool-ocaml/t070-branch.ml
testsuite/tests/tool-ocaml/t070-branchif.ml
testsuite/tests/tool-ocaml/t070-branchifnot.ml
testsuite/tests/tool-ocaml/t071-boolnot.ml
testsuite/tests/tool-ocaml/t080-eq.ml
testsuite/tests/tool-ocaml/t080-geint.ml
testsuite/tests/tool-ocaml/t080-gtint.ml
testsuite/tests/tool-ocaml/t080-leint.ml
testsuite/tests/tool-ocaml/t080-ltint.ml
testsuite/tests/tool-ocaml/t080-neq.ml
testsuite/tests/tool-ocaml/t090-acc0.ml
testsuite/tests/tool-ocaml/t090-acc1.ml
testsuite/tests/tool-ocaml/t090-acc2.ml
testsuite/tests/tool-ocaml/t090-acc3.ml
testsuite/tests/tool-ocaml/t090-acc4.ml
testsuite/tests/tool-ocaml/t090-acc5.ml
testsuite/tests/tool-ocaml/t090-acc6.ml
testsuite/tests/tool-ocaml/t090-acc7.ml
testsuite/tests/tool-ocaml/t091-acc.ml
testsuite/tests/tool-ocaml/t092-pushacc.ml
testsuite/tests/tool-ocaml/t092-pushacc0.ml
testsuite/tests/tool-ocaml/t092-pushacc1.ml
testsuite/tests/tool-ocaml/t092-pushacc2.ml
testsuite/tests/tool-ocaml/t092-pushacc3.ml
testsuite/tests/tool-ocaml/t092-pushacc4.ml
testsuite/tests/tool-ocaml/t092-pushacc5.ml
testsuite/tests/tool-ocaml/t092-pushacc6.ml
testsuite/tests/tool-ocaml/t092-pushacc7.ml
testsuite/tests/tool-ocaml/t093-pushacc.ml
testsuite/tests/tool-ocaml/t100-pushtrap.ml
testsuite/tests/tool-ocaml/t101-poptrap.ml
testsuite/tests/tool-ocaml/t110-addint.ml
testsuite/tests/tool-ocaml/t110-andint.ml
testsuite/tests/tool-ocaml/t110-asrint-1.ml
testsuite/tests/tool-ocaml/t110-asrint-2.ml
testsuite/tests/tool-ocaml/t110-divint-1.ml
testsuite/tests/tool-ocaml/t110-divint-2.ml
testsuite/tests/tool-ocaml/t110-divint-3.ml
testsuite/tests/tool-ocaml/t110-lslint.ml
testsuite/tests/tool-ocaml/t110-lsrint.ml
testsuite/tests/tool-ocaml/t110-modint-1.ml
testsuite/tests/tool-ocaml/t110-modint-2.ml
testsuite/tests/tool-ocaml/t110-mulint.ml
testsuite/tests/tool-ocaml/t110-negint.ml
testsuite/tests/tool-ocaml/t110-offsetint.ml
testsuite/tests/tool-ocaml/t110-orint.ml
testsuite/tests/tool-ocaml/t110-subint.ml
testsuite/tests/tool-ocaml/t110-xorint.ml
testsuite/tests/tool-ocaml/t120-getstringchar.ml
testsuite/tests/tool-ocaml/t121-setstringchar.ml
testsuite/tests/tool-ocaml/t130-getvectitem.ml
testsuite/tests/tool-ocaml/t130-vectlength.ml
testsuite/tests/tool-ocaml/t131-setvectitem.ml
testsuite/tests/tool-ocaml/t140-switch-1.ml
testsuite/tests/tool-ocaml/t140-switch-2.ml
testsuite/tests/tool-ocaml/t140-switch-3.ml
testsuite/tests/tool-ocaml/t140-switch-4.ml
testsuite/tests/tool-ocaml/t141-switch-5.ml
testsuite/tests/tool-ocaml/t141-switch-6.ml
testsuite/tests/tool-ocaml/t141-switch-7.ml
testsuite/tests/tool-ocaml/t142-switch-8.ml
testsuite/tests/tool-ocaml/t142-switch-9.ml
testsuite/tests/tool-ocaml/t142-switch-A.ml
testsuite/tests/tool-ocaml/t150-push-1.ml
testsuite/tests/tool-ocaml/t150-push-2.ml
testsuite/tests/tool-ocaml/t160-closure.ml
testsuite/tests/tool-ocaml/t161-apply1.ml
testsuite/tests/tool-ocaml/t162-return.ml
testsuite/tests/tool-ocaml/t163.ml
testsuite/tests/tool-ocaml/t164-apply2.ml
testsuite/tests/tool-ocaml/t164-apply3.ml
testsuite/tests/tool-ocaml/t165-apply.ml
testsuite/tests/tool-ocaml/t170-envacc2.ml
testsuite/tests/tool-ocaml/t170-envacc3.ml
testsuite/tests/tool-ocaml/t170-envacc4.ml
testsuite/tests/tool-ocaml/t171-envacc.ml
testsuite/tests/tool-ocaml/t172-pushenvacc1.ml
testsuite/tests/tool-ocaml/t172-pushenvacc2.ml
testsuite/tests/tool-ocaml/t172-pushenvacc3.ml
testsuite/tests/tool-ocaml/t172-pushenvacc4.ml
testsuite/tests/tool-ocaml/t173-pushenvacc.ml
testsuite/tests/tool-ocaml/t180-appterm1.ml
testsuite/tests/tool-ocaml/t180-appterm2.ml
testsuite/tests/tool-ocaml/t180-appterm3.ml
testsuite/tests/tool-ocaml/t181-appterm.ml
testsuite/tests/tool-ocaml/t190-makefloatblock-1.ml
testsuite/tests/tool-ocaml/t190-makefloatblock-2.ml
testsuite/tests/tool-ocaml/t190-makefloatblock-3.ml
testsuite/tests/tool-ocaml/t191-vectlength.ml
testsuite/tests/tool-ocaml/t192-getfloatfield-1.ml
testsuite/tests/tool-ocaml/t192-getfloatfield-2.ml
testsuite/tests/tool-ocaml/t193-setfloatfield-1.ml
testsuite/tests/tool-ocaml/t193-setfloatfield-2.ml
testsuite/tests/tool-ocaml/t200-getfield0.ml
testsuite/tests/tool-ocaml/t200-getfield1.ml
testsuite/tests/tool-ocaml/t200-getfield2.ml
testsuite/tests/tool-ocaml/t200-getfield3.ml
testsuite/tests/tool-ocaml/t201-getfield.ml
testsuite/tests/tool-ocaml/t210-setfield0.ml
testsuite/tests/tool-ocaml/t210-setfield1.ml
testsuite/tests/tool-ocaml/t210-setfield2.ml
testsuite/tests/tool-ocaml/t210-setfield3.ml
testsuite/tests/tool-ocaml/t211-setfield.ml
testsuite/tests/tool-ocaml/t220-assign.ml
testsuite/tests/tool-ocaml/t230-check_signals.ml
testsuite/tests/tool-ocaml/t240-c_call1.ml
testsuite/tests/tool-ocaml/t240-c_call2.ml
testsuite/tests/tool-ocaml/t240-c_call3.ml
testsuite/tests/tool-ocaml/t240-c_call4.ml
testsuite/tests/tool-ocaml/t240-c_call5.ml
testsuite/tests/tool-ocaml/t250-closurerec-1.ml
testsuite/tests/tool-ocaml/t250-closurerec-2.ml
testsuite/tests/tool-ocaml/t251-pushoffsetclosure0.ml
testsuite/tests/tool-ocaml/t251-pushoffsetclosure2.ml
testsuite/tests/tool-ocaml/t251-pushoffsetclosurem2.ml
testsuite/tests/tool-ocaml/t252-pushoffsetclosure.ml
testsuite/tests/tool-ocaml/t253-offsetclosure0.ml
testsuite/tests/tool-ocaml/t253-offsetclosure2.ml
testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml
testsuite/tests/tool-ocaml/t254-offsetclosure.ml
testsuite/tests/tool-ocaml/t260-offsetref.ml
testsuite/tests/tool-ocaml/t270-push_retaddr.ml
testsuite/tests/tool-ocaml/t300-getmethod.ml
testsuite/tests/tool-ocaml/t301-object.ml
testsuite/tests/tool-ocaml/t310-alloc-1.ml
testsuite/tests/tool-ocaml/t310-alloc-2.ml
testsuite/tests/tool-ocaml/t320-gc-1.ml
testsuite/tests/tool-ocaml/t320-gc-2.ml
testsuite/tests/tool-ocaml/t320-gc-3.ml
testsuite/tests/tool-ocaml/t330-compact-1.ml
testsuite/tests/tool-ocaml/t330-compact-2.ml
testsuite/tests/tool-ocaml/t330-compact-3.ml
testsuite/tests/tool-ocaml/t330-compact-4.ml
testsuite/tests/tool-ocaml/t340-weak.ml
testsuite/tests/tool-ocaml/t350-heapcheck.ml
testsuite/tests/tool-ocaml/t360-stacks-1.ml
testsuite/tests/tool-ocaml/t360-stacks-2.ml
testsuite/tests/tool-ocamlc-error-cleanup/test.ml
testsuite/tests/tool-ocamlc-open/tool-ocamlc-open.ml
testsuite/tests/tool-ocamldep-modalias/Makefile.build
testsuite/tests/tool-ocamldep-modalias/Makefile.build2
testsuite/tests/tool-ocamldep-modalias/main.ml
testsuite/tests/tool-ocamldep-modalias/setup-links.sh [deleted file]
testsuite/tests/tool-ocamldep-shadowing/a.ml
testsuite/tests/tool-ocamldoc/Documentation_tags.html.reference
testsuite/tests/tool-ocamldoc/Entities.html.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Entities.ml [new file with mode: 0644]
testsuite/tests/tool-ocamldoc/Inline_records.html.reference
testsuite/tests/tool-ocamldoc/Module_whitespace.html.reference
testsuite/tests/tool-ocamlopt-save-ir/start_from_emit.ml
testsuite/tests/tool-toplevel-invocation/test.ml
testsuite/tests/tool-toplevel/error_highlighting.ml
testsuite/tests/tool-toplevel/known-bugs/broken_rec_in_show.ml
testsuite/tests/tool-toplevel/mod_use.ml
testsuite/tests/tool-toplevel/pr6468.compilers.reference
testsuite/tests/tool-toplevel/show.ml
testsuite/tests/tool-toplevel/show_short_paths.ml
testsuite/tests/translprim/comparison_table.compilers.reference
testsuite/tests/translprim/sendcache.ml [new file with mode: 0644]
testsuite/tests/translprim/sendcache.reference [new file with mode: 0644]
testsuite/tests/typing-core-bugs/type_expected_explanation.ml
testsuite/tests/typing-extensions/disambiguation.ml
testsuite/tests/typing-fstclassmod/fstclassmod.ml
testsuite/tests/typing-gadts/ambivalent_apply.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/gadthead.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/name_existentials.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/pr10189.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/pr10271.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/pr6980.ml
testsuite/tests/typing-gadts/principality-and-gadts.ml
testsuite/tests/typing-gadts/test.ml
testsuite/tests/typing-misc-bugs/core_array_reduced_ok.ml
testsuite/tests/typing-misc-bugs/pr6303_bad.ml
testsuite/tests/typing-misc-bugs/pr6946_bad.ml
testsuite/tests/typing-misc/constraints.ml
testsuite/tests/typing-misc/filter_params.ml [new file with mode: 0644]
testsuite/tests/typing-misc/pr6416.ml
testsuite/tests/typing-misc/pr7937.ml
testsuite/tests/typing-misc/pr8548_split.ml
testsuite/tests/typing-misc/printing.ml
testsuite/tests/typing-misc/records.ml
testsuite/tests/typing-misc/typecore_empty_polyvariant_error.ml
testsuite/tests/typing-misc/unbound_type_variables.ml [new file with mode: 0644]
testsuite/tests/typing-misc/variant.ml
testsuite/tests/typing-missing-cmi-2/test.ml
testsuite/tests/typing-missing-cmi-3/user.ml
testsuite/tests/typing-missing-cmi/test.ml
testsuite/tests/typing-modules-bugs/gatien_baron_20131019_ok.ml
testsuite/tests/typing-modules-bugs/pr5164_ok.ml
testsuite/tests/typing-modules-bugs/pr51_ok.ml
testsuite/tests/typing-modules-bugs/pr5663_ok.ml
testsuite/tests/typing-modules-bugs/pr5914_ok.ml
testsuite/tests/typing-modules-bugs/pr6240_ok.ml
testsuite/tests/typing-modules-bugs/pr6293_bad.ml
testsuite/tests/typing-modules-bugs/pr6427_bad.ml
testsuite/tests/typing-modules-bugs/pr6485_ok.ml
testsuite/tests/typing-modules-bugs/pr6513_ok.ml
testsuite/tests/typing-modules-bugs/pr6572_ok.ml
testsuite/tests/typing-modules-bugs/pr6651_ok.ml
testsuite/tests/typing-modules-bugs/pr6752_bad.ml
testsuite/tests/typing-modules-bugs/pr6752_ok.ml
testsuite/tests/typing-modules-bugs/pr6899_first_bad.ml
testsuite/tests/typing-modules-bugs/pr6899_ok.ml
testsuite/tests/typing-modules-bugs/pr6899_second_bad.ml
testsuite/tests/typing-modules-bugs/pr6944_ok.ml
testsuite/tests/typing-modules-bugs/pr6954_ok.ml
testsuite/tests/typing-modules-bugs/pr6981_ok.ml
testsuite/tests/typing-modules-bugs/pr6982_ok.ml
testsuite/tests/typing-modules-bugs/pr6985_extended.ml [new file with mode: 0644]
testsuite/tests/typing-modules-bugs/pr6985_ok.ml
testsuite/tests/typing-modules-bugs/pr6992_bad.ml
testsuite/tests/typing-modules-bugs/pr7036_ok.ml
testsuite/tests/typing-modules-bugs/pr7082_ok.ml
testsuite/tests/typing-modules-bugs/pr7112_bad.ml
testsuite/tests/typing-modules-bugs/pr7112_ok.ml
testsuite/tests/typing-modules-bugs/pr7152_ok.ml
testsuite/tests/typing-modules-bugs/pr7182_ok.ml
testsuite/tests/typing-modules-bugs/pr7305_principal.ml
testsuite/tests/typing-modules-bugs/pr7321_ok.ml
testsuite/tests/typing-modules-bugs/pr7414_2_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr7414_2_bad.ml
testsuite/tests/typing-modules-bugs/pr7414_bad.compilers.reference
testsuite/tests/typing-modules-bugs/pr7414_bad.ml
testsuite/tests/typing-modules-bugs/pr7519_ok.ml
testsuite/tests/typing-modules-bugs/pr7601_ok.ml
testsuite/tests/typing-modules-bugs/pr7601a_ok.ml
testsuite/tests/typing-modules-bugs/pr9695_bad.ml
testsuite/tests/typing-modules/aliases.ml
testsuite/tests/typing-modules/anonymous.ml
testsuite/tests/typing-modules/applicative_functor_type.ml
testsuite/tests/typing-modules/functors.ml [new file with mode: 0644]
testsuite/tests/typing-modules/generative.ml
testsuite/tests/typing-modules/illegal_permutation.ml
testsuite/tests/typing-modules/inclusion_errors.ml [new file with mode: 0644]
testsuite/tests/typing-modules/merge_constraint.ml
testsuite/tests/typing-modules/module_type_substitution.ml [new file with mode: 0644]
testsuite/tests/typing-modules/nondep.ml
testsuite/tests/typing-modules/nondep_private_abbrev.ml
testsuite/tests/typing-modules/pr10298.ml [new file with mode: 0644]
testsuite/tests/typing-modules/private.ml [new file with mode: 0644]
testsuite/tests/typing-modules/with_ghosts.ml [new file with mode: 0644]
testsuite/tests/typing-multifile/pr6372.ml
testsuite/tests/typing-multifile/pr7325.ml
testsuite/tests/typing-objects-bugs/pr3968_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr3968_bad.ml
testsuite/tests/typing-objects-bugs/pr4018_bad.compilers.reference
testsuite/tests/typing-objects-bugs/pr4018_bad.ml
testsuite/tests/typing-objects-bugs/pr4435_bad.ml
testsuite/tests/typing-objects-bugs/pr4766_ok.ml
testsuite/tests/typing-objects-bugs/pr4824_ok.ml
testsuite/tests/typing-objects-bugs/pr4824a_bad.ml
testsuite/tests/typing-objects-bugs/pr5156_ok.ml
testsuite/tests/typing-objects-bugs/pr7284_bad.ml
testsuite/tests/typing-objects-bugs/pr7293_ok.ml
testsuite/tests/typing-objects-bugs/woodyatt_ok.ml
testsuite/tests/typing-objects-bugs/yamagata021012_ok.ml
testsuite/tests/typing-poly-bugs/pr5322_ok.ml
testsuite/tests/typing-poly-bugs/pr5673_ok.ml
testsuite/tests/typing-poly-bugs/pr6922_ok.ml
testsuite/tests/typing-poly/poly.ml
testsuite/tests/typing-poly/pr9603.ml
testsuite/tests/typing-polyvariants-bugs-2/pr3918c.compilers.reference
testsuite/tests/typing-polyvariants-bugs-2/pr3918c.ml
testsuite/tests/typing-polyvariants-bugs/pr4775_ok.ml
testsuite/tests/typing-polyvariants-bugs/pr4933_ok.ml
testsuite/tests/typing-polyvariants-bugs/pr5057_ok.ml
testsuite/tests/typing-polyvariants-bugs/pr5057a_bad.ml
testsuite/tests/typing-polyvariants-bugs/pr7199_ok.ml
testsuite/tests/typing-polyvariants-bugs/pr8575.ml [new file with mode: 0644]
testsuite/tests/typing-polyvariants-bugs/privrowsabate_ok.ml
testsuite/tests/typing-private-bugs/pr5026_bad.ml
testsuite/tests/typing-private-bugs/pr5469_ok.ml
testsuite/tests/typing-private/invalid_private_row.ml [new file with mode: 0644]
testsuite/tests/typing-recmod/t01bad.ml
testsuite/tests/typing-recmod/t02bad.ml
testsuite/tests/typing-recmod/t03ok.ml
testsuite/tests/typing-recmod/t04bad.ml
testsuite/tests/typing-recmod/t05bad.ml
testsuite/tests/typing-recmod/t06ok.ml
testsuite/tests/typing-recmod/t07bad.ml
testsuite/tests/typing-recmod/t08bad.ml
testsuite/tests/typing-recmod/t09bad.ml
testsuite/tests/typing-recmod/t10ok.ml
testsuite/tests/typing-recmod/t11bad.ml
testsuite/tests/typing-recmod/t12bad.ml
testsuite/tests/typing-recmod/t13ok.ml
testsuite/tests/typing-recmod/t14bad.ml
testsuite/tests/typing-recmod/t15bad.ml
testsuite/tests/typing-recmod/t16ok.ml
testsuite/tests/typing-recmod/t17ok.ml
testsuite/tests/typing-recmod/t18ok.ml
testsuite/tests/typing-recmod/t20ok.ml
testsuite/tests/typing-recmod/t21ok.ml
testsuite/tests/typing-recmod/t22ok.ml
testsuite/tests/typing-rectypes-bugs/pr5343_bad.ml
testsuite/tests/typing-rectypes-bugs/pr6174_bad.ml
testsuite/tests/typing-rectypes-bugs/pr6870_bad.ml
testsuite/tests/typing-safe-linking/b_bad.ml
testsuite/tests/typing-shadowing-of-pervasives-submodules/redefine_largefile_top.ml
testsuite/tests/typing-short-paths/errors.ml
testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.compilers.reference
testsuite/tests/typing-sigsubst/test_locations.compilers.reference
testsuite/tests/typing-sigsubst/test_locations.ml
testsuite/tests/typing-warnings/ambiguous_guarded_disjunction.ml
testsuite/tests/typing-warnings/application.ml
testsuite/tests/typing-warnings/coercions.ml
testsuite/tests/typing-warnings/exhaustiveness.ml
testsuite/tests/typing-warnings/open_warnings.ml
testsuite/tests/typing-warnings/pr5892.ml
testsuite/tests/typing-warnings/pr6587.ml
testsuite/tests/typing-warnings/pr6872.ml
testsuite/tests/typing-warnings/pr7085.ml
testsuite/tests/typing-warnings/pr7115.ml
testsuite/tests/typing-warnings/pr7261.ml
testsuite/tests/typing-warnings/pr7297.ml
testsuite/tests/typing-warnings/pr7553.ml
testsuite/tests/typing-warnings/pr9244.ml
testsuite/tests/typing-warnings/records.ml
testsuite/tests/typing-warnings/unused_functor_parameter.ml
testsuite/tests/typing-warnings/unused_types.ml
testsuite/tests/unboxed-primitive-args/test.ml
testsuite/tests/unwind/driver.ml
testsuite/tests/warnings/deprecated_module.ml
testsuite/tests/warnings/deprecated_module_assigment.ml
testsuite/tests/warnings/deprecated_module_use.ml
testsuite/tests/warnings/deprecated_warning_specs.ml [new file with mode: 0644]
testsuite/tests/warnings/w01.ml
testsuite/tests/warnings/w03.ml
testsuite/tests/warnings/w04.ml
testsuite/tests/warnings/w04_failure.ml
testsuite/tests/warnings/w06.ml
testsuite/tests/warnings/w32.ml
testsuite/tests/warnings/w32b.ml
testsuite/tests/warnings/w33.ml
testsuite/tests/warnings/w45.ml
testsuite/tests/warnings/w47_inline.ml
testsuite/tests/warnings/w50.ml
testsuite/tests/warnings/w51.ml
testsuite/tests/warnings/w51_bis.ml
testsuite/tests/warnings/w52.ml
testsuite/tests/warnings/w53.ml
testsuite/tests/warnings/w54.ml
testsuite/tests/warnings/w55.ml
testsuite/tests/warnings/w58.ml
testsuite/tests/warnings/w59.ml
testsuite/tests/warnings/w60.ml
testsuite/tests/warnings/w68.ml
testsuite/tests/win-unicode/mltest.ml
testsuite/tools/Makefile
testsuite/tools/codegen_main.ml
testsuite/tools/expect_test.ml
tools/.depend
tools/Makefile
tools/autogen
tools/caml_tex.ml
tools/check-typo
tools/ci/actions/check-alldepend.sh [new file with mode: 0755]
tools/ci/actions/check-changes-modified.sh [new file with mode: 0755]
tools/ci/actions/check-configure.sh [new file with mode: 0755]
tools/ci/actions/check-labelled-interfaces.sh [new file with mode: 0755]
tools/ci/actions/check-manual-modified.sh [new file with mode: 0755]
tools/ci/actions/check-typo.sh [new file with mode: 0755]
tools/ci/actions/deepen-fetch.sh [new file with mode: 0755]
tools/ci/actions/runner.sh
tools/ci/appveyor/appveyor_build.cmd
tools/ci/appveyor/appveyor_build.sh
tools/ci/inria/bootstrap/remove-sinh-primitive.patch
tools/ci/inria/bootstrap/script
tools/ci/inria/main
tools/ci/inria/sanitizers/lsan-suppr.txt
tools/ci/inria/step-by-step-build/script
tools/ci/travis/travis-ci.sh [deleted file]
tools/ocamlmklib.ml
tools/ocamlprof.ml
tools/pre-commit-githook
toplevel/byte/topeval.ml [new file with mode: 0644]
toplevel/byte/topmain.ml [new file with mode: 0644]
toplevel/byte/trace.ml [new file with mode: 0644]
toplevel/dune
toplevel/genprintval.ml
toplevel/native/topeval.ml [new file with mode: 0644]
toplevel/native/topmain.ml [new file with mode: 0644]
toplevel/native/trace.ml [new file with mode: 0644]
toplevel/opttopdirs.ml [deleted file]
toplevel/opttopdirs.mli [deleted file]
toplevel/opttoploop.ml [deleted file]
toplevel/opttoploop.mli [deleted file]
toplevel/opttopmain.ml [deleted file]
toplevel/opttopmain.mli [deleted file]
toplevel/opttopstart.ml [deleted file]
toplevel/topcommon.ml [new file with mode: 0644]
toplevel/topcommon.mli [new file with mode: 0644]
toplevel/topdirs.ml
toplevel/topdirs.mli
toplevel/topeval.mli [new file with mode: 0644]
toplevel/toploop.ml
toplevel/toploop.mli
toplevel/topmain.ml [deleted file]
toplevel/trace.ml [deleted file]
toplevel/trace.mli
typing/btype.ml
typing/btype.mli
typing/ctype.ml
typing/ctype.mli
typing/datarepr.ml
typing/datarepr.mli
typing/env.ml
typing/env.mli
typing/errortrace.ml [new file with mode: 0644]
typing/errortrace.mli [new file with mode: 0644]
typing/includeclass.ml
typing/includecore.ml
typing/includecore.mli
typing/includemod.ml
typing/includemod.mli
typing/includemod_errorprinter.ml [new file with mode: 0644]
typing/includemod_errorprinter.mli [new file with mode: 0644]
typing/mtype.ml
typing/oprint.ml
typing/oprint.mli
typing/outcometree.mli
typing/parmatch.ml
typing/parmatch.mli
typing/path.ml
typing/patterns.ml
typing/persistent_env.ml
typing/persistent_env.mli
typing/predef.ml
typing/primitive.ml
typing/primitive.mli
typing/printpat.ml
typing/printtyp.ml
typing/printtyp.mli
typing/printtyped.ml
typing/printtyped.mli
typing/rec_check.ml
typing/signature_group.ml [new file with mode: 0644]
typing/signature_group.mli [new file with mode: 0644]
typing/subst.ml
typing/subst.mli
typing/tast_iterator.ml
typing/tast_mapper.ml
typing/typeclass.ml
typing/typeclass.mli
typing/typecore.ml
typing/typecore.mli
typing/typedecl.ml
typing/typedecl.mli
typing/typedecl_immediacy.ml
typing/typedecl_separability.ml
typing/typedecl_unboxed.ml
typing/typedecl_variance.ml
typing/typedtree.ml
typing/typedtree.mli
typing/typemod.ml
typing/typemod.mli
typing/typeopt.ml
typing/types.ml
typing/types.mli
typing/typetexp.ml
typing/typetexp.mli
typing/untypeast.ml
utils/HACKING.adoc
utils/Makefile
utils/binutils.ml
utils/ccomp.ml
utils/ccomp.mli
utils/clflags.ml
utils/clflags.mli
utils/config.mli
utils/config.mlp
utils/diffing.ml [new file with mode: 0644]
utils/diffing.mli [new file with mode: 0644]
utils/lazy_backtrack.ml [new file with mode: 0644]
utils/lazy_backtrack.mli [new file with mode: 0644]
utils/load_path.ml
utils/misc.ml
utils/misc.mli
utils/profile.ml
utils/strongly_connected_components.ml
utils/warnings.ml
utils/warnings.mli