| Age | Commit message (Expand) | Author | Lines |
| 2025-05-03 | Auto merge of #140464 - oli-obk:successors-mut-perf, r=petrochenkov | bors | -76/+61 |
| 2025-05-03 | Auto merge of #140608 - matthiaskrgr:rollup-twv6muy, r=matthiaskrgr | bors | -167/+316 |
| 2025-05-03 | Rollup merge of #140606 - nnethercote:hir-pp, r=dtolnay | Matthias Krüger | -95/+95 |
| 2025-05-03 | Rollup merge of #140568 - moxian:reg-140545, r=compiler-errors | Matthias Krüger | -0/+29 |
| 2025-05-03 | Rollup merge of #140564 - ebkalderon:use-present-indicative-in-std-io-pipe-do... | Matthias Krüger | -3/+3 |
| 2025-05-03 | Rollup merge of #140548 - BoxyUwU:gci_patterns_user_ty_annotation, r=compiler... | Matthias Krüger | -2/+26 |
| 2025-05-03 | Rollup merge of #140546 - LegNeato:anyhowbacktrace, r=jieyouxu | Matthias Krüger | -4/+1 |
| 2025-05-03 | Rollup merge of #140534 - erickt:llvm-21, r=cuviper | Matthias Krüger | -0/+5 |
| 2025-05-03 | Rollup merge of #140505 - petrochenkov:expquote, r=bjorn3 | Matthias Krüger | -1/+13 |
| 2025-05-03 | Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubilee | Matthias Krüger | -62/+144 |
| 2025-05-03 | Avoid an indent for labelled loops. | Nicholas Nethercote | -6/+5 |
| 2025-05-03 | Fix some hir pretty-printing over-indenting. | Nicholas Nethercote | -35/+36 |
| 2025-05-03 | Improve hir pretty-printing of attributes. | Nicholas Nethercote | -21/+49 |
| 2025-05-03 | Auto merge of #140442 - osiewicz:collector-walk-less-fine-grained-locking, r=... | bors | -27/+38 |
| 2025-05-03 | Enable `BoxMarker` drop checking. | Nicholas Nethercote | -5/+1 |
| 2025-05-03 | Fix hir pretty-printing of `global_asm!`. | Nicholas Nethercote | -4/+6 |
| 2025-05-03 | Remove opaque type printing. | Nicholas Nethercote | -9/+1 |
| 2025-05-03 | Remove fake `BoxMarker`s. | Nicholas Nethercote | -19/+1 |
| 2025-05-02 | Auto merge of #140596 - matthiaskrgr:rollup-s7tzr34, r=matthiaskrgr | bors | -309/+403 |
| 2025-05-02 | Add a regression test | moxian | -0/+29 |
| 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 | Auto merge of #140581 - Zalathar:rollup-ig2jb9v, r=Zalathar | bors | -223/+1723 |
| 2025-05-02 | linker: Quote symbol names in .def files | Vadim Petrochenkov | -1/+13 |
| 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 |
| 2025-05-02 | Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub... | Stuart Cook | -5/+25 |
| 2025-05-02 | Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiser | Stuart Cook | -0/+37 |
| 2025-05-02 | Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkov | Stuart Cook | -0/+139 |
| 2025-05-02 | Auto merge of #139883 - matthiaskrgr:crashesapr15, r=Mark-Simulacrum | bors | -0/+332 |
| 2025-05-02 | Auto merge of #140540 - flip1995:clippy-subtree-update, r=Manishearth | bors | -582/+1819 |
| 2025-05-02 | Add regression test for 133065 | reddevilmidzy | -0/+31 |
| 2025-05-02 | Add useful comments on `ExprKind::If` variants. | Nicholas Nethercote | -0/+9 |
| 2025-05-02 | Auto merge of #140565 - GuillaumeGomez:rollup-gv4ed14, r=GuillaumeGomez | bors | -422/+755 |
| 2025-05-01 | Implement error::Error for TryLockError | Christopher Berner | -1/+4 |