| Age | Commit message (Expand) | Author | Lines |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -15/+16 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -1/+1 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -16/+15 |
| 2022-10-16 | Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillot | bors | -6/+10 |
| 2022-10-08 | Rollup merge of #99818 - aliemjay:fix-closure-normalize, r=jackh726 | Michael Howell | -0/+135 |
| 2022-10-08 | don't ICE when normalizing closure input tys | Ali MJ Al-Nasrawy | -0/+135 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -2/+2 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -2/+2 |
| 2022-09-30 | create def ids for impl traits during ast lowering | Santiago Pastorino | -4/+4 |
| 2022-09-30 | bless | Boxy | -1/+1 |
| 2022-09-28 | Fix missing explanation of where borrowed reference is used when the borrow o... | Yan Chen | -6/+10 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -26/+26 |
| 2022-09-26 | address review | b-naber | -26/+26 |
| 2022-09-26 | bless tests | b-naber | -6/+6 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+10 |
| 2022-09-17 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+6 |
| 2022-09-16 | Final bits | Jack Huey | -0/+12 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -12/+0 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -6/+0 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+6 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -0/+12 |
| 2022-09-13 | Use def_span for external requirements. | Camille GILLOT | -419/+134 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -82/+162 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -2/+2 |
| 2022-09-06 | Shrink span for bindings with subpatterns. | Camille GILLOT | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-17 | implied_bounds: clarify our assumptions | lcnr | -4/+4 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -1/+11 |
| 2022-08-02 | NLL: relate closure to parent fn | Ali MJ Al-Nasrawy | -0/+97 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -2/+2 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -2/+2 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -2/+2 |
| 2022-07-24 | Combine redundant obligation cause codes | Michael Goulet | -2/+2 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -4/+4 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -7/+7 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -4/+4 |
| 2022-07-11 | Rollup merge of #98713 - nikomatsakis:issue-98693, r=jackh726 | Matthias Krüger | -0/+38 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -238/+145 |
| 2022-07-07 | Wording tweak | Esteban Küber | -8/+12 |
| 2022-07-07 | Fix label on uninit binding field assignment | Esteban Küber | -4/+4 |
| 2022-07-07 | Avoid misleading message/label in `match-cfg-fake-edges.rs` test | Esteban Küber | -2/+5 |
| 2022-07-07 | Review comments: wording | Esteban Küber | -2/+2 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -52/+50 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -96/+147 |
| 2022-07-07 | Fix borrowck closure span. | Camille GILLOT | -6/+18 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -238/+133 |
| 2022-06-30 | promote placeholder bounds to 'static obligations | Niko Matsakis | -0/+38 |
| 2022-06-24 | Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726 | bors | -0/+104 |
| 2022-06-23 | Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillot | Michael Goulet | -0/+69 |