| Age | Commit message (Expand) | Author | Lines |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -78/+77 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -77/+82 |
| 2018-12-06 | Fix printing of spans with no TyCtxt | John Kåre Alsaker | -2/+6 |
| 2018-12-06 | Fix a race condition | John Kåre Alsaker | -2/+5 |
| 2018-12-06 | Show usages of query cycles and correctly shift queries in a cycle | John Kåre Alsaker | -30/+61 |
| 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 | -77/+82 |
| 2018-12-06 | Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini | bors | -11/+13 |
| 2018-12-06 | Rollup merge of #56446 - arielb1:special-env-implications, r=nikomatsakis | Pietro Albini | -2/+3 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -9/+3 |
| 2018-12-06 | Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko... | Pietro Albini | -0/+7 |
| 2018-12-04 | Intrinsic checks are just needed for `qualify_min_const_fn` | Oliver Scherer | -14/+1 |
| 2018-12-04 | Clean up the logic in `is_min_const_fn` | Oliver Scherer | -13/+18 |
| 2018-12-04 | Automatically generate imports for newtype_index `Deserialize` impls | Oliver Scherer | -2/+2 |
| 2018-12-04 | Make `newtype_index` safe | Oliver Scherer | -2/+2 |
| 2018-12-04 | Allow calling `const unsafe fn` in `const fn` behind a feature gate | Oliver Scherer | -2/+2 |
| 2018-12-04 | syntax: Remove `#[non_exhaustive]` from `Edition` | Vadim Petrochenkov | -6/+0 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -3/+3 |
| 2018-12-03 | Monomorphize `AllocMap` struct | Oliver Scherer | -1/+1 |
| 2018-12-03 | pass the parameter environment to `traits::find_associated_item` | Ariel Ben-Yehuda | -2/+3 |
| 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 | Add precise_pointer_size_matching feature | varkor | -0/+7 |
| 2018-11-30 | Improve the diagnostic message | Oliver Scherer | -0/+1 |
| 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 |