| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-25 | Emits suggestions for expressions with parentheses or not separately | Mu001999 | -6/+27 | |
| 2023-03-24 | Use independent suggestions | Mu42 | -3/+4 | |
| 2023-03-22 | Move useless_anynous_reexport lint into unused_imports | Guillaume Gomez | -8/+0 | |
| 2023-03-19 | Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, ↵ | Dylan DPC | -0/+8 | |
| r=cjgillot Add `useless_anonymous_reexport` lint This is a follow-up of https://github.com/rust-lang/rust/pull/108936. We once again show all anonymous re-exports in rustdoc, however we also wanted to add a lint to let users know that it very likely doesn't have the effect they think it has. | ||||
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -12/+10 | |
| 2023-03-12 | Add test for useless_anonymous_reexport lint | Guillaume Gomez | -0/+1 | |
| 2023-03-12 | Add lint for useless anonymous reexports | Guillaume Gomez | -0/+7 | |
| 2023-02-23 | Add lint against `Iterator::map` receiving a callable that returns `()` | Obei Sideg | -0/+16 | |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -58/+62 | |
| Instead of loading the Fluent resources for every crate in `rustc_error_messages`, each crate generates typed identifiers for its own diagnostics and creates a static which are pulled together in the `rustc_driver` crate and provided to the diagnostic emitter. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2023-02-18 | lint: don't suggest assume_init for uninhabited types | y21 | -2/+11 | |
| 2023-02-17 | Don't eagerly convert principal to string | clubby789 | -3/+2 | |
| 2023-02-04 | Fix #103320, add explanatory message for [#must_use] | yukang | -0/+18 | |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+7 | |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 | |
| 2023-01-09 | migrate: `deref_into_dyn_supertrait.rs` | Rejyr | -0/+18 | |
| 2023-01-09 | add: allow lints in `lints.rs` | Rejyr | -0/+2 | |
| 2023-01-09 | migrate: rest of `builtin.rs` without `builtin_asm_labels` | Rejyr | -8/+233 | |
| 2023-01-09 | migrate: `UnsafeCode` in `builtin.rs` | Rejyr | -1/+41 | |
| 2023-01-09 | migrate: `hidden_unicode_codepoints.rs` | Rejyr | -1/+89 | |
| 2023-01-09 | refactor: refactor to derive for some lints. | Rejyr | -112/+62 | |
| 2023-01-09 | migrate: `for_loops_over_fallibles.rs` | Rejyr | -0/+49 | |
| 2023-01-09 | migrate: `expect.rs` | Rejyr | -1/+30 | |
| 2023-01-09 | migrate(wip): `builtin.rs` | Rejyr | -1/+256 | |
| 2023-01-09 | migrate: `internal.rs` | Rejyr | -0/+62 | |
| 2023-01-09 | migrate: `ImproperCTypes` | Rejyr | -5/+37 | |
| 2023-01-09 | migrate: `let_underscore.rs` | Rejyr | -0/+46 | |
| fix: NonBindingLetSub | ||||
| 2023-01-09 | migrate: `levels.rs` | Rejyr | -2/+75 | |
| 2023-01-09 | add: `emit{,_spanned}_lint` for `LintLevelsBuilder` | Rejyr | -0/+10 | |
| add: `emit_spanned_lint` and `emit_lint` for `LintLevelsBuilder` migrate: `DeprecatedLintName` | ||||
| 2023-01-09 | refactor: comment about lint location | Rejyr | -0/+13 | |
| 2023-01-09 | fix: merge conflict | Rejyr | -24/+52 | |
| 2023-01-09 | update: `lints.rs` for renamed traits | Rejyr | -11/+23 | |
| update: `lints.rs` for renamed `SessionSubdiagnostic` and `AddSubdiagnostic` fix: NonSnakeCaseDiagSub fix: OverflowingBinHexSign | ||||
| 2023-01-09 | migrate: `early.rs` and `enum_intrinsics_non_enums.rs` | Rejyr | -0/+15 | |
| 2023-01-09 | migrate: `array_into_iter.rs` | Rejyr | -5/+27 | |
| 2023-01-09 | migrate: `methods.rs` | Rejyr | -0/+10 | |
| 2023-01-09 | migrate: `non_ascii_idents.rs` | Rejyr | -0/+26 | |
| 2023-01-09 | migrate: `non_fmt_panic.rs` | Rejyr | -0/+37 | |
| 2023-01-09 | migrate: `nonstandard_style.rs` | Rejyr | -1/+105 | |
| 2023-01-09 | migrate: `noop_method_call.rs` | Rejyr | -0/+10 | |
| 2023-01-09 | migrate: `pass_by_value.rs` | Rejyr | -0/+8 | |
| 2023-01-09 | migrate: `redundant_semicolon.rs` | Rejyr | -0/+8 | |
| 2023-01-09 | migrate: `traits.rs` | Rejyr | -1/+29 | |
| 2023-01-09 | migrate: `unused.rs` | Rejyr | -1/+132 | |
| 2023-01-09 | migrate: `types.rs` | Rejyr | -2/+139 | |
| 2023-01-09 | add: `lints.rs` | Rejyr | -0/+11 | |
| add: `lints.rs` refactor: move `InvalidAtomicOrderingDiag` to `lints.rs` | ||||
