| Age | Commit message (Expand) | Author | Lines |
| 2024-07-09 | rewrite issue-109934-lto-debuginfo as an ui test | Oneirical | -22/+22 |
| 2024-07-09 | rewrite type-mismatch-same-crate-name to rmake | Oneirical | -20/+29 |
| 2024-07-09 | rewrite and rename issue-83112-incr-test-moved-file to rmake | Oneirical | -26/+27 |
| 2024-07-09 | Auto merge of #127028 - Nadrieril:fix-or-pat-expansion, r=matthewjasper | bors | -0/+77 |
| 2024-07-09 | Auto merge of #127500 - compiler-errors:consolidate-region-errors, r=lcnr | bors | -1270/+1273 |
| 2024-07-09 | Auto merge of #127493 - compiler-errors:crate-level-import, r=lcnr | bors | -123/+127 |
| 2024-07-09 | Auto merge of #127001 - beetrees:f16-debuginfo, r=michaelwoerister | bors | -36/+218 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -30/+41 |
| 2024-07-09 | Auto merge of #127357 - oli-obk:structureddiag, r=fmease | bors | -161/+81 |
| 2024-07-09 | Add Natvis visualiser and debuginfo tests for `f16` | beetrees | -36/+218 |
| 2024-07-09 | Auto merge of #127378 - Oneirical:cetestial-meteorite, r=jieyouxu | bors | -50/+71 |
| 2024-07-08 | Consolidate region error reporting in rustc_infer | Michael Goulet | -1270/+1273 |
| 2024-07-08 | Auto merge of #127328 - Oneirical:yield-to-petestrians, r=jieyouxu | bors | -31/+155 |
| 2024-07-08 | Auto merge of #127489 - GuillaumeGomez:rollup-rhqfeom, r=GuillaumeGomez | bors | -124/+329 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -123/+127 |
| 2024-07-08 | Remove `structured_errors` module | Oli Scherer | -5/+2 |
| 2024-07-08 | Remove `StructuredDiag` | Oli Scherer | -78/+43 |
| 2024-07-08 | Remove another `StructuredDiag` impl | Oli Scherer | -80/+38 |
| 2024-07-08 | Rollup merge of #127482 - compiler-errors:closure-two-par-sig-inference, r=ol... | Guillaume Gomez | -8/+121 |
| 2024-07-08 | Rollup merge of #127325 - Oneirical:gothic-testhetic, r=jieyouxu | Guillaume Gomez | -40/+101 |
| 2024-07-08 | Rollup merge of #127237 - GuillaumeGomez:improve-run-make-llvm-ident, r=Kobzol | Guillaume Gomez | -14/+8 |
| 2024-07-08 | Rollup merge of #126427 - Oneirical:oktobertest, r=jieyouxu | Guillaume Gomez | -62/+99 |
| 2024-07-08 | Auto merge of #127235 - martn3:no-mips-f16, r=tgross35,scottmcm | bors | -7/+12 |
| 2024-07-08 | Improve code of `run-make/llvm-ident` | Guillaume Gomez | -14/+8 |
| 2024-07-08 | Infer async closure signature from old-style two-part Fn + Future bounds | Michael Goulet | -8/+121 |
| 2024-07-08 | Auto merge of #127486 - matthiaskrgr:rollup-lvv018b, r=matthiaskrgr | bors | -259/+900 |
| 2024-07-08 | rewrite track-pgo-dep-info to rmake | Oneirical | -32/+25 |
| 2024-07-08 | Rollup merge of #127467 - GrigorenkoPV:bootstrap-once_cell, r=clubby789 | Matthias Krüger | -11/+5 |
| 2024-07-08 | Rollup merge of #127460 - Borgerr:clarify-drop-comment, r=jhpratt | Matthias Krüger | -0/+5 |
| 2024-07-08 | Rollup merge of #127399 - cjgillot:issue-127396, r=oli-obk | Matthias Krüger | -5/+17 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -99/+115 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -144/+758 |
| 2024-07-08 | rewrite target-without-atomic-cas to rmake | Oneirical | -12/+18 |
| 2024-07-08 | rewrite sepcomp-inlining and -separate to rmake.rs | Oneirical | -57/+62 |
| 2024-07-08 | rewrite sepcomp-separate to rmake | Oneirical | -25/+51 |
| 2024-07-08 | rewrite intrinsic-unreachable to rmake | Oneirical | -13/+19 |
| 2024-07-08 | Auto merge of #127199 - Zalathar:hir-holes, r=oli-obk | bors | -150/+348 |
| 2024-07-08 | coverage: Extract hole spans from HIR instead of MIR | Zalathar | -181/+200 |
| 2024-07-08 | Auto merge of #127438 - compiler-errors:compute-outlives-visitor, r=lcnr | bors | -247/+127 |
| 2024-07-08 | coverage: Test for handling of nested item spans | Zalathar | -0/+179 |
| 2024-07-08 | Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxu | bors | -1570/+1989 |
| 2024-07-08 | Rollup merge of #127459 - its-the-shrimp:rustdocjson_add_alias_tests, r=aDotI... | 许杰友 Jieyou Xu (Joe) | -0/+33 |
| 2024-07-08 | Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease | 许杰友 Jieyou Xu (Joe) | -31/+126 |
| 2024-07-08 | Rollup merge of #127451 - GuillaumeGomez:improve-output-type-permutations, r=... | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2024-07-08 | Rollup merge of #127439 - compiler-errors:uplift-elaborate, r=lcnr | 许杰友 Jieyou Xu (Joe) | -522/+506 |
| 2024-07-08 | Rollup merge of #127437 - compiler-errors:uplift-trait-ref-is-knowable, r=lcnr | 许杰友 Jieyou Xu (Joe) | -480/+520 |
| 2024-07-08 | Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -45/+49 |
| 2024-07-08 | Rollup merge of #127367 - ChrisDenton:run-sync, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -6/+2 |
| 2024-07-08 | Rollup merge of #126921 - workingjubilee:outline-va-list, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -400/+317 |
| 2024-07-08 | Rollup merge of #126881 - WaffleLapkin:unsafe-code-affected-by-fallback-hard-... | 许杰友 Jieyou Xu (Joe) | -23/+160 |