| Age | Commit message (Expand) | Author | Lines |
| 2025-05-02 | borrowck nested items in dead code | lcnr | -0/+78 |
| 2025-05-02 | Rollup merge of #140574 - reddevilmidzy:add-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2025-05-02 | Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju... | Matthias Krüger | -1/+0 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -32/+32 |
| 2025-05-02 | Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk | Matthias Krüger | -0/+40 |
| 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/+57 |
| 2025-05-02 | check all crate-type to find staticlib | xizheyin | -2/+2 |
| 2025-05-02 | Emit warning while outputs is not exe and prints linkage info | xizheyin | -0/+19 |
| 2025-05-02 | Auto merge of #140581 - Zalathar:rollup-ig2jb9v, r=Zalathar | bors | -109/+1248 |
| 2025-05-02 | linker: Quote symbol names in .def files | Vadim Petrochenkov | -0/+10 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -40/+117 |
| 2025-05-02 | Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=Amanieu | Stuart Cook | -0/+10 |
| 2025-05-02 | Rollup merge of #140430 - nnethercote:hir-exhaustive, r=dtolnay | Stuart Cook | -104/+1014 |
| 2025-05-02 | Rollup merge of #139046 - nnethercote:hir-Lifetime-better, r=lcnr | Stuart Cook | -4/+62 |
| 2025-05-02 | Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub... | Stuart Cook | -1/+21 |
| 2025-05-02 | Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiser | Stuart Cook | -0/+18 |
| 2025-05-02 | Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkov | Stuart Cook | -0/+123 |
| 2025-05-02 | add more revisions to cover more architectures | Ralf Jung | -21/+88 |
| 2025-05-02 | Add regression test for #140310 | Guillaume Gomez | -0/+43 |
| 2025-05-02 | Emit a warning if the doctest `main` function will not be run | Guillaume Gomez | -0/+30 |
| 2025-05-02 | give the abi-relevant target feature tests better names | Ralf Jung | -1/+6 |
| 2025-05-02 | forbidden target feature tests: consolidate multiple tests in a single one wi... | Ralf Jung | -33/+11 |
| 2025-05-02 | Auto merge of #139883 - matthiaskrgr:crashesapr15, r=Mark-Simulacrum | bors | -0/+332 |
| 2025-05-02 | Remove fragile equal-pointers-unequal tests. | Mara Bos | -201/+0 |
| 2025-05-02 | Add regression test for 133065 | reddevilmidzy | -0/+31 |
| 2025-05-02 | Improve coverage of HIR pretty printing. | Nicholas Nethercote | -104/+1014 |
| 2025-05-02 | Handle `Path<>` better in error messages. | Nicholas Nethercote | -10/+8 |
| 2025-05-02 | Augment `impl-trait-missing-lifetime-gated.rs`. | Nicholas Nethercote | -5/+65 |
| 2025-05-01 | Rollup merge of #140552 - folkertdev:naked-function-rustc_std_internal_symbol... | Guillaume Gomez | -1/+7 |
| 2025-05-01 | Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-dead | Guillaume Gomez | -6/+6 |
| 2025-05-01 | Rollup merge of #140460 - heiher:issue-140455, r=Urgau | Guillaume Gomez | -18/+16 |
| 2025-05-01 | Rollup merge of #140420 - fmease:rustdoc-fix-doctest-heur, r=GuillaumeGomez | Guillaume Gomez | -51/+154 |
| 2025-05-01 | Crashes tests | Boxy | -23/+11 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -10/+5 |
| 2025-05-01 | crashes: more tests | Matthias Krüger | -0/+332 |
| 2025-05-01 | allow `#[rustc_std_internal_symbol]` in combination with `#[naked]` | Folkert de Vries | -1/+7 |
| 2025-05-01 | Stabilize `select_unpredictable` | Amanieu d'Antras | -1/+0 |
| 2025-05-01 | User type annotations for free consts in pattern position | Boxy | -0/+25 |
| 2025-05-01 | Bless pretty tests. | Mara Bos | -1/+1 |
| 2025-05-01 | Bless mir opt tests. | Mara Bos | -1/+1 |
| 2025-05-01 | rustdoc: Fix doctest heuristic for main fn wrapping | León Orell Valerian Liehr | -51/+154 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -4/+4 |
| 2025-05-01 | rustc_target: RISC-V "Zfinx" is incompatible with {ILP32,LP64}[FD] ABIs | Tsukasa OI | -1/+21 |
| 2025-05-01 | Remove redundant min-llvm-version annotations for LoongArch tests | WANG Rui | -18/+16 |
| 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-04-30 | Rollup merge of #140481 - dpaoliello:reqasan, r=wesleywiser | Matthias Krüger | -0/+2 |
| 2025-04-30 | Rollup merge of #140476 - mejrs:test3, r=jieyouxu | Matthias Krüger | -61/+0 |
| 2025-04-30 | Rollup merge of #140467 - BoxyUwU:no_fcw_assoc_consts, r=lcnr | Matthias Krüger | -0/+23 |