| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove AdtFlags::IS_ANONYMOUS and Copy/Clone condition for anonymous ADT | Michael Goulet | -18/+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 | Do not feed anon const a type that references generics that it does not have | Michael Goulet | -8/+17 |
| 2025-03-09 | Do not write user type annotation for const param value path | Michael Goulet | -0/+7 |
| 2025-03-09 | Explain weird quirk in user type annotation lowering | Michael Goulet | -3/+23 |
| 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 |
| 2025-03-08 | check that `UnsizeCoerce` may hold before trying unsizing coercion | Waffle Lapkin | -8/+60 |
| 2025-03-08 | Refactor coroutine layout logic to precompute all sublayouts | Moulins | -117/+118 |
| 2025-03-08 | Move SIMD layout logic to `rustc_abi` | Moulins | -79/+117 |
| 2025-03-08 | Remove most manual LayoutData creations and move them to `rustc_abi` | Moulins | -189/+208 |
| 2025-03-08 | Rollup merge of #137757 - estebank:trim-spans, r=davidtwco | Jacob Pratt | -98/+160 |
| 2025-03-08 | Rollup merge of #137685 - lqd:nostart-stop-gc, r=petrochenkov | Jacob Pratt | -0/+29 |
| 2025-03-08 | Rollup merge of #136642 - bjorn3:separate_alloctest_crate, r=cuviper | Jacob Pratt | -3/+3 |
| 2025-03-07 | Rollup merge of #138187 - matthiaskrgr:rmclone, r=cjgillot | Jacob Pratt | -19/+10 |
| 2025-03-07 | Rollup merge of #138173 - compiler-errors:incoherent-negative-impl, r=oli-obk | Jacob Pratt | -1/+4 |
| 2025-03-07 | Rollup merge of #138137 - ZequanWu:fix-triple, r=cuviper | Jacob Pratt | -2/+6 |