| Age | Commit message (Expand) | Author | Lines |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -18/+2 |
| 2023-01-09 | Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-dead | bors | -10/+16 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -1/+1 |
| 2023-01-09 | No need to take opaques in check_type_bounds | Michael Goulet | -17/+1 |
| 2023-01-09 | Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obk | fee1-dead | -10/+16 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -31/+26 |
| 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 #106131 - compiler-errors:not-ptrs, r=davidtwco | Michael Goulet | -22/+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 | -37/+21 |
| 2023-01-08 | Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco | bors | -94/+111 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -22/+14 |
| 2023-01-08 | Add type flags support for Ty and Const late-bound regions | Michael Goulet | -1/+1 |
| 2023-01-07 | introduce AstConv::probe_adt | Ali MJ Al-Nasrawy | -7/+20 |
| 2023-01-07 | don't normalize in astconv | Ali MJ Al-Nasrawy | -30/+12 |
| 2023-01-07 | Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot | bors | -10/+19 |
| 2023-01-06 | Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener... | Michael Goulet | -6/+14 |
| 2023-01-06 | use smaller spans for missing lifetime/generic args | Takayuki Maeda | -6/+14 |
| 2023-01-05 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -2/+4 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -12/+12 |
| 2023-01-04 | Rollup merge of #106200 - compiler-errors:suggest-impl-trait, r=estebank | Matthias Krüger | -50/+97 |
| 2023-01-03 | Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser | Michael Goulet | -3/+3 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -7/+7 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -11/+11 |
| 2023-01-04 | Restore Fn trait note | Michael Goulet | -3/+3 |
| 2023-01-03 | Move check_region_obligations_and_report_errors to TypeErrCtxt | Michael Goulet | -10/+16 |
| 2023-01-03 | Suggest more impl Trait on `-> _` | Michael Goulet | -47/+94 |
| 2023-01-03 | Add note about wrapping in braces | kadmin | -10/+19 |
| 2023-01-01 | Implement fix for #67535 | Troy Neubauer | -3/+11 |
| 2023-01-01 | reduce spans for `unsafe impl` errors | Lukas Markeffsky | -3/+3 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -4/+4 |
| 2022-12-28 | Rework hir Bounds collection | Michael Goulet | -94/+111 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -4/+4 |
| 2022-12-28 | Auto merge of #106215 - matthiaskrgr:rollup-53r89ww, r=matthiaskrgr | bors | -7/+67 |
| 2022-12-28 | Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors | Matthias Krüger | -7/+67 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -33/+66 |
| 2022-12-28 | better names and a comment | Michael Goulet | -3/+36 |
| 2022-12-28 | Rename module compare_method -> compare_impl_item | Michael Goulet | -14/+14 |
| 2022-12-28 | make some things less pub | Michael Goulet | -5/+5 |
| 2022-12-27 | Emit fewer errors on invalid `#[repr(transparent)]` on `enum` | Esteban Küber | -4/+2 |
| 2022-12-27 | Shorten type in note | Esteban Küber | -6/+7 |
| 2022-12-27 | review comments | Esteban Küber | -6/+3 |
| 2022-12-26 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -2/+64 |
| 2022-12-27 | Rollup merge of #106151 - TaKO8Ki:remove-unused-imports, r=jackh726 | fee1-dead | -1/+0 |
| 2022-12-26 | remove unused imports | Takayuki Maeda | -1/+0 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -4/+1 |
| 2022-12-25 | fix some typos | KaDiWa | -1/+1 |
| 2022-12-24 | Bubble up ErrorGuaranteed from region constraints in method item compare | Michael Goulet | -10/+10 |
| 2022-12-24 | Rename some compare_method functions | Michael Goulet | -7/+7 |