| Age | Commit message (Expand) | Author | Lines |
| 2025-09-26 | Rollup merge of #146704 - jdonszelmann:port-debug-visualizer, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2025-09-23 | Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiser | Matthias Krüger | -6/+5 |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -5/+5 |
| 2025-09-22 | Rollup merge of #146795 - alexcrichton:wasm-limit-rdylib-exports, r=bjorn3 | Guillaume Gomez | -0/+5 |
| 2025-09-21 | port `#[debugger_visualizer]` to the new attribute system | Jana Dönszelmann | -2/+2 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -5/+5 |
| 2025-09-21 | Rollup merge of #146793 - folkertdev:naked-asm-func-end, r=Amanieu | Stuart Cook | -0/+6 |
| 2025-09-19 | Enable `limit_rdylib_exports` on wasm targets | Alex Crichton | -0/+5 |
| 2025-09-19 | naked_asm: emit a label starting with `func_end` | Folkert de Vries | -0/+6 |
| 2025-09-19 | [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows | Daniel Paoliello | -6/+5 |
| 2025-09-19 | Rollup merge of #146229 - Hayden602:issue-142796-fix, r=ZuseZ4 | Stuart Cook | -4/+0 |
| 2025-09-18 | Set lto="fat" automatically when compiling with RUSTFLAGS="-Zautodiff=Enable". | Haidong Zhang | -4/+0 |
| 2025-09-18 | Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann | Stuart Cook | -6/+4 |
| 2025-09-17 | Rollup merge of #146564 - cjgillot:mir-nolen, r=scottmcm | Stuart Cook | -24/+1 |
| 2025-09-17 | Rollup merge of #145660 - jbatez:darwin_objc, r=jdonszelmann,madsmtm,tmandry | Stuart Cook | -0/+6 |
| 2025-09-17 | Remove `DynKind` | León Orell Valerian Liehr | -6/+4 |
| 2025-09-16 | Remove Rvalue::Len. | Camille Gillot | -24/+1 |
| 2025-09-16 | Update the FIXME comments in the generic three_way_compare | Josh Stone | -8/+11 |
| 2025-09-16 | Update the minimum external LLVM to 20 | Josh Stone | -36/+32 |
| 2025-09-16 | Rollup merge of #146402 - RalfJung:aggregate-init, r=saethlin | Stuart Cook | -1/+10 |
| 2025-09-13 | initial implementation of the darwin_objc unstable feature | Jo Bates | -0/+6 |
| 2025-09-13 | Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkov | bors | -12/+4 |
| 2025-09-12 | Introduce trait_item_of | Cameron Steffen | -12/+4 |
| 2025-09-12 | Add --print target-spec-json-schema | Noratrieb | -1/+1 |
| 2025-09-12 | Rollup merge of #144549 - folkertdev:va-arg-arm, r=saethlin | Stuart Cook | -1/+5 |
| 2025-09-10 | clarify current MIR semantics re: overlapping assignment | Ralf Jung | -1/+10 |
| 2025-09-07 | Rollup merge of #146209 - bjorn3:lto_refactors5, r=dianqk | Matthias Krüger | -33/+22 |
| 2025-09-07 | Rollup merge of #146254 - yotamofek:pr/itertools-all-equal-value, r=cjgillot | Matthias Krüger | -15/+12 |
| 2025-09-06 | Move timers into execute_*_work_item | bjorn3 | -27/+20 |
| 2025-09-06 | Remove want_summary argument from prepare_thin | bjorn3 | -5/+2 |
| 2025-09-06 | Remove thin_link_data method from ThinBufferMethods | bjorn3 | -1/+0 |
| 2025-09-06 | Ensure fat LTO doesn't merge everything into the allocator module | bjorn3 | -1/+4 |
| 2025-09-06 | Make the allocator shim participate in LTO again | bjorn3 | -26/+39 |
| 2025-09-05 | Use `Itertools::all_equal_value()` where applicable | Yotam Ofek | -15/+12 |
| 2025-09-05 | remove couple of clones | Matthias Krüger | -1/+1 |
| 2025-09-04 | Special case allocator module submission to avoid special casing it elsewhere | bjorn3 | -120/+70 |
| 2025-09-04 | Ensure the allocator shim never participates in LTO | bjorn3 | -18/+13 |
| 2025-09-04 | Export __rdl_* symbols to the allocator shim when doing LTO | bjorn3 | -0/+14 |
| 2025-09-04 | Rollup merge of #145962 - bjorn3:linkage_fixes, r=WaffleLapkin | Stuart Cook | -39/+82 |
| 2025-09-04 | Rollup merge of #145932 - JamieCunliffe:target-feature-inlining, r=jackh726 | Stuart Cook | -1/+8 |
| 2025-09-03 | Auto merge of #146133 - rcvalle:rust-cfi-fix-145981, r=bjorn3 | bors | -1/+12 |
| 2025-09-03 | explicitly start `va_list` lifetime | Folkert de Vries | -1/+5 |
| 2025-09-02 | Revert "Make `lto` and `linker-plugin-lto` work the same for `compiler_builti... | Ramon de C Valle | -1/+12 |
| 2025-09-02 | Auto merge of #146059 - folkertdev:va-end-lifetime, r=saethlin | bors | -0/+3 |
| 2025-08-31 | explicitly end `va_list` lifetime | Folkert de Vries | -0/+3 |
| 2025-08-29 | Move to 0.50.1 | Daniel Paoliello | -9/+11 |
| 2025-08-29 | Update to ar_archive_writer 0.5.1 | Daniel Paoliello | -2/+4 |
| 2025-08-29 | Correctly handle different crate types disagreeing if the allocator shim is e... | bjorn3 | -29/+46 |
| 2025-08-29 | Fix typo in comment | bjorn3 | -1/+1 |
| 2025-08-29 | Ensure we emit an allocator shim when only some crate types need one | bjorn3 | -9/+35 |