| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -69/+0 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -6/+5 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -5/+5 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-06-03 | Fix up comments. | Nicholas Nethercote | -3/+3 | |
| Wrap overly long ones, etc. | ||||
| 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 | -1/+1 | |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -2/+2 | |
| 2023-04-04 | Do not suppress temporary_cstring_as_ptr in macros. | Camille GILLOT | -41/+8 | |
| 2023-01-09 | refactor: cleanup | Rejyr | -2/+0 | |
| 2023-01-09 | migrate: `methods.rs` | Rejyr | -9/+5 | |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -5/+5 | |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -8/+11 | |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -4/+2 | |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -7/+11 | |
| 2022-06-30 | lint: port `CString` ptr diagnostics | David Wood | -10/+7 | |
| Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -2/+2 | |
| This commit makes `AdtDef` use `Interned`. Much the commit is tedious changes to introduce getter functions. The interesting changes are in `compiler/rustc_middle/src/ty/adt.rs`. | ||||
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -1/+1 | |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 | |
| 2020-10-26 | Fix doctest | Nathan Whitaker | -0/+1 | |
| 2020-10-26 | Write docs for lint / fix review nit | Nathan Whitaker | -2/+20 | |
| 2020-10-26 | Address review comments | Nathan Whitaker | -11/+8 | |
| 2020-10-26 | Change to warn by default / fix typo | Nathan Whitaker | -1/+1 | |
| 2020-10-26 | Tweak diagnostic | Nathan Whitaker | -4/+6 | |
| 2020-10-26 | Address review comments | Nathan Whitaker | -49/+35 | |
| 2020-10-26 | Uplift temporary-cstring-as-ptr into rustc | Nathan Whitaker | -0/+102 | |
