| Age | Commit message (Expand) | Author | Lines |
| 2025-05-03 | Rollup merge of #138712 - petrochenkov:impasst, r=fmease | Matthias Krüger | -73/+51 |
| 2025-05-03 | Rollup merge of #140606 - nnethercote:hir-pp, r=dtolnay | Matthias Krüger | -42/+16 |
| 2025-05-03 | Rollup merge of #140548 - BoxyUwU:gci_patterns_user_ty_annotation, r=compiler... | Matthias Krüger | -2/+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/+3 |
| 2025-05-03 | Avoid an indent for labelled loops. | Nicholas Nethercote | -4/+4 |
| 2025-05-03 | Fix some hir pretty-printing over-indenting. | Nicholas Nethercote | -4/+6 |
| 2025-05-03 | Improve hir pretty-printing of attributes. | Nicholas Nethercote | -0/+1 |
| 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 | -3/+4 |
| 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 | -104/+129 |
| 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 #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -75/+64 |
| 2025-05-02 | Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk | Matthias Krüger | -20/+22 |
| 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 | linker: Quote symbol names in .def files | Vadim Petrochenkov | -1/+3 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -73/+51 |
| 2025-05-02 | Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=Amanieu | Stuart Cook | -1/+11 |
| 2025-05-02 | Rollup merge of #140389 - sayantn:avx512fp16, r=Amanieu | Stuart Cook | -1/+1 |
| 2025-05-02 | Rollup merge of #139046 - nnethercote:hir-Lifetime-better, r=lcnr | Stuart Cook | -27/+42 |
| 2025-05-02 | Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub... | Stuart Cook | -4/+4 |
| 2025-05-02 | Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiser | Stuart Cook | -0/+19 |
| 2025-05-02 | Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkov | Stuart Cook | -0/+16 |
| 2025-05-02 | Add useful comments on `ExprKind::If` variants. | Nicholas Nethercote | -0/+9 |
| 2025-05-02 | Handle `Path<>` better in error messages. | Nicholas Nethercote | -27/+42 |
| 2025-05-01 | Rollup merge of #140552 - folkertdev:naked-function-rustc_std_internal_symbol... | Guillaume Gomez | -0/+1 |
| 2025-05-01 | Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-dead | Guillaume Gomez | -2/+2 |
| 2025-05-01 | Rollup merge of #140460 - heiher:issue-140455, r=Urgau | Guillaume Gomez | -0/+9 |
| 2025-05-01 | Rollup merge of #138703 - pudongair:master, r=workingjubilee | Guillaume Gomez | -1/+1 |
| 2025-05-01 | PassWrapper: adapt for llvm/llvm-project@f137c3d592e96330e450a8fd63ef7e8877fc... | Erick Tryzelaar | -0/+5 |
| 2025-05-01 | Auto merge of #139965 - amandasystems:marginally-improved-scc-annotations, r=... | bors | -171/+239 |
| 2025-05-01 | allow `#[rustc_std_internal_symbol]` in combination with `#[naked]` | Folkert de Vries | -0/+1 |
| 2025-05-01 | User type annotations for free consts in pattern position | Boxy | -2/+1 |
| 2025-05-01 | Auto merge of #138522 - osiewicz:shared-generics-respect-visibility, r=bjorn3 | bors | -12/+59 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -2/+2 |
| 2025-05-01 | rustc_target: RISC-V "Zfinx" is incompatible with {ILP32,LP64}[FD] ABIs | Tsukasa OI | -4/+4 |
| 2025-05-01 | Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLii | bors | -29/+156 |
| 2025-05-01 | rustc_target: RISC-V: Add BF16 extensions | Tsukasa OI | -0/+3 |
| 2025-05-01 | rustc_target: RISC-V: Add atomics/memory-related extensions | Tsukasa OI | -0/+7 |
| 2025-05-01 | rustc_target: Adjust RISC-V feature implication (Za64rs and Za128rs) | Tsukasa OI | -1/+1 |
| 2025-05-01 | Remove `avx512dq` and `avx512vl` implication for `avx512fp16` | Sayantan Chakraborty | -1/+1 |
| 2025-04-30 | Auto merge of #121909 - Zoxc:drop-ast-task, r=petrochenkov | bors | -3/+26 |
| 2025-04-30 | Rollup merge of #140494 - ehuss:document-restrictions, r=traviscross,SparrowLii | Matthias Krüger | -0/+49 |
| 2025-04-30 | Rollup merge of #140468 - BoxyUwU:normalization_confusings2, r=lcnr | Matthias Krüger | -52/+56 |
| 2025-04-30 | Rollup merge of #140467 - BoxyUwU:no_fcw_assoc_consts, r=lcnr | Matthias Krüger | -9/+10 |