| Age | Commit message (Expand) | Author | Lines |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -1/+2 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -1/+2 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -1/+0 |
| 2019-09-27 | Remove lift_to_global | Mark Rousskov | -1/+1 |
| 2019-09-25 | Fix rebase | varkor | -2/+2 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -2/+2 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -4/+92 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -1/+1 |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -4/+92 |
| 2019-09-08 | Refactor Pluralisation | V1shvesh | -6/+1 |
| 2019-09-06 | Correct pluralisation of various diagnostic messages | varkor | -1/+3 |
| 2019-09-02 | Emit error on intrinsic to fn ptr casts | Mark Rousskov | -0/+5 |
| 2019-08-21 | review comments: reword and add test | Esteban Küber | -2/+2 |
| 2019-08-21 | Add clarification on E0308 about opaque types | Esteban Küber | -0/+1 |
| 2019-08-21 | Fix typo in E0308 if/else label | Esteban Küber | -5/+16 |
| 2019-08-11 | Remove `is_self` and `has_self_ty` methods | Matthew Jasper | -7/+1 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 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 |