| Age | Commit message (Expand) | Author | Lines |
| 2018-12-31 | Fixed minor issues raised in review. | Alexander Regueiro | -8/+8 |
| 2018-12-31 | Fixed issue #56199. | Alexander Regueiro | -32/+52 |
| 2018-12-02 | Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj | bors | -24/+23 |
| 2018-12-01 | Rollup merge of #56214 - scalexm:unification, r=nikomatsakis | kennytm | -8/+331 |
| 2018-12-01 | Rollup merge of #56324 - Zoxc:int-ext, r=nikomatsakis | kennytm | -111/+74 |
| 2018-12-01 | Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister | kennytm | -1/+52 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -3/+3 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -1/+52 |
| 2018-11-29 | Clarify undecided semantics | varkor | -0/+3 |
| 2018-11-29 | Consider references and unions potentially inhabited during privacy-respectin... | varkor | -24/+20 |
| 2018-11-29 | Implement `ResolventOps` | scalexm | -6/+316 |
| 2018-11-29 | Handle inference variables in `nll_relate` and use it for chalk | scalexm | -2/+15 |
| 2018-11-29 | Use raw_entry for more efficient interning | John Kåre Alsaker | -111/+74 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -2/+2 |
| 2018-11-27 | avoid features_untracked | Ralf Jung | -1/+1 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -1/+1 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -11/+3 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -2/+2 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -2/+2 |
| 2018-11-25 | Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoerister | Pietro Albini | -4/+1 |
| 2018-11-25 | bring back MemoryExtra | Ralf Jung | -1/+1 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -48/+80 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -7/+0 |
| 2018-11-24 | Move `BoundTy` debruijn index to the `TyKind` enum variant | scalexm | -30/+26 |
| 2018-11-24 | Add `HAS_TY_PLACEHOLDER` flag | scalexm | -3/+9 |
| 2018-11-24 | Rename some occurences of `skol` to `placeholder` | scalexm | -8/+8 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -5/+20 |
| 2018-11-24 | Distinguish between placeholder kinds | scalexm | -4/+19 |
| 2018-11-23 | Merge branch 'master' into frewsxcv-dyn | Corey Farwell | -70/+69 |
| 2018-11-23 | Auto merge of #54071 - eddyb:alignsssss, r=oli-obk | bors | -53/+52 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -46/+41 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -14/+18 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -7/+7 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -14/+14 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -2/+2 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -2/+2 |
| 2018-11-19 | Rollup merge of #55953 - blitzerr:master, r=nikomatsakis | Pietro Albini | -4/+9 |
| 2018-11-19 | Rollup merge of #55949 - ljedrz:return_impl_Iterator_from_Predicate_walk_tys,... | Pietro Albini | -20/+58 |
| 2018-11-18 | Rollup merge of #55834 - ogoffart:union-abi, r=eddyb | Pietro Albini | -1/+40 |
| 2018-11-18 | Rollup merge of #55827 - ljedrz:various_stashed, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -7/+0 |
| 2018-11-17 | Don't auto-inline `const fn` | Oliver Scherer | -4/+1 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -4/+4 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -8/+9 |
| 2018-11-15 | ty: return impl Iterator from Predicate::walk_tys | ljedrz | -20/+58 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -4/+9 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -8/+9 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -9/+12 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -4/+4 |