New upstream version 4.06.0
authorStephane Glondu <steph@glondu.net>
Wed, 10 Jul 2019 12:49:34 +0000 (14:49 +0200)
committerStephane Glondu <steph@glondu.net>
Wed, 10 Jul 2019 12:49:34 +0000 (14:49 +0200)
commit484a8dc32b532e30c24b13cef2f7b40cb0aa74c0
treef8dec6f3f71f7ee5b3dd2dec57786ad303855859
parenta5c0aec7cf2811ae01df7869991ad9d2eec78939
New upstream version 4.06.0
1050 files changed:
.depend
.gitattributes
.gitignore
.mailmap
.merlin
.travis-ci.sh
.travis.yml
CONTRIBUTING.md
Changes
HACKING.adoc
INSTALL.adoc
Makefile
README.adoc
README.win32.adoc
VERSION
appveyor.yml
appveyor_build.cmd [new file with mode: 0644]
appveyor_build.sh
asmcomp/CSEgen.ml
asmcomp/amd64/arch.ml
asmcomp/amd64/emit.mlp
asmcomp/amd64/proc.ml
asmcomp/arm/arch.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/arm64/selection.ml
asmcomp/asmgen.ml
asmcomp/asmgen.mli
asmcomp/asmlink.ml
asmcomp/asmpackager.ml
asmcomp/clambda.ml
asmcomp/clambda.mli
asmcomp/closure.ml
asmcomp/cmmgen.ml
asmcomp/compilenv.ml
asmcomp/compilenv.mli
asmcomp/debug/available_regs.ml [new file with mode: 0644]
asmcomp/debug/available_regs.mli [new file with mode: 0644]
asmcomp/debug/reg_availability_set.ml [new file with mode: 0644]
asmcomp/debug/reg_availability_set.mli [new file with mode: 0644]
asmcomp/debug/reg_with_debug_info.ml [new file with mode: 0644]
asmcomp/debug/reg_with_debug_info.mli [new file with mode: 0644]
asmcomp/emitaux.ml
asmcomp/flambda_to_clambda.ml
asmcomp/i386/emit.mlp
asmcomp/interval.ml [new file with mode: 0644]
asmcomp/interval.mli [new file with mode: 0644]
asmcomp/linscan.ml [new file with mode: 0644]
asmcomp/linscan.mli [new file with mode: 0644]
asmcomp/liveness.ml
asmcomp/mach.ml
asmcomp/mach.mli
asmcomp/power/emit.mlp
asmcomp/printclambda.ml
asmcomp/printmach.ml
asmcomp/printmach.mli
asmcomp/s390x/emit.mlp
asmcomp/s390x/proc.ml
asmcomp/schedgen.ml
asmcomp/selectgen.ml
asmcomp/selectgen.mli
asmcomp/spacetime_profiling.ml
asmcomp/sparc/CSE.ml [deleted file]
asmcomp/sparc/NOTES.md [deleted file]
asmcomp/sparc/arch.ml [deleted file]
asmcomp/sparc/emit.mlp [deleted file]
asmcomp/sparc/proc.ml [deleted file]
asmcomp/sparc/reload.ml [deleted file]
asmcomp/sparc/scheduling.ml [deleted file]
asmcomp/sparc/selection.ml [deleted file]
asmcomp/spill.ml
asmcomp/strmatch.ml
asmcomp/strmatch.mli
asmcomp/un_anf.ml
asmcomp/x86_proc.ml
asmcomp/x86_proc.mli
asmrun/.depend
asmrun/Makefile
asmrun/amd64.S
asmrun/amd64nt.asm
asmrun/arm.S
asmrun/arm64.S
asmrun/backtrace_prim.c
asmrun/clambda_checks.c
asmrun/fail.c
asmrun/i386.S
asmrun/natdynlink.c
asmrun/roots.c
asmrun/s390x.S
asmrun/signals_asm.c
asmrun/signals_osdep.h
asmrun/spacetime.c
asmrun/spacetime_offline.c
asmrun/spacetime_snapshot.c
asmrun/sparc.S [deleted file]
asmrun/startup.c
boot/ocamlc
boot/ocamldep
boot/ocamllex
bytecomp/bytegen.ml
bytecomp/bytelibrarian.ml
bytecomp/bytelink.ml
bytecomp/bytelink.mli
bytecomp/bytepackager.ml
bytecomp/emitcode.ml
bytecomp/emitcode.mli
bytecomp/instruct.mli
bytecomp/lambda.ml
bytecomp/lambda.mli
bytecomp/matching.ml
bytecomp/printlambda.ml
bytecomp/simplif.ml
bytecomp/simplif.mli
bytecomp/switch.ml
bytecomp/switch.mli
bytecomp/symtable.ml
bytecomp/translattribute.ml
bytecomp/translclass.ml
bytecomp/translclass.mli
bytecomp/translcore.ml
bytecomp/translcore.mli
bytecomp/translmod.ml
bytecomp/translmod.mli
bytecomp/translobj.ml
bytecomp/typeopt.ml [deleted file]
bytecomp/typeopt.mli [deleted file]
byterun/.depend
byterun/Makefile
byterun/afl.c
byterun/alloc.c
byterun/array.c
byterun/backtrace_prim.c
byterun/bigarray.c [new file with mode: 0644]
byterun/callback.c
byterun/caml/address_class.h
byterun/caml/alloc.h
byterun/caml/backtrace.h
byterun/caml/bigarray.h [new file with mode: 0644]
byterun/caml/callback.h
byterun/caml/compact.h
byterun/caml/config.h
byterun/caml/dynlink.h
byterun/caml/fail.h
byterun/caml/gc.h
byterun/caml/hooks.h
byterun/caml/io.h
byterun/caml/major_gc.h
byterun/caml/memory.h
byterun/caml/minor_gc.h
byterun/caml/misc.h
byterun/caml/mlvalues.h
byterun/caml/osdeps.h
byterun/caml/spacetime.h
byterun/caml/stack.h
byterun/caml/startup.h
byterun/caml/startup_aux.h
byterun/caml/sys.h
byterun/caml/weak.h
byterun/compact.c
byterun/compare.c
byterun/custom.c
byterun/debugger.c
byterun/dynlink.c
byterun/extern.c
byterun/fail.c
byterun/finalise.c
byterun/fix_code.c
byterun/floats.c
byterun/freelist.c
byterun/gc_ctrl.c
byterun/globroots.c
byterun/hash.c
byterun/instrtrace.c
byterun/intern.c
byterun/interp.c
byterun/ints.c
byterun/io.c
byterun/main.c
byterun/major_gc.c
byterun/memory.c
byterun/meta.c
byterun/minor_gc.c
byterun/misc.c
byterun/obj.c
byterun/parsing.c
byterun/printexc.c
byterun/signals.c
byterun/spacetime.c
byterun/stacks.c
byterun/startup.c
byterun/startup_aux.c
byterun/str.c
byterun/sys.c
byterun/terminfo.c
byterun/unix.c
byterun/weak.c
byterun/win32.c
config/Makefile-templ
config/Makefile.mingw
config/Makefile.mingw64
config/Makefile.msvc
config/Makefile.msvc64
config/auto-aux/cckind.c
config/auto-aux/hasgot
config/auto-aux/hasgot2
config/auto-aux/int64align.c
config/auto-aux/runtest
config/auto-aux/solaris-ld
config/auto-aux/tryassemble
config/auto-aux/trycompile
config/m-nt.h
config/s-nt.h
config/s-templ.h
configure
debugger/breakpoints.ml
debugger/breakpoints.mli
debugger/debugcom.ml
debugger/debugcom.mli
debugger/debugger_config.ml
debugger/debugger_config.mli
debugger/int64ops.ml
debugger/int64ops.mli
debugger/loadprinter.ml
debugger/primitives.ml
debugger/primitives.mli
debugger/program_loading.ml
debugger/program_management.mli
debugger/show_information.ml
debugger/show_information.mli
debugger/symbols.ml
debugger/time_travel.ml
driver/compenv.ml
driver/compile.ml
driver/compmisc.ml
driver/main.ml
driver/main_args.ml
driver/main_args.mli
driver/makedepend.ml [new file with mode: 0644]
driver/makedepend.mli [new file with mode: 0644]
driver/optcompile.ml
driver/optmain.ml
driver/pparse.ml
driver/pparse.mli
emacs/caml.el
lex/lexgen.ml
man/Makefile
man/ocaml.m
man/ocamlc.m
man/ocamldep.m
man/ocamldoc.m
man/ocamlopt.m
middle_end/augment_specialised_args.ml
middle_end/closure_conversion.ml
middle_end/flambda.ml
middle_end/flambda.mli
middle_end/flambda_invariants.ml
middle_end/flambda_utils.ml
middle_end/flambda_utils.mli
middle_end/freshening.ml
middle_end/inconstant_idents.ml
middle_end/inline_and_simplify.ml
middle_end/inline_and_simplify_aux.ml
middle_end/inline_and_simplify_aux.mli
middle_end/inlining_cost.ml
middle_end/inlining_decision.ml
middle_end/inlining_transforms.ml
middle_end/invariant_params.ml
middle_end/lift_constants.mli
middle_end/lift_let_to_initialize_symbol.mli
middle_end/middle_end.ml
middle_end/middle_end.mli
middle_end/parameter.ml [new file with mode: 0644]
middle_end/parameter.mli [new file with mode: 0644]
middle_end/remove_free_vars_equal_to_args.ml
middle_end/remove_unused_arguments.ml
middle_end/remove_unused_closure_vars.ml
middle_end/simple_value_approx.ml
middle_end/simple_value_approx.mli
middle_end/simplify_primitives.ml
ocamldoc/.depend
ocamldoc/Makefile
ocamldoc/generators/odoc_todo.ml
ocamldoc/odoc_analyse.ml
ocamldoc/odoc_args.ml
ocamldoc/odoc_ast.ml
ocamldoc/odoc_ast.mli
ocamldoc/odoc_class.ml
ocamldoc/odoc_comments.mli
ocamldoc/odoc_config.mli
ocamldoc/odoc_cross.ml
ocamldoc/odoc_dag2html.ml
ocamldoc/odoc_dep.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.mli
ocamldoc/odoc_module.ml
ocamldoc/odoc_name.ml
ocamldoc/odoc_name.mli
ocamldoc/odoc_parameter.ml
ocamldoc/odoc_parser.mly
ocamldoc/odoc_print.ml
ocamldoc/odoc_print.mli
ocamldoc/odoc_scan.ml
ocamldoc/odoc_sig.ml
ocamldoc/odoc_sig.mli
ocamldoc/odoc_str.ml
ocamldoc/odoc_texi.ml
ocamldoc/odoc_text_lexer.mll
ocamldoc/odoc_to_text.ml
ocamldoc/odoc_type.ml
ocamldoc/odoc_types.mli
ocamltest/.depend [new file with mode: 0644]
ocamltest/Makefile [new file with mode: 0644]
ocamltest/README [new file with mode: 0644]
ocamltest/actions.ml [new file with mode: 0644]
ocamltest/actions.mli [new file with mode: 0644]
ocamltest/backends.ml [new file with mode: 0644]
ocamltest/backends.mli [new file with mode: 0644]
ocamltest/builtin_actions.ml [new file with mode: 0644]
ocamltest/builtin_actions.mli [new file with mode: 0644]
ocamltest/builtin_modifiers.ml [new file with mode: 0644]
ocamltest/builtin_modifiers.mli [new file with mode: 0644]
ocamltest/builtin_tests.ml [new file with mode: 0644]
ocamltest/builtin_tests.mli [new file with mode: 0644]
ocamltest/builtin_variables.ml [new file with mode: 0644]
ocamltest/builtin_variables.mli [new file with mode: 0644]
ocamltest/environments.ml [new file with mode: 0644]
ocamltest/environments.mli [new file with mode: 0644]
ocamltest/filecompare.ml [new file with mode: 0644]
ocamltest/filecompare.mli [new file with mode: 0644]
ocamltest/filetype.ml [new file with mode: 0644]
ocamltest/filetype.mli [new file with mode: 0644]
ocamltest/getocamloptdefaultflags [new file with mode: 0755]
ocamltest/main.ml [new file with mode: 0644]
ocamltest/main.mli [new file with mode: 0644]
ocamltest/ocamltest_config.ml.in [new file with mode: 0644]
ocamltest/ocamltest_config.mli [new file with mode: 0644]
ocamltest/options.ml [new file with mode: 0644]
ocamltest/options.mli [new file with mode: 0644]
ocamltest/run.h [new file with mode: 0644]
ocamltest/run_command.ml [new file with mode: 0644]
ocamltest/run_command.mli [new file with mode: 0644]
ocamltest/run_common.h [new file with mode: 0644]
ocamltest/run_stubs.c [new file with mode: 0644]
ocamltest/run_unix.c [new file with mode: 0644]
ocamltest/run_win32.c [new file with mode: 0644]
ocamltest/testlib.ml [new file with mode: 0644]
ocamltest/testlib.mli [new file with mode: 0644]
ocamltest/tests.ml [new file with mode: 0644]
ocamltest/tests.mli [new file with mode: 0644]
ocamltest/tsl_ast.ml [new file with mode: 0644]
ocamltest/tsl_ast.mli [new file with mode: 0644]
ocamltest/tsl_lexer.mli [new file with mode: 0644]
ocamltest/tsl_lexer.mll [new file with mode: 0644]
ocamltest/tsl_parser.mly [new file with mode: 0644]
ocamltest/tsl_semantics.ml [new file with mode: 0644]
ocamltest/tsl_semantics.mli [new file with mode: 0644]
ocamltest/variables.ml [new file with mode: 0644]
ocamltest/variables.mli [new file with mode: 0644]
otherlibs/Makefile
otherlibs/bigarray/.depend
otherlibs/bigarray/Makefile
otherlibs/bigarray/bigarray.h [deleted file]
otherlibs/bigarray/bigarray.ml
otherlibs/bigarray/bigarray.mli
otherlibs/bigarray/bigarray_stubs.c
otherlibs/bigarray/mmap_unix.c [deleted file]
otherlibs/bigarray/mmap_win32.c [deleted file]
otherlibs/dynlink/dynlink.mli
otherlibs/dynlink/natdynlink.ml
otherlibs/graph/.depend
otherlibs/graph/Makefile
otherlibs/graph/graphics.mli
otherlibs/graph/libgraph.h
otherlibs/graph/open.c
otherlibs/graph/text.c
otherlibs/num/.depend [deleted file]
otherlibs/num/.depend.nt [deleted file]
otherlibs/num/Makefile [deleted file]
otherlibs/num/Makefile.nt [deleted file]
otherlibs/num/README [deleted file]
otherlibs/num/arith_flags.ml [deleted file]
otherlibs/num/arith_flags.mli [deleted file]
otherlibs/num/arith_status.ml [deleted file]
otherlibs/num/arith_status.mli [deleted file]
otherlibs/num/big_int.ml [deleted file]
otherlibs/num/big_int.mli [deleted file]
otherlibs/num/bng.c [deleted file]
otherlibs/num/bng.h [deleted file]
otherlibs/num/bng_amd64.c [deleted file]
otherlibs/num/bng_arm64.c [deleted file]
otherlibs/num/bng_digit.c [deleted file]
otherlibs/num/bng_ia32.c [deleted file]
otherlibs/num/bng_ppc.c [deleted file]
otherlibs/num/bng_sparc.c [deleted file]
otherlibs/num/int_misc.ml [deleted file]
otherlibs/num/int_misc.mli [deleted file]
otherlibs/num/nat.h [deleted file]
otherlibs/num/nat.ml [deleted file]
otherlibs/num/nat.mli [deleted file]
otherlibs/num/nat_stubs.c [deleted file]
otherlibs/num/num.ml [deleted file]
otherlibs/num/num.mli [deleted file]
otherlibs/num/ratio.ml [deleted file]
otherlibs/num/ratio.mli [deleted file]
otherlibs/raw_spacetime_lib/.depend
otherlibs/raw_spacetime_lib/Makefile
otherlibs/raw_spacetime_lib/raw_spacetime_lib.ml
otherlibs/raw_spacetime_lib/raw_spacetime_lib.mli
otherlibs/str/.depend
otherlibs/str/Makefile
otherlibs/str/str.mli
otherlibs/str/strstubs.c
otherlibs/systhreads/.depend
otherlibs/systhreads/Makefile
otherlibs/systhreads/st_posix.h
otherlibs/systhreads/st_stubs.c
otherlibs/systhreads/st_win32.h
otherlibs/systhreads/thread.ml
otherlibs/systhreads/thread.mli
otherlibs/systhreads/threadUnix.mli
otherlibs/threads/.depend
otherlibs/threads/Makefile
otherlibs/threads/pervasives.ml
otherlibs/threads/scheduler.c
otherlibs/threads/thread.mli
otherlibs/threads/threadUnix.mli
otherlibs/threads/unix.ml
otherlibs/unix/.depend
otherlibs/unix/Makefile
otherlibs/unix/access.c
otherlibs/unix/chdir.c
otherlibs/unix/chmod.c
otherlibs/unix/chown.c
otherlibs/unix/chroot.c
otherlibs/unix/cstringv.c
otherlibs/unix/envir.c
otherlibs/unix/execv.c
otherlibs/unix/execve.c
otherlibs/unix/execvp.c
otherlibs/unix/getaddrinfo.c
otherlibs/unix/getcwd.c
otherlibs/unix/gethost.c
otherlibs/unix/link.c
otherlibs/unix/mkdir.c
otherlibs/unix/mkfifo.c
otherlibs/unix/mmap.c [new file with mode: 0644]
otherlibs/unix/mmap_ba.c [new file with mode: 0644]
otherlibs/unix/open.c
otherlibs/unix/opendir.c
otherlibs/unix/putenv.c
otherlibs/unix/readlink.c
otherlibs/unix/rename.c
otherlibs/unix/rmdir.c
otherlibs/unix/socketaddr.c
otherlibs/unix/stat.c
otherlibs/unix/symlink.c
otherlibs/unix/truncate.c
otherlibs/unix/unix.ml
otherlibs/unix/unix.mli
otherlibs/unix/unixLabels.mli
otherlibs/unix/unixsupport.c
otherlibs/unix/unixsupport.h
otherlibs/unix/unlink.c
otherlibs/unix/utimes.c
otherlibs/win32graph/Makefile
otherlibs/win32graph/draw.c
otherlibs/win32graph/open.c
otherlibs/win32unix/.depend
otherlibs/win32unix/Makefile
otherlibs/win32unix/channels.c
otherlibs/win32unix/createprocess.c
otherlibs/win32unix/envir.c [new file with mode: 0644]
otherlibs/win32unix/errmsg.c
otherlibs/win32unix/isatty.c [new file with mode: 0644]
otherlibs/win32unix/link.c
otherlibs/win32unix/mkdir.c
otherlibs/win32unix/mmap.c [new file with mode: 0644]
otherlibs/win32unix/open.c
otherlibs/win32unix/readlink.c
otherlibs/win32unix/rename.c
otherlibs/win32unix/stat.c
otherlibs/win32unix/symlink.c
otherlibs/win32unix/system.c
otherlibs/win32unix/unix.ml
otherlibs/win32unix/unixsupport.c
otherlibs/win32unix/unixsupport.h
otherlibs/win32unix/windir.c
otherlibs/win32unix/winlist.h
otherlibs/win32unix/winwait.c
otherlibs/win32unix/winworker.h
parsing/ast_helper.ml
parsing/ast_helper.mli
parsing/ast_iterator.ml
parsing/ast_iterator.mli
parsing/ast_mapper.ml
parsing/ast_mapper.mli
parsing/builtin_attributes.ml
parsing/builtin_attributes.mli
parsing/depend.ml
parsing/depend.mli
parsing/docstrings.ml
parsing/docstrings.mli
parsing/lexer.mll
parsing/location.ml
parsing/location.mli
parsing/longident.ml
parsing/longident.mli
parsing/parser.mly
parsing/parsetree.mli
parsing/pprintast.ml
parsing/printast.ml
stdlib/.depend
stdlib/Makefile
stdlib/arg.ml
stdlib/arg.mli
stdlib/array.ml
stdlib/array.mli
stdlib/arrayLabels.mli
stdlib/buffer.ml
stdlib/buffer.mli
stdlib/bytes.mli
stdlib/bytesLabels.mli
stdlib/camlinternalBigarray.ml [new file with mode: 0644]
stdlib/camlinternalFormat.ml
stdlib/camlinternalFormatBasics.ml
stdlib/camlinternalFormatBasics.mli
stdlib/camlinternalMod.ml
stdlib/camlinternalOO.mli
stdlib/ephemeron.mli
stdlib/format.ml
stdlib/format.mli
stdlib/gc.mli
stdlib/hashtbl.mli
stdlib/header.c
stdlib/headernt.c
stdlib/int32.mli
stdlib/int64.mli
stdlib/lazy.ml
stdlib/lexing.mli
stdlib/list.ml
stdlib/list.mli
stdlib/listLabels.mli
stdlib/map.ml
stdlib/map.mli
stdlib/marshal.mli
stdlib/moreLabels.mli
stdlib/nativeint.mli
stdlib/obj.ml
stdlib/parsing.mli
stdlib/pervasives.ml
stdlib/pervasives.mli
stdlib/printexc.mli
stdlib/printf.mli
stdlib/random.mli
stdlib/scanf.ml
stdlib/scanf.mli
stdlib/set.ml
stdlib/spacetime.mli
stdlib/stream.mli
stdlib/stringLabels.mli
stdlib/sys.mli
stdlib/uchar.ml
stdlib/uchar.mli
stdlib/weak.mli
testsuite/HACKING.adoc
testsuite/Makefile
testsuite/lib/Makefile
testsuite/makefiles/Makefile.common
testsuite/makefiles/Makefile.dlambda
testsuite/makefiles/Makefile.dparsetree
testsuite/makefiles/Makefile.expect
testsuite/makefiles/Makefile.several
testsuite/makefiles/Makefile.toplevel
testsuite/tests/afl-instrumentation/Makefile [new file with mode: 0644]
testsuite/tests/afl-instrumentation/harness.ml [new file with mode: 0644]
testsuite/tests/afl-instrumentation/test.ml [new file with mode: 0644]
testsuite/tests/afl-instrumentation/test.sh [new file with mode: 0755]
testsuite/tests/array-functions/Makefile [deleted file]
testsuite/tests/array-functions/ocamltests [new file with mode: 0644]
testsuite/tests/array-functions/test.ml
testsuite/tests/asmcomp/Makefile
testsuite/tests/asmcomp/is_static_flambda.ml
testsuite/tests/asmcomp/main.ml
testsuite/tests/backtrace/pr6920_why_swallow.byte.reference
testsuite/tests/backtrace/pr6920_why_swallow.native.reference
testsuite/tests/basic-float/tfloat_record.ml
testsuite/tests/basic-io-2/Makefile [deleted file]
testsuite/tests/basic-io-2/io.ml
testsuite/tests/basic-io-2/ocamltests [new file with mode: 0644]
testsuite/tests/basic-io/Makefile [deleted file]
testsuite/tests/basic-io/ocamltests [new file with mode: 0644]
testsuite/tests/basic-io/wc.ml
testsuite/tests/basic-io/wc.reference
testsuite/tests/basic-modules/Makefile [deleted file]
testsuite/tests/basic-modules/main.ml
testsuite/tests/basic-modules/ocamltests [new file with mode: 0644]
testsuite/tests/basic-more/morematch.ml
testsuite/tests/basic-more/pr1271.ml [new file with mode: 0644]
testsuite/tests/basic-more/pr1271.reference [new file with mode: 0644]
testsuite/tests/basic-more/pr2719.ml
testsuite/tests/basic-more/sequential_and_or.ml
testsuite/tests/basic-more/tformat.ml [deleted file]
testsuite/tests/basic-more/tformat.reference [deleted file]
testsuite/tests/basic-multdef/Makefile [deleted file]
testsuite/tests/basic-multdef/ocamltests [new file with mode: 0644]
testsuite/tests/basic-multdef/usemultdef.ml
testsuite/tests/basic-private/Makefile [deleted file]
testsuite/tests/basic-private/ocamltests [new file with mode: 0644]
testsuite/tests/basic-private/tlength.ml
testsuite/tests/basic/Makefile
testsuite/tests/basic/eval_order_6.ml [new file with mode: 0644]
testsuite/tests/basic/eval_order_6.reference [new file with mode: 0644]
testsuite/tests/basic/maps.ml
testsuite/tests/basic/maps.reference
testsuite/tests/basic/pr6322.ml.in [deleted file]
testsuite/tests/basic/pr6322.reference [deleted file]
testsuite/tests/basic/pr7657.ml [new file with mode: 0755]
testsuite/tests/basic/pr7657.reference [new file with mode: 0644]
testsuite/tests/basic/trigraph.ml [new file with mode: 0644]
testsuite/tests/basic/trigraph.ml.silent-compilation [new file with mode: 0644]
testsuite/tests/basic/trigraph.reference [new file with mode: 0644]
testsuite/tests/callback/Makefile
testsuite/tests/callback/callbackprim.c
testsuite/tests/embedded/cmmain.c
testsuite/tests/functors/Makefile [new file with mode: 0644]
testsuite/tests/functors/functors.ml [new file with mode: 0644]
testsuite/tests/functors/functors.ml.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/Makefile [new file with mode: 0644]
testsuite/tests/letrec-disallowed/disallowed.ml [new file with mode: 0644]
testsuite/tests/letrec-disallowed/disallowed.ml.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/extension_constructor.ml [new file with mode: 0644]
testsuite/tests/letrec-disallowed/extension_constructor.ml.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/float_block.ml [new file with mode: 0644]
testsuite/tests/letrec-disallowed/float_block.ml.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/generic_arrays.ml [new file with mode: 0644]
testsuite/tests/letrec-disallowed/generic_arrays.ml.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/lazy_.ml [new file with mode: 0644]
testsuite/tests/letrec-disallowed/lazy_.ml.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/module_constraints.ml [new file with mode: 0644]
testsuite/tests/letrec-disallowed/module_constraints.ml.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/pr7215.ml [new file with mode: 0644]
testsuite/tests/letrec-disallowed/pr7215.ml.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/pr7231.ml [new file with mode: 0644]
testsuite/tests/letrec-disallowed/pr7231.ml.reference [new file with mode: 0644]
testsuite/tests/letrec-disallowed/unboxed.ml [new file with mode: 0644]
testsuite/tests/letrec-disallowed/unboxed.ml.reference [new file with mode: 0644]
testsuite/tests/letrec/allowed.ml [new file with mode: 0644]
testsuite/tests/letrec/allowed.reference [new file with mode: 0644]
testsuite/tests/letrec/disallowed.reference [new file with mode: 0644]
testsuite/tests/letrec/float_block_2.ml [deleted file]
testsuite/tests/letrec/generic_array.ml [new file with mode: 0644]
testsuite/tests/letrec/generic_array.reference [new file with mode: 0644]
testsuite/tests/letrec/lazy_.ml [new file with mode: 0644]
testsuite/tests/letrec/lazy_.reference [new file with mode: 0644]
testsuite/tests/letrec/nested.ml [new file with mode: 0644]
testsuite/tests/letrec/nested.reference [new file with mode: 0644]
testsuite/tests/letrec/pr4989.ml [new file with mode: 0644]
testsuite/tests/letrec/pr4989.reference [new file with mode: 0644]
testsuite/tests/letrec/ref.ml [new file with mode: 0644]
testsuite/tests/letrec/ref.reference [new file with mode: 0644]
testsuite/tests/lexing/Makefile [new file with mode: 0644]
testsuite/tests/lexing/uchar_esc.ml [new file with mode: 0644]
testsuite/tests/lexing/uchar_esc.ml.reference [new file with mode: 0644]
testsuite/tests/lib-arg/testarg.ml
testsuite/tests/lib-arg/testarg.reference
testsuite/tests/lib-bigarray-file/mapfile.ml
testsuite/tests/lib-bigarray-file/mapfile.reference
testsuite/tests/lib-bigarray/bigarrays.ml
testsuite/tests/lib-bigarray/bigarrays.reference
testsuite/tests/lib-bigarray/change_layout.ml [new file with mode: 0644]
testsuite/tests/lib-bigarray/change_layout.reference [new file with mode: 0644]
testsuite/tests/lib-bigarray/pr5115.ml
testsuite/tests/lib-buffer/test.ml
testsuite/tests/lib-buffer/test.reference
testsuite/tests/lib-digest/md5.ml
testsuite/tests/lib-dynlink-csharp/Makefile
testsuite/tests/lib-dynlink-csharp/bytecode.reference
testsuite/tests/lib-dynlink-csharp/entry.c
testsuite/tests/lib-dynlink-csharp/main.ml
testsuite/tests/lib-dynlink-csharp/native.reference
testsuite/tests/lib-dynlink-native/Makefile
testsuite/tests/lib-list/Makefile [new file with mode: 0644]
testsuite/tests/lib-list/test.ml [new file with mode: 0644]
testsuite/tests/lib-list/test.reference [new file with mode: 0644]
testsuite/tests/lib-num-2/Makefile [deleted file]
testsuite/tests/lib-num-2/pi_big_int.ml [deleted file]
testsuite/tests/lib-num-2/pi_big_int.reference [deleted file]
testsuite/tests/lib-num-2/pi_num.ml [deleted file]
testsuite/tests/lib-num-2/pi_num.reference [deleted file]
testsuite/tests/lib-num/Makefile [deleted file]
testsuite/tests/lib-num/end_test.ml [deleted file]
testsuite/tests/lib-num/end_test.reference [deleted file]
testsuite/tests/lib-num/test.ml [deleted file]
testsuite/tests/lib-num/test_big_ints.ml [deleted file]
testsuite/tests/lib-num/test_io.ml [deleted file]
testsuite/tests/lib-num/test_nats.ml [deleted file]
testsuite/tests/lib-num/test_nums.ml [deleted file]
testsuite/tests/lib-num/test_ratios.ml [deleted file]
testsuite/tests/lib-printf/tprintf.ml
testsuite/tests/lib-printf/tprintf.reference
testsuite/tests/lib-set/testmap.ml
testsuite/tests/lib-set/testset.ml
testsuite/tests/lib-stack/test.ml
testsuite/tests/lib-str/t01.ml
testsuite/tests/lib-sys/Makefile [new file with mode: 0644]
testsuite/tests/lib-sys/rename.ml [new file with mode: 0644]
testsuite/tests/lib-sys/rename.reference [new file with mode: 0644]
testsuite/tests/lib-threads/backtrace_threads.ml
testsuite/tests/lib-threads/close.ml
testsuite/tests/lib-threads/fileio.ml
testsuite/tests/lib-threads/pr7638.ml [new file with mode: 0644]
testsuite/tests/lib-threads/pr7638.reference [new file with mode: 0644]
testsuite/tests/lib-threads/signal.checker
testsuite/tests/lib-threads/signal2.checker [deleted file]
testsuite/tests/lib-threads/signal2.ml [deleted file]
testsuite/tests/lib-threads/signal2.precheck [deleted file]
testsuite/tests/lib-threads/signal2.runner [deleted file]
testsuite/tests/lib-uchar/test.ml
testsuite/tests/lib-unix/Makefile [deleted file]
testsuite/tests/lib-unix/cloexec.ml [deleted file]
testsuite/tests/lib-unix/cloexec.reference [deleted file]
testsuite/tests/lib-unix/cmdline_prog.c [deleted file]
testsuite/tests/lib-unix/common/Makefile [new file with mode: 0644]
testsuite/tests/lib-unix/common/cloexec.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/cloexec.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/cmdline_prog.c [new file with mode: 0644]
testsuite/tests/lib-unix/common/dup.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/dup.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/dup2.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/dup2.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/fdstatus.c [new file with mode: 0644]
testsuite/tests/lib-unix/common/pipe_eof.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/pipe_eof.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/redirections.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/redirections.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/reflector.c [new file with mode: 0644]
testsuite/tests/lib-unix/common/rename.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/rename.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/test_unix_cmdline.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/test_unix_cmdline.reference [new file with mode: 0644]
testsuite/tests/lib-unix/common/wait_nohang.ml [new file with mode: 0644]
testsuite/tests/lib-unix/common/wait_nohang.reference [new file with mode: 0644]
testsuite/tests/lib-unix/dup.ml [deleted file]
testsuite/tests/lib-unix/dup.reference [deleted file]
testsuite/tests/lib-unix/dup2.ml [deleted file]
testsuite/tests/lib-unix/dup2.reference [deleted file]
testsuite/tests/lib-unix/fdstatus.c [deleted file]
testsuite/tests/lib-unix/isatty/Makefile [new file with mode: 0644]
testsuite/tests/lib-unix/isatty/isatty_std.ml [new file with mode: 0644]
testsuite/tests/lib-unix/isatty/isatty_std.reference [new file with mode: 0644]
testsuite/tests/lib-unix/isatty/isatty_tty.ml [new file with mode: 0644]
testsuite/tests/lib-unix/isatty/isatty_tty.precheck [new file with mode: 0644]
testsuite/tests/lib-unix/isatty/isatty_tty.reference [new file with mode: 0644]
testsuite/tests/lib-unix/pipe_eof.ml [deleted file]
testsuite/tests/lib-unix/pipe_eof.reference [deleted file]
testsuite/tests/lib-unix/redirections.ml [deleted file]
testsuite/tests/lib-unix/redirections.reference [deleted file]
testsuite/tests/lib-unix/reflector.c [deleted file]
testsuite/tests/lib-unix/test_unix_cmdline.ml [deleted file]
testsuite/tests/lib-unix/test_unix_cmdline.reference [deleted file]
testsuite/tests/lib-unix/unix-execvpe/Makefile [new file with mode: 0644]
testsuite/tests/lib-unix/unix-execvpe/exec.ml [new file with mode: 0644]
testsuite/tests/lib-unix/unix-execvpe/exec.reference [new file with mode: 0644]
testsuite/tests/lib-unix/unix-execvpe/exec.run [new file with mode: 0755]
testsuite/tests/lib-unix/unix-execvpe/script3 [new file with mode: 0755]
testsuite/tests/lib-unix/unix-execvpe/subdir/nonexec [new file with mode: 0644]
testsuite/tests/lib-unix/unix-execvpe/subdir/script1 [new file with mode: 0755]
testsuite/tests/lib-unix/unix-execvpe/subdir/script2 [new file with mode: 0755]
testsuite/tests/lib-unix/win-env/Makefile [new file with mode: 0755]
testsuite/tests/lib-unix/win-env/stubs.c [new file with mode: 0644]
testsuite/tests/lib-unix/win-env/test_env.ml [new file with mode: 0755]
testsuite/tests/lib-unix/win-env/test_env.reference [new file with mode: 0644]
testsuite/tests/lib-unix/win-env/test_env2.ml [new file with mode: 0755]
testsuite/tests/lib-unix/win-env/test_env2.precheck [new file with mode: 0755]
testsuite/tests/lib-unix/win-env/test_env2.reference [new file with mode: 0755]
testsuite/tests/lib-unix/win-stat/Makefile [new file with mode: 0644]
testsuite/tests/lib-unix/win-stat/fakeclock.c [new file with mode: 0644]
testsuite/tests/lib-unix/win-stat/test.ml [new file with mode: 0644]
testsuite/tests/lib-unix/win-stat/test.reference [new file with mode: 0644]
testsuite/tests/lib-unix/win-symlink/Makefile [new file with mode: 0755]
testsuite/tests/lib-unix/win-symlink/precheck.ml [new file with mode: 0755]
testsuite/tests/lib-unix/win-symlink/test.ml [new file with mode: 0755]
testsuite/tests/lib-unix/win-symlink/test.reference [new file with mode: 0644]
testsuite/tests/match-exception/match_failure.ml
testsuite/tests/messages/precise_locations.ml
testsuite/tests/misc-unsafe/almabench.ml
testsuite/tests/misc-unsafe/soli.ml
testsuite/tests/misc/ephetest2.ml
testsuite/tests/misc/ephetest3.ml
testsuite/tests/misc/gcwords.ml
testsuite/tests/misc/sorts.ml
testsuite/tests/output_obj/Makefile.disabled [new file with mode: 0644]
testsuite/tests/output_obj/test.ml [new file with mode: 0644]
testsuite/tests/output_obj/test.ml_stub.c [new file with mode: 0644]
testsuite/tests/parsetree/source.ml
testsuite/tests/parsetree/test.ml
testsuite/tests/parsing/attributes.ml.reference
testsuite/tests/parsing/extended_indexoperators.ml [new file with mode: 0644]
testsuite/tests/parsing/extended_indexoperators.ml.reference [new file with mode: 0644]
testsuite/tests/ppx-contexts/Makefile [new file with mode: 0644]
testsuite/tests/ppx-contexts/program.ml [new file with mode: 0644]
testsuite/tests/ppx-contexts/test.ml [new file with mode: 0644]
testsuite/tests/ppx-contexts/test.reference [new file with mode: 0644]
testsuite/tests/prim-bigstring/bigstring_access.ml
testsuite/tests/prim-bigstring/string_access.ml
testsuite/tests/printing-types/Makefile [new file with mode: 0644]
testsuite/tests/printing-types/pr248.ml [new file with mode: 0644]
testsuite/tests/printing-types/pr248.ml.reference [new file with mode: 0644]
testsuite/tests/runtime-errors/Makefile
testsuite/tests/runtime-errors/stackoverflow.bytecode.reference
testsuite/tests/runtime-errors/stackoverflow.ml
testsuite/tests/runtime-errors/stackoverflow.native.reference
testsuite/tests/tool-lexyacc/grammar.mly
testsuite/tests/tool-ocamlc-compat32/Makefile [new file with mode: 0644]
testsuite/tests/tool-ocamlc-compat32/a.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlc-compat32/test.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-2/Makefile
testsuite/tests/tool-ocamldoc-2/extensible_variant.ml
testsuite/tests/tool-ocamldoc-2/extensible_variant.reference
testsuite/tests/tool-ocamldoc-2/inline_records.reference
testsuite/tests/tool-ocamldoc-2/inline_records_bis.reference
testsuite/tests/tool-ocamldoc-2/level_0.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-2/level_0.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-2/loop.reference
testsuite/tests/tool-ocamldoc-2/short_description.reference
testsuite/tests/tool-ocamldoc-2/test.reference
testsuite/tests/tool-ocamldoc-2/variants.reference
testsuite/tests/tool-ocamldoc-html/Documentation_tags.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-html/Documentation_tags.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-html/Inline_records.reference
testsuite/tests/tool-ocamldoc-html/Item_ids.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-html/Item_ids.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-html/Linebreaks.mli
testsuite/tests/tool-ocamldoc-html/Linebreaks.reference
testsuite/tests/tool-ocamldoc-html/Loop.reference
testsuite/tests/tool-ocamldoc-html/Module_whitespace.reference
testsuite/tests/tool-ocamldoc-html/No_preamble.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-html/No_preamble.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-html/Paragraph.mli [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-html/Paragraph.reference [new file with mode: 0644]
testsuite/tests/tool-ocamldoc-html/Variants.mli
testsuite/tests/tool-ocamldoc-html/Variants.reference
testsuite/tests/tool-ocamldoc-open/doc.reference
testsuite/tests/tool-ocamldoc/t01.ml
testsuite/tests/tool-ocamldoc/t01.reference
testsuite/tests/tool-ocamlobjinfo/Makefile [new file with mode: 0644]
testsuite/tests/tool-ocamlobjinfo/question.ml [new file with mode: 0644]
testsuite/tests/tool-ocamlobjinfo/test.reference [new file with mode: 0644]
testsuite/tests/tool-toplevel/exotic_lists.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/exotic_lists.ml.reference [new file with mode: 0644]
testsuite/tests/tool-toplevel/strings.ml [new file with mode: 0644]
testsuite/tests/tool-toplevel/strings.ml.reference [new file with mode: 0644]
testsuite/tests/translprim/Makefile
testsuite/tests/translprim/array_spec.ml.reference [deleted file]
testsuite/tests/translprim/array_spec.ml.reference-flat [new file with mode: 0644]
testsuite/tests/translprim/array_spec.ml.reference-noflat [new file with mode: 0644]
testsuite/tests/translprim/comparison_table.ml.reference
testsuite/tests/translprim/module_coercion.ml.reference [deleted file]
testsuite/tests/translprim/module_coercion.ml.reference-flat [new file with mode: 0644]
testsuite/tests/translprim/module_coercion.ml.reference-noflat [new file with mode: 0644]
testsuite/tests/typing-deprecated/Makefile [new file with mode: 0644]
testsuite/tests/typing-deprecated/deprecated.ml [new file with mode: 0755]
testsuite/tests/typing-extensions/extensions.ml
testsuite/tests/typing-extensions/extensions.ml.reference
testsuite/tests/typing-extensions/msg.ml
testsuite/tests/typing-extensions/msg.ml.reference
testsuite/tests/typing-extensions/open_types.ml
testsuite/tests/typing-extensions/open_types.ml.reference
testsuite/tests/typing-gadts/omega07.ml
testsuite/tests/typing-gadts/pr6934.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/pr7518.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/unify_mb.ml
testsuite/tests/typing-implicit_unpack/implicit_unpack.ml.reference
testsuite/tests/typing-misc/Makefile
testsuite/tests/typing-misc/polyvars.ml
testsuite/tests/typing-misc/pr6939.ml [deleted file]
testsuite/tests/typing-misc/pr6939.ml-flat [new file with mode: 0644]
testsuite/tests/typing-misc/pr6939.ml-noflat [new file with mode: 0644]
testsuite/tests/typing-misc/printing.ml
testsuite/tests/typing-modules-bugs/pr6485_ok.ml [new file with mode: 0644]
testsuite/tests/typing-modules-bugs/pr7321_ok.ml [new file with mode: 0644]
testsuite/tests/typing-modules-bugs/pr7519_ok.ml [new file with mode: 0644]
testsuite/tests/typing-modules-bugs/pr7601_ok.ml [new file with mode: 0644]
testsuite/tests/typing-modules-bugs/pr7601a_ok.ml [new file with mode: 0644]
testsuite/tests/typing-multifile/Makefile
testsuite/tests/typing-objects/Tests.ml.principal.reference
testsuite/tests/typing-objects/Tests.ml.reference
testsuite/tests/typing-objects/open_in_classes.ml [new file with mode: 0755]
testsuite/tests/typing-objects/open_in_classes.ml.reference [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/Makefile [new file with mode: 0644]
testsuite/tests/typing-ocamlc-i/pr7620_bad.ml [new file with mode: 0644]
testsuite/tests/typing-poly/poly.ml
testsuite/tests/typing-safe-linking/Makefile
testsuite/tests/typing-safe-linking/a.ml
testsuite/tests/typing-short-paths/Makefile
testsuite/tests/typing-short-paths/gpr1223.ml [new file with mode: 0644]
testsuite/tests/typing-short-paths/gpr1223.ml.reference [new file with mode: 0644]
testsuite/tests/typing-short-paths/gpr1223_bar.mli [new file with mode: 0644]
testsuite/tests/typing-short-paths/gpr1223_foo.mli [new file with mode: 0644]
testsuite/tests/typing-short-paths/pr7543.ml [new file with mode: 0644]
testsuite/tests/typing-short-paths/pr7543.ml.reference [new file with mode: 0644]
testsuite/tests/typing-short-paths/short-paths.ml.reference
testsuite/tests/typing-sigsubst/Makefile
testsuite/tests/typing-sigsubst/sigsubst.ml
testsuite/tests/typing-sigsubst/sigsubst.ml.reference [deleted file]
testsuite/tests/typing-typeparam/newtype.ml
testsuite/tests/typing-unboxed-types/Makefile
testsuite/tests/typing-unboxed-types/test.ml
testsuite/tests/typing-unboxed-types/test.ml.reference [deleted file]
testsuite/tests/typing-unboxed-types/test.ml.reference-flat [new file with mode: 0644]
testsuite/tests/typing-unboxed-types/test.ml.reference-noflat [new file with mode: 0644]
testsuite/tests/typing-warnings/pr6587.ml [new file with mode: 0644]
testsuite/tests/typing-warnings/pr6587.ml.reference [new file with mode: 0644]
testsuite/tests/typing-warnings/pr7261.ml [new file with mode: 0644]
testsuite/tests/typing-warnings/pr7261.ml.reference [new file with mode: 0644]
testsuite/tests/typing-warnings/pr7553.ml [new file with mode: 0644]
testsuite/tests/typing-warnings/pr7553.ml.reference [new file with mode: 0644]
testsuite/tests/unboxed-primitive-args/test_common.c
testsuite/tests/unwind/Makefile
testsuite/tests/warnings/Makefile
testsuite/tests/warnings/deprecated_module_assigment.ml [new file with mode: 0755]
testsuite/tests/warnings/deprecated_module_assigment.reference [new file with mode: 0644]
testsuite/tests/warnings/w32.ml [new file with mode: 0644]
testsuite/tests/warnings/w32.mli [new file with mode: 0644]
testsuite/tests/warnings/w32.reference [new file with mode: 0644]
testsuite/tests/warnings/w59.opt_backend.flambda.opt_reference
testsuite/tests/win-unicode/Makefile [new file with mode: 0644]
testsuite/tests/win-unicode/exec_tests.ml [new file with mode: 0755]
testsuite/tests/win-unicode/exec_tests.precheck [new file with mode: 0644]
testsuite/tests/win-unicode/exec_tests.reference [new file with mode: 0644]
testsuite/tests/win-unicode/mkfiles.c [new file with mode: 0644]
testsuite/tests/win-unicode/mltest.ml [new file with mode: 0644]
testsuite/tests/win-unicode/mltest.reference [new file with mode: 0644]
testsuite/tests/win-unicode/printargv.c [new file with mode: 0755]
testsuite/tests/win-unicode/printenv.c [new file with mode: 0755]
testsuite/tests/win-unicode/symlink_tests.ml [new file with mode: 0755]
testsuite/tests/win-unicode/symlink_tests.reference [new file with mode: 0644]
testsuite/tools/expect_test.ml
tools/.depend
tools/Makefile
tools/check-symbol-names [new file with mode: 0755]
tools/check-typo
tools/ci-build
tools/ci-build-other-configs [new file with mode: 0755]
tools/cleanup-header [deleted file]
tools/cmt2annot.ml
tools/dumpobj.ml
tools/lintapidiff.ml
tools/make_opcodes.mll
tools/objinfo_helper.c
tools/ocamlcp.ml
tools/ocamldep.ml
tools/ocamlmklib.ml
tools/ocamloptp.ml
tools/ocamlprof.ml
tools/read_cmt.ml
toplevel/genprintval.ml
toplevel/genprintval.mli
toplevel/opttoploop.ml
toplevel/opttopmain.ml
toplevel/topdirs.ml
toplevel/topmain.ml
typing/HACKING.adoc
typing/cmt_format.ml
typing/ctype.ml
typing/ctype.mli
typing/datarepr.ml
typing/datarepr.mli
typing/env.ml
typing/env.mli
typing/envaux.ml
typing/ident.ml
typing/ident.mli
typing/includeclass.ml
typing/includeclass.mli
typing/includecore.ml
typing/includecore.mli
typing/includemod.ml
typing/includemod.mli
typing/oprint.ml
typing/outcometree.mli
typing/parmatch.ml
typing/parmatch.mli
typing/path.ml
typing/path.mli
typing/predef.ml
typing/predef.mli
typing/primitive.ml
typing/printtyp.ml
typing/printtyped.ml
typing/stypes.ml
typing/subst.ml
typing/subst.mli
typing/tast_mapper.ml
typing/tast_mapper.mli
typing/typeclass.ml
typing/typecore.ml
typing/typecore.mli
typing/typedecl.ml
typing/typedecl.mli
typing/typedtree.ml
typing/typedtree.mli
typing/typedtreeIter.ml
typing/typedtreeMap.ml
typing/typemod.ml
typing/typemod.mli
typing/typeopt.ml [new file with mode: 0644]
typing/typeopt.mli [new file with mode: 0644]
typing/types.ml
typing/types.mli
typing/typetexp.ml
typing/typetexp.mli
typing/untypeast.ml
typing/untypeast.mli
utils/ccomp.ml
utils/ccomp.mli
utils/clflags.ml
utils/clflags.mli
utils/config.mli
utils/config.mlp
utils/identifiable.ml
utils/identifiable.mli
utils/misc.ml
utils/misc.mli
utils/numbers.ml
utils/numbers.mli
utils/profile.ml [new file with mode: 0644]
utils/profile.mli [new file with mode: 0644]
utils/targetint.mli
utils/tbl.ml
utils/tbl.mli
utils/timings.ml [deleted file]
utils/timings.mli [deleted file]
utils/warnings.ml
utils/warnings.mli
yacc/Makefile
yacc/defs.h
yacc/error.c
yacc/main.c
yacc/reader.c