| Age | Commit message (Expand) | Author | Lines |
| 2019-01-11 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -9/+24 |
| 2019-01-04 | Call poly_project_and_unify_type on types that contain inference types | Aaron Hill | -2/+2 |
| 2019-01-04 | Filter out self-referential projection predicates | Aaron Hill | -1/+26 |
| 2019-01-04 | Check all substitution parameters for inference variables | Aaron Hill | -3/+8 |
| 2019-01-04 | Ensure that Rusdoc discovers all necessary auto trait bounds | Aaron Hill | -17/+51 |
| 2018-12-31 | fix trait objects with a Self-having projection va | Ariel Ben-Yehuda | -1/+20 |
| 2018-12-01 | Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister | kennytm | -0/+1 |
| 2018-12-01 | Rollup merge of #55821 - ljedrz:cached_key_sorts, r=michaelwoerister | kennytm | -1/+1 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -0/+1 |
| 2018-11-27 | Use sort_by_cached_key when key the function is not trivial/free | ljedrz | -1/+1 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -8/+8 |
| 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 |