| Age | Commit message (Expand) | Author | Lines |
| 2025-04-16 | Allow disabling `--llvm-shared` in opt-dist | Jakub Beránek | -1/+1 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -993/+2498 |
| 2025-04-15 | Rollup merge of #139836 - glyn:test-mpmc-receiver-cloning, r=jhpratt | Stuart Cook | -0/+30 |
| 2025-04-15 | Rollup merge of #139833 - nnethercote:fix-139633, r=oli-obk | Stuart Cook | -4/+59 |
| 2025-04-15 | Rollup merge of #139822 - 0x79de:fix-eopnotsupp-mapping, r=dtolnay | Stuart Cook | -0/+1 |
| 2025-04-15 | Rollup merge of #139798 - lcnr:where-bounds-gt-alias-bound, r=compiler-errors | Stuart Cook | -21/+59 |
| 2025-04-15 | Rollup merge of #139791 - lcnr:ignore-global-where-bounds, r=compiler-errors | Stuart Cook | -6/+93 |
| 2025-04-15 | Rollup merge of #139789 - lcnr:opaques-auto-trait-leakage, r=compiler-errors | Stuart Cook | -7/+285 |
| 2025-04-15 | Rollup merge of #139785 - fneddy:fix_test_cstring_merging_alignment, r=Mark-S... | Stuart Cook | -1/+1 |
| 2025-04-15 | Rollup merge of #139772 - nnethercote:rm-hir-Map, r=Zalathar | Stuart Cook | -65/+36 |
| 2025-04-15 | Rollup merge of #139750 - no1wudi:fix, r=tgross35 | Stuart Cook | -6/+11 |
| 2025-04-15 | Rollup merge of #139671 - m-ou-se:proc-macro-span, r=dtolnay | Stuart Cook | -165/+76 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -546/+609 |
| 2025-04-15 | Rollup merge of #139660 - Zalathar:new-executor, r=jieyouxu | Stuart Cook | -117/+574 |
| 2025-04-15 | Rollup merge of #139554 - lolbinarycat:std-output-exit_ok, r=tgross35 | Stuart Cook | -0/+34 |
| 2025-04-15 | Rollup merge of #139517 - Ayush1325:uefi-cmd-stdin-null, r=joboet | Stuart Cook | -7/+120 |
| 2025-04-15 | Rollup merge of #138393 - oli-obk:pattern-type-in-pattern, r=BoxyUwU | Stuart Cook | -9/+233 |
| 2025-04-15 | Rollup merge of #138380 - cuviper:ci-llvm-20, r=Kobzol | Stuart Cook | -0/+94 |
| 2025-04-15 | Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er... | Stuart Cook | -39/+183 |
| 2025-04-15 | Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgr | bors | -173/+353 |
| 2025-04-15 | compiletest: Add an experimental new executor to replace libtest | Zalathar | -12/+452 |
| 2025-04-15 | compiletest: Extract libtest-specific executor code to a submodule | Zalathar | -103/+113 |
| 2025-04-15 | Use a constant for unstable features needed by compiletest | Zalathar | -7/+14 |
| 2025-04-15 | Basic tests of MPMC receiver cloning | Glyn Normington | -0/+30 |
| 2025-04-15 | Fix HIR pretty-printing of fns with just a variadic arg. | Nicholas Nethercote | -5/+7 |
| 2025-04-15 | Pretty-print `PatKind::Missing` as `_`. | Nicholas Nethercote | -3/+56 |
| 2025-04-14 | std: add Output::exit_ok | binarycat | -0/+34 |
| 2025-04-14 | ci: add runners for vanilla LLVM 20 | Josh Stone | -0/+94 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -231/+276 |
| 2025-04-15 | Move two methods from `AssocKind` to `AssocItem`. | Nicholas Nethercote | -29/+26 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -91/+103 |
| 2025-04-14 | Rollup merge of #139813 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -18/+46 |
| 2025-04-14 | Rollup merge of #139811 - yotamofek:pr/newtype_cleanups, r=oli-obk | Matthias Krüger | -87/+61 |
| 2025-04-14 | Rollup merge of #139799 - clubby789:print=file, r=jieyouxu | Matthias Krüger | -17/+16 |
| 2025-04-14 | Rollup merge of #139797 - folkertdev:naked-allow-unsafe, r=tgross35 | Matthias Krüger | -28/+34 |
| 2025-04-14 | Rollup merge of #139783 - jieyouxu:ignore-dir, r=Zalathar | Matthias Krüger | -2/+0 |
| 2025-04-14 | Rollup merge of #139778 - reddevilmidzy:add-success-test, r=lcnr | Matthias Krüger | -0/+30 |
| 2025-04-14 | Rollup merge of #139757 - ognevny:opt-dist-hostllvm, r=Kobzol | Matthias Krüger | -1/+3 |
| 2025-04-14 | Rollup merge of #139745 - thaliaarchi:iter-unused-clone-copy, r=joboet | Matthias Krüger | -20/+163 |
| 2025-04-14 | Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obk | bors | -31/+70 |
| 2025-04-14 | Allow (but don't require) `#[unsafe(naked)]` so that `compiler-builtins` can ... | Folkert de Vries | -28/+34 |
| 2025-04-14 | Fix: Map EOPNOTSUPP to ErrorKind::Unsupported on Unix | 0x79de | -0/+1 |
| 2025-04-14 | Auto merge of #139814 - matthiaskrgr:rollup-lxkkcz6, r=matthiaskrgr | bors | -41/+259 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -87/+61 |
| 2025-04-14 | Rollup merge of #139807 - Kobzol:post-merge-report-wording, r=marcoieni | Matthias Krüger | -11/+15 |
| 2025-04-14 | Rollup merge of #139804 - WaffleLapkin:real, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-14 | Rollup merge of #139801 - clubby789:clubby-mailmap, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-04-14 | Rollup merge of #139796 - RalfJung:usize-backtics, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-14 | Rollup merge of #139777 - compiler-errors:debuggier-proj, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-04-14 | Rollup merge of #139767 - compiler-errors:www, r=oli-obk | Matthias Krüger | -25/+19 |