| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Rollup merge of #137870 - karolzwolak:lazylock-const-hashmaps-137566, r=cuviper | Jacob Pratt | -7/+19 |
| 2025-03-14 | Rollup merge of #136911 - Kobzol:ci-helper-link, r=marcoieni | Jacob Pratt | -3/+28 |
| 2025-03-14 | Rollup merge of #136892 - erickt:fuchsia-target, r=jieyouxu | Jacob Pratt | -22/+45 |
| 2025-03-14 | Rollup merge of #136230 - clarfonthey:net-memory-layout-assumptions, r=cuviper | Jacob Pratt | -11/+21 |
| 2025-03-14 | Rollup merge of #136001 - hkBst:patch-21, r=cuviper | Jacob Pratt | -49/+75 |
| 2025-03-14 | Auto merge of #138391 - scottmcm:SSA-discriminants, r=WaffleLapkin | bors | -167/+186 |
| 2025-03-13 | Auto merge of #138459 - matthiaskrgr:rollup-hddfg18, r=matthiaskrgr | bors | -717/+366 |
| 2025-03-13 | Rollup merge of #138427 - madsmtm:vxworks-llvm-target, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-03-13 | Rollup merge of #138425 - cuviper:remove-hash_raw_entry, r=jhpratt | Matthias Krüger | -564/+0 |
| 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 | -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 #137152 - saethlin:bss-const-allocs, r=wesleywiser | bors | -4/+117 |
| 2025-03-13 | Print job doc URL on job failure | Jakub Beránek | -2/+14 |
| 2025-03-13 | Output job doc URL to allow Rust Log Analyzer to access it | Jakub Beránek | -0/+5 |
| 2025-03-13 | Fill `doc_url` for Rust for Linux and Fuchsia jobs | Jakub Beránek | -0/+2 |
| 2025-03-13 | Add `doc_url` attribute to CI jobs | Jakub Beránek | -1/+7 |
| 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 | Add more comments to discriminant calculations. | Scott McMurray | -0/+9 |
| 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 | Fix RISC-V VxWorks LLVM target triples | Mads Marquart | -2/+2 |
| 2025-03-12 | rustdoc-json: Extract Id handling into its own module | Alona Enraght-Moony | -74/+85 |
| 2025-03-12 | Remove `feature = "hash_raw_entry"` | Josh Stone | -564/+0 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -30/+152 |
| 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 | -91/+85 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -815/+836 |