index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
warnings.mli
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add syntax for generative functor application (#11984)
Richard Eisenberg
2023-02-12
1
-0
/
+1
*
Turn warning 31 (Module_linked_twice) into a hard error (#11635)
hhugo
2023-01-05
1
-1
/
+0
*
Add Warnings.ghost_loc_in_file
David Allsopp
2022-05-24
1
-0
/
+3
*
Add 'since <version>' information to compiler warnings
André Maroneze
2022-04-02
1
-1
/
+2
*
Remove uses of ;; from the codebase
Sébastien Hinderer
2022-02-25
1
-8
/
+7
*
TMC: warn when a tail-call is broken by the TMC transformation.
Gabriel Scherer
2021-11-02
1
-0
/
+1
*
TMC: warn if there is no optimization opportunity
Gabriel Scherer
2021-11-02
1
-0
/
+1
*
Expose descriptions in Warnings module
Leo White
2021-10-05
1
-0
/
+7
*
Make the two-passes of class_field explicit
Leo White
2021-07-13
1
-0
/
+1
*
added warning for missing mli interface file
Anukriti12
2021-03-31
1
-0
/
+1
*
Add warning for unused labels
Leo White
2021-03-22
1
-2
/
+13
*
compiler interface: deprecate single letter warning
octachron
2021-03-15
1
-1
/
+1
*
Allow `[@tailcall true]` and `[@tailcall false]` (#9754)
Gabriel Scherer
2020-10-10
1
-1
/
+1
*
Introduce warning 68 to warn about hidden allocation due to pattern match of ...
hhugo
2020-08-17
1
-0
/
+1
*
Rename Ignored_argument => Ignored_extra_argument
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename No_unsafe_array_syntax_without_parsing => Unsafe_array_syntax_without_...
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Unreachable_argument => Ignored_argument
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Unused_subpat => Redundant_subpat
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Unused_case => Redundant_case
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Non_closed_record_pattern => Missing_record_field_pattern
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Partial_application => Ignored_partial_application
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Unsafe_without_parsing => No_unsafe_array_syntax_without_parsing
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Assignment_to_non_mutable_value => Flambda_assignment_to_non_mutable_v...
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Ambiguous_pattern => Ambiguous_var_in_pattern_guard
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Expect_tailcall => Tailcall_expected
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Bad_docstring => Unexpected_docstring
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Multiple_definition => Module_linked_twice
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Unused_argument => Unreachable_argument
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Without_principality => Non_principal_labels
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Unused_pat => Unused_subpat
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Unused_match => Unused_case
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Rename Statement_type => Non_unit_statement
Nicolás Ojeda Bär
2020-07-20
1
-1
/
+1
*
Warn about unused functor parameters (#8891)
Thomas Refis
2019-10-14
1
-0
/
+1
*
"Alerts" as a generalization of "deprecated" (#1804)
Alain Frisch
2018-11-15
1
-3
/
+13
*
Fix PR6638: add dedicated wrning for "unused open!" (#1110)
Alain Frisch
2018-11-09
1
-0
/
+1
*
Add a warning triggered on type declarations "type t = ()"
Armaël Guéneau
2018-10-05
1
-0
/
+1
*
manual: compiler-libs.mld -> compiler_libs.mld
Florian Angeletti
2018-09-12
1
-1
/
+1
*
MPR7546, manual: preambles and warnings for compiler-libs modules (#2020)
Florian Angeletti
2018-09-12
1
-0
/
+7
*
Create warning 64, for uses of -unsafe with a -pp that returns a marshalled ast
Valentin Gatien-Baron
2018-07-15
1
-0
/
+1
*
PR#6416 et al.: injective mapping between identifiers and printed names (#1120)
Florian Angeletti
2018-06-26
1
-1
/
+2
*
Continue + expect test.
alainfrisch
2017-09-12
1
-0
/
+3
*
Prevent repeated warnings with recursive modules
Leo White
2017-09-11
1
-0
/
+2
*
Mention deprecated warning 25 in manual and man page
Thomas Refis
2017-07-10
1
-1
/
+1
*
Deprecation warning when checking signature inclusion
alainfrisch
2017-04-05
1
-1
/
+8
*
Add warning for PR#7261
Jacques Garrigue
2017-03-14
1
-0
/
+1
*
Changing the display of fatal warnings (#948)
sliquister
2017-03-08
1
-4
/
+8
*
GPR#606: add unboxed types
Damien Doligez
2016-07-21
1
-0
/
+1
*
Detect unused module declarations.
alainfrisch
2016-07-18
1
-0
/
+1
*
PR#7139: clearer formulation of warning on unused exceptions
Gabriel Scherer
2016-05-02
1
-1
/
+1
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-11
/
+14
[next]