| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -0/+25 |
| 2025-04-24 | Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=Amanieu | Matthias Krüger | -5/+5 |
| 2025-04-24 | Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obk | Matthias Krüger | -23/+78 |
| 2025-04-24 | Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk | Matthias Krüger | -1/+11 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -7/+151 |
| 2025-04-24 | feat: Add XtensaAsmPrinter | Sergio Gasquez | -0/+1 |
| 2025-04-24 | check types of const param default | lcnr | -0/+33 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -64/+121 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -100/+100 |
| 2025-04-24 | Trivial compiler change to inhibit download-rustc in CI | Zalathar | -2/+1 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -13/+18 |
| 2025-04-24 | Rollup merge of #140214 - compiler-errors:remove-hack, r=lcnr | Matthias Krüger | -14/+0 |
| 2025-04-24 | Rollup merge of #140186 - BoxyUwU:compute_what, r=compiler-errors | Matthias Krüger | -31/+48 |
| 2025-04-24 | Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk | Matthias Krüger | -6/+55 |
| 2025-04-24 | Fix pretty printing of never pattern match arms. | Nicholas Nethercote | -0/+1 |
| 2025-04-24 | Auto merge of #140239 - matthiaskrgr:rollup-75felo8, r=matthiaskrgr | bors | -368/+841 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -7/+151 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -12/+10 |
| 2025-04-24 | Rollup merge of #140181 - nnethercote:rm-underscore_const, r=compiler-errors | Matthias Krüger | -24/+4 |
| 2025-04-24 | Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obk | Matthias Krüger | -9/+84 |
| 2025-04-24 | Rollup merge of #139945 - shepmaster:hir-lifetime-syntax-source, r=nnethercote | Matthias Krüger | -112/+226 |
| 2025-04-24 | Rollup merge of #139852 - makai410:smir-refactor, r=celinval | Matthias Krüger | -211/+511 |
| 2025-04-24 | Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung | Matthias Krüger | -0/+6 |
| 2025-04-24 | Auto merge of #140168 - joshlf:no-nfas, r=jswrenn | bors | -161/+777 |
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -37/+37 |
| 2025-04-24 | Separate `Analysis` and `Results`. | Nicholas Nethercote | -172/+187 |
| 2025-04-24 | Pass `Analysis` to `visit_*` instead of `Results`. | Nicholas Nethercote | -56/+50 |
| 2025-04-24 | Refactor `StableMir` to avoid some clones. | Nicholas Nethercote | -8/+7 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -4/+3 |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -13/+18 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -97/+22 |
| 2025-04-24 | fix for issue 135412 | Kivooeo | -6/+19 |
| 2025-04-23 | Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr | bors | -99/+431 |
| 2025-04-23 | Extend HIR to track the source and syntax of a lifetime | Jake Goulding | -112/+226 |
| 2025-04-23 | transmutability: Mark edges by ranges, not values | Joshua Liebow-Feeser | -161/+777 |
| 2025-04-23 | Remove hack | Michael Goulet | -14/+0 |
| 2025-04-23 | Use the new solver in the impossible_predicates | Michael Goulet | -9/+5 |
| 2025-04-23 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -344/+316 |
| 2025-04-23 | More | Michael Goulet | -133/+184 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -40/+40 |
| 2025-04-23 | Use `clone` to clone `DelimArgs` in two places. | Nicholas Nethercote | -7/+3 |
| 2025-04-23 | Derive `HashStable` for `DelimArgs`. | Nicholas Nethercote | -13/+1 |
| 2025-04-23 | fix ICE in attribute name printing | Folkert de Vries | -2/+6 |
| 2025-04-23 | Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ... | Gabriel Bjørnager Jensen | -0/+25 |
| 2025-04-23 | Make `SmirInterface` pub(crate) and rename `Context` to `SmirContext` | Makai | -102/+114 |
| 2025-04-23 | Module docs | Boxy | -0/+5 |
| 2025-04-23 | Rename `compute_x` methods | Boxy | -31/+43 |
| 2025-04-23 | Remove `synstructure::Structure::underscore_const` calls. | Nicholas Nethercote | -24/+4 |
| 2025-04-23 | Rollup merge of #140175 - Kivooeo:new-fix-one, r=compiler-errors | Chris Denton | -2/+10 |
| 2025-04-23 | Rollup merge of #140160 - oli-obk:lang-items, r=jieyouxu | Chris Denton | -219/+193 |