| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -3/+3 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -5/+6 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -1/+2 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -3/+3 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -6/+8 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -12/+11 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -2/+2 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -2/+2 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -8/+8 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -6/+6 |
| 2019-01-02 | universe transition | Niko Matsakis | -28/+20 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -6/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 2018-11-25 | Auto merge of #55906 - nnethercote:rm-OpenSnapshot-CommittedSnapshot, r=nikom... | bors | -9/+5 |
| 2018-11-25 | Make `commit` and `rollback_to` methods take ownership of the snapshots. | Nicholas Nethercote | -3/+3 |
| 2018-11-25 | Remove `insert_noop`. | Nicholas Nethercote | -6/+2 |
| 2018-11-24 | Instantiate all bound vars universally | scalexm | -1/+1 |
| 2018-11-24 | Rename some occurences of `skol` to `placeholder` | scalexm | -2/+2 |
| 2018-11-10 | Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelix | bors | -1/+1 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-06 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+1 |
| 2018-11-03 | Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis | bors | -7/+6 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -1/+1 |
| 2018-11-03 | Shift both late bound regions and bound types | scalexm | -2/+2 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -7/+6 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-23 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -6/+1 |
| 2018-10-04 | s/skol_predicate/placeholder_predicate | Niko Matsakis | -2/+2 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -10/+10 |
| 2018-09-18 | A few cleanups and minor improvements to rustc/traits | ljedrz | -46/+36 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -3/+3 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -9/+9 |
| 2018-08-12 | Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2018-08-10 | Consider changing assert! to debug_assert! when it calls visit_with | ljedrz | -1/+1 |
| 2018-08-09 | Make SnapshotMap::{commit, rollback_to} take references | ljedrz | -3/+3 |
| 2018-07-25 | Fix associated existentials for generic traits | Oliver Schneider | -1/+2 |
| 2018-07-23 | Implement associated existential types | Oliver Schneider | -3/+9 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -2/+2 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -2/+2 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -1/+1 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -7/+6 |
| 2018-06-28 | Use `Ident`s for associated type bindings in HIR | Vadim Petrochenkov | -2/+3 |
| 2018-06-02 | Fix typos of 'ambiguous' | Jon Purdy | -4/+4 |
| 2018-05-31 | change `PointerKind::Implicit` to a note | Niko Matsakis | -6/+25 |
| 2018-05-17 | Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis | Mark Simulacrum | -55/+90 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -3/+3 |