| Age | Commit message (Expand) | Author | Lines |
| 2025-03-11 | Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwU | Matthias Krüger | -2/+48 |
| 2025-03-11 | Auto merge of #138350 - Kobzol:rollup-4kj94rq, r=Kobzol | bors | -45/+51 |
| 2025-03-11 | Rollup merge of #138330 - nnethercote:rm-lints-rust-sections, r=jieyouxu | Jakub Beránek | -7/+0 |
| 2025-03-11 | Rollup merge of #138315 - matthiaskrgr:nextback, r=fmease | Jakub Beránek | -2/+2 |
| 2025-03-11 | Rollup merge of #138300 - RalfJung:unqualified-local-imports, r=jieyouxu | Jakub Beránek | -1/+1 |
| 2025-03-11 | Rollup merge of #138063 - compiler-errors:improve-attr-unpretty, r=jdonszelmann | Jakub Beránek | -35/+48 |
| 2025-03-11 | Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3 | bors | -113/+120 |
| 2025-03-11 | Auto merge of #135651 - arjunr2:master, r=davidtwco | bors | -0/+190 |
| 2025-03-11 | Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm | bors | -24/+23 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -0/+190 |
| 2025-03-11 | Remove unnecessary `[lints.rust]` sections. | Nicholas Nethercote | -7/+0 |
| 2025-03-11 | Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr | bors | -128/+265 |
| 2025-03-10 | use next_back() instead of last() on DoubleEndedIterator | Matthias Krüger | -2/+2 |
| 2025-03-10 | Rollup merge of #138306 - jieyouxu:revert-workspace-lints, r=Noratrieb | Matthias Krüger | -229/+86 |
| 2025-03-10 | Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkov | Matthias Krüger | -16/+18 |
| 2025-03-10 | Pass InferCtxt to InlineAsmCtxt to properly taint on error | Michael Goulet | -65/+60 |
| 2025-03-10 | Delegation: fix ICE with invalid MethodCall generation | Bryanskiy | -16/+18 |
| 2025-03-10 | Share implementation of expr_u{16,32,size}. | Mara Bos | -21/+8 |
| 2025-03-10 | Limit formatting width and precision to 16 bits. | Mara Bos | -11/+23 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -229/+86 |
| 2025-03-10 | Allow int literals for pattern types with int base types | Oli Scherer | -2/+20 |
| 2025-03-10 | Reject wrapping ranges of pattern types | Oli Scherer | -0/+28 |
| 2025-03-10 | Rollup merge of #138270 - StevenMia:master, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2025-03-10 | Rollup merge of #138238 - compiler-errors:dyn-suggestion-in-struct, r=nnether... | Matthias Krüger | -33/+94 |
| 2025-03-10 | Rollup merge of #137279 - estebank:codegen-structured-errors, r=nnethercote | Matthias Krüger | -84/+160 |
| 2025-03-10 | add tracking issue for unqualified_local_imports | Ralf Jung | -1/+1 |
| 2025-03-10 | Fix pretty printing of parsed attrs in hir_pretty | Michael Goulet | -15/+22 |
| 2025-03-10 | Rename print_something to should_render | Michael Goulet | -22/+28 |
| 2025-03-10 | Update rand to 0.9.0 | Chris Denton | -7/+7 |
| 2025-03-09 | Auto merge of #137695 - nnethercote:always-inline-query_get_at, r=saethlin | bors | -1/+1 |
| 2025-03-09 | Auto merge of #138279 - matthiaskrgr:rollup-ndnoipr, r=matthiaskrgr | bors | -7/+6 |
| 2025-03-09 | Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmann | Matthias Krüger | -1/+1 |
| 2025-03-09 | Rollup merge of #122790 - Zoxc:dllimp-rev, r=ChrisDenton | Matthias Krüger | -6/+5 |
| 2025-03-09 | Auto merge of #137655 - nnethercote:split-edges-iterator, r=nnethercote | bors | -93/+132 |
| 2025-03-09 | Auto merge of #138267 - matthiaskrgr:rollup-vt76bhs, r=matthiaskrgr | bors | -1030/+1153 |
| 2025-03-09 | chore: Fix some comments | StevenMia | -4/+4 |
| 2025-03-09 | Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obk | Matthias Krüger | -66/+69 |
| 2025-03-09 | Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee | Matthias Krüger | -626/+723 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -86/+229 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -74/+64 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -170/+8 |
| 2025-03-09 | Rollup merge of #136127 - WaffleLapkin:dyn_ptr_unwrap_cast, r=compiler-errors | Matthias Krüger | -8/+60 |
| 2025-03-09 | Auto merge of #137563 - FractalFir:dep_graph_cap, r=nnethercote | bors | -2/+1 |
| 2025-03-09 | continue to check attr if meet empty repr for adt | Mu001999 | -1/+1 |
| 2025-03-09 | Auto merge of #137513 - scottmcm:identity-transmute, r=saethlin | bors | -0/+7 |
| 2025-03-08 | Auto merge of #137502 - compiler-errors:global-asm-aint-mir-body, r=oli-obk | bors | -1/+6 |
| 2025-03-08 | Fix suggestion when there are generics, inline some things | Michael Goulet | -16/+30 |
| 2025-03-08 | Rework maybe_suggest_add_generic_impl_trait | Michael Goulet | -24/+71 |
| 2025-03-08 | Auto merge of #137500 - scottmcm:trunc-br, r=saethlin | bors | -0/+34 |
| 2025-03-08 | Move coroutine layout logic to `rustc_abi` | Moulins | -334/+373 |