| Age | Commit message (Expand) | Author | Lines |
| 2025-06-26 | Auto merge of #142581 - Kobzol:bootstrap-std-method, r=jieyouxu | bors | -680/+943 |
| 2025-06-26 | Parse new const trait syntax | Lukas Wirth | -9/+19 |
| 2025-06-26 | Merge pull request #20104 from Veykril/push-nqnmmlvksyty | Lukas Wirth | -55/+59 |
| 2025-06-26 | Cleanup `provideCodeActions` vscode hook | Lukas Wirth | -55/+59 |
| 2025-06-26 | make size_and_align_of_mplace work on all projectable | Ralf Jung | -4/+4 |
| 2025-06-26 | Prettify AST in `PathTransform` if it's coming from a macro | Chayim Refael Friedman | -4/+58 |
| 2025-06-26 | Port `#[export_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -1/+4 |
| 2025-06-26 | Auto merge of #141899 - Kobzol:stdarch-josh, r=Amanieu | bors | -7/+1 |
| 2025-06-26 | refactor: enhance highlighting for control flow kws in macros | roifewu | -33/+45 |
| 2025-06-26 | refactor: simplify functions related to branch_exit_points in highlight_related | roifewu | -72/+74 |
| 2025-06-26 | refactor: rename `branches` to `branch_exit_points` in highlight_related | roifewu | -11/+11 |
| 2025-06-26 | refactor: improve macro handling in navigation for control-flow kws | roifewu | -13/+47 |
| 2025-06-26 | feat: highlighting of related return values while the cursor is on any `match... | roifewu | -9/+775 |
| 2025-06-26 | Merge pull request #20101 from ShoyuVanilla/comp-time-deps-sooner | Laurențiu Nicola | -1/+1 |
| 2025-06-26 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -2221/+4274 |
| 2025-06-26 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-06-26 | Add windows-gnullvm hosts to the manifest | Mateusz Mikuła | -1/+3 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -7/+209 |
| 2025-06-25 | Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxu | Jana Dönszelmann | -0/+5 |
| 2025-06-25 | Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4 | Jana Dönszelmann | -0/+2 |
| 2025-06-26 | minor: Decrease minimal toolchain version for `comp-time-deps` by `0.1` | Shoyu Vanilla | -1/+1 |
| 2025-06-25 | Unify formatting of progress messages | Vincent Esche | -7/+6 |
| 2025-06-25 | Remove `mut` | Jakub Beránek | -2/+2 |
| 2025-06-25 | Do not build GCC in fast try builds | Jakub Beránek | -1/+4 |
| 2025-06-25 | Skip more dist components | Jakub Beránek | -0/+5 |
| 2025-06-25 | Skip unnecessary components in x64 try builds | Jakub Beránek | -4/+22 |
| 2025-06-25 | Update `browser-ui-test` version to `0.20.7` | Guillaume Gomez | -1/+1 |
| 2025-06-25 | Merge pull request #20096 from lnicola/silence-rustfmt-failed | Lukas Wirth | -11/+8 |
| 2025-06-25 | Adjust minicore for Sized Hierarchy changes | Lukas Wirth | -52/+75 |
| 2025-06-25 | Don't show notifications on failed rustfmt calls | Laurențiu Nicola | -11/+8 |
| 2025-06-25 | Drop rustc workspace loading error, if we don't needs its sources | Lukas Wirth | -10/+28 |
| 2025-06-25 | Merge pull request #20088 from Veykril/push-qrslvzzlqqoz | Lukas Wirth | -107/+110 |
| 2025-06-25 | Merge pull request #20077 from markpots5/master | Lukas Wirth | -3/+60 |
| 2025-06-25 | Merge pull request #20084 from ShoyuVanilla/fix-windows-cancel-par | Lukas Wirth | -0/+4 |
| 2025-06-25 | De-arc trait items query | Lukas Wirth | -107/+110 |
| 2025-06-25 | Sprinkle breadcrumbs around to lead people to the rust-invalid ABI | Jubilee Young | -0/+5 |
| 2025-06-25 | unstable-book: Update cmse feature descriptions | Jubilee Young | -18/+11 |
| 2025-06-25 | move unstable book page and account for it | Jubilee Young | -0/+0 |
| 2025-06-25 | Apply review comments | Jakub Beránek | -4/+63 |
| 2025-06-25 | rename run_always to run_in_dry_run | bit-aloo | -24/+27 |
| 2025-06-25 | Auto merge of #142997 - workingjubilee:rollup-6lxec87, r=workingjubilee | bors | -7/+81 |
| 2025-06-25 | Fix link in the book | Chayim Refael Friedman | -3/+2 |
| 2025-06-24 | Rollup merge of #142993 - ehuss:update-cargo, r=ehuss | Jubilee | -0/+0 |
| 2025-06-24 | Rollup merge of #142988 - alexcrichton:update-wasm-component-ld, r=Mark-Simul... | Jubilee | -1/+2 |
| 2025-06-24 | Rollup merge of #142977 - aDotInTheVoid:rustdochtml-targetfeature, r=Guillaum... | Jubilee | -1/+2 |
| 2025-06-24 | Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov | Jubilee | -3/+3 |
| 2025-06-24 | Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk | Jubilee | -2/+3 |
| 2025-06-24 | Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t... | Jubilee | -0/+52 |
| 2025-06-24 | Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross | Jubilee | -0/+19 |
| 2025-06-25 | added PrintTAFn flag for autodiff | Karan Janthe | -0/+2 |