| Age | Commit message (Expand) | Author | Lines |
| 2025-01-09 | bootstrap: `std::io::ErrorKind::CrossesDevices` is finally stable | Pavel Grigorenko | -4/+1 |
| 2025-01-09 | bump rustc-perf | Rémy Rakic | -0/+0 |
| 2025-01-09 | Auto merge of #135286 - matthiaskrgr:rollup-sxuq1nh, r=matthiaskrgr | bors | -110/+227 |
| 2025-01-09 | Fix parsing cargo test json output by making stdout and optional field | duncan | -1/+5 |
| 2025-01-09 | Rollup merge of #134898 - Kobzol:ci-python-script, r=MarcoIeni | Matthias Krüger | -110/+227 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -467/+472 |
| 2025-01-09 | Merge pull request #18889 from ChayimFriedman2/subtle-completion | Lukas Wirth | -1/+2 |
| 2025-01-09 | Merge pull request #18880 from PrototypeNM1/extra-includes | Lukas Wirth | -3/+67 |
| 2025-01-09 | Merge pull request #18861 from ChayimFriedman2/await-edition | Lukas Wirth | -316/+480 |
| 2025-01-09 | Merge pull request #18885 from qjerome/refactor-cargo-cfgs | Lukas Wirth | -14/+21 |
| 2025-01-09 | Only treat plain literal patterns as short | Oli Scherer | -12/+43 |
| 2025-01-09 | Merge pull request #18890 from Veykril/push-nwnozlyppvzo | Lukas Wirth | -5/+7 |
| 2025-01-09 | minor: Fixup macro error kinds | Lukas Wirth | -5/+7 |
| 2025-01-09 | Merge pull request #18887 from vishruth-thimmaiah/refactor_completions_tests | Lukas Wirth | -448/+322 |
| 2025-01-09 | Rollup merge of #135256 - onur-ozkan:weird-mod-position, r=clubby789,jieyouxu | Matthias Krüger | -2/+2 |
| 2025-01-09 | Rollup merge of #135231 - Zalathar:test-step-notes, r=jieyouxu | Matthias Krüger | -0/+43 |
| 2025-01-09 | Rollup merge of #135221 - Urgau:replace-in-stable-book, r=pietroalbini | Matthias Krüger | -1/+6 |
| 2025-01-09 | Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwco | Matthias Krüger | -11/+66 |
| 2025-01-09 | Make edition per-token, not per-file | Chayim Refael Friedman | -316/+480 |
| 2025-01-09 | Fix actual token lookup in completion's `expand()` | Chayim Refael Friedman | -1/+2 |
| 2025-01-08 | minor: Use placeholders in `unwrap_return_type` | Giga Bowser | -2/+53 |
| 2025-01-08 | internal: Migrate `unwrap_return_type` assist to use `SyntaxEditor` | Giga Bowser | -58/+76 |
| 2025-01-08 | internal: Migrate `wrap_return_type` assist to use `SyntaxEditor` | Giga Bowser | -63/+168 |
| 2025-01-08 | fmt | Pietro Albini | -1/+1 |
| 2025-01-08 | applease clippy | Pietro Albini | -8/+8 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -8/+1 |
| 2025-01-08 | bump stage0 | Pietro Albini | -450/+462 |
| 2025-01-08 | update version placeholders | Pietro Albini | -1/+1 |
| 2025-01-08 | Add config setting which allows adding additional include paths to the VFS. | Nicholas Rishel | -3/+67 |
| 2025-01-08 | refactor test helpers within ide-completions | Vishruth-Thimmaiah | -448/+322 |
| 2025-01-08 | Rollup merge of #135253 - pietroalbini:pa-revert-131365, r=Mark-Simulacrum | Matthias Krüger | -79/+5 |
| 2025-01-08 | Error if there is nothing to pull | Jakub Beránek | -0/+10 |
| 2025-01-08 | Print an explicit message if the base repo head commit is up-to-date | Jakub Beránek | -0/+5 |
| 2025-01-08 | Update key | Martin Liska | -3/+3 |
| 2025-01-08 | Save linkcheck cache always | Martin Liska | -7/+19 |
| 2025-01-08 | Move `mod cargo` below the import statements | onur-ozkan | -2/+2 |
| 2025-01-08 | fix: requested changed | qjerome | -9/+4 |
| 2025-01-08 | fix: autogenerate files | qjerome | -9/+12 |
| 2025-01-08 | Revert "fix missing rustfmt and clippy for msi" | Pietro Albini | -70/+2 |
| 2025-01-08 | Revert "fix missing rustfmt for apple darwin" | Pietro Albini | -9/+3 |
| 2025-01-08 | Merge from rustc | Jakub Beránek | -5565/+33249 |
| 2025-01-08 | Preparing for merge from rustc | Jakub Beránek | -1/+1 |
| 2025-01-08 | refactor: struct holding cargo cfgs settings | qjerome | -6/+15 |
| 2025-01-08 | Merge pull request #18884 from Veykril/push-xwqkorxozzkq | Lukas Wirth | -34/+40 |
| 2025-01-08 | fix: Fix `env`/`option_env` macro check disregarding macro_rules definitions | Lukas Wirth | -34/+40 |
| 2025-01-08 | Merge pull request #18855 from Giga-Bowser/migrate-if-let | Lukas Wirth | -154/+433 |
| 2025-01-08 | Merge from rustc | Ralf Jung | -7744/+38476 |
| 2025-01-08 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-01-08 | Fix test-fixture autopublishing | Laurențiu Nicola | -2/+4 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -39/+39 |