| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | Stabilize `cfg_boolean_literals` | clubby789 | -51/+0 |
| 2025-04-03 | Use `eprint!` instead of `eprintln!` | Guillaume Gomez | -1/+1 |
| 2025-04-03 | Add another Miri-detected bug to README.md | Alan Somers | -0/+1 |
| 2025-04-03 | test-cargo-miri: permissive provenance should not be needed any more | Ralf Jung | -7/+2 |
| 2025-04-03 | Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr | bors | -410/+568 |
| 2025-04-03 | Fix 2024 edition doctest panic output | Guillaume Gomez | -3/+5 |
| 2025-04-03 | fix comment nit | Ralf Jung | -2/+1 |
| 2025-04-03 | Add a helper function for checking if LLD was used to `run-make-support` | Jakub Beránek | -0/+37 |
| 2025-04-03 | Update to new rinja version (askama) | Guillaume Gomez | -22/+22 |
| 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 | feat(proc-macro-srv): support metadata version 10 | Prajwal S N | -4/+4 |
| 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 | fix(ide-assists): remove `AssistKind::None` | Prajwal S N | -15/+5 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -10/+9 |
| 2025-04-03 | visit_freeze_sensitive: add comment | Ralf Jung | -0/+3 |
| 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 | Merge from rustc | Ralf Jung | -2431/+2786 |
| 2025-04-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 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 |