| Age | Commit message (Expand) | Author | Lines |
| 2024-06-18 | Auto merge of #126607 - Oneirical:the-testern-world, r=jieyouxu | bors | -29/+46 |
| 2024-06-18 | Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr | bors | -1823/+2824 |
| 2024-06-18 | rewrite allocator-shim-circular-deps to ui test | Oneirical | -14/+17 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -915/+773 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -542/+361 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -328/+363 |
| 2024-06-18 | Fix transmute goal | Michael Goulet | -39/+59 |
| 2024-06-18 | Explicitly import tracing macros | Michael Goulet | -7/+14 |
| 2024-06-18 | Fix impl for SolverDelegate | Michael Goulet | -85/+385 |
| 2024-06-18 | Uplift the new trait solver | Michael Goulet | -1443/+2000 |
| 2024-06-18 | SolverDelegate | Michael Goulet | -310/+363 |
| 2024-06-18 | Uplift PredefinedOpaquesData | Michael Goulet | -12/+22 |
| 2024-06-18 | Make SearchGraph fully generic | Michael Goulet | -95/+149 |
| 2024-06-18 | Auto merge of #126630 - GuillaumeGomez:rollup-hlwbpa2, r=GuillaumeGomez | bors | -88/+992 |
| 2024-06-18 | Prefer `dcx` methods over fields or fields' methods | Oli Scherer | -58/+62 |
| 2024-06-18 | Use a more precise lifetime | Oli Scherer | -4/+4 |
| 2024-06-18 | Rollup merge of #126621 - Zalathar:test-coverage-attr, r=petrochenkov | Guillaume Gomez | -0/+604 |
| 2024-06-18 | Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obk | Guillaume Gomez | -20/+234 |
| 2024-06-18 | Rollup merge of #126583 - RalfJung:interpret-oom, r=saethlin | Guillaume Gomez | -2/+5 |
| 2024-06-18 | Rollup merge of #126500 - Oneirical:test-for-the-holy-grail, r=jieyouxu | Guillaume Gomez | -58/+134 |
| 2024-06-18 | Rollup merge of #125988 - GuillaumeGomez:migrate-run-make-used, r=jieyouxu | Guillaume Gomez | -8/+15 |
| 2024-06-18 | Auto merge of #126437 - Oneirical:test-we-forget, r=jieyouxu | bors | -44/+109 |
| 2024-06-18 | Add more thorough coverage tests for `#[coverage(..)]` in nested functions | Zalathar | -0/+468 |
| 2024-06-18 | Add a more thorough test of incorrect/unusal `#[coverage(..)]` syntax | Zalathar | -0/+136 |
| 2024-06-18 | Create `tests/ui/coverage-attr/` | Zalathar | -0/+0 |
| 2024-06-18 | Auto merge of #126049 - compiler-errors:rework-use, r=oli-obk | bors | -574/+628 |
| 2024-06-18 | Auto merge of #126330 - m-ou-se:panic-message-type, r=Amanieu | bors | -11/+79 |
| 2024-06-18 | Auto merge of #126591 - petrochenkov:upctxt5, r=nnethercote | bors | -30/+11 |
| 2024-06-18 | Auto merge of #126490 - Oneirical:testicide, r=jieyouxu | bors | -86/+137 |
| 2024-06-17 | Delay a bug and mark precise_capturing as not incomplete | Michael Goulet | -230/+53 |
| 2024-06-17 | Fix other tools | Michael Goulet | -4/+3 |
| 2024-06-17 | Fix rustfmt | Michael Goulet | -7/+9 |
| 2024-06-17 | Detect duplicates | Michael Goulet | -8/+78 |
| 2024-06-17 | Add tests for illegal use bound syntax | Michael Goulet | -5/+122 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -349/+405 |
| 2024-06-17 | Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars... | Michael Goulet | -51/+38 |
| 2024-06-18 | Auto merge of #126279 - Oneirical:you-can-run-make-but-cannot-hide, r=jieyouxu | bors | -53/+112 |
| 2024-06-17 | Auto merge of #125500 - Oneirical:bundle-them-up-why-not, r=jieyouxu | bors | -42/+107 |
| 2024-06-17 | rewrite separate-link-fail to rmake.rs | Oneirical | -8/+16 |
| 2024-06-17 | rewrite no-builtins-lto to rmake | Oneirical | -11/+24 |
| 2024-06-17 | rewrite separate-link to rmake.rs | Oneirical | -8/+14 |
| 2024-06-17 | Auto merge of #126605 - matthiaskrgr:rollup-plsaytq, r=matthiaskrgr | bors | -456/+467 |
| 2024-06-17 | rewrite native-link-modifier-linker to rmake | Oneirical | -19/+50 |
| 2024-06-17 | Add PanicMessage type for PanicInfo::message(). | Mara Bos | -11/+79 |
| 2024-06-17 | Add new test_while_readonly helper function to run-make-support | Oneirical | -25/+52 |
| 2024-06-17 | Rollup merge of #126603 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-06-17 | Rollup merge of #126596 - zetanumbers:async-drop-tracking-issue, r=petrochenkov | Matthias Krüger | -13/+13 |
| 2024-06-17 | Rollup merge of #126579 - ChoKyuWon:master, r=TaKO8Ki | Matthias Krüger | -1/+1 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -421/+424 |
| 2024-06-17 | Rollup merge of #126355 - ferrocene:hoverbear/run-make-pass-target, r=Kobzol | Matthias Krüger | -1/+2 |