| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Auto merge of #138480 - jhpratt:rollup-y3b8wu5, r=jhpratt | bors | -13/+36 |
| 2025-03-14 | Rollup merge of #138461 - WaffleLapkin:indate-comment, r=ehuss | Jacob Pratt | -1/+0 |
| 2025-03-14 | Rollup merge of #138442 - dianne:deref-pat-euv-fix, r=compiler-errors | Jacob Pratt | -12/+15 |
| 2025-03-14 | Rollup merge of #138434 - compiler-errors:lint-level-pat-field, r=jieyouxu | Jacob Pratt | -0/+21 |
| 2025-03-14 | Auto merge of #138157 - scottmcm:inline-more-tiny-things, r=oli-obk | bors | -169/+351 |
| 2025-03-14 | Auto merge of #138391 - scottmcm:SSA-discriminants, r=WaffleLapkin | bors | -28/+30 |
| 2025-03-13 | Remove an outdated line from a test comment | Waffle Lapkin | -1/+0 |
| 2025-03-13 | Rollup merge of #138399 - Bryanskiy:delegation-extern-fn, r=petrochenkov | Matthias Krüger | -0/+49 |
| 2025-03-13 | Rollup merge of #138126 - compiler-errors:rtn-for-sugg, r=oli-obk | Matthias Krüger | -0/+53 |
| 2025-03-13 | Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr | bors | -4/+39 |
| 2025-03-13 | Delegation: allow foreign fns `reuse` | Bryanskiy | -0/+49 |
| 2025-03-13 | Rollup merge of #138404 - bjorn3:sysroot_handling_cleanup, r=petrochenkov,jie... | Matthias Krüger | -1/+1 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -3/+3 |
| 2025-03-13 | Rollup merge of #137816 - folkertdev:naked-asm-xcoff, r=Noratrieb | Matthias Krüger | -0/+35 |
| 2025-03-13 | Rollup merge of #138346 - folkertdev:naked-asm-windows-endef, r=ChrisDenton | Matthias Krüger | -24/+48 |
| 2025-03-13 | Rollup merge of #138162 - ehuss:library-2024, r=cuviper | Matthias Krüger | -12/+25 |
| 2025-03-13 | EUV: fix place of deref pattern's interior's scrutinee | dianne | -12/+15 |
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -169/+351 |
| 2025-03-13 | Auto merge of #138249 - compiler-errors:auto-self, r=lcnr | bors | -28/+3 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -107/+216 |
| 2025-03-13 | Visit PatField when collecting lint levels | Michael Goulet | -0/+21 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -0/+53 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -123/+91 |
| 2025-03-12 | Rollup merge of #138409 - xingxue-ibm:use-sigaction, r=compiler-errors | Manish Goregaokar | -24/+3 |
| 2025-03-12 | Rollup merge of #138407 - Bryanskiy:delegation-variadic, r=petrochenkov | Manish Goregaokar | -11/+47 |
| 2025-03-12 | Rollup merge of #138403 - Bryanskiy:delegation-ice-2, r=petrochenkov | Manish Goregaokar | -0/+34 |
| 2025-03-12 | Rollup merge of #138357 - lcnr:goodbye-TypeVerifier-rarw, r=compiler-errors | Manish Goregaokar | -8/+8 |
| 2025-03-12 | Rollup merge of #138280 - folkertdev:mir-dump-asm-const, r=compiler-errors | Manish Goregaokar | -0/+18 |
| 2025-03-12 | Rollup merge of #138259 - compiler-errors:disentangle-ribs, r=BoxyUwU | Manish Goregaokar | -64/+74 |
| 2025-03-12 | Rollup merge of #138175 - sam-mccall:binobj, r=nnethercote | Manish Goregaokar | -0/+32 |
| 2025-03-12 | Rollup merge of #137314 - lcnr:cycles-with-unknown-kind, r=compiler-errors | Matthias Krüger | -123/+91 |
| 2025-03-12 | Disentangle ForwardGenericParamBan and ConstParamTy ribs | Michael Goulet | -64/+74 |
| 2025-03-12 | Make opts.maybe_sysroot non-optional | bjorn3 | -1/+1 |
| 2025-03-12 | Use sa_sigaction instead of sa_union.__su_sigaction for AIX. | Xing Xue | -24/+3 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -42/+87 |
| 2025-03-12 | Delegation: reject C-variadics | Bryanskiy | -11/+47 |
| 2025-03-12 | Delegation: one more ICE fix for `MethodCall` generation | Bryanskiy | -0/+34 |
| 2025-03-12 | Don't `alloca` just to look at a discriminant | Scott McMurray | -28/+30 |
| 2025-03-12 | Rollup merge of #138360 - Urgau:fix-fp-expr_or_init, r=wesleywiser | Matthias Krüger | -62/+44 |
| 2025-03-12 | Rollup merge of #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwU | Matthias Krüger | -5/+93 |
| 2025-03-12 | Auto merge of #138052 - lqd:lld-linker-messages, r=jieyouxu | bors | -2/+3 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -53/+624 |
| 2025-03-11 | Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lint | Urgau | -62/+44 |
| 2025-03-11 | Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwU | Matthias Krüger | -8/+21 |
| 2025-03-11 | Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwU | Matthias Krüger | -5/+59 |
| 2025-03-11 | Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4 | Matthias Krüger | -30/+74 |
| 2025-03-11 | Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwU | Matthias Krüger | -10/+470 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -2228/+2501 |
| 2025-03-11 | Migrate alloc to Rust 2024 | Eric Huss | -20/+2 |
| 2025-03-11 | Migrate core to Rust 2024 | Eric Huss | -45/+15 |