| Age | Commit message (Expand) | Author | Lines |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -3/+3 |
| 2018-10-22 | [review comments] modify test and clean up code | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-10-22 | review comments | Esteban Küber | -57/+42 |
| 2018-10-22 | Suggest appropriate syntax on missing lifetime specifier in return type | Esteban Küber | -7/+48 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -31/+27 |
| 2018-10-20 | handle errors based on parse_sess | csmoe | -3/+3 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -312/+395 |
| 2018-10-19 | Remove unused box | Oliver Scherer | -5/+4 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -18/+15 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -24/+24 |
| 2018-10-18 | resolve_lifetime.rs: rustfmt | Niko Matsakis | -295/+369 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -24/+33 |
| 2018-10-17 | AST-borrowck: add separate mem category for thread-locals, as they are not qu... | Felix S. Klock II | -8/+21 |
| 2018-10-13 | Auto merge of #54997 - davidtwco:issue-54896, r=nagisa | bors | -140/+164 |
| 2018-10-13 | Auto merge of #54945 - estebank:asm-span, r=petrochenkov | bors | -9/+14 |
| 2018-10-11 | Extend lang items to assert correct target. | David Wood | -140/+164 |
| 2018-10-10 | add a macro for static assertions | Ralf Jung | -2/+1 |
| 2018-10-09 | Point to variable in `asm!` macro when failing borrowck | Esteban Küber | -9/+14 |
| 2018-10-07 | in which rightward drift is opposed | Zack M. Davis | -44/+33 |
| 2018-10-07 | structured suggestions for unused-lifetimes lint | Zack M. Davis | -4/+53 |
| 2018-10-07 | Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk | bors | -1/+7 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -6/+11 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -6/+11 |
| 2018-10-06 | rustc/middle: whitespace & formatting fixes | ljedrz | -572/+534 |
| 2018-10-06 | rustc/middle: improve allocations | ljedrz | -4/+8 |
| 2018-10-06 | rustc/middle: use Cow<'static, str> where applicable | ljedrz | -24/+26 |
| 2018-10-06 | rustc/middle: improve some patterns | ljedrz | -95/+56 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -108/+103 |
| 2018-10-05 | Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakis | bors | -0/+3 |
| 2018-10-04 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -1/+7 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -0/+1 |
| 2018-10-02 | Rollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakis | Pietro Albini | -10/+10 |
| 2018-10-02 | Nest the `impl Trait` existential item inside the return type | Oliver Schneider | -108/+103 |
| 2018-10-01 | Introduce language items for `Arc` and `Rc`. | David Wood | -0/+3 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -37/+39 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+0 |
| 2018-09-22 | Allow both explicit and elided lifetimes in the same impl header | Scott McMurray | -10/+10 |
| 2018-09-21 | Compress `Liveness` data some more. | Nicholas Nethercote | -58/+149 |
| 2018-09-20 | Auto merge of #54211 - nnethercote:keccak-Liveness-memory, r=nikomatsakis | bors | -39/+35 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -62/+33 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -75/+55 |
| 2018-09-14 | Split `Liveness::users` into three. | Nicholas Nethercote | -39/+35 |
| 2018-09-13 | introduce SelfCtor | F001 | -3/+3 |
| 2018-09-11 | Change debug printing to print in the old concise style | Oliver Schneider | -3/+21 |
| 2018-09-11 | Use assertion-like static assertions | Oliver Schneider | -1/+1 |
| 2018-09-11 | Rebase fallout | Oliver Schneider | -1/+1 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -70/+36 |
| 2018-09-11 | Use the same way to specifiy the `SCOPE_DATA_*` constants as used for the MAX | Oliver Schneider | -4/+4 |
| 2018-09-11 | Forbid the upper indices of `IndexVec` indices to allow for niche optimizations | Oliver Schneider | -4/+2 |
| 2018-09-11 | Get rid of the `non_zero` lang item in favour of arbitrary range specifications | Oliver Schneider | -2/+0 |