| Age | Commit message (Expand) | Author | Lines |
| 2025-02-22 | Make `ptr_cast_add_auto_to_object` lint into hard error | Travis Cross | -39/+38 |
| 2025-02-22 | Fix "missing match arm body" suggestion involving `!` | Esteban Küber | -14/+84 |
| 2025-02-22 | Render implicit self with their shorthand syntax in HIR pretty printing | Urgau | -1/+33 |
| 2025-02-22 | Filter elided lifetimes in HIR pretty printing | Urgau | -4/+4 |
| 2025-02-22 | Rollup merge of #137356 - nik-rev:FERRIS, r=compiler-errors | Matthias Krüger | -0/+22 |
| 2025-02-22 | rustc_target: Add more RISC-V atomic-related features | Taiki Endo | -0/+5 |
| 2025-02-22 | Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkov | bors | -18/+71 |
| 2025-02-22 | remove invalid suggestion of into_iter for extern macro | yukang | -0/+49 |
| 2025-02-22 | Update compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs | Yukang | -4/+6 |
| 2025-02-22 | Add ignore value suggestion in closure body | yukang | -0/+36 |
| 2025-02-22 | Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgr | bors | -114/+464 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -0/+58 |
| 2025-02-22 | Remove MaybeForgetReturn suggestion | Michael Goulet | -13/+0 |
| 2025-02-22 | Rollup merge of #137399 - lukas-code:oopsie-woopsie, r=compiler-errors | Matthias Krüger | -0/+77 |
| 2025-02-22 | Rollup merge of #137257 - compiler-errors:fake-borrow-of-packed-field, r=oli-obk | Matthias Krüger | -0/+27 |
| 2025-02-22 | Rollup merge of #137245 - estebank:from-residual-note-2, r=oli-obk | Matthias Krüger | -48/+72 |
| 2025-02-22 | Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk | Matthias Krüger | -51/+19 |
| 2025-02-22 | Rollup merge of #136592 - compiler-errors:ensure-stack-in-canonical, r=lcnr | Matthias Krüger | -4/+63 |
| 2025-02-21 | Auto merge of #137348 - compiler-errors:span-trim, r=estebank | bors | -1084/+895 |
| 2025-02-21 | fix: naming convention "ferris" suggestion for idents named 🦀 | Nikita Revenco | -0/+22 |
| 2025-02-21 | Do not deduplicate list of associated types provided by dyn principal | Michael Goulet | -11/+206 |
| 2025-02-21 | don't leave assoc const unnormalized due to unconstrained params | Lukas Markeffsky | -2/+2 |
| 2025-02-21 | layout_of: put back not-so-unreachable case | Lukas Markeffsky | -0/+77 |
| 2025-02-21 | Point at type that doesn't implement needed trait | Esteban Küber | -3/+20 |
| 2025-02-21 | Make sure we don't overrun the stack in canonicalizer | Michael Goulet | -4/+63 |
| 2025-02-21 | Ignore fake borrows for packed field check | Michael Goulet | -0/+27 |
| 2025-02-21 | If the parent dependency is private, treat dependents as private | Trevor Gross | -4/+30 |
| 2025-02-21 | Inject `compiler_builtins` during postprocessing rather than via AST | Trevor Gross | -17/+9 |
| 2025-02-21 | Rollup merge of #137302 - compiler-errors:stray-drop-regions, r=matthewjasper | Matthias Krüger | -0/+27 |
| 2025-02-21 | Rollup merge of #135630 - folkertdev:s390x-target-features, r=Amanieu | Matthias Krüger | -0/+11 |
| 2025-02-21 | Rollup merge of #128080 - estebank:out-of-scope-macro, r=petrochenkov | Matthias Krüger | -18/+18 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -18/+54 |
| 2025-02-21 | Remove `NtVis`. | Nicholas Nethercote | -0/+17 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -82/+79 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -1004/+818 |
| 2025-02-21 | add more s390x target features | Folkert de Vries | -0/+11 |
| 2025-02-20 | Rollup merge of #136985 - zachs18:backend-repr-remove-uninhabited, r=workingj... | Jubilee | -26/+382 |
| 2025-02-20 | Rollup merge of #131651 - Patryk27:avr-unknown-unknown, r=tgross35 | Jubilee | -2/+2 |
| 2025-02-20 | Add test that uninhabited repr(transparent) type has same function return ABI... | Zachary S | -0/+33 |
| 2025-02-20 | Update ui tests with `LayoutData { uninhabited: ... }` etc | Zachary S | -26/+349 |
| 2025-02-20 | Point out the type of more expressions on bad `?` | Esteban Küber | -2/+5 |
| 2025-02-20 | Tweak E0277 when predicate comes indirectly from `?` | Esteban Küber | -48/+52 |
| 2025-02-20 | Reword message | Esteban Küber | -12/+12 |
| 2025-02-20 | Turn order dependent trait objects future incompat warning into a hard error | Oli Scherer | -160/+30 |
| 2025-02-20 | vectorcall ABI: error if sse2 is not available | Ralf Jung | -72/+64 |
| 2025-02-20 | mono-time abi_check: unify error paths for call and definition sites | Ralf Jung | -1/+49 |
| 2025-02-19 | add `IntoBounds::intersect` and `RangeBounds::is_empty` | Peter Jaszkowiak | -1/+2 |
| 2025-02-20 | Use a probe to avoid registering stray region obligations when re-checking dr... | Michael Goulet | -0/+27 |
| 2025-02-20 | Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr | bors | -42/+102 |
| 2025-02-20 | Rollup merge of #137281 - estebank:doc-comment-syntax-error, r=compiler-errors | Matthias Krüger | -0/+29 |