| Age | Commit message (Expand) | Author | Lines |
| 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 | -91/+85 |
| 2025-03-13 | Rollup merge of #138406 - ehuss:update-mdbook, r=jieyouxu | Matthias Krüger | -3/+12 |
| 2025-03-13 | Rollup merge of #138399 - Bryanskiy:delegation-extern-fn, r=petrochenkov | Matthias Krüger | -13/+87 |
| 2025-03-13 | Rollup merge of #138126 - compiler-errors:rtn-for-sugg, r=oli-obk | Matthias Krüger | -30/+152 |
| 2025-03-13 | Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr | bors | -128/+269 |
| 2025-03-13 | Delegation: allow foreign fns `reuse` | Bryanskiy | -13/+87 |
| 2025-03-13 | Rollup merge of #138404 - bjorn3:sysroot_handling_cleanup, r=petrochenkov,jie... | Matthias Krüger | -52/+43 |
| 2025-03-13 | Rollup merge of #138371 - cuviper:stable-asm-test, r=jieyouxu | Matthias Krüger | -1/+10 |
| 2025-03-13 | Rollup merge of #138356 - betrusted-io:bump-libc-0.2.171, r=jhpratt | Matthias Krüger | -3/+3 |
| 2025-03-13 | Rollup merge of #138343 - tgross35:f16-powf, r=joboet | Matthias Krüger | -43/+41 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -20/+96 |
| 2025-03-13 | Rollup merge of #137816 - folkertdev:naked-asm-xcoff, r=Noratrieb | Matthias Krüger | -9/+76 |
| 2025-03-13 | Auto merge of #138448 - matthiaskrgr:rollup-3onhkse, r=matthiaskrgr | bors | -406/+560 |
| 2025-03-13 | Rollup merge of #138370 - cuviper:try_oom_error, r=jhpratt | Matthias Krüger | -6/+10 |
| 2025-03-13 | Rollup merge of #138346 - folkertdev:naked-asm-windows-endef, r=ChrisDenton | Matthias Krüger | -25/+49 |
| 2025-03-13 | Rollup merge of #138273 - petrochenkov:nonatroot, r=bjorn3 | Matthias Krüger | -47/+46 |
| 2025-03-13 | Rollup merge of #138162 - ehuss:library-2024, r=cuviper | Matthias Krüger | -31/+44 |
| 2025-03-13 | Rollup merge of #137355 - thaliaarchi:io-optional-methods/sgx, r=ChrisDenton | Matthias Krüger | -19/+97 |
| 2025-03-13 | Rollup merge of #136842 - randomPoison:trusty-libstd-v3, r=ChrisDenton | Matthias Krüger | -15/+181 |
| 2025-03-13 | Rollup merge of #133981 - aDotInTheVoid:document-docs-ids, r=fmease | Matthias Krüger | -74/+126 |
| 2025-03-13 | Rollup merge of #126856 - onur-ozkan:remove-rls, r=clubby789 | Matthias Krüger | -189/+7 |
| 2025-03-13 | Auto merge of #138249 - compiler-errors:auto-self, r=lcnr | bors | -43/+4 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -1448/+1488 |
| 2025-03-12 | Auto merge of #138076 - tmiasko:pred-count, r=matthewjasper | bors | -3/+6 |
| 2025-03-12 | rustdoc-json: Clean up & Document id handling | Alona Enraght-Moony | -44/+85 |
| 2025-03-12 | rustdoc-json: Extract Id handling into its own module | Alona Enraght-Moony | -74/+85 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -30/+152 |
| 2025-03-12 | Adapt to LLVM dropping CfiFunctionIndex::begin()/end() | Hans Wennborg | -0/+9 |
| 2025-03-12 | minor interpret cleanups | Ralf Jung | -91/+85 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -815/+836 |
| 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/+52 |
| 2025-03-12 | Rollup merge of #138403 - Bryanskiy:delegation-ice-2, r=petrochenkov | Manish Goregaokar | -0/+35 |
| 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 | -806/+697 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -95/+39 |
| 2025-03-12 | Rollup merge of #138318 - lolbinarycat:rustdoc-js-less-expect-error-part2, r=... | Manish Goregaokar | -37/+52 |
| 2025-03-12 | Rollup merge of #138280 - folkertdev:mir-dump-asm-const, r=compiler-errors | Manish Goregaokar | -1/+22 |
| 2025-03-12 | Rollup merge of #138259 - compiler-errors:disentangle-ribs, r=BoxyUwU | Manish Goregaokar | -114/+196 |
| 2025-03-12 | Rollup merge of #138175 - sam-mccall:binobj, r=nnethercote | Manish Goregaokar | -1/+33 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -441/+390 |
| 2025-03-12 | Rollup merge of #134076 - GrigorenkoPV:InvalidFilename, r=joboet | Manish Goregaokar | -2/+2 |
| 2025-03-12 | Rollup merge of #138390 - onur-ozkan:fix-invalid-tracing-log, r=jieyouxu | Matthias Krüger | -5/+1 |
| 2025-03-12 | Rollup merge of #138387 - RalfJung:intrinsic-arg-names, r=oli-obk | Matthias Krüger | -369/+362 |
| 2025-03-12 | Rollup merge of #138345 - oli-obk:autodiff-cleanup, r=compiler-errors | Matthias Krüger | -11/+5 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -95/+39 |
| 2025-03-12 | Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboet | Matthias Krüger | -64/+35 |
| 2025-03-12 | Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmease | Matthias Krüger | -66/+109 |
| 2025-03-12 | Rollup merge of #137314 - lcnr:cycles-with-unknown-kind, r=compiler-errors | Matthias Krüger | -205/+285 |