| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | compiletest: Encapsulate all of the code that touches libtest | Zalathar | -98/+194 |
| 2025-04-03 | compiletest: Allow `--fail-fast` as a command-line option | Zalathar | -8/+15 |
| 2025-04-03 | impl !PartialOrd for HirId | Oli Scherer | -10/+28 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -13/+13 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -13/+15 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -10/+9 |
| 2025-04-03 | Rollup merge of #139283 - BoxyUwU:rdg-push, r=jieyouxu | Matthias Krüger | -410/+543 |
| 2025-04-03 | Rollup merge of #139282 - lolbinarycat:rustdoc-settings-checkbox-noshrink, r=... | Matthias Krüger | -0/+3 |
| 2025-04-03 | Rollup merge of #139149 - mejrs:itaf, r=ehuss | Matthias Krüger | -0/+22 |
| 2025-04-03 | Auto merge of #139250 - dianqk:llvm-20.1.2, r=cuviper | bors | -0/+0 |
| 2025-04-03 | test directive can appear anywhere in the file | Tshepang Mbambo | -1/+2 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -22/+49 |
| 2025-04-03 | Use `BinOpKind` instead of `BinOp` for function args where possible. | Nicholas Nethercote | -13/+13 |
| 2025-04-02 | rustdoc js: satisfy eslint | binarycat | -4/+4 |
| 2025-04-02 | rustdoc: make settings checkboxes always square | binarycat | -0/+3 |
| 2025-04-02 | settings.js: fix whitespace | binarycat | -1/+1 |
| 2025-04-02 | Demote i686-pc-windows-gnu to Tier 2 | Noratrieb | -42/+45 |
| 2025-04-02 | settings.js: add elemContainsTarget utility function | binarycat | -6/+15 |
| 2025-04-02 | main.js: make hideAllModals docs clearer | binarycat | -1/+1 |
| 2025-04-02 | settings.js: make top-level code typecheck | binarycat | -9/+13 |
| 2025-04-02 | Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-02 | settings.js: add some null checks to buildSettingsPage | binarycat | -2/+8 |
| 2025-04-02 | settings.js: refactor settingsBlurHandler | binarycat | -5/+14 |
| 2025-04-02 | settings.js: remove dead code for adding <hr> to settings page | binarycat | -5/+0 |
| 2025-04-02 | settings.js: add new rustdoc.Setting interface | binarycat | -17/+36 |
| 2025-04-02 | Rollup merge of #139211 - RalfJung:interpret-run-for-validation, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-04-02 | settings.js: begin typechecking migration | binarycat | -7/+19 |
| 2025-04-02 | Merge from rustc | Jieyou Xu | -4364/+8786 |
| 2025-04-02 | Preparing for merge from rustc | Jieyou Xu | -1/+1 |
| 2025-04-02 | Rollup merge of #139239 - jieyouxu:run-make-aux-build, r=Kobzol | Takayuki Maeda | -15/+1 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -32/+26 |
| 2025-04-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -0/+23 |
| 2025-04-02 | Remove unused variables generated in merged doctests | Guillaume Gomez | -1/+0 |
| 2025-04-02 | Update to LLVM 20.1.2 | dianqk | -0/+0 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -6/+4 |
| 2025-04-02 | Drop `aux_build` rustc helpers | Jieyou Xu | -15/+1 |
| 2025-04-02 | Remove a function that has no necessary callers | Oli Scherer | -2/+2 |
| 2025-04-02 | Auto merge of #138848 - clubby789:cargo-update, r=Mark-Simulacrum | bors | -218/+187 |
| 2025-04-02 | Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errors | Stuart Cook | -21/+21 |
| 2025-04-02 | Rollup merge of #139212 - ehuss:update-mdbook, r=Mark-Simulacrum | Stuart Cook | -5/+4 |
| 2025-04-02 | Rollup merge of #139210 - highcloudwind:master, r=aDotInTheVoid | Stuart Cook | -1/+1 |
| 2025-04-02 | Rollup merge of #139208 - futreall:master, r=jieyouxu | Stuart Cook | -1/+1 |
| 2025-04-02 | Rollup merge of #139060 - Shourya742:2025-03-28-replace-commit-with-actual-va... | Stuart Cook | -1/+26 |
| 2025-04-02 | Rollup merge of #138913 - lolbinarycat:rustdoc-js-less-expect-error-part4, r=... | Stuart Cook | -83/+122 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -32/+26 |
| 2025-04-01 | Update allowed dependencies | clubby789 | -2/+3 |
| 2025-04-01 | compiler and tools dependencies | clubby789 | -216/+184 |
| 2025-04-01 | Add unstable `--print=crate-root-lint-levels` | Urgau | -0/+23 |
| 2025-04-01 | Use the 2024 edition in ./x.py fmt | bjorn3 | -1/+1 |
| 2025-04-01 | Move test-float-parse to the 2024 edition | bjorn3 | -20/+20 |