ocaml/typing
Alain Frisch 6873f39817 Keep attributes on value declarations in .cmi files (but clear all the location fields, except if -keep-locs is used, of course). Use this to report a warning when a value marked as [@@deprecated] is referenced (#5854)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14188 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-09-26 15:24:11 +00:00
..
annot.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
btype.ml Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to be coherent with Ptyp_arrow. 2013-04-16 08:59:09 +00:00
btype.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
cmi_format.ml Switch Cmi_format.Error. 2013-09-12 13:50:36 +00:00
cmi_format.mli merge version/4.00 at revision 12866 2012-08-21 07:10:35 +00:00
cmt_format.ml Synchronize with trunk. 2013-07-16 13:34:30 +00:00
cmt_format.mli merge version/4.00 at revision 12866 2012-08-21 07:10:35 +00:00
ctype.ml Switch Ctype.Tags. 2013-09-12 13:59:45 +00:00
ctype.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
datarepr.ml Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST. This is not used internally and it is not a robust way to identify these objects unambiguously anyway 2012-10-24 12:03:00 +00:00
datarepr.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
env.ml Do not track unused type declarations created by 'include'. 2013-09-17 14:28:31 +00:00
env.mli Do not track unused type declarations created by 'include'. 2013-09-17 14:28:31 +00:00
envaux.ml Do not track unused type declarations created by 'include'. 2013-09-17 14:28:31 +00:00
envaux.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
ident.ml Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
ident.mli Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
includeclass.ml Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to be coherent with Ptyp_arrow. 2013-04-16 08:59:09 +00:00
includeclass.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
includecore.ml Fix #5571. 2013-07-09 11:16:25 +00:00
includecore.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
includemod.ml Switch Includemod.Error, without trying to split the message (to keep current behavior). 2013-09-12 14:21:04 +00:00
includemod.mli Merge short-paths into a fresh branch of trunk. 2013-01-29 14:21:12 +00:00
mtype.ml Keep attributes on value declarations in .cmi files (but clear all the location fields, except if -keep-locs is used, of course). Use this to report a warning when a value marked as [@@deprecated] is referenced (#5854) 2013-09-26 15:24:11 +00:00
mtype.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
oprint.ml Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
oprint.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
outcometree.mli Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to be coherent with Ptyp_arrow. 2013-04-16 08:59:09 +00:00
parmatch.ml Synchronize with trunk. 2013-07-16 13:34:30 +00:00
parmatch.mli Synchronize with trunk. 2013-07-16 13:34:30 +00:00
path.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
path.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
predef.ml Fix PR#5985 for constrained parameters too. 2013-05-03 13:38:30 +00:00
predef.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
primitive.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
primitive.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
printtyp.ml Do not track unused type declarations created by 'include'. 2013-09-17 14:28:31 +00:00
printtyp.mli Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
printtyped.ml More explicit internal representation of attribute payload. Now also support patterns as payload [%id ? pat]. 2013-07-22 14:58:15 +00:00
printtyped.mli Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
stypes.ml Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
stypes.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
subst.ml Keep attributes on value declarations in .cmi files (but clear all the location fields, except if -keep-locs is used, of course). Use this to report a warning when a value marked as [@@deprecated] is referenced (#5854) 2013-09-26 15:24:11 +00:00
subst.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
typeclass.ml Keep attributes on value declarations in .cmi files (but clear all the location fields, except if -keep-locs is used, of course). Use this to report a warning when a value marked as [@@deprecated] is referenced (#5854) 2013-09-26 15:24:11 +00:00
typeclass.mli #6182: better error message for virtual objects and class types. 2013-09-17 11:28:33 +00:00
typecore.ml Keep attributes on value declarations in .cmi files (but clear all the location fields, except if -keep-locs is used, of course). Use this to report a warning when a value marked as [@@deprecated] is referenced (#5854) 2013-09-26 15:24:11 +00:00
typecore.mli PR#6173: Improve error messages for type-based disambiguation 2013-09-19 07:25:51 +00:00
typedecl.ml Keep attributes on value declarations in .cmi files (but clear all the location fields, except if -keep-locs is used, of course). Use this to report a warning when a value marked as [@@deprecated] is referenced (#5854) 2013-09-26 15:24:11 +00:00
typedecl.mli Synchronize with trunk. 2013-07-16 13:34:30 +00:00
typedtree.ml Synchronize with trunk. 2013-07-22 17:03:39 +00:00
typedtree.mli Synchronize with trunk. 2013-07-22 17:03:39 +00:00
typedtreeIter.ml Synchronize with trunk. 2013-07-16 13:34:30 +00:00
typedtreeIter.mli Item attributes on each let-binding. 2013-06-03 15:14:19 +00:00
typedtreeMap.ml Synchronize with trunk. 2013-07-22 17:03:39 +00:00
typedtreeMap.mli Get rid of core_field_type, more direct representation of object types. 2013-04-09 13:29:00 +00:00
typemod.ml Simplify type_structure. 2013-09-20 16:19:54 +00:00
typemod.mli Synchronize with trunk. 2013-07-22 17:03:39 +00:00
types.ml Keep attributes on value declarations in .cmi files (but clear all the location fields, except if -keep-locs is used, of course). Use this to report a warning when a value marked as [@@deprecated] is referenced (#5854) 2013-09-26 15:24:11 +00:00
types.mli Keep attributes on value declarations in .cmi files (but clear all the location fields, except if -keep-locs is used, of course). Use this to report a warning when a value marked as [@@deprecated] is referenced (#5854) 2013-09-26 15:24:11 +00:00
typetexp.ml Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error. 2013-09-12 14:06:48 +00:00
typetexp.mli Synchronize with trunk. 2013-07-16 13:34:30 +00:00