| Age | Commit message (Expand) | Author | Lines |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -20/+13 |
| 2020-01-26 | Auto merge of #68522 - estebank:impl-trait-sugg-2, r=oli-obk | bors | -17/+52 |
| 2020-01-25 | Auto merge of #68269 - csmoe:temp, r=estebank | bors | -5/+32 |
| 2020-01-24 | review comments | Esteban Küber | -10/+8 |
| 2020-01-24 | Apply `resolve_vars_if_possible` to returned types for more accurate suggestions | Esteban Küber | -2/+6 |
| 2020-01-24 | Use more accurate return path spans | Esteban Küber | -11/+42 |
| 2020-01-23 | Account for `ty::Error` when suggesting `impl Trait` or `Box<dyn Trait>` | Esteban Küber | -6/+8 |
| 2020-01-22 | Rollup merge of #68425 - phi-gamma:try-method, r=varkor | Tyler Mandry | -20/+34 |
| 2020-01-22 | Rollup merge of #68388 - varkor:toogeneric-wf, r=eddyb | Tyler Mandry | -11/+23 |
| 2020-01-21 | Cleanup: rewrite conditional as match | Philipp Gesang | -35/+31 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -60/+88 |
| 2020-01-21 | Handle methods in try diagnostic | Philipp Gesang | -0/+18 |
| 2020-01-21 | Make `TooGeneric` error in WF checking a proper error | varkor | -11/+23 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -34/+10 |
| 2020-01-20 | Add `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -43/+66 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -17/+22 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -10/+0 |
| 2020-01-20 | Auto merge of #68057 - Aaron1011:fix/marker-trait-selection, r=matthewjasper | bors | -6/+58 |
| 2020-01-19 | update test ui for raw-ptr borrow inside generator | csmoe | -1/+1 |
| 2020-01-19 | account temporary borrow by raw-ptr | csmoe | -5/+32 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -10/+0 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -8/+7 |
| 2020-01-17 | Rollup merge of #68195 - estebank:impl-trait-2000, r=Centril | Dylan DPC | -2993/+3342 |
| 2020-01-16 | Revert previous attempt at detecting unsatisfiable predicates | Aaron Hill | -34/+10 |
| 2020-01-16 | review comments | Esteban Küber | -26/+23 |
| 2020-01-16 | Account for object safety when suggesting `Box<dyn Trait>` | Esteban Küber | -1/+3 |
| 2020-01-16 | review comments | Esteban Küber | -166/+138 |
| 2020-01-16 | review comments | Esteban Küber | -6/+3 |
| 2020-01-16 | review comments | Esteban Küber | -122/+137 |
| 2020-01-16 | Split `librustc/traits/error_reporting.rs` | Esteban Küber | -1531/+1667 |
| 2020-01-16 | fmt | Esteban Küber | -3/+1 |
| 2020-01-16 | When trait bounds are missing for return values, point at them | Esteban Küber | -49/+73 |
| 2020-01-16 | Make `impl Trait` suggestion in E0746 `MachineApplicable` | Esteban Küber | -1/+1 |
| 2020-01-16 | Specific error for unsized `dyn Trait` return type | Esteban Küber | -2/+210 |
| 2020-01-16 | Rollup merge of #68274 - matthiaskrgr:dead_code, r=Dylan-DPC | Dylan DPC | -10/+6 |
| 2020-01-16 | remove dead code | Matthias Krüger | -10/+6 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -1/+1 |
| 2020-01-15 | Rollup merge of #68212 - csmoe:temp, r=estebank | Dylan DPC | -6/+26 |
| 2020-01-15 | wrap expr id into GeneratorInteriorTypeCause | csmoe | -4/+3 |
| 2020-01-15 | update async-await send/sync test | csmoe | -19/+19 |
| 2020-01-14 | suggest to limit lifetime of temporary borrow with let | csmoe | -1/+1 |
| 2020-01-14 | record generoator interior exprs in typecktable | csmoe | -6/+27 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -9/+33 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -1/+1 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -8/+10 |
| 2020-01-12 | Rollup merge of #67867 - matthewjasper:opaque-assoc-lookup, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -3/+11 |
| 2020-01-11 | reduce diversity in linting methods | Mazdak Farrokhzad | -3/+4 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -5/+6 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -3/+11 |