| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -1/+1 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -47/+25 |
| 2020-01-11 | Move some queries from rustc::ty to librustc_passes. | Camille GILLOT | -354/+2 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -32/+42 |
| 2020-01-11 | Use Arena for interning | John Kåre Alsaker | -20/+10 |
| 2020-01-11 | Lift using interners instead of in_arena | John Kåre Alsaker | -17/+22 |
| 2020-01-11 | pacify the parallel compiler | Mazdak Farrokhzad | -2/+3 |
| 2020-01-11 | inline maybe_lint_level_root | Mazdak Farrokhzad | -8/+6 |
| 2020-01-11 | move LintSource to levels | Mazdak Farrokhzad | -3/+3 |
| 2020-01-11 | GlobalCtxt: Erase `LintStore` type. | Mazdak Farrokhzad | -3/+7 |
| 2020-01-11 | reduce diversity in linting methods | Mazdak Farrokhzad | -26/+0 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -16/+17 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -7/+5 |
| 2020-01-11 | Rollup merge of #67258 - Centril:open-ended-ranges, r=oli-obk | Yuki Okushi | -22/+73 |
| 2020-01-10 | Fix some rebasing fallout. | Michael Woerister | -1/+1 |
| 2020-01-10 | Run 'x.py fmt'. | Michael Woerister | -71/+31 |
| 2020-01-10 | self-profile: Fix issue with handling query blocking. | Michael Woerister | -11/+27 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -36/+308 |