| Age | Commit message (Expand) | Author | Lines |
| 2025-05-02 | Merge pull request #19732 from ShoyuVanilla/issue-19730 | Lukas Wirth | -1/+27 |
| 2025-05-02 | Refactor rustc_on_unimplemented's filter parser | mejrs | -165/+448 |
| 2025-05-02 | Add a regression test | moxian | -0/+29 |
| 2025-05-02 | borrowck nested items in dead code | lcnr | -64/+135 |
| 2025-05-02 | zkvm: remove schmerik from maintainers list | Erik Kaneda | -1/+0 |
| 2025-05-03 | fix: Implement mut to const ptr cast for method resolution | Shoyu Vanilla | -13/+82 |
| 2025-05-02 | Construct test so that it would fail for old code | Xinglu Chen | -5/+22 |
| 2025-05-02 | Rollup merge of #140574 - reddevilmidzy:add-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2025-05-02 | Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2025-05-02 | Rollup merge of #140563 - onur-ozkan:extend-dylib-paths, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2025-05-02 | Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju... | Matthias Krüger | -5/+1 |
| 2025-05-02 | Rollup merge of #140536 - zachs18:mapped-guard-filter-map, r=Amanieu | Matthias Krüger | -59/+61 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -213/+202 |
| 2025-05-02 | Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk | Matthias Krüger | -20/+62 |
| 2025-05-02 | Rollup merge of #140509 - tmiasko:merge-contiguous-ranges, r=jswrenn | Matthias Krüger | -7/+19 |
| 2025-05-02 | Rollup merge of #140485 - Jarcho:from_expansion_opt, r=petrochenkov | Matthias Krüger | -2/+15 |
| 2025-05-02 | Auto merge of #140406 - Urgau:autorefs-perf, r=nnethercote | bors | -4/+11 |
| 2025-05-02 | doc(std): fix typo lchown -> lchmod | binarycat | -1/+1 |
| 2025-05-02 | fix: `manual_slice_fill` FP on `IndexMut` overload (#14719) | Manish Goregaokar | -1/+84 |
| 2025-05-02 | Correctly handle interior mutable data in `Box` | Xinglu Chen | -1/+26 |
| 2025-05-02 | remove an unused codepath | Jana Dönszelmann | -6/+1 |
| 2025-05-02 | collateral damage in derive tests, improves errors by not refering to impleme... | Jana Dönszelmann | -43/+48 |
| 2025-05-02 | Test that names of variables in external macros are not shown on a borrow error | Jana Dönszelmann | -0/+65 |
| 2025-05-02 | Fix `new_lint` clippy command (#14642) | Jason Newcomb | -1/+1 |
| 2025-05-02 | Update compiler/rustc_codegen_ssa/src/back/link.rs | xizheyin | -2/+2 |
| 2025-05-02 | Merge pull request #19731 from Veykril/push-mmvowomkpwxy | Lukas Wirth | -175/+113 |
| 2025-05-03 | fix: Correct assoc ty bound var starting index | Shoyu Vanilla | -1/+27 |
| 2025-05-02 | refactor: Simplify macro call id construction | Lukas Wirth | -175/+113 |
| 2025-05-02 | check all crate-type to find staticlib | xizheyin | -8/+8 |
| 2025-05-02 | Update compiler/rustc_codegen_ssa/src/back/link.rs | xizheyin | -1/+1 |
| 2025-05-02 | Emit warning while outputs is not exe and prints linkage info | xizheyin | -0/+38 |
| 2025-05-02 | Auto merge of #140581 - Zalathar:rollup-ig2jb9v, r=Zalathar | bors | -223/+1723 |
| 2025-05-02 | Move `DisambiguatorState` into `intern_const_alloc_recursive` | John Kåre Alsaker | -20/+31 |
| 2025-05-02 | linker: Quote symbol names in .def files | Vadim Petrochenkov | -1/+13 |
| 2025-05-02 | Merge pull request #4291 from Patrick-6/miri-genmc-prep | Ralf Jung | -307/+1254 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -113/+168 |
| 2025-05-02 | Implement skeleton code for adding GenMC support to Miri (not yet functional). | Patrick-6 | -307/+1254 |
| 2025-05-02 | Merge pull request #19581 from Veykril/push-uvyutolsqnun | Lukas Wirth | -149/+201 |
| 2025-05-02 | Render more lifetimes | Lukas Wirth | -149/+201 |
| 2025-05-02 | Update sysinfo to `0.35.0` in `src/tools/opt-dist` | Guillaume Gomez | -68/+35 |
| 2025-05-02 | Update sysinfo version to `0.35.0` | Guillaume Gomez | -16/+131 |
| 2025-05-02 | Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=Amanieu | Stuart Cook | -1/+21 |
| 2025-05-02 | Rollup merge of #140430 - nnethercote:hir-exhaustive, r=dtolnay | Stuart Cook | -104/+1014 |
| 2025-05-02 | Rollup merge of #140389 - sayantn:avx512fp16, r=Amanieu | Stuart Cook | -5/+2 |
| 2025-05-02 | Rollup merge of #140197 - ktnlvr:master, r=workingjubilee | Stuart Cook | -1/+28 |
| 2025-05-02 | Rollup merge of #140159 - thaliaarchi:pathbuf-extension, r=workingjubilee | Stuart Cook | -31/+65 |
| 2025-05-02 | Rollup merge of #139847 - thaliaarchi:args/delegate-iter, r=workingjubilee | Stuart Cook | -21/+207 |
| 2025-05-02 | Rollup merge of #139608 - Lynnesbian:improve-async-block-docs, r=ibraheemdev | Stuart Cook | -0/+60 |
| 2025-05-02 | Rollup merge of #139206 - joboet:unique_thread_errno, r=ibraheemdev | Stuart Cook | -24/+21 |
| 2025-05-02 | Rollup merge of #139046 - nnethercote:hir-Lifetime-better, r=lcnr | Stuart Cook | -31/+104 |