.. |
annot.mli
|
remove all $Id keywords
|
2012-10-15 17:50:56 +00:00 |
btype.ml
|
Fix PR#6307
|
2014-03-10 02:54:02 +00:00 |
btype.mli
|
Fix PR#6307
|
2014-03-10 02:54:02 +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
|
Record inclusion checks between value_descriptions in .cmt files. This makes it easy in particular to track in external tools value declarations between implementations and interfaces.
|
2014-01-28 11:07:02 +00:00 |
cmt_format.mli
|
Record inclusion checks between value_descriptions in .cmt files. This makes it easy in particular to track in external tools value declarations between implementations and interfaces.
|
2014-01-28 11:07:02 +00:00 |
ctype.ml
|
Fix PR#6348
|
2014-04-04 04:17:20 +00:00 |
ctype.mli
|
Structural typing of first class modules (cf. PR#6333)
|
2014-03-10 02:06:10 +00:00 |
datarepr.ml
|
Keep location and attributes in type, label and constructor declarations. Deprecated warning when a deprecated type or constructor is referenced.
|
2013-09-27 10:54:55 +00:00 |
datarepr.mli
|
Keep location and attributes in type, label and constructor declarations. Deprecated warning when a deprecated type or constructor is referenced.
|
2013-09-27 10:54:55 +00:00 |
env.ml
|
Optimize Env.find_module further for PR#6350
|
2014-03-23 00:06:41 +00:00 |
env.mli
|
Add -trans-mod option for transparent module dependencies.
|
2013-12-20 06:55:26 +00:00 |
envaux.ml
|
Merge trunk at revision 14200. Now everything works except private types
|
2013-09-30 13:54:59 +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
|
Keep location and attributes in type, label and constructor declarations. Deprecated warning when a deprecated type or constructor is referenced.
|
2013-09-27 10:54:55 +00:00 |
includecore.mli
|
remove all $Id keywords
|
2012-10-15 17:50:56 +00:00 |
includemod.ml
|
merge branch 4.01 from 4.01.0 (revision 14115) to branch closure (revision 14525)
|
2014-04-04 17:32:35 +00:00 |
includemod.mli
|
#6311: show kind and location of missing item, in case of signature mismatch.
|
2014-01-30 09:55:35 +00:00 |
mtype.ml
|
Fix PR#6307
|
2014-03-10 02:54:02 +00:00 |
mtype.mli
|
Fix PR#6307
|
2014-03-10 02:54:02 +00:00 |
oprint.ml
|
Shorten syntax for functor signatures (patch by Thomas Gazagnaire)
|
2014-03-20 15:21:00 +00:00 |
oprint.mli
|
remove all $Id keywords
|
2012-10-15 17:50:56 +00:00 |
outcometree.mli
|
Merge module-alias branch (cf. PR#6063)
|
2014-01-10 07:53:33 +00:00 |
parmatch.ml
|
#PR6269 Optimized string matching
|
2014-03-21 17:02:44 +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
|
Get rid of some uses of implicit removal of optional arguments.
|
2014-03-26 18:00:16 +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
|
Merge module-alias branch (cf. PR#6063)
|
2014-01-10 07:53:33 +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
|
Merge module-alias branch (cf. PR#6063)
|
2014-01-10 07:53:33 +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
|
#5779: improve support for structured constants (better propagation, sharing, cleaner representation). Also fix #6337 (constants emitted several times).
|
2014-03-06 17:03:16 +00:00 |
subst.mli
|
Keep attributes on module declarations.
|
2013-09-27 17:05:39 +00:00 |
typeclass.ml
|
Keep attributes/locs for class type declarations and class declarations in Types. Renaming cty -> csig prefix for class signatures to be coherent with Typedtree.
|
2013-09-27 15:04:03 +00:00 |
typeclass.mli
|
#6182: better error message for virtual objects and class types.
|
2013-09-17 11:28:33 +00:00 |
typecore.ml
|
Fix PR#6352
|
2014-04-03 03:59:17 +00:00 |
typecore.mli
|
#6308: better error message when the types inferred for a variable on both sides of an or-pattern don't match.
|
2014-01-27 16:27:05 +00:00 |
typedecl.ml
|
Get rid of some uses of implicit removal of optional arguments.
|
2014-03-26 18:00:48 +00:00 |
typedecl.mli
|
Synchronize with trunk.
|
2013-07-16 13:34:30 +00:00 |
typedtree.ml
|
Fix PR#6307
|
2014-03-10 02:54:02 +00:00 |
typedtree.mli
|
Add location to module and module type definitions. Improves #6311.
|
2014-01-30 12:18:34 +00:00 |
typedtreeIter.ml
|
Merge module-alias branch (cf. PR#6063)
|
2014-01-10 07:53:33 +00:00 |
typedtreeIter.mli
|
Item attributes on each let-binding.
|
2013-06-03 15:14:19 +00:00 |
typedtreeMap.ml
|
Merge module-alias branch (cf. PR#6063)
|
2014-01-10 07:53:33 +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
|
Get rid of some uses of implicit removal of optional arguments.
|
2014-03-26 18:00:16 +00:00 |
typemod.mli
|
merge generative functors
|
2013-12-17 03:52:50 +00:00 |
types.ml
|
Add location to module and module type definitions. Improves #6311.
|
2014-01-30 12:18:34 +00:00 |
types.mli
|
Add location to module and module type definitions. Improves #6311.
|
2014-01-30 12:18:34 +00:00 |
typetexp.ml
|
Structural typing of first class modules (cf. PR#6333)
|
2014-03-10 02:06:10 +00:00 |
typetexp.mli
|
merge trunk:14244 to fix bootstrap
|
2013-10-24 04:19:08 +00:00 |