| Age | Commit message (Expand) | Author | Lines |
| 2020-02-14 | Fix tests after rebase | Matthew Jasper | -51/+82 |
| 2020-02-14 | Split `type_of` out of collect.rs | Matthew Jasper | -653/+666 |
| 2020-02-14 | Add fast path to eq_opaque_type_and_type | Matthew Jasper | -3/+25 |
| 2020-02-14 | Fix and test nested impl Trait | Matthew Jasper | -5/+29 |
| 2020-02-14 | Update tests | Matthew Jasper | -231/+124 |
| 2020-02-14 | Use member constraint for most opaque types in NLL | Matthew Jasper | -15/+43 |
| 2020-02-14 | Always check upper bounds when choosing member regions | Matthew Jasper | -40/+81 |
| 2020-02-14 | Improve opaque type lifetime errors | Matthew Jasper | -31/+41 |
| 2020-02-14 | Handle equal regions in opaque type inference | Matthew Jasper | -18/+127 |
| 2020-02-14 | Show inferred opaque types with `#[rustc_regions]` | Matthew Jasper | -5/+29 |
| 2020-02-14 | Address review comments | Matthew Jasper | -55/+67 |
| 2020-02-14 | Update tests | Matthew Jasper | -157/+291 |
| 2020-02-14 | Erase regions in opaque types in typeck | Matthew Jasper | -27/+65 |
| 2020-02-14 | Ensure RPIT types get recorded in borrowck | Matthew Jasper | -7/+27 |
| 2020-02-14 | Avoid unnecessary opaque type errors in borrowck | Matthew Jasper | -0/+8 |
| 2020-02-14 | Infer opaque type regions in borrow checking | Matthew Jasper | -3/+83 |
| 2020-02-14 | Prepare to use borrowck to resolve opaque types | Matthew Jasper | -68/+128 |
| 2020-02-14 | Arena allocate the result of mir_borrowck | Matthew Jasper | -13/+12 |
| 2020-02-14 | Generate more accurate MIR in `construct_error` | Matthew Jasper | -5/+42 |
| 2020-02-14 | Simplify function signature in opaque_types | Matthew Jasper | -9/+5 |
| 2020-02-14 | Give some more queries descriptions | Matthew Jasper | -1/+6 |
| 2020-02-14 | Distinguish RPIT from other impl trait | Matthew Jasper | -20/+39 |
| 2020-02-14 | Call `is_freeze` less in unsafety-checking | Matthew Jasper | -19/+58 |
| 2020-02-14 | Check associated opaque types don't use unconstrained lifetimes | Matthew Jasper | -14/+57 |
| 2020-02-14 | Explain a test | Matthew Jasper | -2/+9 |
| 2020-02-14 | Auto merge of #69100 - cjgillot:resolve_instance, r=Zoxc | bors | -123/+160 |
| 2020-02-14 | update miri | Ralf Jung | -7/+7 |
| 2020-02-14 | Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoerister | bors | -161/+323 |
| 2020-02-13 | Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC | bors | -866/+754 |
| 2020-02-13 | Rollup merge of #69141 - mark-i-m:proper-linkcheck-2, r=Dylan-DPC | Dylan DPC | -0/+2 |
| 2020-02-13 | Rollup merge of #69135 - drewrip:drewrip-spelling, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-02-13 | Rollup merge of #69127 - tmiasko:new-pass-manager-use-after-scope, r=nikic | Dylan DPC | -2/+2 |
| 2020-02-13 | Rollup merge of #69126 - RalfJung:exact-div, r=oli-obk | Dylan DPC | -2/+4 |
| 2020-02-13 | Rollup merge of #69125 - jethrogb:jb/cleanup-sgx-entry, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2020-02-13 | Rollup merge of #69108 - cjgillot:trait_candidate, r=Zoxc | Dylan DPC | -18/+29 |
| 2020-02-13 | Rollup merge of #69057 - Centril:clean-expand, r=petrochenkov | Dylan DPC | -114/+94 |
| 2020-02-13 | Rollup merge of #68938 - Areredify:gat_lifetime_shadowing, r=estebank | Dylan DPC | -6/+25 |
| 2020-02-13 | Rollup merge of #68728 - Centril:towards-fn-merge, r=petrochenkov | Dylan DPC | -723/+596 |
| 2020-02-13 | Auto merge of #68406 - andjo403:selfprofileLlvm, r=wesleywiser | bors | -4/+164 |
| 2020-02-13 | Move resolve_instance to rustc_ty. | Camille GILLOT | -123/+160 |
| 2020-02-13 | don't error on network failures | Mark Mansi | -0/+2 |
| 2020-02-13 | Spelling error "represening" to "representing" | Drew Ripberger | -1/+1 |
| 2020-02-13 | Make TraitCandidate generic. | Camille GILLOT | -30/+26 |
| 2020-02-13 | Use HirId in TraitCandidate. | Camille GILLOT | -16/+31 |
| 2020-02-13 | parser: inline parse_assoc_macro_invoc | Mazdak Farrokhzad | -20/+10 |
| 2020-02-13 | parser: misc small item related improvements & cleanups. | Mazdak Farrokhzad | -249/+233 |
| 2020-02-13 | parser: extract `recover_const_mut`. | Mazdak Farrokhzad | -13/+17 |
| 2020-02-13 | parser: fuse `trait` parsing & layer with `is_path_start_item` | Mazdak Farrokhzad | -35/+27 |
| 2020-02-13 | parser: make `eat_macro_def` redundant. | Mazdak Farrokhzad | -33/+12 |
| 2020-02-13 | parser: remove `Option<Vec<Attribute>>` in `ItemInfo`. | Mazdak Farrokhzad | -59/+50 |