| Age | Commit message (Expand) | Author | Lines |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -3/+6 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-28 | Correct pluralisation of tuple/array/associated type binding mismatch errors | varkor | -7/+18 |
| 2019-05-28 | Reintroduce `TypeError::FixedArraySize` | varkor | -0/+7 |
| 2019-05-28 | Use Display rather than Debug printing for const mismatch | varkor | -1/+1 |
| 2019-05-28 | Remove FixedArraySize error | varkor | -7/+0 |
| 2019-05-01 | Fix rebase from LazyConst removal | varkor | -1/+1 |
| 2019-05-01 | Inline ConstError into TypeError | varkor | -20/+2 |
| 2019-05-01 | Add `ConstError` | varkor | -0/+23 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -6/+3 |
| 2019-03-15 | rustc: print elided regions as '_ instead of nothing, and use a separate chec... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: centralize region printing in ty::RegionKind's Print impl. | Eduard-Mihai Burtescu | -6/+11 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -7/+7 |
| 2019-02-21 | restore the actual leak-check | Niko Matsakis | -1/+15 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -4/+4 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -1/+1 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -1/+5 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -3/+4 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -1/+5 |
| 2019-01-02 | improve handling for subtype | Niko Matsakis | -15/+5 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -3/+4 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-11-24 | Move `BoundTy` debruijn index to the `TyKind` enum variant | scalexm | -1/+1 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -0/+1 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -1/+1 |
| 2018-10-31 | kill old-style-lub warnings | Niko Matsakis | -11/+0 |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -1/+1 |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -2/+1 |
| 2018-10-05 | rustc/ty: simplify common patterns | ljedrz | -13/+12 |
| 2018-10-05 | rustc/ty: use Cow<str> where applicable | ljedrz | -40/+41 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -3/+3 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -0/+1 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -3/+3 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -3/+3 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -25/+25 |
| 2018-08-22 | Rename ty::Slice to ty::List | varkor | -1/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-12 | wherein we suggest float for integer literals where a float was expected | Zack M. Davis | -1/+16 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -1/+1 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -9/+6 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -1/+1 |