| Age | Commit message (Expand) | Author | Lines |
| 2025-04-08 | Rollup merge of #139523 - BoxyUwU:rgd-push, r=jieyouxu | Matthias Krüger | -7/+13 |
| 2025-04-08 | Rollup merge of #139520 - jieyouxu:compiletest-maintenance-1, r=lqd | Matthias Krüger | -15/+14 |
| 2025-04-08 | Rollup merge of #139515 - compiler-errors:sig-mismatch, r=lcnr | Matthias Krüger | -44/+70 |
| 2025-04-08 | Rollup merge of #139506 - tshepang:patch-6, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-08 | Rollup merge of #139496 - Skgland:139455-went-too-far, r=Veykril | Matthias Krüger | -7/+38 |
| 2025-04-08 | Rollup merge of #139494 - compiler-errors:restrict-queries, r=oli-obk | Matthias Krüger | -26/+43 |
| 2025-04-08 | Auto merge of #138499 - lcnr:borrowck-typeck_root, r=oli-obk | bors | -368/+490 |
| 2025-04-08 | Auto merge of #139525 - Zalathar:rollup-5t5xsrw, r=Zalathar | bors | -184/+1003 |
| 2025-04-08 | Rollup merge of #139490 - RalfJung:unstable-intrinsics-docs, r=oli-obk | Stuart Cook | -88/+14 |
| 2025-04-08 | Rollup merge of #139464 - nnethercote:fix-139248-AND-fix-139445, r=petrochenkov | Stuart Cook | -4/+93 |
| 2025-04-08 | Rollup merge of #139421 - compiler-errors:upcast-no-principal-with-proj, r=ol... | Stuart Cook | -14/+37 |
| 2025-04-08 | Rollup merge of #139386 - onur-ozkan:configurable-compiletest-libtest, r=jiey... | Stuart Cook | -9/+91 |
| 2025-04-08 | Rollup merge of #139346 - compiler-errors:non-lifetime-binder-diag-hir-wf-che... | Stuart Cook | -1/+93 |
| 2025-04-08 | Rollup merge of #139321 - GuillaumeGomez:update-rinja, r=notriddle,lolbinaryc... | Stuart Cook | -30/+81 |
| 2025-04-08 | Rollup merge of #139124 - xtexx:gh-139082, r=compiler-errors | Stuart Cook | -0/+46 |
| 2025-04-08 | Rollup merge of #139098 - scottmcm:assert-impossible-tags, r=WaffleLapkin | Stuart Cook | -20/+487 |
| 2025-04-08 | Rollup merge of #139024 - compiler-errors:tweak-default-value-err, r=lcnr | Stuart Cook | -14/+25 |
| 2025-04-08 | Rollup merge of #138676 - compiler-errors:overflow-implied-bounds, r=lcnr | Stuart Cook | -4/+36 |
| 2025-04-08 | make hover_feature test less fragile | Ralf Jung | -79/+8 |
| 2025-04-08 | Auto merge of #139474 - jieyouxu:bump-rustc-perf, r=Kobzol | bors | -1/+0 |
| 2025-04-08 | compiletest: drop dependency on `anyhow` | Jieyou Xu | -8/+5 |
| 2025-04-08 | compiletest: sort dependencies alphabetically | Jieyou Xu | -8/+10 |
| 2025-04-08 | Remove unnecessary dyn Display in favor of str | Michael Goulet | -9/+9 |
| 2025-04-08 | Improve presentation of closure signature mismatch from Fn trait goal | Michael Goulet | -37/+63 |
| 2025-04-08 | Allow for reparsing failure when reparsing a pasted metavar. | Nicholas Nethercote | -3/+40 |
| 2025-04-08 | Allow for missing invisible close delim when reparsing an expression. | Nicholas Nethercote | -1/+53 |
| 2025-04-08 | add missing word in doc comment (part 2) | Tshepang Mbambo | -1/+1 |
| 2025-04-07 | Address PR feedback | Scott McMurray | -1/+19 |
| 2025-04-08 | add negative impl | lcnr | -4/+8 |
| 2025-04-08 | move `ClosureRegionRequirements` to `rustc_borrowck` | lcnr | -155/+155 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -217/+335 |
| 2025-04-07 | Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkov | bors | -95/+79 |
| 2025-04-07 | Implement overflow for infinite implied lifetime bounds | Michael Goulet | -4/+36 |
| 2025-04-07 | Make error message for missing fields with .. and without .. more consistent | Michael Goulet | -14/+25 |
| 2025-04-07 | Revert "remove rust-analyser support for `extern "rust-intrinsic"` blocks" | Bennet Bleßmann | -7/+38 |
| 2025-04-07 | Restrict some queries by def-kind more | Michael Goulet | -26/+43 |
| 2025-04-07 | update intrinsics/mod.rs comment about const intrinsics | Ralf Jung | -8/+4 |
| 2025-04-07 | unstable-book/intrinsics: wordsmith MIR-lowering intrinsic docs | Ralf Jung | -1/+2 |
| 2025-04-07 | implement `check` step for `compiletest` separately | onur-ozkan | -5/+66 |
| 2025-04-07 | Auto merge of #139482 - Zalathar:rollup-h2ht1y6, r=Zalathar | bors | -1645/+1799 |
| 2025-04-07 | Rollup merge of #139466 - compiler-errors:trivial-incr-tainting, r=oli-obk | Stuart Cook | -16/+20 |
| 2025-04-07 | Rollup merge of #139465 - EnzymeAD:autodiff-sret, r=oli-obk | Stuart Cook | -2/+73 |
| 2025-04-07 | Rollup merge of #139461 - compiler-errors:significant-drop-span, r=oli-obk | Stuart Cook | -280/+100 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -984/+643 |
| 2025-04-07 | Rollup merge of #139397 - Zalathar:virtual, r=jieyouxu | Stuart Cook | -88/+110 |
| 2025-04-07 | Rollup merge of #139365 - Bryanskiy:leak-perf, r=lcnr | Stuart Cook | -35/+51 |
| 2025-04-07 | Rollup merge of #139112 - m-ou-se:super-let, r=lcnr | Stuart Cook | -50/+615 |
| 2025-04-07 | Rollup merge of #139108 - Nadrieril:simplify-expandedconstant, r=oli-obk | Stuart Cook | -124/+95 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -66/+92 |
| 2025-04-07 | move old tests, add sret test | Manuel Drehwald | -0/+45 |