| Age | Commit message (Expand) | Author | Lines |
| 2023-03-06 | Do not ICE when we have fn pointer Fn obligations with bound vars in the self... | Michael Goulet | -3/+44 |
| 2023-03-06 | Auto merge of #108402 - clubby789:diag-bool-not-unit, r=davidtwco | bors | -45/+77 |
| 2023-03-06 | Auto merge of #108787 - cjgillot:sroa-lifetime, r=compiler-errors | bors | -476/+730 |
| 2023-03-06 | Auto merge of #108789 - matthiaskrgr:rollup-nyurto8, r=matthiaskrgr | bors | -54/+151 |
| 2023-03-05 | Auto merge of #108157 - scottmcm:tuple-gt-via-partialcmp, r=dtolnay | bors | -13/+179 |
| 2023-03-05 | Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonur | Matthias Krüger | -6/+8 |
| 2023-03-05 | Rollup merge of #108775 - cjgillot:issue-107860, r=compiler-errors | Matthias Krüger | -24/+39 |
| 2023-03-05 | Rollup merge of #108773 - jyn514:faster-tidy-fmt, r=albertlarsan68 | Matthias Krüger | -1/+5 |
| 2023-03-05 | Rollup merge of #108770 - GuillaumeGomez:improve-doc-and-naming, r=cjgillot | Matthias Krüger | -13/+20 |
| 2023-03-05 | Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors | Matthias Krüger | -7/+20 |
| 2023-03-05 | Rollup merge of #108746 - compiler-errors:rpitit-dont-project-default-w-no-va... | Matthias Krüger | -3/+41 |
| 2023-03-05 | Rollup merge of #108244 - lukas-code:semicolon-recovery-span, r=cjgillot | Matthias Krüger | -0/+18 |
| 2023-03-05 | Auto merge of #105117 - pitaj:debug_asserts, r=the8472 | bors | -35/+50 |
| 2023-03-05 | Remove -Zverbose. | Camille GILLOT | -136/+125 |
| 2023-03-05 | Erase lifetimes in SROA. | Camille GILLOT | -7/+272 |
| 2023-03-05 | Move SROA tests. | Camille GILLOT | -469/+469 |
| 2023-03-05 | Auto merge of #108041 - Mark-Simulacrum:relnotes, r=Mark-Simulacrum | bors | -0/+96 |
| 2023-03-05 | Use the correct bound vars in return type suggestion. | Camille GILLOT | -24/+39 |
| 2023-03-05 | Make `x test tidy` less noisy | Joshua Nelson | -6/+8 |
| 2023-03-05 | x fmt: Only check modified files locally | Joshua Nelson | -1/+5 |
| 2023-03-05 | Auto merge of #108771 - matthiaskrgr:rollup-whlvo2g, r=matthiaskrgr | bors | -250/+231 |
| 2023-03-05 | Rollup merge of #108749 - GuillaumeGomez:clean-up-rustdoc-js-tester, r=notriddle | Matthias Krüger | -58/+55 |
| 2023-03-05 | Rollup merge of #108744 - compiler-errors:non_lifetime_binders-bad-copy-clone... | Matthias Krüger | -5/+39 |
| 2023-03-05 | Rollup merge of #108626 - ozkanonur:consistent-json-docs, r=aDotInTheVoid | Matthias Krüger | -33/+31 |
| 2023-03-05 | Rollup merge of #108618 - KittyBorgX:master, r=Mark-Simulacrum | Matthias Krüger | -8/+8 |
| 2023-03-05 | Rollup merge of #108616 - jyn514:sync-codegen, r=albertlarsan68 | Matthias Krüger | -0/+7 |
| 2023-03-05 | Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum | Matthias Krüger | -38/+0 |
| 2023-03-05 | Rollup merge of #106440 - jyn514:tidy, r=the8472 | Matthias Krüger | -108/+91 |
| 2023-03-05 | add test for https://github.com/rust-lang/rust/issues/108242 | Lukas Markeffsky | -0/+18 |
| 2023-03-05 | Improve documentation and argument naming of some TyCtxt methods | Guillaume Gomez | -13/+20 |
| 2023-03-05 | Don't walk the `tests/` directories in checks that always skip it | Joshua Nelson | -25/+15 |
| 2023-03-05 | Reuse allocations between files | Joshua Nelson | -3/+6 |
| 2023-03-05 | Ignore things in .gitignore in tidy | Joshua Nelson | -85/+75 |
| 2023-03-05 | Sync codegen defaults with compiler defaults and add a ping message so they s... | Joshua Nelson | -0/+7 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -154/+118 |
| 2023-03-05 | drop_tracking_mir: support new solver. | Camille GILLOT | -1/+1 |
| 2023-03-05 | drop_tracking_mir: avoid good path bug. | Camille GILLOT | -6/+8 |
| 2023-03-05 | drop_tracking_mir: diagnose recursive generator. | Camille GILLOT | -0/+11 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -152/+281 |
| 2023-03-05 | Auto merge of #107723 - Kobzol:bootstrap-bolt, r=Mark-Simulacrum | bors | -43/+146 |
| 2023-03-05 | Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiser | bors | -5/+20 |
| 2023-03-04 | Add 1.68.0 release notes | Mark Rousskov | -0/+96 |
| 2023-03-04 | Auto merge of #108747 - matthiaskrgr:rollup-wfc7fx4, r=matthiaskrgr | bors | -195/+176 |
| 2023-03-04 | Comment for why char boundaries aren't checked | Peter Jaszkowiak | -0/+6 |
| 2023-03-05 | fix inconsistent json outputs from rustdoc | ozkanonur | -33/+31 |
| 2023-03-04 | Clean up rustdoc-js tester.js file | Guillaume Gomez | -58/+55 |
| 2023-03-04 | Rollup merge of #108736 - clubby789:ast-passes-unstable, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2023-03-04 | Rollup merge of #108734 - clubby789:rustdoc-layout-uninhabited, r=GuillaumeGomez | Matthias Krüger | -0/+14 |
| 2023-03-04 | Rollup merge of #108724 - tshepang:de-public, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-03-04 | Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomez | Matthias Krüger | -21/+55 |