| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | mv std libs to library/ | mark | -1/+1 |
| 2020-07-22 | Further tweak wording of E0759 and introduce E0767 | Esteban Küber | -2/+2 |
| 2020-07-14 | Remove redundant explanatory `note` for type parameters | Esteban Küber | -1/+0 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -1/+4 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -1/+0 |
| 2020-07-01 | Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011 | Manish Goregaokar | -3/+3 |
| 2020-07-01 | Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebank | Manish Goregaokar | -0/+28 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -3/+3 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -12/+2 |
| 2020-06-27 | Use an 'approximate' universal upper bound when reporting region errors | Aaron Hill | -0/+28 |
| 2020-06-25 | Adds a clearer message for when the async keyword is missing from a function | Nell Shamrell | -8/+11 |
| 2020-06-15 | Change E0758 to E0759 to avoid conflict with #72912 | Esteban Küber | -2/+2 |
| 2020-06-15 | small tweaks | Esteban Küber | -5/+1 |
| 2020-06-15 | Register new eror code | Esteban Küber | -0/+1 |
| 2020-06-15 | Use note for requirement source span | Esteban Küber | -1/+5 |
| 2020-06-15 | review comments: wording | Esteban Küber | -1/+1 |
| 2020-06-15 | Tweak wording and add error code | Esteban Küber | -3/+3 |
| 2020-06-15 | Reduce verbosity of suggestion message and mention lifetime in label | Esteban Küber | -1/+1 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -0/+41 |
| 2020-06-12 | Rollup merge of #73225 - tmandry:issue-73050, r=oli-obk | Dylan DPC | -0/+12 |
| 2020-06-10 | Allow inference regions when relating consts | Tyler Mandry | -0/+12 |
| 2020-06-08 | Add regression test for #73137 | Dylan MacKenzie | -0/+42 |
| 2020-06-08 | Revert #71956 | Dylan MacKenzie | -1/+1 |
| 2020-06-05 | Rollup merge of #72260 - csmoe:issue-69276, r=estebank | Dylan DPC | -2/+3 |
| 2020-06-04 | resolve error code e0760 | csmoe | -2/+2 |
| 2020-05-30 | Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements | Esteban Küber | -8/+5 |
| 2020-05-30 | review comment: tweak wording and account for span overlap | Esteban Küber | -1/+1 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -1/+1 |
| 2020-05-26 | Don't bail out of trait selection when predicate references an error | Aaron Hill | -0/+50 |
| 2020-05-25 | Display information about captured variable in `FnMut` error | Aaron Hill | -0/+41 |
| 2020-05-25 | Rollup merge of #72450 - csmoe:issue-72442, r=oli-obk | Dylan DPC | -0/+40 |
| 2020-05-22 | bless issue-72442 | csmoe | -1/+16 |
| 2020-05-22 | add mcve for issue 72442 | csmoe | -0/+25 |
| 2020-05-22 | Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysis, r=tma... | bors | -1/+1 |
| 2020-05-20 | Auto merge of #71923 - csmoe:issue-70818, r=tmandry | bors | -0/+32 |
| 2020-05-19 | Update tests with new generator sizes | Dylan MacKenzie | -1/+1 |
| 2020-05-19 | Merge branch 'master' into issue-69276 | csmoe | -6/+69 |
| 2020-05-18 | bless suggestion on spell out | csmoe | -10/+3 |
| 2020-05-16 | suggest on Self return type | csmoe | -12/+0 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -6/+39 |
| 2020-05-12 | add ui test for issue-69276 | csmoe | -0/+20 |
| 2020-05-11 | bless ui tests | csmoe | -2/+20 |
| 2020-05-10 | add test case for issue-61076 | csmoe | -0/+12 |
| 2020-05-08 | checking on either interior or upvar | csmoe | -1/+1 |
| 2020-05-06 | bless issue-70818 test case | csmoe | -3/+28 |
| 2020-05-05 | Detect errors caused by `async` block in 2015 edition | Esteban Küber | -18/+9 |
| 2020-05-05 | record upvar into GeneratorInteriorTypeCause | csmoe | -2/+4 |
| 2020-05-04 | add testcase for issue-70818 | csmoe | -0/+5 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -2/+2 |
| 2020-04-28 | Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakis | Dylan DPC | -4/+4 |