| Age | Commit message (Expand) | Author | Lines |
| 2020-02-02 | Avoid exponential behaviour when relating types | Matthew Jasper | -2/+19 |
| 2020-02-01 | remove rustc_ast_pretty dep from rustc | Mazdak Farrokhzad | -2/+0 |
| 2020-02-01 | pacify the parallel compiler | Mazdak Farrokhzad | -2/+2 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -0/+2 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -24/+25 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -11/+12 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -2/+0 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -4/+4 |
| 2020-01-29 | Move upvars query to librustc_passes. | Camille GILLOT | -2/+0 |
| 2020-01-29 | Move upvars.rs to librustc_passes. | Camille GILLOT | -110/+0 |
| 2020-01-29 | Move check_mod_attr query in librustc_passes. | Camille GILLOT | -1/+125 |
| 2020-01-29 | Move check_attr.rs to librustc_passes. | Camille GILLOT | -587/+0 |
| 2020-01-29 | Rollup merge of #68586 - Centril:repr-deny, r=pnkfelix | Yuki Okushi | -9/+12 |
| 2020-01-29 | Auto merge of #68512 - spastorino:local-is-copy, r=oli-obk | bors | -11/+11 |
| 2020-01-29 | Rollup merge of #68619 - gorilskij:master, r=varkor | Yuki Okushi | -2/+2 |
| 2020-01-29 | Rollup merge of #68289 - pnkfelix:issue-62649-dont-ice-on-path-collision-in-d... | Yuki Okushi | -9/+30 |
| 2020-01-28 | Fix a few spelling mistakes | gorilskij | -2/+2 |
| 2020-01-28 | Add an early-exit to `QueryNormalizer::fold_ty` | Jonas Schievink | -0/+4 |
| 2020-01-28 | Remove unneeded & on match pattern | Santiago Pastorino | -2/+2 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -3/+3 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -7/+7 |
| 2020-01-28 | lintify conflicting_repr_hints | Mazdak Farrokhzad | -9/+12 |
| 2020-01-27 | Collisions in the dep-graph due to path-reuse are rare but can occur. | Felix S. Klock II | -9/+30 |
| 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 | Normalise notes with the/is | varkor | -4/+4 |
| 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 | Use a `ParamEnvAnd<Predicate>` for caching in `ObligationForest` | Aaron Hill | -3/+6 |
| 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 |