summaryrefslogtreecommitdiff
path: root/utils/warnings.mli
Commit message (Expand)AuthorAgeFilesLines
* Add syntax for generative functor application (#11984)Richard Eisenberg2023-02-121-0/+1
* Turn warning 31 (Module_linked_twice) into a hard error (#11635)hhugo2023-01-051-1/+0
* Add Warnings.ghost_loc_in_fileDavid Allsopp2022-05-241-0/+3
* Add 'since <version>' information to compiler warningsAndré Maroneze2022-04-021-1/+2
* Remove uses of ;; from the codebaseSébastien Hinderer2022-02-251-8/+7
* TMC: warn when a tail-call is broken by the TMC transformation.Gabriel Scherer2021-11-021-0/+1
* TMC: warn if there is no optimization opportunityGabriel Scherer2021-11-021-0/+1
* Expose descriptions in Warnings moduleLeo White2021-10-051-0/+7
* Make the two-passes of class_field explicitLeo White2021-07-131-0/+1
* added warning for missing mli interface fileAnukriti122021-03-311-0/+1
* Add warning for unused labelsLeo White2021-03-221-2/+13
* compiler interface: deprecate single letter warningoctachron2021-03-151-1/+1
* Allow `[@tailcall true]` and `[@tailcall false]` (#9754)Gabriel Scherer2020-10-101-1/+1
* Introduce warning 68 to warn about hidden allocation due to pattern match of ...hhugo2020-08-171-0/+1
* Rename Ignored_argument => Ignored_extra_argumentNicolás Ojeda Bär2020-07-201-1/+1
* Rename No_unsafe_array_syntax_without_parsing => Unsafe_array_syntax_without_...Nicolás Ojeda Bär2020-07-201-1/+1
* Rename Unreachable_argument => Ignored_argumentNicolás Ojeda Bär2020-07-201-1/+1
* Rename Unused_subpat => Redundant_subpatNicolás Ojeda Bär2020-07-201-1/+1
* Rename Unused_case => Redundant_caseNicolás Ojeda Bär2020-07-201-1/+1
* Rename Non_closed_record_pattern => Missing_record_field_patternNicolás Ojeda Bär2020-07-201-1/+1
* Rename Partial_application => Ignored_partial_applicationNicolás Ojeda Bär2020-07-201-1/+1
* Rename Unsafe_without_parsing => No_unsafe_array_syntax_without_parsingNicolás Ojeda Bär2020-07-201-1/+1
* Rename Assignment_to_non_mutable_value => Flambda_assignment_to_non_mutable_v...Nicolás Ojeda Bär2020-07-201-1/+1
* Rename Ambiguous_pattern => Ambiguous_var_in_pattern_guardNicolás Ojeda Bär2020-07-201-1/+1
* Rename Expect_tailcall => Tailcall_expectedNicolás Ojeda Bär2020-07-201-1/+1
* Rename Bad_docstring => Unexpected_docstringNicolás Ojeda Bär2020-07-201-1/+1
* Rename Multiple_definition => Module_linked_twiceNicolás Ojeda Bär2020-07-201-1/+1
* Rename Unused_argument => Unreachable_argumentNicolás Ojeda Bär2020-07-201-1/+1
* Rename Without_principality => Non_principal_labelsNicolás Ojeda Bär2020-07-201-1/+1
* Rename Unused_pat => Unused_subpatNicolás Ojeda Bär2020-07-201-1/+1
* Rename Unused_match => Unused_caseNicolás Ojeda Bär2020-07-201-1/+1
* Rename Statement_type => Non_unit_statementNicolás Ojeda Bär2020-07-201-1/+1
* Warn about unused functor parameters (#8891)Thomas Refis2019-10-141-0/+1
* "Alerts" as a generalization of "deprecated" (#1804)Alain Frisch2018-11-151-3/+13
* Fix PR6638: add dedicated wrning for "unused open!" (#1110)Alain Frisch2018-11-091-0/+1
* Add a warning triggered on type declarations "type t = ()"Armaël Guéneau2018-10-051-0/+1
* manual: compiler-libs.mld -> compiler_libs.mldFlorian Angeletti2018-09-121-1/+1
* MPR7546, manual: preambles and warnings for compiler-libs modules (#2020)Florian Angeletti2018-09-121-0/+7
* Create warning 64, for uses of -unsafe with a -pp that returns a marshalled astValentin Gatien-Baron2018-07-151-0/+1
* PR#6416 et al.: injective mapping between identifiers and printed names (#1120)Florian Angeletti2018-06-261-1/+2
* Continue + expect test.alainfrisch2017-09-121-0/+3
* Prevent repeated warnings with recursive modulesLeo White2017-09-111-0/+2
* Mention deprecated warning 25 in manual and man pageThomas Refis2017-07-101-1/+1
* Deprecation warning when checking signature inclusionalainfrisch2017-04-051-1/+8
* Add warning for PR#7261Jacques Garrigue2017-03-141-0/+1
* Changing the display of fatal warnings (#948)sliquister2017-03-081-4/+8
* GPR#606: add unboxed typesDamien Doligez2016-07-211-0/+1
* Detect unused module declarations.alainfrisch2016-07-181-0/+1
* PR#7139: clearer formulation of warning on unused exceptionsGabriel Scherer2016-05-021-1/+1
* Update headers for the new license.Damien Doligez2016-02-181-11/+14