| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-08 | Refactor map_unit_fn lint | Cameron Steffen | -66/+37 | |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -1/+1 | |
| 2025-07-28 | use let chains in hir, lint, mir | Kivooeo | -58/+52 | |
| 2025-07-05 | Stop using Key trait randomly | Michael Goulet | -3/+2 | |
| 2025-02-08 | Rustfmt | bjorn3 | -14/+28 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -28/+14 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+5 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-04-29 | Remove `extern crate rustc_session` from `rustc_lint`. | Nicholas Nethercote | -0/+1 | |
| 2024-01-23 | Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`. | Nicholas Nethercote | -2/+2 | |
| 2023-03-15 | Fix #109152, fix the scenario that we may can not get span of func | yukang | -2/+9 | |
| 2023-02-23 | Emit `map_unit_fn` lint in closure case | Obei Sideg | -0/+16 | |
| 2023-02-23 | Add lint against `Iterator::map` receiving a callable that returns `()` | Obei Sideg | -0/+104 | |
