| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | Merge pull request #2315 from lolbinarycat/rustdoc-gui-readme | Guillaume Gomez | -1/+5 |
| 2025-04-03 | add some links about the rustdoc-gui test suite | binarycat | -1/+5 |
| 2025-04-03 | Merge pull request #2314 from rust-lang/tshepang-patch-3 | León Orell Valerian Liehr | -1/+2 |
| 2025-04-03 | test directive can appear anywhere in the file | Tshepang Mbambo | -1/+2 |
| 2025-04-02 | Merge pull request #2313 from jieyouxu/rustc-pull | 许杰友 Jieyou Xu (Joe) | -19809/+30316 |
| 2025-04-02 | Merge from rustc | Jieyou Xu | -19808/+30315 |
| 2025-04-02 | Preparing for merge from rustc | Jieyou Xu | -1/+1 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -94/+97 |
| 2025-04-02 | Only walk local items instead of filtering for them later | Oli Scherer | -23/+19 |
| 2025-04-02 | Remove a function that has no necessary callers | Oli Scherer | -17/+2 |
| 2025-04-02 | Remove a `hir_*` helper that was just forwarding to a query | Oli Scherer | -6/+2 |
| 2025-04-02 | Directly fetch the impl self type | Oli Scherer | -2/+2 |
| 2025-04-02 | Fetch the destructor constness lazily | Oli Scherer | -8/+6 |
| 2025-04-02 | Only look at trait impls in the current crate when looking for `Drop` impls | Oli Scherer | -18/+30 |
| 2025-04-02 | Auto merge of #138848 - clubby789:cargo-update, r=Mark-Simulacrum | bors | -577/+611 |
| 2025-04-02 | Auto merge of #139229 - Zalathar:rollup-5cs3f4d, r=Zalathar | bors | -583/+760 |
| 2025-04-02 | Rollup merge of #139225 - EnzymeAD:rust-lang-enzyme, r=jieyouxu | Stuart Cook | -1/+1 |
| 2025-04-02 | Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errors | Stuart Cook | -31/+34 |
| 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 #139200 - xizheyin:issue-139174, r=compiler-errors | Stuart Cook | -0/+65 |
| 2025-04-02 | Rollup merge of #139191 - lcnr:interner-opaques, r=compiler-errors | Stuart Cook | -61/+35 |
| 2025-04-02 | Rollup merge of #139102 - Zalathar:no-split, r=oli-obk | Stuart Cook | -346/+304 |
| 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 #138941 - compiler-errors:receiver-is-dispatchable-bounds, r=... | Stuart Cook | -26/+61 |
| 2025-04-02 | Rollup merge of #138913 - lolbinarycat:rustdoc-js-less-expect-error-part4, r=... | Stuart Cook | -83/+122 |
| 2025-04-02 | Rollup merge of #138823 - a4lg:riscv-feature-addition-base-i, r=Amanieu | Stuart Cook | -18/+28 |
| 2025-04-02 | Rollup merge of #138003 - sayantn:new-amx, r=Amanieu | Stuart Cook | -0/+40 |
| 2025-04-02 | Rollup merge of #135295 - eyraudh:master, r=compiler-errors | Stuart Cook | -9/+38 |
| 2025-04-02 | rustc_target: RISC-V: add base "I"-related important extensions | Tsukasa OI | -18/+28 |
| 2025-04-02 | Auto merge of #138478 - nnethercote:rm-NtExpr-NtLiteral, r=petrochenkov | bors | -646/+1032 |
| 2025-04-01 | Auto merge of #139220 - matthiaskrgr:rollup-v1un5wz, r=matthiaskrgr | bors | -105/+420 |
| 2025-04-01 | simplify Interner opaque types API | lcnr | -47/+26 |
| 2025-04-01 | call `mir_promoted` inside of `do_mir_borrowck` | lcnr | -14/+9 |
| 2025-04-01 | move autodiff from EnzymeAD/Enzyme to our rust-lang/Enzyme soft-fork | Manuel Drehwald | -1/+1 |
| 2025-04-01 | Update allowed dependencies | clubby789 | -2/+3 |
| 2025-04-01 | compiler and tools dependencies | clubby789 | -575/+608 |
| 2025-04-02 | Fix problem causing `rusqlite` compilation to OOM. | Nicholas Nethercote | -1/+136 |
| 2025-04-02 | Fix a problem with metavars and inner attributes. | Nicholas Nethercote | -22/+53 |
| 2025-04-02 | Remove `Token::uninterpolated_span`. | Nicholas Nethercote | -44/+48 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -585/+801 |
| 2025-04-01 | Rollup merge of #139202 - bjorn3:improve_comment, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-01 | Rollup merge of #139193 - compiler-errors:inline-synthetic, r=eholk | Matthias Krüger | -12/+30 |
| 2025-04-01 | Rollup merge of #139188 - durin42:llvm-21-LintPass, r=dianqk | Matthias Krüger | -6/+11 |
| 2025-04-01 | Rollup merge of #139129 - reez12g:add-tests-for-slice-bounds-check-optimizati... | Matthias Krüger | -0/+37 |
| 2025-04-01 | Rollup merge of #139022 - lcnr:incr-obligation-depth, r=oli-obk | Matthias Krüger | -72/+70 |
| 2025-04-01 | Rollup merge of #139002 - cuviper:relnotes-1.86.0, r=BoxyUwU | Matthias Krüger | -0/+123 |
| 2025-04-01 | Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors | Matthias Krüger | -14/+135 |
| 2025-04-01 | Rollup merge of #110406 - aDotInTheVoid:rdj-derived-impl-attr, r=GuillaumeGomez | Matthias Krüger | -0/+13 |