| Age | Commit message (Expand) | Author | Lines |
| 2024-06-19 | Allow for try_force_from_dep_node to fail | Michael Baikov | -0/+40 |
| 2024-06-19 | Auto merge of #125852 - bvanjoi:improve-tip-for-invisible-trait, r=compiler-e... | bors | -12/+3 |
| 2024-06-19 | Auto merge of #126655 - jieyouxu:rollup-z7k1k6l, r=jieyouxu | bors | -26/+920 |
| 2024-06-19 | Rollup merge of #126558 - jieyouxu:caller-chooses-ty, r=fmease | 许杰友 Jieyou Xu (Joe) | -6/+27 |
| 2024-06-19 | Rollup merge of #126493 - jswrenn:fix-126460, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -7/+65 |
| 2024-06-19 | Rollup merge of #126422 - Urgau:doctest-impl-non-local-def, r=fmease | 许杰友 Jieyou Xu (Joe) | -0/+69 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -2/+330 |
| 2024-06-19 | Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -11/+13 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -0/+416 |
| 2024-06-18 | Auto merge of #126607 - Oneirical:the-testern-world, r=jieyouxu | bors | -26/+46 |
| 2024-06-18 | tests: update tests for more conservative return ty mismatch note | 许杰友 Jieyou Xu (Joe) | -6/+27 |
| 2024-06-18 | rewrite allocator-shim-circular-deps to ui test | Oneirical | -13/+17 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -7/+7 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -7/+7 |
| 2024-06-18 | Auto merge of #126630 - GuillaumeGomez:rollup-hlwbpa2, r=GuillaumeGomez | bors | -61/+945 |
| 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 | -1/+192 |
| 2024-06-18 | Rollup merge of #126500 - Oneirical:test-for-the-holy-grail, r=jieyouxu | Guillaume Gomez | -53/+134 |
| 2024-06-18 | Rollup merge of #125988 - GuillaumeGomez:migrate-run-make-used, r=jieyouxu | Guillaume Gomez | -7/+15 |
| 2024-06-18 | Auto merge of #126437 - Oneirical:test-we-forget, r=jieyouxu | bors | -40/+77 |
| 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 | -307/+273 |
| 2024-06-18 | Auto merge of #126490 - Oneirical:testicide, r=jieyouxu | bors | -83/+109 |
| 2024-06-17 | Delay a bug and mark precise_capturing as not incomplete | Michael Goulet | -228/+47 |
| 2024-06-17 | Detect duplicates | Michael Goulet | -0/+39 |
| 2024-06-17 | Add tests for illegal use bound syntax | Michael Goulet | -2/+119 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -131/+131 |
| 2024-06-17 | Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars... | Michael Goulet | -16/+7 |
| 2024-06-18 | Auto merge of #126279 - Oneirical:you-can-run-make-but-cannot-hide, r=jieyouxu | bors | -50/+80 |
| 2024-06-17 | Auto merge of #125500 - Oneirical:bundle-them-up-why-not, r=jieyouxu | bors | -24/+57 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -2/+330 |
| 2024-06-17 | rewrite separate-link-fail to rmake.rs | Oneirical | -7/+16 |
| 2024-06-17 | rewrite no-builtins-lto to rmake | Oneirical | -10/+24 |
| 2024-06-17 | rewrite separate-link to rmake.rs | Oneirical | -7/+14 |
| 2024-06-17 | rewrite native-link-modifier-linker to rmake | Oneirical | -18/+50 |
| 2024-06-17 | Add new test_while_readonly helper function to run-make-support | Oneirical | -25/+20 |
| 2024-06-17 | Rollup merge of #126355 - ferrocene:hoverbear/run-make-pass-target, r=Kobzol | Matthias Krüger | -1/+2 |
| 2024-06-17 | Rewrite and rename `issue-26092` to rmake | Oneirical | -51/+33 |
| 2024-06-17 | rewrite incremental-session-fail to rmake | Oneirical | -36/+34 |
| 2024-06-17 | rewrite `link-dedup` to rmake | Oneirical | -0/+32 |
| 2024-06-17 | Rewrite `link-arg` in rmake.rs | Oneirical | -5/+24 |
| 2024-06-17 | Auto merge of #126593 - matthiaskrgr:rollup-a5jfg7w, r=matthiaskrgr | bors | -30/+139 |
| 2024-06-17 | Rollup merge of #126584 - cjgillot:issue-122736, r=michaelwoerister | Matthias Krüger | -1/+28 |
| 2024-06-17 | Rollup merge of #126577 - oli-obk:static_valtrees, r=RalfJung | Matthias Krüger | -0/+26 |
| 2024-06-17 | Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkov | Matthias Krüger | -29/+85 |
| 2024-06-17 | Auto merge of #126128 - oli-obk:method_ice, r=lcnr | bors | -112/+105 |
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -1/+192 |
| 2024-06-17 | Remove windows-specific copy of test | Oli Scherer | -88/+10 |