| Age | Commit message (Expand) | Author | Lines |
| 2023-06-24 | Don't test the profile override hack | jyn | -12/+15 |
| 2023-06-24 | Auto merge of #112996 - GuillaumeGomez:migrate-gui-test-color-16, r=notriddle | bors | -30/+30 |
| 2023-06-24 | fix: add cfg diagnostic for unresolved import error | bohan | -4/+71 |
| 2023-06-24 | instantiate hidden types in root universe | Ali MJ Al-Nasrawy | -3/+135 |
| 2023-06-24 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -30/+30 |
| 2023-06-24 | Auto merge of #112802 - lukas-code:fancy-bool, r=Nilstrieb | bors | -64/+61 |
| 2023-06-24 | Auto merge of #11019 - Centri3:ptr_arg, r=llogiq | bors | -57/+141 |
| 2023-06-24 | rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl b... | León Orell Valerian Liehr | -43/+74 |
| 2023-06-24 | Don't lint `ptr_arg` when return type uses Cow's lifetime | Catherine | -57/+141 |
| 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-24 | Auto merge of #112987 - compiler-errors:rollup-6anskq1, r=compiler-errors | bors | -145/+507 |
| 2023-06-23 | Rollup merge of #112986 - weihanglo:update-cargo, r=weihanglo | Michael Goulet | -0/+0 |
| 2023-06-23 | Rollup merge of #112983 - spastorino:new-rpitit-23, r=compiler-errors | Michael Goulet | -14/+110 |
| 2023-06-23 | Rollup merge of #112981 - spastorino:new-rpitit-22, r=compiler-errors | Michael Goulet | -25/+287 |
| 2023-06-23 | Rollup merge of #112973 - compiler-errors:oops-forgot-ftl, r=jyn514 | Michael Goulet | -0/+13 |
| 2023-06-23 | Rollup merge of #112965 - compiler-errors:circular-wf, r=aliemjay | Michael Goulet | -5/+27 |
| 2023-06-23 | Rollup merge of #112963 - oli-obk:tait_solver_decoupling, r=compiler-errors | Michael Goulet | -17/+6 |
| 2023-06-23 | Rollup merge of #112763 - Patryk27:bump-compiler-builtins, r=Amanieu | Michael Goulet | -3/+3 |
| 2023-06-23 | Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnay | Michael Goulet | -81/+61 |
| 2023-06-23 | Test color/verbose/warnings properly | jyn | -22/+25 |
| 2023-06-23 | Test cargo arguments passed by bootstrap.py | jyn | -88/+118 |
| 2023-06-23 | Allow passing arguments to `bootstrap_test.py` | jyn | -14/+9 |
| 2023-06-23 | Fix progress messages for configure in bootstrap_test.py | jyn | -1/+1 |
| 2023-06-24 | Update cargo | Weihang Lo | -0/+0 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -109/+377 |
| 2023-06-23 | Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -14/+110 |
| 2023-06-23 | Auto merge of #112974 - matthiaskrgr:rollup-hnk7ans, r=matthiaskrgr | bors | -271/+579 |
| 2023-06-23 | Fix return type notation errors with -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -25/+287 |
| 2023-06-23 | Add suggestion for bad block fragment error | Michael Goulet | -0/+32 |
| 2023-06-23 | Reduce typename width to 6.25rem | Noah Lev | -1/+1 |
| 2023-06-23 | Rollup merge of #112962 - GuillaumeGomez:fix-rustdoc-gui-tester, r=ozkanonur | Matthias Krüger | -52/+71 |
| 2023-06-23 | Rollup merge of #112960 - GuillaumeGomez:rustdoc-files-check, r=notriddle | Matthias Krüger | -3/+68 |
| 2023-06-23 | Rollup merge of #112925 - oli-obk:timeout_lint, r=cjgillot | Matthias Krüger | -1/+42 |
| 2023-06-23 | Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obk | Matthias Krüger | -174/+243 |
| 2023-06-23 | Rollup merge of #112810 - compiler-errors:dont-ice-on-bad-layout, r=wesleywiser | Matthias Krüger | -12/+80 |
| 2023-06-23 | Rollup merge of #112740 - GuillaumeGomez:link-to-search-chapter, r=notriddle | Matthias Krüger | -4/+14 |
| 2023-06-23 | Rollup merge of #112643 - compiler-errors:sized-obl-for-arg, r=wesleywiser | Matthias Krüger | -22/+57 |
| 2023-06-23 | Rollup merge of #112616 - ferrocene:pa-more-test-suite-fixes, r=Nilstrieb | Matthias Krüger | -3/+4 |
| 2023-06-23 | Bless tests | Gary Guo | -344/+344 |
| 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/+13 |
| 2023-06-23 | Make typenames a bit wider to support "existential type" | Noah Lev | -1/+1 |
| 2023-06-23 | issue template: add clippy entry which points to the clippy repo | Matthias Krüger | -0/+3 |
| 2023-06-23 | Abbreviate long typenames so they don't get wrapped in results | Noah Lev | -2/+2 |
| 2023-06-23 | Auto merge of #109982 - durin42:plt-no-x86_64-only, r=nikic | bors | -29/+54 |
| 2023-06-23 | Make `UnwindAction::Continue` explicit in MIR dump | Gary Guo | -1/+2 |
| 2023-06-23 | Resolve vars when reporting WF error | Michael Goulet | -6/+7 |
| 2023-06-23 | Don't emit same goal as input during wf obligations | Michael Goulet | -3/+24 |
| 2023-06-23 | Update wasi-libc | Christopher Serr | -1/+1 |