| Age | Commit message (Expand) | Author | Lines |
| 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 | Move `BoundTy` debruijn index to the `TyKind` enum variant | scalexm | -4/+4 |
| 2018-11-24 | Instantiate all bound vars universally | scalexm | -6/+6 |
| 2018-11-24 | Rename some occurences of `skol` to `placeholder` | scalexm | -3/+3 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -2/+6 |
| 2018-11-22 | Rollup merge of #55980 - csmoe:issue-55891, r=estebank | Guillaume Gomez | -1/+15 |
| 2018-11-19 | Rollup merge of #56027 - Xanewok:docs-backtick, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2018-11-17 | docs: Add missing backtick in object_safety.rs docs | Igor Matuszewski | -1/+1 |
| 2018-11-17 | reserve whitespaces between prefix and pipe | csmoe | -1/+1 |
| 2018-11-16 | improve debug output related to bound calculation | Niko Matsakis | -1/+6 |
| 2018-11-15 | lint based on closure pipe span | csmoe | -1/+15 |
| 2018-11-15 | Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini | bors | -4/+5 |
| 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/+4 |
| 2018-11-15 | Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakis | bors | -8/+19 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -3/+4 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-13 | Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakis | bors | -1/+16 |
| 2018-11-13 | Instantiate all bound vars existentially | scalexm | -2/+3 |
| 2018-11-13 | Reorder code in `rustc::traits::structural_impls` | scalexm | -340/+340 |
| 2018-11-13 | Bypass ppaux for `Outlives` predicates | scalexm | -4/+34 |
| 2018-11-13 | Pretty print quantified goals and clauses | scalexm | -5/+144 |
| 2018-11-12 | Avoid the Box in `TyCtxt::associated_items`. | Niko Matsakis | -1/+1 |
| 2018-11-11 | Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj... | Pietro Albini | -1/+3 |
| 2018-11-11 | Rollup merge of #55687 - alexreg:fix-24010, r=scalexm | Pietro Albini | -6/+3 |
| 2018-11-10 | Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelix | bors | -1/+1 |
| 2018-11-08 | Rollup merge of #55736 - estebank:elide-anon-lt, r=petrochenkov | Mark Rousskov | -1/+4 |
| 2018-11-08 | Fix typo in comment | varkor | -1/+1 |
| 2018-11-08 | Use `SmallVec` outparams in several functions. | Nicholas Nethercote | -1/+3 |
| 2018-11-07 | Added error for duplicate bindings of associated type. | Alexander Regueiro | -5/+2 |
| 2018-11-07 | Look at projections from supertraits when constructing trait objects. | Alexander Regueiro | -1/+1 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -2/+2 |
| 2018-11-07 | Rollup merge of #55501 - nnethercote:DoCompleted, r=pnkfelix | kennytm | -3/+4 |
| 2018-11-07 | Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelix | kennytm | -9/+33 |
| 2018-11-06 | Elide anon lifetimes in conflicting impl note | Esteban Küber | -1/+4 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -2/+2 |
| 2018-11-06 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+1 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-03 | Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis | bors | -60/+175 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -11/+11 |
| 2018-11-03 | Shift both late bound regions and bound types | scalexm | -13/+13 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -5/+6 |
| 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 | -57/+172 |
| 2018-11-03 | Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakis | bors | -35/+263 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -31/+25 |
| 2018-11-01 | Remove this check for object-safety during selection of trait object candidates | Michael Hewson | -11/+0 |
| 2018-11-01 | add `U: Trait` to the param env during DispatchFromDyn check | Michael Hewson | -27/+40 |