| Age | Commit message (Expand) | Author | Lines |
| 2023-06-25 | Rollup merge of #113023 - GuillaumeGomez:migrate-gui-test-color-17, r=notriddle | Matthias Krüger | -3/+3 |
| 2023-06-25 | Rollup merge of #113007 - compiler-errors:dont-structural-resolve-byte-str-pa... | Matthias Krüger | -1/+27 |
| 2023-06-25 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -3/+3 |
| 2023-06-25 | Rollup merge of #113018 - asquared31415:test_fix, r=TaKO8Ki | Guillaume Gomez | -3/+28 |
| 2023-06-25 | Rollup merge of #112990 - JohnTitor:issue-96699, r=TaKO8Ki | Guillaume Gomez | -0/+87 |
| 2023-06-25 | Auto merge of #112476 - chenyukang:yukang-fix-109991, r=compiler-errors | bors | -0/+99 |
| 2023-06-24 | fix test | asquared31415 | -3/+28 |
| 2023-06-25 | Do not offer any of the suggestions in emit_coerce_suggestions for expr from ... | yukang | -0/+99 |
| 2023-06-25 | Rollup merge of #112937 - camelid:align-typenames, r=notriddle,GuillaumeGomez | Matthias Krüger | -1/+2 |
| 2023-06-24 | rustdoc: Update GUI test | Noah Lev | -1/+2 |
| 2023-06-24 | Revert "Structurally resolve correctly in check_pat_lit" | Michael Goulet | -1/+27 |
| 2023-06-24 | Rollup merge of #112989 - JohnTitor:issue-109141, r=compiler-errors | Guillaume Gomez | -0/+39 |
| 2023-06-24 | Rollup merge of #112854 - bvanjoi:fix-112674, r=Nilstrieb | Guillaume Gomez | -3/+59 |
| 2023-06-24 | Rollup merge of #112703 - aliemjay:next-solver-root-var, r=compiler-errors | Guillaume Gomez | -0/+132 |
| 2023-06-24 | fix: add cfg diagnostic for unresolved import error | bohan | -3/+59 |
| 2023-06-24 | instantiate hidden types in root universe | Ali MJ Al-Nasrawy | -0/+132 |
| 2023-06-24 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -30/+30 |
| 2023-06-24 | Add a regression test for #96699 | Yuki Okushi | -0/+87 |
| 2023-06-24 | Add a regression test for #109141 | Yuki Okushi | -0/+39 |
| 2023-06-23 | Rollup merge of #112983 - spastorino:new-rpitit-23, r=compiler-errors | Michael Goulet | -8/+96 |
| 2023-06-23 | Rollup merge of #112981 - spastorino:new-rpitit-22, r=compiler-errors | Michael Goulet | -24/+286 |
| 2023-06-23 | Rollup merge of #112973 - compiler-errors:oops-forgot-ftl, r=jyn514 | Michael Goulet | -0/+12 |
| 2023-06-23 | Rollup merge of #112965 - compiler-errors:circular-wf, r=aliemjay | Michael Goulet | -3/+17 |
| 2023-06-23 | Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnay | Michael Goulet | -79/+59 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -45/+254 |
| 2023-06-23 | Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -8/+96 |
| 2023-06-23 | Auto merge of #112974 - matthiaskrgr:rollup-hnk7ans, r=matthiaskrgr | bors | -28/+168 |
| 2023-06-23 | Fix return type notation errors with -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -24/+286 |
| 2023-06-23 | Rollup merge of #112962 - GuillaumeGomez:fix-rustdoc-gui-tester, r=ozkanonur | Matthias Krüger | -1/+4 |
| 2023-06-23 | Rollup merge of #112960 - GuillaumeGomez:rustdoc-files-check, r=notriddle | Matthias Krüger | -0/+17 |
| 2023-06-23 | Rollup merge of #112925 - oli-obk:timeout_lint, r=cjgillot | Matthias Krüger | -0/+40 |
| 2023-06-23 | Rollup merge of #112810 - compiler-errors:dont-ice-on-bad-layout, r=wesleywiser | Matthias Krüger | -4/+45 |
| 2023-06-23 | Rollup merge of #112740 - GuillaumeGomez:link-to-search-chapter, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-06-23 | Rollup merge of #112643 - compiler-errors:sized-obl-for-arg, r=wesleywiser | Matthias Krüger | -18/+56 |
| 2023-06-23 | Rollup merge of #112616 - ferrocene:pa-more-test-suite-fixes, r=Nilstrieb | Matthias Krüger | -3/+4 |
| 2023-06-23 | Fix GUI test for popover | Guillaume Gomez | -2/+2 |
| 2023-06-23 | Make sure to include default en-US ftl resources for rustc_error crate | Michael Goulet | -0/+12 |
| 2023-06-23 | Auto merge of #109982 - durin42:plt-no-x86_64-only, r=nikic | bors | -18/+18 |
| 2023-06-23 | Resolve vars when reporting WF error | Michael Goulet | -6/+6 |
| 2023-06-23 | Don't emit same goal as input during wf obligations | Michael Goulet | -1/+15 |
| 2023-06-23 | Fix failing rustdoc GUI test | Guillaume Gomez | -1/+4 |
| 2023-06-23 | tests: be even more permissive on attributes in one test | Augie Fackler | -17/+17 |
| 2023-06-23 | Add @files checks in rustdoc tests | Guillaume Gomez | -0/+17 |
| 2023-06-23 | Rollup merge of #112948 - bkrl:trait-impl-suggestion, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-06-23 | Rollup merge of #112941 - tshepang:patch-1, r=lqd | Matthias Krüger | -1/+1 |
| 2023-06-23 | Rollup merge of #112927 - GuillaumeGomez:where-clause-indent, r=notriddle | Matthias Krüger | -1/+20 |
| 2023-06-22 | Avoid guessing unknown trait impl in suggestions | Alexander Zhang | -4/+4 |
| 2023-06-22 | Don't structurally resolve during method ambiguity in probe | Michael Goulet | -0/+57 |
| 2023-06-22 | tests: be more permissive on attributes in one test | Augie Fackler | -1/+1 |
| 2023-06-22 | typo | Tshepang Mbambo | -1/+1 |