ocaml/bytecomp
Stephen Dolan 838e44a245
Update issue numbers in comments after Mantis -> Github migration. (#8505)
2019-03-18 09:42:23 +00:00
..
bytegen.ml Keep more type information in Lambda (#2156) 2018-11-23 15:34:05 +01:00
bytegen.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
bytelibrarian.ml Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
bytelibrarian.mli Print warnings on the warnings formatter in the couple of places that don't 2018-07-15 15:00:47 -04:00
bytelink.ml Update issue numbers in comments after Mantis -> Github migration. (#8505) 2019-03-18 09:42:23 +00:00
bytelink.mli refactoring: use Misc type aliases in bytecomp/bytelink 2019-01-30 22:37:13 +01:00
bytepackager.ml Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
bytepackager.mli Add option to dump the output of e.g. -dlambda in a file (#1913) 2018-07-27 08:51:53 +01:00
bytesections.ml More warnings when compiling the compiler. 2016-03-15 22:46:35 +01:00
bytesections.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
cmo_format.mli refactoring: use Misc type aliases in bytecomp/cmo_format 2019-01-30 22:37:13 +01:00
dll.ml Fix regression: return empty list of directories when PATH-like env var is empty 2018-10-10 14:55:04 +02:00
dll.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
dune Provide a way to build the bytecode compiler using Dune (#2093) 2018-10-10 16:16:00 +01:00
emitcode.ml Just some tbl things. (#1699) 2018-07-23 13:19:41 +01:00
emitcode.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
generate_runtimedef.sh downgrade two shell scripts from 'bash' to 'sh' 2018-10-16 10:50:24 +02:00
instruct.ml Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
instruct.mli Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
lambda.ml Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
lambda.mli Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
matching.ml Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
matching.mli Improve location handling in the middle end (version for merging) (#666) 2016-07-06 15:42:29 +01:00
meta.ml Add an optional digest parameter to Meta.reify_bytecode. 2018-04-13 17:36:20 +01:00
meta.mli Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
printinstr.ml Add bytecode instruction to access string, different from the bytes one. 2018-03-15 18:25:31 +01:00
printinstr.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
printlambda.ml Optimize some local functions (#2143) 2018-11-27 17:54:07 +01:00
printlambda.mli Define and use Clambda_primitives 2019-02-11 17:16:43 +01:00
runtimedef.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
simplif.ml Remove support for compiler plugins (#2276) 2019-03-13 11:46:37 +01:00
simplif.mli Remove support for compiler plugins (#2276) 2019-03-13 11:46:37 +01:00
switch.ml Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
switch.mli Fix duplication of code in Cmmgen (#1370) 2017-10-06 14:44:51 +02:00
symtable.ml Fix new dynlink's initialisation checks (#2176) 2018-12-08 10:15:19 -05:00
symtable.mli Fix new dynlink's initialisation checks (#2176) 2018-12-08 10:15:19 -05:00
translattribute.ml Optimize some local functions (#2143) 2018-11-27 17:54:07 +01:00
translattribute.mli Optimize some local functions (#2143) 2018-11-27 17:54:07 +01:00
translclass.ml Extend `open` to arbritrary module expressions in structures and to 2018-11-26 16:20:37 +00:00
translclass.mli Merge pull request #1365 from yallop/let-rec-patch-406 2017-09-22 15:37:10 +09:00
translcore.ml Add a few utility functions in Misc (#2284) 2019-03-15 11:28:19 +00:00
translcore.mli Extend `open` to arbritrary module expressions in structures and to 2018-11-26 16:20:37 +00:00
translmod.ml Update issue numbers in comments after Mantis -> Github migration. (#8505) 2019-03-18 09:42:23 +00:00
translmod.mli Full explanation for unsafe cycles in recursive modules (#2058) 2018-10-01 16:10:16 +02:00
translobj.ml Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
translobj.mli Replace uses of Lambda.IdentSet by Ident.Set 2018-01-30 19:12:29 +01:00
translprim.ml Keep more type information in Lambda (#2156) 2018-11-23 15:34:05 +01:00
translprim.mli check arity of primitives 2018-09-03 21:37:29 +01:00