| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Rename `QuerySideEffects` to `QuerySideEffect` | John Kåre Alsaker | -39/+47 |
| 2025-03-14 | Represent diagnostic side effects as dep nodes | John Kåre Alsaker | -180/+138 |
| 2025-03-14 | Auto merge of #138480 - jhpratt:rollup-y3b8wu5, r=jhpratt | bors | -38/+90 |
| 2025-03-14 | Rollup merge of #138442 - dianne:deref-pat-euv-fix, r=compiler-errors | Jacob Pratt | -1/+2 |
| 2025-03-14 | Rollup merge of #138434 - compiler-errors:lint-level-pat-field, r=jieyouxu | Jacob Pratt | -0/+5 |
| 2025-03-14 | Rollup merge of #138432 - weihanglo:lld, r=lqd | Jacob Pratt | -7/+0 |
| 2025-03-14 | Rollup merge of #138398 - RalfJung:atomic-intrinsics-provenance, r=nnethercote | Jacob Pratt | -8/+38 |
| 2025-03-14 | Rollup merge of #136892 - erickt:fuchsia-target, r=jieyouxu | Jacob Pratt | -22/+45 |
| 2025-03-14 | Auto merge of #138157 - scottmcm:inline-more-tiny-things, r=oli-obk | bors | -58/+83 |
| 2025-03-14 | Auto merge of #138391 - scottmcm:SSA-discriminants, r=WaffleLapkin | bors | -139/+156 |
| 2025-03-13 | Auto merge of #138459 - matthiaskrgr:rollup-hddfg18, r=matthiaskrgr | bors | -100/+192 |
| 2025-03-13 | Rollup merge of #138427 - madsmtm:vxworks-llvm-target, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-03-13 | Rollup merge of #138423 - compiler-errors:delay-emit, r=WaffleLapkin | Matthias Krüger | -14/+19 |
| 2025-03-13 | Rollup merge of #138420 - zmodem:cfifunctionindex_fix, r=durin42 | Matthias Krüger | -0/+9 |
| 2025-03-13 | Rollup merge of #138417 - RalfJung:interpret-cleanup, r=oli-obk | Matthias Krüger | -41/+25 |
| 2025-03-13 | Rollup merge of #138399 - Bryanskiy:delegation-extern-fn, r=petrochenkov | Matthias Krüger | -13/+38 |
| 2025-03-13 | Rollup merge of #138126 - compiler-errors:rtn-for-sugg, r=oli-obk | Matthias Krüger | -30/+99 |
| 2025-03-13 | Auto merge of #137152 - saethlin:bss-const-allocs, r=wesleywiser | bors | -4/+117 |
| 2025-03-13 | Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr | bors | -61/+97 |
| 2025-03-13 | Delegation: allow foreign fns `reuse` | Bryanskiy | -13/+38 |
| 2025-03-13 | Rollup merge of #138404 - bjorn3:sysroot_handling_cleanup, r=petrochenkov,jie... | Matthias Krüger | -42/+34 |
| 2025-03-13 | Rollup merge of #138371 - cuviper:stable-asm-test, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -10/+21 |
| 2025-03-13 | Rollup merge of #137816 - folkertdev:naked-asm-xcoff, r=Noratrieb | Matthias Krüger | -9/+41 |
| 2025-03-13 | Rollup merge of #138346 - folkertdev:naked-asm-windows-endef, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2025-03-13 | Rollup merge of #138273 - petrochenkov:nonatroot, r=bjorn3 | Matthias Krüger | -47/+46 |
| 2025-03-13 | EUV: fix place of deref pattern's interior's scrutinee | dianne | -1/+2 |
| 2025-03-13 | Add more comments to discriminant calculations. | Scott McMurray | -0/+9 |
| 2025-03-13 | atomic intrinsics: clarify which types are supported and (if applicable) what... | Ralf Jung | -8/+38 |
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -58/+83 |
| 2025-03-13 | Auto merge of #138249 - compiler-errors:auto-self, r=lcnr | bors | -15/+1 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -1205/+1133 |
| 2025-03-13 | Visit PatField when collecting lint levels | Michael Goulet | -0/+5 |
| 2025-03-12 | fix: remove the check of lld not supporting @response-file | Weihang Lo | -7/+0 |
| 2025-03-12 | Auto merge of #138076 - tmiasko:pred-count, r=matthewjasper | bors | -3/+6 |
| 2025-03-12 | Fix RISC-V VxWorks LLVM target triples | Mads Marquart | -2/+2 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -30/+99 |
| 2025-03-12 | Don't emit error within cast function, propagate it as a CastError | Michael Goulet | -14/+19 |
| 2025-03-12 | Adapt to LLVM dropping CfiFunctionIndex::begin()/end() | Hans Wennborg | -0/+9 |
| 2025-03-12 | minor interpret cleanups | Ralf Jung | -41/+25 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -254/+337 |
| 2025-03-12 | Rollup merge of #138407 - Bryanskiy:delegation-variadic, r=petrochenkov | Manish Goregaokar | -0/+5 |
| 2025-03-12 | Rollup merge of #138403 - Bryanskiy:delegation-ice-2, r=petrochenkov | Manish Goregaokar | -0/+1 |
| 2025-03-12 | Rollup merge of #138394 - lcnr:yeet-variant, r=compiler-errors | Manish Goregaokar | -11/+6 |
| 2025-03-12 | Rollup merge of #138357 - lcnr:goodbye-TypeVerifier-rarw, r=compiler-errors | Manish Goregaokar | -798/+689 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -79/+15 |
| 2025-03-12 | Rollup merge of #138280 - folkertdev:mir-dump-asm-const, r=compiler-errors | Manish Goregaokar | -1/+4 |
| 2025-03-12 | Rollup merge of #138259 - compiler-errors:disentangle-ribs, r=BoxyUwU | Manish Goregaokar | -50/+122 |
| 2025-03-12 | Rollup merge of #138175 - sam-mccall:binobj, r=nnethercote | Manish Goregaokar | -1/+1 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -344/+305 |