| Age | Commit message (Expand) | Author | Lines |
| 2022-12-20 | Auto merge of #105575 - compiler-errors:impl-wf-lint, r=oli-obk | bors | -1/+76 |
| 2022-12-20 | Auto merge of #105918 - matthiaskrgr:rollup-mmazd62, r=matthiaskrgr | bors | -29/+73 |
| 2022-12-19 | Rollup merge of #105915 - andrewpollack:revert-105250-async-rm-resumety, r=tm... | Matthias Krüger | -23/+16 |
| 2022-12-19 | Rollup merge of #105913 - notriddle:notriddle/width-limiter, r=GuillaumeGomez | Matthias Krüger | -6/+2 |
| 2022-12-19 | Rollup merge of #105910 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-12-19 | Rollup merge of #105895 - oli-obk:tait_coherence, r=lcnr | Matthias Krüger | -0/+46 |
| 2022-12-19 | Rollup merge of #105860 - Ezrashaw:add-long-errors-0460-0457, r=jruderman,Gui... | Matthias Krüger | -0/+9 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -23/+16 |
| 2022-12-19 | rustdoc: remove width-limiter from source pages, stop overriding CSS | Michael Howell | -6/+2 |
| 2022-12-19 | add non-regression test for issue 105809 | Rémy Rakic | -0/+36 |
| 2022-12-19 | Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin... | Michael Goulet | -26/+16 |
| 2022-12-19 | Make Clippy test no longer unsound | Michael Goulet | -1/+1 |
| 2022-12-19 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -0/+85 |
| 2022-12-19 | Update books | rustbot | -0/+0 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -76/+0 |
| 2022-12-19 | Test that we don't add a new kind of breaking change with TAITs | Oli Scherer | -0/+46 |
| 2022-12-19 | Auto merge of #105892 - Dylan-DPC:rollup-eozolx4, r=Dylan-DPC | bors | -0/+113 |
| 2022-12-19 | Rollup merge of #105882 - compiler-errors:issue-105832, r=jackh726 | Dylan DPC | -0/+32 |
| 2022-12-19 | Rollup merge of #105839 - LegionMammal978:mut-upvar-not-send, r=lcnr | Dylan DPC | -0/+81 |
| 2022-12-19 | Auto merge of #105845 - lqd:revert-thinlto-revert, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-12-19 | Auto merge of #105884 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-12-19 | Auto merge of #105883 - matthiaskrgr:rollup-v5n53t1, r=matthiaskrgr | bors | -8/+144 |
| 2022-12-18 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-18 | Rollup merge of #105863 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-12-18 | Rollup merge of #105842 - compiler-errors:arg-name-sugg, r=petrochenkov | Matthias Krüger | -7/+7 |
| 2022-12-18 | Rollup merge of #105447 - TaKO8Ki:add-test-for-103095, r=petrochenkov | Matthias Krüger | -0/+30 |
| 2022-12-18 | Rollup merge of #105419 - YC:issue-41731, r=petrochenkov | Matthias Krüger | -0/+106 |
| 2022-12-18 | Auto merge of #105446 - erikdesjardins:vt-size, r=nikic | bors | -1/+52 |
| 2022-12-18 | Don't ICE in closure arg borrow suggestion | Michael Goulet | -0/+32 |
| 2022-12-19 | docs: add long-form error-code docs for E0457 | Ezra Shaw | -0/+1 |
| 2022-12-19 | docs: add long-form error-code docs for E0460 | Ezra Shaw | -0/+8 |
| 2022-12-18 | Auto merge of #105876 - matthiaskrgr:rollup-a9dgzjt, r=matthiaskrgr | bors | -61/+210 |
| 2022-12-18 | Rollup merge of #105844 - albertlarsan68:x-rewrite, r=jyn514 | Matthias Krüger | -40/+32 |
| 2022-12-18 | Rollup merge of #105420 - tmiasko:dest-prop-dead-code, r=JakobDegen | Matthias Krüger | -0/+104 |
| 2022-12-18 | Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514 | Matthias Krüger | -21/+74 |
| 2022-12-18 | Update browser-ui-test version to reduce GUI tests flakyness | Guillaume Gomez | -1/+1 |
| 2022-12-18 | Make x use the x and x.ps1 scripts | Albert Larsan | -40/+32 |
| 2022-12-18 | Auto merge of #105714 - jyn514:tidy-first, r=Mark-Simulacrum | bors | -8/+20 |
| 2022-12-18 | Auto merge of #104417 - mejrs:mir_build, r=davidtwco | bors | -11/+11 |
| 2022-12-17 | Auto merge of #105849 - matthiaskrgr:rollup-ya4s1n2, r=matthiaskrgr | bors | -44/+283 |
| 2022-12-17 | Remove special cases for setup subcommand | Benjamin Tong | -21/+74 |
| 2022-12-17 | Rollup merge of #105829 - the8472:tidy-style, r=jyn514 | Matthias Krüger | -34/+70 |
| 2022-12-17 | Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk | Matthias Krüger | -0/+180 |
| 2022-12-17 | Rollup merge of #105792 - Ezrashaw:add-e0320-long-docs, r=GuillaumeGomez | Matthias Krüger | -0/+4 |
| 2022-12-17 | Rollup merge of #105789 - notriddle:notriddle/examples-margin, r=GuillaumeGomez | Matthias Krüger | -9/+4 |
| 2022-12-17 | Rollup merge of #105559 - mkroening:install-llvm-tools, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2022-12-17 | Re-enable ThinLTO for rustc on x86_64-apple-darwin dist builds | Rémy Rakic | -1/+1 |
| 2022-12-17 | print argument name in arg mismatch if possible | Michael Goulet | -7/+7 |
| 2022-12-17 | Symlink `build/host` -> `build/x86_64-unknown-linux-gnu` (as appropriate per ... | Joshua Nelson | -1/+18 |
| 2022-12-17 | Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrum | bors | -13/+36 |