ocaml/typing
Jérémie Dimino 9124ab82d1
Deprecate Pervasives (#1605)
- inline Pervasives in Stdlib and re-add Pervasives as a deprecated
module that aliases all elements of Stdlib except the stdlib modules.

- remove special case for Stdlib.Pervasives in printtyp.ml
2018-08-27 12:42:14 +01:00
..
HACKING.adoc Remove non-ASCII characters 2017-10-25 23:54:39 +01:00
annot.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
btype.ml only one error per type 2018-07-30 16:11:04 +01:00
btype.mli only one error per type 2018-07-30 16:11:04 +01:00
cmi_format.ml Record the safe/unsafe_string mode in .cmi files. 2016-07-19 14:28:52 +02:00
cmi_format.mli Record the safe/unsafe_string mode in .cmi files. 2016-07-19 14:28:52 +02:00
cmt_format.ml Implement reviewer suggestions 2018-07-25 17:58:32 +02:00
cmt_format.mli Avoid rebuilding cmi_info record when creating .cmti files (#781) 2016-08-30 13:11:01 +02:00
ctype.ml Fix MPR#7838 (#2001) 2018-08-24 08:12:35 +09:00
ctype.mli ctype: remove unused function 2018-08-07 09:10:46 +01:00
datarepr.ml slight representation change 2018-02-27 14:52:24 +00:00
datarepr.mli Fix GPR#1204 (#1329) 2017-09-16 18:51:32 +09:00
env.ml Merge pull request #1977 from nojb/fix_warning_attributes_type_declarations 2018-08-09 21:02:25 +02:00
env.mli Just some tbl things. (#1699) 2018-07-23 13:19:41 +01:00
envaux.ml Envaux.env_from_summary: guard against failure to find module 2018-08-21 15:07:29 +05:30
envaux.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
ident.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
ident.mli Ident.hide -> Ident.create_hidden 2018-08-07 09:10:46 +01:00
includeclass.ml Fix MPR#7751 (#1657) 2018-03-27 09:25:28 +09:00
includeclass.mli Class declarations create a class type declaration in signature: no need to check twice. 2017-05-09 14:15:54 +02:00
includecore.ml more precise extension mismatch error messages 2018-08-09 10:18:54 +01:00
includecore.mli more precise extension mismatch error messages 2018-08-09 10:18:54 +01:00
includemod.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
includemod.mli more precise extension mismatch error messages 2018-08-09 10:18:54 +01:00
mtype.ml typemod: allow items coming from includes to be shadowed 2018-07-25 13:06:38 +01:00
mtype.mli typemod: allow items coming from includes to be shadowed 2018-07-25 13:06:38 +01:00
oprint.ml oprint: tweak printing for polymorphic variants 2018-08-15 19:32:48 +02:00
oprint.mli Printtyp: minor refactoring of Path.t printing functions (#1988) 2018-08-14 15:32:05 +02:00
outcometree.mli PR#6416 et al.: injective mapping between identifiers and printed names (#1120) 2018-06-26 22:03:45 +02:00
parmatch.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
parmatch.mli Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
path.ml typemod: allow items coming from includes to be shadowed 2018-07-25 13:06:38 +01:00
path.mli typemod: allow items coming from includes to be shadowed 2018-07-25 13:06:38 +01:00
predef.ml Add locations to attributes 2018-08-06 13:19:28 +01:00
predef.mli add `floatarray` type and primitives to prepare for -no-flat-float-array option 2017-09-15 18:24:36 +02:00
primitive.ml Location: significantly rework the code printing errors and warnings 2018-08-08 17:42:08 +02:00
primitive.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
printpat.ml allow exceptions under or-patterns 2018-07-16 10:41:55 +01:00
printpat.mli printpat: take formatter 2017-12-04 12:11:21 +00:00
printtyp.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
printtyp.mli PR#6416 et al.: injective mapping between identifiers and printed names (#1120) 2018-06-26 22:03:45 +02:00
printtyped.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
printtyped.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
rec_check.ml rec_check.ml: synchronize with 4.07's implementation of #1915 2018-07-29 10:52:20 +02:00
rec_check.mli update to PR#1768: set proper header on rec_check.ml* 2018-06-04 16:44:02 +02:00
stypes.ml Fix MPR#7751 (#1657) 2018-03-27 09:25:28 +09:00
stypes.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
subst.ml Add locations to attributes 2018-08-06 13:19:28 +01:00
subst.mli more precise extension mismatch error messages 2018-08-09 10:18:54 +01:00
tast_mapper.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
tast_mapper.mli allow to attach @@ attributes on exceptions 2018-04-09 22:29:46 +01:00
typeclass.ml Location: significantly rework the code printing errors and warnings 2018-08-08 17:42:08 +02:00
typeclass.mli remove unreachable error: Make_seltype_nongen 2018-05-04 21:37:54 +02:00
typecore.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
typecore.mli Fix references to Location.report_error in docstrings (#1978) 2018-08-14 14:48:55 +02:00
typedecl.ml parsetree: make sure that all nodes that store attributes also store a location 2018-08-20 19:57:47 +02:00
typedecl.mli more precise extension mismatch error messages 2018-08-09 10:18:54 +01:00
typedtree.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
typedtree.mli parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
typedtreeIter.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
typedtreeIter.mli allow to attach @@ attributes on exceptions 2018-04-09 22:29:46 +01:00
typedtreeMap.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
typedtreeMap.mli parsetree: make sure that all nodes that store attributes also store a location 2018-08-20 19:57:47 +02:00
typemod.ml Location: significantly rework the code printing errors and warnings 2018-08-08 17:42:08 +02:00
typemod.mli typemod: allow items coming from includes to be shadowed 2018-07-25 13:06:38 +01:00
typeopt.ml Fix lazy/float interaction when configured with -no-flat-float-array. (#1471) 2018-06-05 17:00:32 +02:00
typeopt.mli Fix lazy/float interaction when configured with -no-flat-float-array. (#1471) 2018-06-05 17:00:32 +02:00
types.ml Just some tbl things. (#1699) 2018-07-23 13:19:41 +01:00
types.mli Re-implement the hint indicating missing "rec" keywords 2018-05-06 10:08:09 +02:00
typetexp.ml Merge pull request #1903 from gasche/add-locations-to-all-attributed-nodes 2018-08-22 16:56:28 +02:00
typetexp.mli restore type_variable 2018-08-22 12:30:58 +02:00
untypeast.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
untypeast.mli allow to attach @@ attributes on exceptions 2018-04-09 22:29:46 +01:00