| Age | Commit message (Expand) | Author | Lines |
| 2020-02-27 | lit_to_const: gracefully bubble up type errors. | Mazdak Farrokhzad | -0/+4 |
| 2020-02-21 | lintify conflicting_repr_hints | Mazdak Farrokhzad | -9/+12 |
| 2020-02-21 | Do not ICE when encountering `yield` inside `async` block | Esteban Küber | -3/+3 |
| 2020-01-27 | make matches exhaustive | Matthias Krüger | -6/+14 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -37/+30 |
| 2020-01-26 | Auto merge of #68545 - estebank:verbose-bound-display, r=petrochenkov | bors | -3/+7 |
| 2020-01-26 | Auto merge of #68522 - estebank:impl-trait-sugg-2, r=oli-obk | bors | -17/+52 |
| 2020-01-26 | Auto merge of #68517 - oli-obk:spaces2, r=nagisa | bors | -3/+3 |
| 2020-01-26 | Auto merge of #68031 - Marwes:fold_list, r=estebank | bors | -17/+35 |
| 2020-01-25 | Use better bound names in `-Zverbose` mode | Esteban Küber | -3/+7 |
| 2020-01-25 | Auto merge of #68516 - oli-obk:spaces, r=eddyb | bors | -3/+9 |
| 2020-01-25 | Don't use spaces before type ascription like colons | Oliver Scherer | -3/+3 |
| 2020-01-25 | Auto merge of #68269 - csmoe:temp, r=estebank | bors | -5/+32 |
| 2020-01-25 | Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obk | Yuki Okushi | -8/+30 |
| 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-24 | Print constants in `type_name` for const generics | varkor | -8/+30 |
| 2020-01-24 | Render const pointers in MIR more compactly | Oliver Scherer | -3/+9 |
| 2020-01-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -68/+103 |
| 2020-01-23 | Account for `ty::Error` when suggesting `impl Trait` or `Box<dyn Trait>` | Esteban Küber | -6/+8 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -24/+85 |
| 2020-01-23 | Always just use symbol name for sorting exported symbols. | Michael Woerister | -38/+0 |
| 2020-01-23 | Clarify some methods around instance instantiation via comments and clearer n... | Michael Woerister | -6/+18 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -2/+2 |
| 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-23 | Add `-Z no-link` flag | Victor Ding | -3/+4 |
| 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 |