about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/lints.rs
AgeCommit message (Expand)AuthorLines
2023-03-25Emits suggestions for expressions with parentheses or not separatelyMu001999-6/+27
2023-03-24Use independent suggestionsMu42-3/+4
2023-03-22Move useless_anynous_reexport lint into unused_importsGuillaume Gomez-8/+0
2023-03-19Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c...Dylan DPC-0/+8
2023-03-15error-msg: expand suggestion for unused lintEzra Shaw-12/+10
2023-03-12Add test for useless_anonymous_reexport lintGuillaume Gomez-0/+1
2023-03-12Add lint for useless anonymous reexportsGuillaume Gomez-0/+7
2023-02-23Add lint against `Iterator::map` receiving a callable that returns `()`Obei Sideg-0/+16
2023-02-22errors: generate typed identifiers in each crateDavid Wood-58/+62
2023-02-18lint: don't suggest assume_init for uninhabited typesy21-2/+11
2023-02-17Don't eagerly convert principal to stringclubby789-3/+2
2023-02-04Fix #103320, add explanatory message for [#must_use]yukang-0/+18
2023-01-28Reintroduce multiple_supertrait_upcastable lintGary Guo-0/+7
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-09migrate: `deref_into_dyn_supertrait.rs`Rejyr-0/+18
2023-01-09add: allow lints in `lints.rs`Rejyr-0/+2
2023-01-09migrate: rest of `builtin.rs` without `builtin_asm_labels`Rejyr-8/+233
2023-01-09migrate: `UnsafeCode` in `builtin.rs`Rejyr-1/+41
2023-01-09migrate: `hidden_unicode_codepoints.rs`Rejyr-1/+89
2023-01-09refactor: refactor to derive for some lints.Rejyr-112/+62
2023-01-09migrate: `for_loops_over_fallibles.rs`Rejyr-0/+49
2023-01-09migrate: `expect.rs`Rejyr-1/+30
2023-01-09migrate(wip): `builtin.rs`Rejyr-1/+256
2023-01-09migrate: `internal.rs`Rejyr-0/+62
2023-01-09migrate: `ImproperCTypes`Rejyr-5/+37
2023-01-09migrate: `let_underscore.rs`Rejyr-0/+46
2023-01-09migrate: `levels.rs`Rejyr-2/+75
2023-01-09add: `emit{,_spanned}_lint` for `LintLevelsBuilder`Rejyr-0/+10
2023-01-09refactor: comment about lint locationRejyr-0/+13
2023-01-09fix: merge conflictRejyr-24/+52
2023-01-09update: `lints.rs` for renamed traitsRejyr-11/+23
2023-01-09migrate: `early.rs` and `enum_intrinsics_non_enums.rs`Rejyr-0/+15
2023-01-09migrate: `array_into_iter.rs`Rejyr-5/+27
2023-01-09migrate: `methods.rs`Rejyr-0/+10
2023-01-09migrate: `non_ascii_idents.rs`Rejyr-0/+26
2023-01-09migrate: `non_fmt_panic.rs`Rejyr-0/+37
2023-01-09migrate: `nonstandard_style.rs`Rejyr-1/+105
2023-01-09migrate: `noop_method_call.rs`Rejyr-0/+10
2023-01-09migrate: `pass_by_value.rs`Rejyr-0/+8
2023-01-09migrate: `redundant_semicolon.rs`Rejyr-0/+8
2023-01-09migrate: `traits.rs`Rejyr-1/+29
2023-01-09migrate: `unused.rs`Rejyr-1/+132
2023-01-09migrate: `types.rs`Rejyr-2/+139
2023-01-09add: `lints.rs`Rejyr-0/+11