| Age | Commit message (Expand) | Author | Lines |
| 2022-12-22 | Move z-crate-attr test to the attributes dir | Yuki Okushi | -0/+0 |
| 2022-12-22 | Add regression test for #99647 | Yuki Okushi | -0/+15 |
| 2022-12-22 | Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgr | bors | -4/+93 |
| 2022-12-22 | Suggest associated const on capitalization error | Michael Goulet | -0/+72 |
| 2022-12-22 | Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitor | bors | -0/+29 |
| 2022-12-22 | Rollup merge of #105996 - Swatinem:async-is-unwindsafe, r=petrochenkov | Matthias Krüger | -0/+68 |
| 2022-12-22 | Rollup merge of #105985 - compiler-errors:method-chain-nitpicks, r=estebank | Matthias Krüger | -4/+4 |
| 2022-12-22 | Rollup merge of #105837 - compiler-errors:issue-105728, r=estebank | Matthias Krüger | -0/+21 |
| 2022-12-22 | Rollup merge of #105995 - JohnTitor:issue-96530, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2022-12-21 | Update track_caller tests; run fmt | Bryan Garza | -15/+7 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -3/+3 |
| 2022-12-21 | Test the borrowck behavior of if-let guards | Léo Lanteri Thauvin | -62/+645 |
| 2022-12-21 | Give opaque types a better coherence error | Oli Scherer | -1/+1 |
| 2022-12-21 | Test that async blocks are UnwindSafe | Arpad Borsos | -0/+68 |
| 2022-12-21 | Add regression test for #96530 | Yuki Okushi | -0/+29 |
| 2022-12-21 | Substitute things correctly | Michael Goulet | -4/+4 |
| 2022-12-21 | forgot a return in drop tracking handle_uninhabited_return | Michael Goulet | -11/+91 |
| 2022-12-21 | Improve code based on feedback. | Bryan Garza | -23/+7 |
| 2022-12-21 | Update track_caller logic/lint after rebase | Bryan Garza | -7/+12 |
| 2022-12-21 | update wording of lint | Bryan Garza | -2/+2 |
| 2022-12-21 | Update code based on PR comments | Bryan Garza | -102/+40 |
| 2022-12-21 | Switch `#[track_caller]` back to a no-op unless feature gate is enabled | Bryan Garza | -0/+111 |
| 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 | Re-enable fn trait call notation error | Michael Goulet | -0/+26 |
| 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 | 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 | 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-20 | Auto merge of #105918 - matthiaskrgr:rollup-mmazd62, r=matthiaskrgr | bors | -23/+70 |
| 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/+8 |
| 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 | 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 |