| Age | Commit message (Expand) | Author | Lines |
| 2018-12-31 | Fixed minor issues raised in review. | Alexander Regueiro | -8/+8 |
| 2018-12-31 | Fixed issue #56199. | Alexander Regueiro | -32/+52 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -0/+5 |
| 2018-11-24 | Add `HAS_TY_PLACEHOLDER` flag | scalexm | -1/+4 |
| 2018-11-24 | Rename some occurences of `skol` to `placeholder` | scalexm | -3/+3 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -0/+1 |
| 2018-11-24 | Distinguish between placeholder kinds | scalexm | -3/+18 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-19 | Rollup merge of #55953 - blitzerr:master, r=nikomatsakis | Pietro Albini | -1/+6 |
| 2018-11-19 | Rollup merge of #55949 - ljedrz:return_impl_Iterator_from_Predicate_walk_tys,... | Pietro Albini | -20/+58 |
| 2018-11-18 | Rollup merge of #55834 - ogoffart:union-abi, r=eddyb | Pietro Albini | -0/+6 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -3/+3 |
| 2018-11-15 | ty: return impl Iterator from Predicate::walk_tys | ljedrz | -20/+58 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -1/+6 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -3/+3 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -0/+4 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-13 | Rollup merge of #55805 - nnethercote:mv-static_assert, r=Mark-Simulacrum | kennytm | -0/+4 |
| 2018-11-13 | Forward the ABI of the non-zero sized fields of an union if they have the sam... | Olivier Goffart | -0/+6 |
| 2018-11-13 | Move two `static_assert!`s to better spots. | Nicholas Nethercote | -0/+4 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -3/+4 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -15/+15 |
| 2018-11-12 | Shrink some internal enums | Oliver Scherer | -0/+1 |
| 2018-11-12 | Avoid the Box in `TyCtxt::associated_items`. | Niko Matsakis | -4/+27 |
| 2018-11-07 | Only do check for trait objects, not trait or trait alias definitions. | Alexander Regueiro | -2/+3 |
| 2018-11-07 | Added error for duplicate bindings of associated type. | Alexander Regueiro | -23/+23 |
| 2018-11-07 | Added tests. | Alexander Regueiro | -2/+2 |
| 2018-11-07 | Look at projections from supertraits when constructing trait objects. | Alexander Regueiro | -23/+24 |
| 2018-11-03 | Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis | bors | -12/+24 |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -6/+1 |
| 2018-11-03 | Rename `BoundTyIndex` to `BoundVar` | scalexm | -1/+1 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -1/+2 |
| 2018-11-03 | Extended elaboration for trait aliases to include arbitrary bounds. | Alexander Regueiro | -6/+6 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -6/+18 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -1/+10 |
| 2018-10-31 | fix bug in NLL error reporting | Niko Matsakis | -1/+8 |
| 2018-10-27 | Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk | bors | -0/+1 |
| 2018-10-27 | extend query response to potentially contain fresh universes | Niko Matsakis | -0/+2 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -1/+1 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -6/+6 |
| 2018-10-25 | Auto merge of #55323 - nikomatsakis:nll-ICE-55219-and-55241, r=pnkfelix | bors | -1/+1 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -1/+1 |
| 2018-10-24 | Add InstanceDef::VtableShim. | Masaki Hara | -0/+1 |
| 2018-10-24 | Minor doc improvements | Vadim Petrochenkov | -1/+3 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -2/+2 |
| 2018-10-22 | add a table to track user-provided signatures | Niko Matsakis | -1/+1 |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -1/+1 |
| 2018-10-20 | Rename CanonicalVar to BoundTyIndex | Fabian Drinck | -1/+1 |
| 2018-10-20 | handle errors based on parse_sess | csmoe | -1/+1 |