| Age | Commit message (Expand) | Author | Lines |
| 2024-06-19 | local_def_path_hash_to_def_id can fail | Michael Baikov | -36/+15 |
| 2024-06-19 | Allow for try_force_from_dep_node to fail | Michael Baikov | -7/+51 |
| 2024-06-19 | Auto merge of #125852 - bvanjoi:improve-tip-for-invisible-trait, r=compiler-e... | bors | -57/+143 |
| 2024-06-19 | Auto merge of #126657 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-06-18 | Update cargo | Weihang Lo | -0/+0 |
| 2024-06-19 | Auto merge of #126655 - jieyouxu:rollup-z7k1k6l, r=jieyouxu | bors | -654/+2188 |
| 2024-06-19 | Rollup merge of #126632 - Vonr:fix/moving-closure-formatting-v2, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -18/+18 |
| 2024-06-19 | Rollup merge of #126615 - tgross35:gitignore-ice, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-06-19 | Rollup merge of #126586 - madsmtm:mac-catalyst-maintainers, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-06-19 | Rollup merge of #126558 - jieyouxu:caller-chooses-ty, r=fmease | 许杰友 Jieyou Xu (Joe) | -16/+49 |
| 2024-06-19 | Rollup merge of #126504 - erickt:bump-fuchsia, r=tmandry | 许杰友 Jieyou Xu (Joe) | -386/+628 |
| 2024-06-19 | Rollup merge of #126493 - jswrenn:fix-126460, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -30/+89 |
| 2024-06-19 | Rollup merge of #126422 - Urgau:doctest-impl-non-local-def, r=fmease | 许杰友 Jieyou Xu (Joe) | -46/+125 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -23/+376 |
| 2024-06-19 | Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -12/+22 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -123/+878 |
| 2024-06-18 | Auto merge of #126607 - Oneirical:the-testern-world, r=jieyouxu | bors | -29/+46 |
| 2024-06-18 | tests: update tests for more conservative return ty mismatch note | 许杰友 Jieyou Xu (Joe) | -6/+27 |
| 2024-06-18 | hir_typeck: be more conservative in making "note caller chooses ty param" note | 许杰友 Jieyou Xu (Joe) | -10/+22 |
| 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 | Replace `move||` with `move ||` in `compiler/` and `library/` | Vonr | -18/+18 |
| 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-17 | Add `/rustc-ice*/ to `.gitignore` | Trevor Gross | -0/+1 |
| 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 |