| Age | Commit message (Expand) | Author | Lines |
| 2019-01-07 | Rollup merge of #57290 - mark-i-m:remove-outdated-comment, r=michaelwoerister | Pietro Albini | -3/+0 |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -3/+1 |
| 2019-01-05 | Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis | kennytm | -3/+0 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -1/+1 |
| 2019-01-05 | Rollup merge of #57295 - d-e-s-o:topic/be-be, r=zackmdavis | kennytm | -1/+1 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -72/+184 |
| 2019-01-04 | Remove unused name from CrateAnalysis | Igor Matuszewski | -1/+0 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -2/+0 |
| 2019-01-04 | Update src/librustc/ty/fold.rs | Artem Varaksa | -1/+1 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -350/+191 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -2/+123 |
| 2019-01-04 | Revert "add coherence future-compat warnings for marker-only trait objects" | Ariel Ben-Yehuda | -55/+7 |
| 2019-01-04 | add comment to <List<ExistentialPredicates>>::principal | Ariel Ben-Yehuda | -1/+25 |
| 2019-01-04 | avoid giving a principal to marker-only trait objects | Ariel Ben-Yehuda | -1/+1 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -14/+29 |
| 2019-01-03 | Forbid impl Trait from referring to unnamable recursive types | Matthew Jasper | -2/+72 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2019-01-02 | Fix 'be be' constructs | Daniel Mueller | -1/+1 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -10/+10 |
| 2019-01-02 | pacify the mercilous eddyb ;) | Niko Matsakis | -2/+4 |
| 2019-01-02 | add some comments about lifetimes etc | Niko Matsakis | -0/+18 |
| 2019-01-02 | improve handling for subtype | Niko Matsakis | -23/+14 |
| 2019-01-02 | make evaluation track whether outlives relationships mattered | Niko Matsakis | -15/+21 |
| 2019-01-02 | remove outdated comment | Mark Mansi | -3/+0 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -2/+2 |
| 2019-01-01 | Check the correct arena | Oliver Scherer | -1/+1 |
| 2019-01-01 | Remove unused function | Oliver Scherer | -8/+0 |
| 2019-01-01 | Macrofy more `Lift` impls | Oliver Scherer | -200/+48 |
| 2019-01-01 | Properly lift `Allocations` | Oliver Scherer | -9/+2 |
| 2019-01-01 | what is going on? | Oliver Scherer | -7/+7 |
| 2019-01-01 | Git is drunk | Oliver Scherer | -7/+7 |
| 2019-01-01 | rebase fallout | Oliver Scherer | -6/+1 |
| 2019-01-01 | `<&'tcx ty::Const as Deref>::deref` | Oliver Scherer | -71/+50 |
| 2019-01-01 | Add `unwrap_usize` to `LazyConst`, too | Oliver Scherer | -9/+7 |
| 2019-01-01 | Mingw is special wrt type sizes | Oliver Scherer | -1/+1 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -91/+127 |
| 2019-01-01 | Auto merge of #55937 - davidtwco:issue-54943, r=pnkfelix | bors | -84/+117 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -2/+2 |
| 2018-12-31 | Clean up and optimize OpenTask / read_index | John Kåre Alsaker | -6/+6 |
| 2018-12-31 | Auto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister | bors | -23/+34 |
| 2018-12-30 | Stop well-formedness checking unreachable code. | David Wood | -23/+8 |
| 2018-12-30 | Always check well-formedness. | David Wood | -2/+22 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -81/+109 |
| 2018-12-30 | Auto merge of #57158 - estebank:as-ref, r=zackmdavis | bors | -14/+14 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -12/+10 |
| 2018-12-29 | Use `same_type` instead of duplicating logic | Esteban Küber | -14/+14 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -2/+106 |
| 2018-12-27 | Set a `def_id` in `ParamEnv` only with `-Z chalk` | scalexm | -1/+1 |
| 2018-12-27 | Integrate chalk engine | scalexm | -0/+17 |
| 2018-12-27 | Fix replacement of escaping bound types | scalexm | -5/+12 |