| Age | Commit message (Expand) | Author | Lines |
| 2022-12-20 | Rollup merge of #105897 - oli-obk:tait_patterns, r=TaKO8Ki | Matthias Krüger | -0/+10 |
| 2022-12-20 | Rollup merge of #105791 - Ezrashaw:add-e0472-long-docs, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+57 |
| 2022-12-20 | Re-enable fn trait call notation error | Michael Goulet | -0/+26 |
| 2022-12-20 | rustdoc: prevent CSS layout of line numbers shrinking into nothing | Michael Howell | -2/+107 |
| 2022-12-20 | Hackily fix an opaque type ICE | Oli Scherer | -0/+10 |
| 2022-12-20 | Rollup merge of #105945 - JohnTitor:issue-57404, r=compiler-errors | Matthias Krüger | -0/+23 |
| 2022-12-20 | Rollup merge of #105944 - JohnTitor:issue-80816, r=compiler-errors | Matthias Krüger | -0/+81 |
| 2022-12-20 | Rollup merge of #105943 - JohnTitor:issue-102206, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2022-12-20 | Rollup merge of #105939 - GuillaumeGomez:improve-description-gui-test, r=Dyla... | Matthias Krüger | -1/+1 |
| 2022-12-20 | Rollup merge of #105930 - JakobDegen:nal-unsound, r=oli-obk | Matthias Krüger | -18/+10 |
| 2022-12-20 | Rollup merge of #105835 - tmiasko:cleanup-post-borrowck, r=JakobDegen | Matthias Krüger | -9/+7 |
| 2022-12-20 | Add regression test for #57404 | Yuki Okushi | -0/+23 |
| 2022-12-20 | Add regression test for #80816 | Yuki Okushi | -0/+81 |
| 2022-12-20 | Add regression test for #102206 | Yuki Okushi | -0/+31 |
| 2022-12-20 | docs: add long error explanation for error E0472 | Ezra Shaw | -0/+2 |
| 2022-12-20 | Rollup merge of #105935 - Ezrashaw:add-test+docs-for-e0377, r=GuillaumeGomez | Matthias Krüger | -0/+23 |
| 2022-12-20 | Rollup merge of #105912 - notriddle:notriddle/pre-line-height, r=GuillaumeGomez | Matthias Krüger | -0/+24 |
| 2022-12-20 | Improve description of struct-fields GUI test | Guillaume Gomez | -1/+1 |
| 2022-12-20 | docs/test: add UI test and long-form error docs for `E0377` | Ezra Shaw | -0/+23 |
| 2022-12-20 | Auto merge of #105575 - compiler-errors:impl-wf-lint, r=oli-obk | bors | -0/+75 |
| 2022-12-19 | Disable `NormalizeArrayLen` | Jakob Degen | -18/+10 |
| 2022-12-20 | Auto merge of #105918 - matthiaskrgr:rollup-mmazd62, r=matthiaskrgr | bors | -23/+71 |
| 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 #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 | 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 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -0/+85 |
| 2022-12-19 | rustdoc: force pre tags to have the default line height | Michael Howell | -0/+24 |
| 2022-12-19 | implement the skeleton of the updated trait solver | lcnr | -0/+54 |
| 2022-12-19 | add function to tell if the current ambiguity error matches a previous one in... | Yiming Lei | -54/+8 |
| 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 | 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 #105883 - matthiaskrgr:rollup-v5n53t1, r=matthiaskrgr | bors | -7/+143 |
| 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 | Rollup merge of #105420 - tmiasko:dest-prop-dead-code, r=JakobDegen | Matthias Krüger | -0/+104 |
| 2022-12-18 | Auto merge of #104417 - mejrs:mir_build, r=davidtwco | bors | -11/+11 |
| 2022-12-18 | higher-ranked lifetime message | Michael Goulet | -0/+36 |
| 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 |