.. |
annot.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
btype.ml
|
merge branches/gadts-devel
|
2011-11-24 09:02:48 +00:00 |
btype.mli
|
merge branches/gadts-devel
|
2011-11-24 09:02:48 +00:00 |
ctype.ml
|
Catch Not_found when calling Env.find_type + call Includemod.signatures in Toploop
|
2012-05-08 04:26:13 +00:00 |
ctype.mli
|
fix PR#5450
|
2011-12-27 08:52:45 +00:00 |
datarepr.ml
|
Detect unused exception declarations (#5524).
|
2012-03-06 19:47:07 +00:00 |
datarepr.mli
|
Keep locations for exception declaration. This gives better error messages and paves the way to #5524.
|
2012-03-06 19:03:17 +00:00 |
env.ml
|
#5596: Do not report unused constructors within signatures.
|
2012-04-18 18:45:49 +00:00 |
env.mli
|
#5596: Do not report unused constructors within signatures.
|
2012-04-18 18:45:49 +00:00 |
ident.ml
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
ident.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
includeclass.ml
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
includeclass.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
includecore.ml
|
#5601: Shouldn't warn about unused constructors when there is an equation.
|
2012-04-25 07:34:41 +00:00 |
includecore.mli
|
#5601: Shouldn't warn about unused constructors when there is an equation.
|
2012-04-25 07:34:41 +00:00 |
includemod.ml
|
#5596: Do not report unused constructors within signatures.
|
2012-04-18 18:45:49 +00:00 |
includemod.mli
|
Shorter error messages for modules
|
2011-10-20 05:49:38 +00:00 |
mtype.ml
|
Keep locations for exception declaration. This gives better error messages and paves the way to #5524.
|
2012-03-06 19:03:17 +00:00 |
mtype.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
oprint.ml
|
fix PR#5449
|
2011-12-28 02:22:38 +00:00 |
oprint.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
outcometree.mli
|
merge branches/gadts
|
2011-07-29 10:32:43 +00:00 |
parmatch.ml
|
Detect unused exception declarations (#5524).
|
2012-03-06 19:47:07 +00:00 |
parmatch.mli
|
merge branches/gadts
|
2011-07-29 10:32:43 +00:00 |
path.ml
|
#5438: fix bug reported by Boris Yakobowski; the local type name corresponding to a Path.t was not correctly computed.
|
2012-01-12 09:16:26 +00:00 |
path.mli
|
#5438: fix bug reported by Boris Yakobowski; the local type name corresponding to a Path.t was not correctly computed.
|
2012-01-12 09:16:26 +00:00 |
predef.ml
|
Keep locations for exception declaration. This gives better error messages and paves the way to #5524.
|
2012-03-06 19:03:17 +00:00 |
predef.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
primitive.ml
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
primitive.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
printtyp.ml
|
revert wrong commit of experiments
|
2012-03-23 07:17:42 +00:00 |
printtyp.mli
|
revert wrong commit of experiments
|
2012-03-23 07:17:42 +00:00 |
stypes.ml
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
stypes.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
subst.ml
|
Keep locations for exception declaration. This gives better error messages and paves the way to #5524.
|
2012-03-06 19:03:17 +00:00 |
subst.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
typeclass.ml
|
revert wrong commit of experiments
|
2012-03-23 07:17:42 +00:00 |
typeclass.mli
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
|
2011-07-27 14:17:02 +00:00 |
typecore.ml
|
Improve message for Unused constructor/exception warnings.
|
2012-04-18 09:01:17 +00:00 |
typecore.mli
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |
typedecl.ml
|
disable unused warnings for identifiers defined in the toplevel
|
2012-04-25 07:51:29 +00:00 |
typedecl.mli
|
Keep locations for exception declaration. This gives better error messages and paves the way to #5524.
|
2012-03-06 19:03:17 +00:00 |
typedtree.ml
|
Remove unused constructors in the AST: Cf_let, Pcf_let.
|
2011-12-28 13:27:07 +00:00 |
typedtree.mli
|
Synchronize with trunk.
|
2012-01-18 08:31:11 +00:00 |
typemod.ml
|
#5596: Do not report unused constructors within signatures.
|
2012-04-18 18:45:49 +00:00 |
typemod.mli
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |
types.ml
|
Detect unused exception declarations (#5524).
|
2012-03-06 19:47:07 +00:00 |
types.mli
|
Detect unused exception declarations (#5524).
|
2012-03-06 19:47:07 +00:00 |
typetexp.ml
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |
typetexp.mli
|
#5358: package types allow constraints on typed in sub-modules. Camlp4 compiles but does not support this new feature yet.
|
2011-12-14 10:26:15 +00:00 |