| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -704658/+0 |
| 2023-01-11 | Rollup merge of #106645 - c410-f3r:rfc-2397-1, r=oli-obk | Yuki Okushi | -0/+63 |
| 2023-01-11 | Rollup merge of #106642 - albertlarsan68:test-106062, r=JohnTitor | Yuki Okushi | -0/+42 |
| 2023-01-11 | Rollup merge of #106521 - oskgo:remove-E0280, r=jackh726 | Yuki Okushi | -44/+43 |
| 2023-01-10 | Auto merge of #106607 - compiler-errors:be-more-accurate-abt-method-suggestio... | bors | -22/+133 |
| 2023-01-10 | Auto merge of #106656 - JohnTitor:rollup-rk2qltg, r=JohnTitor | bors | -57/+160 |
| 2023-01-10 | remove E0280 and ICE instead | bowlerman | -44/+43 |
| 2023-01-10 | Auto merge of #106495 - JohnTitor:issue-100772, r=compiler-errors | bors | -0/+11 |
| 2023-01-09 | [RFC 2397] Initial implementation | Caio | -0/+63 |
| 2023-01-10 | Rollup merge of #106640 - lcnr:update-test, r=jackh726 | Yuki Okushi | -43/+58 |
| 2023-01-10 | Rollup merge of #106175 - compiler-errors:bad-import-sugg, r=oli-obk | Yuki Okushi | -14/+102 |
| 2023-01-09 | Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-dead | bors | -1134/+2029 |
| 2023-01-09 | hack: don't normalize xform_ret_ty for trait/object candidates unless needed | Michael Goulet | -14/+0 |
| 2023-01-09 | Consider method return type for various method suggestions | Michael Goulet | -22/+147 |
| 2023-01-09 | Add test for issue 106062 | Albert Larsan | -0/+42 |
| 2023-01-09 | update test for inductive canonical cycles | lcnr | -43/+58 |
| 2023-01-09 | Rollup merge of #106614 - Ezrashaw:ui-test-fixups-2, r=GuillaumeGomez | fee1-dead | -1/+44 |
| 2023-01-09 | Rollup merge of #106291 - obeis:issue-106182, r=oli-obk | fee1-dead | -3/+48 |
| 2023-01-09 | Rollup merge of #106047 - uweigand:s390x-test-bigendian-ui, r=oli-obk | fee1-dead | -1130/+1716 |
| 2023-01-09 | Rollup merge of #105655 - RedDocMD:bug-105645, r=oli-obk | fee1-dead | -0/+26 |
| 2023-01-09 | Rollup merge of #105292 - JulianKnodt:no_eager_commit, r=BoxyUwU | fee1-dead | -0/+195 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -189/+814 |
| 2023-01-09 | Clean up | kadmin | -2/+124 |
| 2023-01-09 | Set !const_evaluatable if ambig. and not inferred | kadmin | -0/+38 |
| 2023-01-09 | Change based on comments | kadmin | -1/+12 |
| 2023-01-09 | Change commit_if_ok to probe | kadmin | -13/+37 |
| 2023-01-09 | Auto merge of #106582 - compiler-errors:better-spans-on-bad-tys, r=lcnr | bors | -87/+64 |
| 2023-01-09 | fix: fix CI errors | Ezra Shaw | -1/+11 |
| 2023-01-08 | Rollup merge of #106606 - estebank:bad-nested-turbofish, r=compiler-errors | Michael Goulet | -0/+14 |
| 2023-01-08 | Rollup merge of #106600 - compiler-errors:no-private-field-ty-err, r=estebank | Michael Goulet | -8/+35 |
| 2023-01-08 | Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebank | Michael Goulet | -0/+107 |
| 2023-01-08 | Rollup merge of #106363 - estebank:mutability-mismatch-arg, r=Nilstrieb | Michael Goulet | -23/+46 |
| 2023-01-08 | Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwco | Michael Goulet | -102/+102 |
| 2023-01-09 | docs/test: add error-docs and UI test for `E0711` | Ezra Shaw | -0/+33 |
| 2023-01-09 | Add regression test for #100772 | Yuki Okushi | -0/+11 |
| 2023-01-08 | Do not emit structured suggestion for turbofish with wrong span | Esteban Küber | -0/+14 |
| 2023-01-08 | Suppress type errors that come from private fields | Michael Goulet | -8/+35 |
| 2023-01-08 | Don't store spans in assumed_wf_types actually | Michael Goulet | -2/+29 |
| 2023-01-08 | Normalize assumed_wf_types after wfchecking is complete, for better spans | Michael Goulet | -14/+14 |
| 2023-01-08 | Improve spans of non-WF implied bound types | Michael Goulet | -102/+52 |
| 2023-01-08 | Remove extra space | Yukang | -1/+1 |
| 2023-01-08 | Rollup merge of #106581 - estebank:bad-suggestion, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -0/+34 |
| 2023-01-08 | Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler... | Yuki Okushi | -0/+27 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -102/+102 |
| 2023-01-08 | Do not emit wrong E0308 suggestion for closure mismatch | Esteban Küber | -4/+0 |
| 2023-01-08 | Add test | Esteban Küber | -0/+33 |
| 2023-01-08 | doc/test: add UI test and reword docs for `E0013` and `E0015` | Ezra Shaw | -0/+34 |
| 2023-01-07 | Rollup merge of #106509 - estebank:closure-in-block, r=davidtwco | Matthias Krüger | -24/+32 |
| 2023-01-07 | Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco | Matthias Krüger | -0/+36 |