| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -270/+0 | |
| 2020-06-19 | Account for multiple impl/dyn Trait in return type when suggesting `'_` | Esteban Küber | -10/+21 | |
| 2020-06-15 | When `'static` is explicit, suggest constraining argument with it | Esteban Küber | -1/+4 | |
| 2020-06-15 | Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` return ↵ | Esteban Küber | -4/+4 | |
| types | ||||
| 2020-05-31 | Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov | Ralf Jung | -15/+1 | |
| Account for trailing comma when suggesting `where` clauses Fix #72693. | ||||
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -0/+19 | |
| Provide a suggestion for `dyn Trait + '_` when possible. | ||||
| 2020-05-29 | Move common code to `WhereClause` | Esteban Küber | -12/+1 | |
| 2020-05-28 | Account for trailing comma when suggesting `where` clauses | Esteban Küber | -12/+9 | |
| Fix #72693. | ||||
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -1/+183 | |
| When encountering a projection that isn't satisfied by a type parameter, suggest constraining the type parameter. | ||||
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -8/+12 | |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+65 | |
