| Age | Commit message (Expand) | Author | Lines |
| 2024-03-01 | Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+2 |
| 2024-02-29 | Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-on-ty-ali... | Matthias Krüger | -9/+16 |
| 2024-02-29 | Detect empty leading where-clauses on type aliases | León Orell Valerian Liehr | -9/+16 |
| 2024-02-29 | Mark some once-again-unreachable paths as unreachable. | Nicholas Nethercote | -9/+5 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -122/+120 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+2 |
| 2024-02-28 | Don't lint snake-case on executable crate name | Gil Shoshan | -1/+4 |
| 2024-02-28 | Remove the `UntranslatableDiagnosticTrivial` lint. | Nicholas Nethercote | -87/+1 |
| 2024-02-28 | Rename `DiagnosticStyledString` as `DiagStyledString`. | Nicholas Nethercote | -4/+4 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -119/+117 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -4/+1 |
| 2024-02-26 | Auto merge of #120586 - ShE3py:exprkind-err, r=fmease | bors | -1/+1 |
| 2024-02-26 | Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type... | Guillaume Gomez | -10/+63 |
| 2024-02-26 | separate messages for individual categories | HTGAzureX1212. | -10/+63 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -1/+1 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+288 |
| 2024-02-25 | Rollup merge of #121586 - gurry:121532-ice-unwrap-on-none, r=cjgillot | Matthias Krüger | -5/+9 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-02-25 | Don't use `unwrap()` in `ArrayIntoIter` lint when typeck fails | Gurinder Singh | -5/+9 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -0/+5 |
| 2024-02-25 | make unused_imports less assertive in test modules | Suyashtnt | -1/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -4/+1 |
| 2024-02-23 | Rollup merge of #121471 - estebank:lint-clone, r=TaKO8Ki | Matthias Krüger | -1/+18 |
| 2024-02-22 | When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de... | Esteban Küber | -1/+18 |
| 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 | -1/+11 |
| 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 | -1/+11 |
| 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/+42 |
| 2024-02-17 | Add const-anon suggestion for non local impl | Urgau | -2/+23 |
| 2024-02-17 | Implement RFC3373 non local definitions lint | Urgau | -0/+228 |
| 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 |