| Age | Commit message (Expand) | Author | Lines |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -24/+139 |
| 2024-05-21 | Convert unexpected_cfg_{name,value} to struct diagnostics | Xiretza | -152/+402 |
| 2024-05-21 | Convert NAMED_ASM_LABELS lint to diag struct | Xiretza | -19/+12 |
| 2024-05-20 | Adjust the method ambiguity lint too | Michael Goulet | -1/+1 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -153/+167 |
| 2024-05-20 | Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmease | bors | -18/+32 |
| 2024-05-20 | Fix quote escaping inside check-cfg value | Urgau | -3/+2 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-19 | Refer to the Cargo specific doc in the check-cfg diagnostics | Urgau | -2/+4 |
| 2024-05-19 | Prefer suggesting string-literal for Cargo `check-cfg` lint config | Urgau | -18/+29 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -5/+5 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -1/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -5/+5 |
| 2024-05-16 | Update `unexpected_cfgs` lint for Cargo new `check-cfg` config | Urgau | -6/+8 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -2/+2 |
| 2024-05-15 | Use 'a' article for &Option. | Zachary S | -0/+1 |
| 2024-05-15 | Include reference in lint diagnostic | Zachary S | -3/+8 |
| 2024-05-15 | Also apply `warn(for_loops_over_fallibles)` to &T and &mut T, not just T = Re... | Zachary S | -1/+9 |
| 2024-05-15 | Add `on_unimplemented" typo suggestions | mejrs | -0/+8 |
| 2024-05-13 | And finally add tests | Michael Goulet | -15/+74 |
| 2024-05-13 | Warn against redundant use<...> | Michael Goulet | -68/+139 |
| 2024-05-13 | Don't suggest using use<> syntax to capture APITs | Michael Goulet | -4/+9 |
| 2024-05-13 | Suggest adding use<> syntax | Michael Goulet | -6/+41 |
| 2024-05-13 | Add some commenting | Michael Goulet | -4/+23 |
| 2024-05-13 | Implement initial IMPL_TRAIT_OVERCAPTURES lint | Michael Goulet | -0/+239 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -4/+7 |
| 2024-05-12 | Auto merge of #119427 - dtolnay:maccall, r=compiler-errors | bors | -0/+27 |
| 2024-05-11 | Document the situation with unused_parens lint and braced macro calls | David Tolnay | -4/+28 |
| 2024-05-11 | Macro call with braces does not require semicolon to be statement | David Tolnay | -1/+4 |
| 2024-05-11 | Mark expr_requires_semi_to_be_stmt call sites | David Tolnay | -1/+1 |
| 2024-05-11 | Uplift `TraitPredicate` | Michael Goulet | -3/+2 |
| 2024-05-11 | Rollup merge of #124978 - saethlin:ref-casting_derefs, r=Urgau,Nilstrieb | Matthias Krüger | -2/+4 |
| 2024-05-10 | Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr | bors | -1/+1 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -1/+1 |
| 2024-05-10 | Handle Deref expressions in invalid_reference_casting | Ben Kimock | -2/+4 |
| 2024-05-10 | Rename some ObligationCauseCode variants | Michael Goulet | -5/+2 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -2/+1 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -2/+1 |
| 2024-05-09 | always use `GenericArgsRef` | lcnr | -2/+2 |
| 2024-05-09 | Rollup merge of #124908 - saethlin:ref-casting_bigger_place_projection, r=fee... | Matthias Krüger | -1/+2 |
| 2024-05-08 | Rollup merge of #124869 - compiler-errors:keyword, r=Nilstrieb | Matthias Krüger | -1/+10 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-05-08 | Handle field projections like slice indexing in invalid_reference_casting | Ben Kimock | -1/+2 |
| 2024-05-08 | Rollup merge of #124761 - Urgau:ref-casting_bigger_slice_index, r=jieyouxu | Matthias Krüger | -0/+7 |
| 2024-05-07 | Make sure we don't deny macro vars w keyword names | Michael Goulet | -1/+10 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -13/+56 |
| 2024-05-05 | Fix insufficient logic when searching for the underlying allocation | Urgau | -0/+7 |
| 2024-05-04 | Update Cargo diagnostics in check-cfg | Urgau | -4/+4 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -3/+6 |