| Age | Commit message (Expand) | Author | Lines |
| 2025-09-21 | add an API in ConfigBuilder to point to config file for toml parsing | bit-aloo | -0/+8 |
| 2025-09-21 | walk up the ancestors | bit-aloo | -6/+7 |
| 2025-09-21 | make cargo test work for bootstrap self test | bit-aloo | -73/+17 |
| 2025-09-21 | Changes to uitests for macro_export port | Jonathan Brouwer | -277/+417 |
| 2025-09-21 | Port #[macro_export] to the new attribute parsing infrastructure | Jonathan Brouwer | -93/+177 |
| 2025-09-21 | Auto merge of #146592 - Kobzol:tidy-diag, r=jieyouxu | bors | -580/+781 |
| 2025-09-21 | Implement output of colored messages with optional check context | Jakub Beránek | -55/+152 |
| 2025-09-21 | Migrate the remaining tidy checks to diagnostics | Jakub Beránek | -572/+560 |
| 2025-09-21 | Add `CheckId`, migrate the `alphabetical` check to diagnostics | Jakub Beránek | -45/+63 |
| 2025-09-21 | Add diagnostics context and migrate the `style` check to it | Jakub Beránek | -89/+187 |
| 2025-09-21 | btree InternalNode::new safety comments | Marijn Schouten | -2/+3 |
| 2025-09-21 | Add self-profile events for target-machine creation | Zalathar | -0/+10 |
| 2025-09-21 | Auto merge of #146779 - GuillaumeGomez:gcc-ignore-test_ui_abi, r=Kobzol,jieyouxu | bors | -0/+14 |
| 2025-09-21 | Merge pull request #20714 from A4-Tacks/rm-dbg-trailing-comma | Shoyu Vanilla (Flint) | -1/+16 |
| 2025-09-21 | Support ctr and lr as clobber-only registers in PowerPC inline assembly | Taiki Endo | -189/+572 |
| 2025-09-21 | Auto merge of #146830 - Zalathar:rollup-lj8jfok, r=Zalathar | bors | -111/+164 |
| 2025-09-21 | Rollup merge of #146822 - saethlin:bbbbbstd, r=Noratrieb | Stuart Cook | -1/+1 |
| 2025-09-21 | Rollup merge of #146820 - cammeresi:alloc-20250919, r=tgross35 | Stuart Cook | -2/+11 |
| 2025-09-21 | Rollup merge of #146793 - folkertdev:naked-asm-func-end, r=Amanieu | Stuart Cook | -0/+7 |
| 2025-09-21 | Rollup merge of #146744 - beepster4096:derefs_in_ref_prop, r=cjgillot | Stuart Cook | -20/+13 |
| 2025-09-21 | Rollup merge of #146551 - folkertdev:cmse-entry-c-variadic, r=workingjubilee | Stuart Cook | -26/+105 |
| 2025-09-21 | Rollup merge of #145664 - Darksonn:stab-file-with-nul, r=Mark-Simulacrum | Stuart Cook | -2/+2 |
| 2025-09-21 | Rollup merge of #144091 - thaliaarchi:stabilize-new-zeroed, r=Mark-Simulacrum | Stuart Cook | -44/+9 |
| 2025-09-21 | Rollup merge of #140983 - tkr-sh:master, r=ibraheemdev | Stuart Cook | -16/+16 |
| 2025-09-21 | fix a crash in rustdoc merge finalize without input file | Iris Shi | -2/+4 |
| 2025-09-21 | Consider errors in MIR as impossible predicates. | Camille Gillot | -61/+201 |
| 2025-09-21 | Fix not applicable on trailing comma for remove_dbg | A4-Tacks | -1/+16 |
| 2025-09-21 | Update list of good combinations (inc. beta + nightly) | Igor S. Gerasimov | -2/+5 |
| 2025-09-20 | Fix old typo in lang_start_internal comment | Ben Kimock | -1/+1 |
| 2025-09-20 | Auto merge of #146812 - matthiaskrgr:rollup-aiap18m, r=matthiaskrgr | bors | -168/+316 |
| 2025-09-20 | [GCC backend] Ignore failing ui abi tests | Guillaume Gomez | -0/+14 |
| 2025-09-20 | Rollup merge of #146800 - thaliaarchi:fix-move-pal-thread, r=joboet | Matthias Krüger | -8/+3 |
| 2025-09-20 | Rollup merge of #146774 - Kobzol:bootstrap-relative-path, r=jieyouxu | Matthias Krüger | -5/+17 |
| 2025-09-20 | Rollup merge of #146770 - hkBst:clippy-fix-10, r=fmease | Matthias Krüger | -36/+32 |
| 2025-09-20 | Rollup merge of #146762 - madsmtm:test-apple-sim, r=jieyouxu | Matthias Krüger | -77/+245 |
| 2025-09-20 | Rollup merge of #144592 - fee1-dead-contrib:target_spec, r=Noratrieb | Matthias Krüger | -42/+19 |
| 2025-09-20 | allow take union field addresses in safe rust | Kivooeo | -1/+60 |
| 2025-09-20 | Make term_patch_map sparse. | Camille Gillot | -14/+18 |
| 2025-09-20 | Merge pull request #20706 from A4-Tacks/stdx-replace-inplace | Shoyu Vanilla (Flint) | -3/+41 |
| 2025-09-20 | Add some test for stdx::replace | A4-Tacks | -0/+30 |
| 2025-09-20 | Merge pull request #20661 from A4-Tacks/suggest-if-body | Shoyu Vanilla (Flint) | -8/+82 |
| 2025-09-20 | Merge pull request #4598 from rust-lang/rustup-2025-09-20 | Ralf Jung | -17764/+15841 |
| 2025-09-20 | Fix to implements in-place stdx::replace | A4-Tacks | -3/+11 |
| 2025-09-20 | Fix IfExpr then branch suggest | A4-Tacks | -8/+82 |
| 2025-09-20 | Merge pull request #20710 from A4-Tacks/unused-var-shorthand | Shoyu Vanilla (Flint) | -11/+57 |
| 2025-09-20 | Merge pull request #20709 from A4-Tacks/destruct-panic-on-not-add-deref-and-p... | Shoyu Vanilla (Flint) | -2/+48 |
| 2025-09-20 | Merge pull request #20686 from A4-Tacks/gen-default-not-apply-selected | Shoyu Vanilla (Flint) | -0/+46 |
| 2025-09-20 | Merge pull request #20689 from ShoyuVanilla/accurate-flycheck | David Barsky | -43/+213 |
| 2025-09-20 | Fix selected multi variants applicable generate_default_from_enum_variant | A4-Tacks | -0/+46 |
| 2025-09-20 | Merge pull request #20688 from A4-Tacks/fix-applicable-after-l-curly-replace-... | Shoyu Vanilla (Flint) | -0/+18 |