| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -63/+4 |
| 2023-01-10 | Auto merge of #106607 - compiler-errors:be-more-accurate-abt-method-suggestio... | bors | -85/+196 |
| 2023-01-10 | Rollup merge of #106636 - djkoloski:accept_old_fuchsia_triple, r=tmandry | Yuki Okushi | -1/+7 |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -36/+14 |
| 2023-01-10 | Rollup merge of #106175 - compiler-errors:bad-import-sugg, r=oli-obk | Yuki Okushi | -29/+65 |
| 2023-01-10 | Rollup merge of #105708 - tomerze:enable-atomic-cas-bpf, r=nagisa | Yuki Okushi | -1/+5 |
| 2023-01-09 | Add issue number to FIXMEs | Tyler Mandry | -2/+2 |
| 2023-01-09 | Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-dead | bors | -201/+248 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -19/+13 |
| 2023-01-09 | review comment | Michael Goulet | -8/+13 |
| 2023-01-09 | hack: don't normalize xform_ret_ty for trait/object candidates unless needed | Michael Goulet | -25/+42 |
| 2023-01-09 | Add lookup_probe_for_diagnostic | Michael Goulet | -74/+98 |
| 2023-01-09 | Consider method return type for various method suggestions | Michael Goulet | -16/+77 |
| 2023-01-09 | No need to take opaques in check_type_bounds | Michael Goulet | -17/+1 |
| 2023-01-09 | Unconditionally normalize xform_ret_ty in probe | Michael Goulet | -32/+41 |
| 2023-01-09 | Accept old spelling of Fuchsia target triples | David Koloski | -1/+7 |
| 2023-01-09 | Rollup merge of #106614 - Ezrashaw:ui-test-fixups-2, r=GuillaumeGomez | fee1-dead | -4/+37 |
| 2023-01-09 | Rollup merge of #106549 - wcampbell0x2a:use-fmt-named-parameters-borrowck, r=... | fee1-dead | -92/+63 |
| 2023-01-09 | Rollup merge of #106468 - compiler-errors:err-instability, r=lcnr | fee1-dead | -2/+9 |
| 2023-01-09 | Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr | fee1-dead | -55/+52 |
| 2023-01-09 | Rollup merge of #106291 - obeis:issue-106182, r=oli-obk | fee1-dead | -0/+17 |
| 2023-01-09 | Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obk | fee1-dead | -31/+34 |
| 2023-01-09 | Rollup merge of #106061 - ilovepi:fuchsia-scs, r=oli-obk | fee1-dead | -1/+3 |
| 2023-01-09 | Rollup merge of #105655 - RedDocMD:bug-105645, r=oli-obk | fee1-dead | -0/+7 |
| 2023-01-09 | Rollup merge of #105292 - JulianKnodt:no_eager_commit, r=BoxyUwU | fee1-dead | -16/+26 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -314/+368 |
| 2023-01-09 | Auto merge of #106340 - saethlin:propagate-operands, r=oli-obk | bors | -5/+1 |
| 2023-01-09 | Clean up | kadmin | -23/+9 |
| 2023-01-09 | Check for duplicates | kadmin | -3/+15 |
| 2023-01-09 | Set !const_evaluatable if ambig. and not inferred | kadmin | -12/+10 |
| 2023-01-09 | Change based on comments | kadmin | -7/+26 |
| 2023-01-09 | Change commit_if_ok to probe | kadmin | -8/+3 |
| 2023-01-09 | Auto merge of #106582 - compiler-errors:better-spans-on-bad-tys, r=lcnr | bors | -40/+25 |
| 2023-01-08 | Rollup merge of #106606 - estebank:bad-nested-turbofish, r=compiler-errors | Michael Goulet | -2/+10 |
| 2023-01-08 | Rollup merge of #106600 - compiler-errors:no-private-field-ty-err, r=estebank | Michael Goulet | -3/+3 |
| 2023-01-08 | Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebank | Michael Goulet | -1/+93 |
| 2023-01-08 | Rollup merge of #106363 - estebank:mutability-mismatch-arg, r=Nilstrieb | Michael Goulet | -7/+45 |
| 2023-01-08 | Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwco | Michael Goulet | -40/+67 |
| 2023-01-09 | docs/test: add error-docs and UI test for `E0711` | Ezra Shaw | -1/+31 |
| 2023-01-09 | docs/test: add empty error-docs for `E0208`, `E0640` and `E0717` | Ezra Shaw | -3/+6 |
| 2023-01-08 | Do not emit structured suggestion for turbofish with wrong span | Esteban Küber | -2/+10 |
| 2023-01-08 | Suppress type errors that come from private fields | Michael Goulet | -3/+3 |
| 2023-01-08 | Don't store spans in assumed_wf_types actually | Michael Goulet | -61/+14 |
| 2023-01-08 | Normalize assumed_wf_types after wfchecking is complete, for better spans | Michael Goulet | -3/+4 |
| 2023-01-08 | Improve spans of non-WF implied bound types | Michael Goulet | -51/+82 |
| 2023-01-08 | Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco | bors | -107/+127 |
| 2023-01-08 | Auto merge of #105733 - compiler-errors:ty-ct-late-flags, r=cjgillot | bors | -14/+42 |
| 2023-01-08 | Rollup merge of #106581 - estebank:bad-suggestion, r=compiler-errors | Yuki Okushi | -1/+4 |
| 2023-01-08 | Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errors | Yuki Okushi | -44/+1 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -15/+8 |