| Age | Commit message (Expand) | Author | Lines |
| 2020-01-21 | Cleanup: rewrite conditional as match | Philipp Gesang | -35/+31 |
| 2020-01-21 | Auto merge of #68423 - Centril:rollup-bdjykrv, r=Centril | bors | -76/+179 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -76/+179 |
| 2020-01-21 | Handle methods in try diagnostic | Philipp Gesang | -0/+18 |
| 2020-01-21 | Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix | bors | -0/+25 |
| 2020-01-21 | Make `TooGeneric` error in WF checking a proper error | varkor | -11/+23 |
| 2020-01-21 | Rollup merge of #68302 - anp:caller-fn-ptr, r=eddyb,oli-obk | Yuki Okushi | -1/+6 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -50/+14 |
| 2020-01-20 | Make sure that all upstream generics get re-exported from Rust dylibs. | Michael Woerister | -3/+26 |
| 2020-01-20 | Add `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -53/+122 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -27/+61 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -30/+0 |
| 2020-01-20 | Auto merge of #68057 - Aaron1011:fix/marker-trait-selection, r=matthewjasper | bors | -10/+67 |
| 2020-01-19 | InstanceDef::requires_caller_location limited to items. | Adam Perry | -1/+6 |
| 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 | -30/+0 |
| 2020-01-18 | Rollup merge of #67712 - Centril:stabilize-slice_patterns, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -2/+2 |
| 2020-01-18 | Auto merge of #68001 - Marwes:lexical_region_resolve, r=nikomatsakis | bors | -40/+36 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -14/+13 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -1/+1 |
| 2020-01-17 | Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb | Dylan DPC | -38/+36 |
| 2020-01-17 | perf: Only search the potentially changed constraints in lexical_region_resolve | Markus Westerlind | -50/+29 |
| 2020-01-17 | perf: Filter out and process fixed constraints first in region expansion | Markus Westerlind | -16/+33 |
| 2020-01-17 | Rollup merge of #68292 - matthiaskrgr:clone_on_copy, r=eddyb | Dylan DPC | -1/+1 |
| 2020-01-17 | Rollup merge of #68288 - RalfJung:fmt, r=oli-obk | Dylan DPC | -3/+3 |
| 2020-01-17 | Rollup merge of #68195 - estebank:impl-trait-2000, r=Centril | Dylan DPC | -2995/+3344 |
| 2020-01-16 | Revert previous attempt at detecting unsatisfiable predicates | Aaron Hill | -50/+14 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-01-16 | review comments | Esteban Küber | -26/+23 |
| 2020-01-16 | let rustfmt undo most of my edits :( | Ralf Jung | -2/+1 |
| 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 | -124/+139 |
| 2020-01-16 | Split `librustc/traits/error_reporting.rs` | Esteban Küber | -1531/+1667 |
| 2020-01-16 | fix rustfmt fallout | Ralf Jung | -4/+5 |
| 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 | -4/+4 |
| 2020-01-16 | Rollup merge of #67780 - cjgillot:passes-ty, r=Zoxc | Dylan DPC | -354/+2 |
| 2020-01-15 | Rollup merge of #68212 - csmoe:temp, r=estebank | Dylan DPC | -9/+39 |
| 2020-01-15 | Rollup merge of #68226 - Aaron1011:fix/opaque-trace, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -1/+0 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -13/+49 |