| Age | Commit message (Expand) | Author | Lines |
| 2018-11-03 | Rename `as_bound_var` to `assert_bound_var` | scalexm | -2/+2 |
| 2018-11-03 | Fix doc comment | scalexm | -2/+2 |
| 2018-11-03 | Extend `ty::fold::RegionReplacer` to `ty::fold::BoundVarReplacer` | scalexm | -65/+135 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -7/+7 |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -33/+37 |
| 2018-11-03 | Adjust bound tys indices in canonicalization | scalexm | -1/+4 |
| 2018-11-03 | Rename `BoundTy` field `level` -> `index` | scalexm | -7/+7 |
| 2018-11-03 | Rename `BoundTyIndex` to `BoundVar` | scalexm | -7/+7 |
| 2018-11-03 | Shift both late bound regions and bound types | scalexm | -77/+123 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -22/+72 |
| 2018-11-03 | Fixed unsoundness hole. | Alexander Regueiro | -1/+1 |
| 2018-11-03 | Extended elaboration for trait aliases to include arbitrary bounds. | Alexander Regueiro | -7/+7 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -7/+21 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -3/+1 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -14/+10 |
| 2018-10-31 | kill old-style-lub warnings | Niko Matsakis | -13/+0 |
| 2018-10-31 | fix bug in NLL error reporting | Niko Matsakis | -1/+8 |
| 2018-10-30 | Rollup merge of #55472 - ljedrz:use_option_take, r=cramertj | kennytm | -2/+1 |
| 2018-10-30 | Rollup merge of #55205 - ljedrz:faster_fxhashmap/set_population, r=estebank | kennytm | -3/+6 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -5/+5 |
| 2018-10-29 | Use opt.take() instead of mem::replace(opt, None) | ljedrz | -2/+1 |
| 2018-10-29 | Improve a few cases of collecting to an FxHash(Map/Set) | ljedrz | -3/+6 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -3/+1 |
| 2018-10-27 | Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk | bors | -2/+101 |
| 2018-10-27 | extend query response to potentially contain fresh universes | Niko Matsakis | -0/+2 |
| 2018-10-27 | Auto merge of #55274 - pnkfelix:issue-54570-proj-path-into-pats-with-type-tak... | bors | -2/+50 |
| 2018-10-26 | Further foundational stuff on `ProjectionKind` before I add it to `AscribeUse... | Felix S. Klock II | -0/+30 |
| 2018-10-26 | Add intern table for `List<ProjectionElem<'tcx, (), ()>>`. | Felix S. Klock II | -2/+20 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -1/+1 |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -165/+44 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -165/+44 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -1/+1 |
| 2018-10-25 | Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank | Pietro Albini | -1/+1 |
| 2018-10-25 | Auto merge of #55323 - nikomatsakis:nll-ICE-55219-and-55241, r=pnkfelix | bors | -6/+28 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -6/+28 |
| 2018-10-24 | Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance. | Masaki Hara | -1/+62 |
| 2018-10-24 | Add vtable-shim helper methods for Instance. | Masaki Hara | -0/+27 |
| 2018-10-24 | Add InstanceDef::VtableShim. | Masaki Hara | -1/+12 |
| 2018-10-24 | Minor doc improvements | Vadim Petrochenkov | -2/+6 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -4/+4 |
| 2018-10-23 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-22 | convert user-provided signatures into def-id | Niko Matsakis | -16/+2 |
| 2018-10-22 | add a table to track user-provided signatures | Niko Matsakis | -6/+31 |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -7/+15 |
| 2018-10-20 | Rename CanonicalVar to BoundTyIndex | Fabian Drinck | -6/+6 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -2/+2 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -53/+38 |
| 2018-10-20 | handle errors based on parse_sess | csmoe | -1/+1 |