| Age | Commit message (Expand) | Author | Lines |
| 2024-07-09 | rewrite issue-109934-lto-debuginfo as an ui test | Oneirical | -21/+22 |
| 2024-07-09 | rewrite type-mismatch-same-crate-name to rmake | Oneirical | -19/+29 |
| 2024-07-09 | rewrite and rename issue-83112-incr-test-moved-file to rmake | Oneirical | -25/+27 |
| 2024-07-09 | Auto merge of #127028 - Nadrieril:fix-or-pat-expansion, r=matthewjasper | bors | -0/+74 |
| 2024-07-09 | Auto merge of #127001 - beetrees:f16-debuginfo, r=michaelwoerister | bors | -33/+152 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -11/+11 |
| 2024-07-09 | Add Natvis visualiser and debuginfo tests for `f16` | beetrees | -33/+152 |
| 2024-07-09 | Auto merge of #127378 - Oneirical:cetestial-meteorite, r=jieyouxu | bors | -45/+56 |
| 2024-07-08 | Auto merge of #127328 - Oneirical:yield-to-petestrians, r=jieyouxu | bors | -28/+155 |
| 2024-07-08 | Rollup merge of #127482 - compiler-errors:closure-two-par-sig-inference, r=ol... | Guillaume Gomez | -0/+27 |
| 2024-07-08 | Rollup merge of #127325 - Oneirical:gothic-testhetic, r=jieyouxu | Guillaume Gomez | -37/+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 | -48/+75 |
| 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 | -0/+27 |
| 2024-07-08 | Auto merge of #127486 - matthiaskrgr:rollup-lvv018b, r=matthiaskrgr | bors | -93/+557 |
| 2024-07-08 | rewrite track-pgo-dep-info to rmake | Oneirical | -31/+25 |
| 2024-07-08 | Rollup merge of #127399 - cjgillot:issue-127396, r=oli-obk | Matthias Krüger | -0/+8 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -61/+62 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -32/+487 |
| 2024-07-08 | rewrite target-without-atomic-cas to rmake | Oneirical | -9/+18 |
| 2024-07-08 | rewrite sepcomp-inlining and -separate to rmake.rs | Oneirical | -46/+48 |
| 2024-07-08 | rewrite sepcomp-separate to rmake | Oneirical | -14/+32 |
| 2024-07-08 | rewrite intrinsic-unreachable to rmake | Oneirical | -12/+19 |
| 2024-07-08 | coverage: Extract hole spans from HIR instead of MIR | Zalathar | -140/+113 |
| 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 | -92/+508 |
| 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) | -25/+114 |
| 2024-07-08 | Rollup merge of #127451 - GuillaumeGomez:improve-output-type-permutations, r=... | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2024-07-08 | Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2024-07-08 | Rollup merge of #126881 - WaffleLapkin:unsafe-code-affected-by-fallback-hard-... | 许杰友 Jieyou Xu (Joe) | -23/+159 |
| 2024-07-08 | Rollup merge of #126841 - c410-f3r:concat-again, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -33/+192 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -35/+1662 |
| 2024-07-07 | Auto merge of #127172 - compiler-errors:full-can_eq-everywhere, r=lcnr | bors | -80/+60 |
| 2024-07-07 | Allow casting `*mut dyn T`->`*mut (dyn T + Send)` if `T` has `Send` super trait | Maybe Lapkin | -0/+9 |
| 2024-07-07 | doc fixups from review | Maybe Waffle | -1/+1 |
| 2024-07-07 | Fix unconditional recursion lint wrt tail calls | Maybe Waffle | -0/+42 |
| 2024-07-07 | Support tail calls in the interpreter | Maybe Waffle | -0/+210 |
| 2024-07-07 | Properly handle drops for tail calls | DrMeepster | -0/+1336 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -35/+74 |
| 2024-07-07 | rustdoc-json: add trait/type alias tests | schvv31n | -0/+33 |
| 2024-07-07 | Rollup merge of #127409 - gurry:127332-ice-with-expr-not-struct, r=oli-obk | Matthias Krüger | -9/+24 |
| 2024-07-07 | Fix intrinsic const parameter counting with `effects` | Deadbeef | -25/+114 |
| 2024-07-07 | Improve `run-make/output-type-permutations` code and improve `filename_not_in... | Guillaume Gomez | -3/+2 |
| 2024-07-07 | Move a span_bug under a condition that cx is tainted | Gurinder Singh | -9/+24 |
| 2024-07-07 | Auto merge of #127404 - compiler-errors:rpitit-entailment-false-positive, r=o... | bors | -24/+224 |
| 2024-07-07 | Auto merge of #127335 - Oneirical:put-on-a-petestal, r=jieyouxu | bors | -83/+136 |
| 2024-07-06 | Auto merge of #126987 - petrochenkov:atvisord2, r=pnkfelix | bors | -0/+10 |
| 2024-07-06 | Add support for literals | Caio | -33/+192 |