| Age | Commit message (Expand) | Author | Lines |
| 2020-02-04 | Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebank | bors | -12/+2 |
| 2020-02-04 | Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-04 | Rollup merge of #68815 - matthiaskrgr:redundant_imports, r=alexcrichton | Dylan DPC | -1/+0 |
| 2020-02-04 | Remove the `overlapping_marker_traits` feature | Aaron Hill | -12/+2 |
| 2020-02-04 | Implement proper C ABI lowering for RISC-V | msizanoen1 | -0/+1 |
| 2020-02-04 | fix couple of perf related clipyp warnings | Matthias Krüger | -1/+1 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 |
| 2020-02-02 | Use correct `ParamEnv` in `Instance::resolve` | Matthew Jasper | -1/+1 |
| 2020-02-02 | Address review comments | Matthew Jasper | -11/+22 |
| 2020-02-02 | Improve needs_drop query | Matthew Jasper | -12/+78 |
| 2020-02-02 | Add IS_MANUALLY_DROP to AdtFlags | Matthew Jasper | -5/+17 |
| 2020-02-02 | Use more accurate failed predicate spans | Esteban Küber | -2/+7 |
| 2020-02-02 | Use real resume type as second argument | Jonas Schievink | -1/+2 |
| 2020-02-02 | Add a resume type param to the generator substs | Jonas Schievink | -11/+34 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -2/+2 |
| 2020-02-01 | pacify the parallel compiler | Mazdak Farrokhzad | -2/+2 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -16/+16 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -6/+6 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -6/+6 |
| 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 | Don't use spaces before type ascription like colons | Oliver Scherer | -3/+3 |
| 2020-01-25 | Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obk | Yuki Okushi | -8/+30 |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -8/+30 |
| 2020-01-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -4/+59 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -1/+44 |
| 2020-01-23 | Clarify some methods around instance instantiation via comments and clearer n... | Michael Woerister | -3/+15 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -2/+2 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -16/+91 |
| 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 | -9/+0 |
| 2020-01-20 | Add `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -10/+56 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -10/+39 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -2/+0 |
| 2020-01-20 | Auto merge of #68057 - Aaron1011:fix/marker-trait-selection, r=matthewjasper | bors | -4/+9 |
| 2020-01-19 | InstanceDef::requires_caller_location limited to items. | Adam Perry | -1/+6 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -2/+0 |
| 2020-01-17 | Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb | Dylan DPC | -37/+32 |
| 2020-01-16 | Revert previous attempt at detecting unsatisfiable predicates | Aaron Hill | -9/+0 |
| 2020-01-16 | review comments | Esteban Küber | -2/+2 |
| 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 | -3/+13 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -0/+9 |
| 2020-01-15 | wrap expr id into GeneratorInteriorTypeCause | csmoe | -3/+4 |
| 2020-01-15 | update async-await send/sync test | csmoe | -8/+3 |
| 2020-01-14 | record generoator interior exprs in typecktable | csmoe | -0/+14 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -0/+11 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -0/+9 |
| 2020-01-13 | Explain fold_list | Markus Westerlind | -0/+5 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -1/+1 |