| Age | Commit message (Expand) | Author | Lines |
| 2019-01-02 | make evaluation track whether outlives relationships mattered | Niko Matsakis | -1/+1 |
| 2018-12-29 | Use `same_type` instead of duplicating logic | Esteban Küber | -19/+12 |
| 2018-12-28 | Suggest `.as_ref()` when appropriate for `Option` and `Result` | Esteban Küber | -0/+74 |
| 2018-12-27 | Use `TraitEngine` in `enter_canonical_trait_query` | scalexm | -8/+12 |
| 2018-12-27 | Integrate chalk engine | scalexm | -3/+36 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -390/+0 |
| 2018-12-20 | Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakis | bors | -0/+4 |
| 2018-12-19 | Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis | bors | -0/+25 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -2/+7 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -4/+55 |
| 2018-12-17 | trigger unsized coercions keyed on Sized bounds | Ariel Ben-Yehuda | -0/+4 |
| 2018-12-16 | Rollup merge of #56742 - ljedrz:remove_query_response_box, r=oli-obk | Mazdak Farrokhzad | -26/+25 |
| 2018-12-15 | address review comments | Ariel Ben-Yehuda | -3/+1 |
| 2018-12-15 | implement "isolated" autoderef using the Canonical mechanism | Ariel Ben-Yehuda | -0/+27 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -4/+55 |
| 2018-12-13 | Some changes | John Kåre Alsaker | -0/+2 |
| 2018-12-13 | Make the 'a lifetime on TyCtxt useless | John Kåre Alsaker | -2/+5 |
| 2018-12-12 | Account for `impl Trait` when suggesting lifetime | Esteban Küber | -11/+20 |
| 2018-12-12 | infer: remove Box from a returned Iterator | ljedrz | -26/+25 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -21/+21 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -21/+21 |
| 2018-12-07 | Auto merge of #56258 - euclio:fs-read-write, r=euclio | bors | -3/+2 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -3/+2 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -40/+40 |
| 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 |