| Age | Commit message (Expand) | Author | Lines |
| 2024-02-23 | Rollup merge of #121471 - estebank:lint-clone, r=TaKO8Ki | Matthias Krüger | -1/+17 |
| 2024-02-22 | When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de... | Esteban Küber | -1/+17 |
| 2024-02-21 | Rollup merge of #121338 - jieyouxu:ambiguous_wide_pointer_comparisons_suggest... | Dylan DPC | -3/+6 |
| 2024-02-20 | Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect | 许杰友 Jieyou Xu (Joe) | -3/+6 |
| 2024-02-20 | Rollup merge of #121318 - kadiwa4:no_assembly_in_supposedly_safe_code, r=Nils... | Nilstrieb | -0/+7 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -1/+1 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -17/+65 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -28/+0 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -17/+65 |
| 2024-02-20 | trigger `unsafe_code` on `global_asm!` invocations | Kalle Wachsmuth | -0/+7 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -28/+0 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -0/+5 |
| 2024-02-18 | Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJung | bors | -0/+1 |
| 2024-02-18 | Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errors | León Orell Valerian Liehr | -2/+2 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -0/+1 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-02-17 | Use better heuristic for printing Cargo specific diagnostics | Urgau | -2/+2 |
| 2024-02-17 | Add cargo update suggestion for non local defs | Urgau | -3/+40 |
| 2024-02-17 | Add const-anon suggestion for non local impl | Urgau | -2/+22 |
| 2024-02-17 | Implement RFC3373 non local definitions lint | Urgau | -0/+207 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -3/+3 |
| 2024-02-15 | Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomez | bors | -0/+7 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -13/+10 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -3/+3 |
| 2024-02-14 | Ignore unsized types when trying to determine the size of a type | Urgau | -0/+7 |
| 2024-02-14 | Rollup merge of #121075 - chenyukang:yukang-fix-121070-lint-range, r=oli-obk | Guillaume Gomez | -4/+12 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -13/+10 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -7/+6 |
| 2024-02-14 | Fix false positive with if let and ranges | yukang | -4/+12 |
| 2024-02-12 | Introduce small cache to avoid recomputing the same value twice | Urgau | -4/+13 |
| 2024-02-12 | Lint on reference casting to bigger underlying allocation | Urgau | -8/+79 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -1/+1 |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -20/+14 |
| 2024-02-10 | Rollup merge of #120866 - Zalathar:no-min-spec, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -20/+14 |
| 2024-02-10 | Remove unnecessary `#![feature(min_specialization)]` | Zalathar | -1/+0 |
| 2024-02-10 | Rollup merge of #120853 - blyxyas:no-collect, r=cjgillot | Matthias Krüger | -6/+3 |
| 2024-02-09 | tidy | blyxyas | -4/+1 |
| 2024-02-09 | Avoid a collection and iteration on empty passes | blyxyas | -6/+6 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -1/+1 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -5/+4 |
| 2024-02-08 | Auto merge of #120544 - BoxyUwU:enter_forall, r=lcnr | bors | -89/+92 |
| 2024-02-08 | introduce `enter_forall` | Boxy | -89/+92 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -1/+1 |
| 2024-02-08 | Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors | Matthias Krüger | -42/+12 |
| 2024-02-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -42/+12 |
| 2024-02-06 | Rollup merge of #120435 - chenyukang:yukang-fix-120427-cfg-name, r=Urgau,Nils... | Matthias Krüger | -10/+40 |
| 2024-02-06 | Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkov | Matthias Krüger | -0/+5 |