| Age | Commit message (Expand) | Author | Lines |
| 2018-12-01 | Rollup merge of #56214 - scalexm:unification, r=nikomatsakis | kennytm | -96/+226 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -0/+2 |
| 2018-11-29 | Correctly generalize inference variables in `nll_relate` | scalexm | -11/+6 |
| 2018-11-29 | Fix doc comments | scalexm | -5/+5 |
| 2018-11-29 | Handle inference variables in `nll_relate` and use it for chalk | scalexm | -96/+231 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -11/+11 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -11/+11 |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -6/+12 |
| 2018-11-25 | Auto merge of #55906 - nnethercote:rm-OpenSnapshot-CommittedSnapshot, r=nikom... | bors | -51/+44 |
| 2018-11-25 | Remove `OpenSnapshot` and `CommittedSnapshot` markers from `RegionConstraintC... | Nicholas Nethercote | -42/+32 |
| 2018-11-25 | Introduce `in_snapshot` and `assert_open_snapshot` methods. | Nicholas Nethercote | -4/+7 |
| 2018-11-25 | Make `commit` and `rollback_to` methods take ownership of the snapshots. | Nicholas Nethercote | -1/+1 |
| 2018-11-25 | Rename `UndoLogEntry` as `UndoLog`. | Nicholas Nethercote | -6/+6 |
| 2018-11-24 | Move `BoundTy` debruijn index to the `TyKind` enum variant | scalexm | -8/+8 |
| 2018-11-24 | Instantiate all bound vars universally | scalexm | -19/+30 |
| 2018-11-24 | Handle placeholder types in canonicalization | scalexm | -20/+83 |
| 2018-11-24 | Add `HAS_TY_PLACEHOLDER` flag | scalexm | -2/+6 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -3/+4 |
| 2018-11-24 | Distinguish between placeholder kinds | scalexm | -7/+7 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -11/+3 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-19 | Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddyb | Pietro Albini | -7/+23 |
| 2018-11-19 | Rollup merge of #55953 - blitzerr:master, r=nikomatsakis | Pietro Albini | -3/+3 |
| 2018-11-18 | remove "approx env bounds" if we already know from trait | Niko Matsakis | -7/+23 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -9/+9 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -2/+2 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -3/+3 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -2/+2 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -9/+9 |
| 2018-11-13 | Instantiate all bound vars existentially | scalexm | -12/+12 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 |
| 2018-11-11 | Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj... | Pietro Albini | -10/+13 |
| 2018-11-08 | Rollup merge of #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_... | Mark Rousskov | -0/+1 |
| 2018-11-08 | Use `SmallVec` outparams in several functions. | Nicholas Nethercote | -10/+13 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -4/+4 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -4/+4 |
| 2018-11-03 | Substitute binders directly | scalexm | -12/+13 |
| 2018-11-03 | Rename `as_bound_var` to `assert_bound_var` | scalexm | -2/+2 |
| 2018-11-03 | Fix doc comment | scalexm | -1/+1 |
| 2018-11-03 | Extend `ty::fold::RegionReplacer` to `ty::fold::BoundVarReplacer` | scalexm | -75/+14 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -1/+1 |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -50/+59 |
| 2018-11-03 | Adjust bound tys indices in canonicalization | scalexm | -10/+52 |
| 2018-11-03 | Rename `BoundTyIndex` to `BoundVar` | scalexm | -19/+19 |
| 2018-11-03 | Shift both late bound regions and bound types | scalexm | -3/+3 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -18/+12 |
| 2018-11-03 | Sidestep an ICE by providing *some* description for `ReEmpty` when it arises. | Felix S. Klock II | -0/+1 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -330/+247 |
| 2018-10-31 | kill old-style-lub warnings | Niko Matsakis | -300/+4 |