| Age | Commit message (Expand) | Author | Lines |
| 2018-10-31 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -7/+4 |
| 2018-10-30 | Adjust Ids of path segments in visibility modifiers | Nick Cameron | -2/+8 |
| 2018-10-28 | resolve: Desugar empty import groups into synthetic dummy imports | Vadim Petrochenkov | -1/+2 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -1/+1 |
| 2018-10-26 | more reviewer changes | Nick Cameron | -3/+3 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -43/+129 |
| 2018-10-26 | rebasing and reviewer changes | Nick Cameron | -1/+0 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -2/+26 |
| 2018-10-26 | Store a resolved def on hir::PathSegment | Nick Cameron | -4/+15 |
| 2018-10-25 | Don't extend `hir::Def` when there's already a dedicated "function-like" dete... | Oliver Schneider | -10/+2 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -1/+9 |
| 2018-10-25 | Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank | Pietro Albini | -1/+1 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -2/+2 |
| 2018-10-25 | Rollup merge of #55173 - estebank:suggest-static, r=oli-obk | Pietro Albini | -1/+1 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -2/+2 |
| 2018-10-23 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-23 | Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix | bors | -9/+4 |
| 2018-10-22 | Suggest appropriate syntax on missing lifetime specifier in return type | Esteban Küber | -1/+1 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -1/+1 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -5/+5 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -9/+4 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -20/+101 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -5/+5 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -5/+5 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -25/+102 |
| 2018-10-14 | Don't collect to vectors where unnecessary | ljedrz | -4/+1 |
| 2018-10-13 | Auto merge of #54997 - davidtwco:issue-54896, r=nagisa | bors | -17/+57 |
| 2018-10-11 | make it an error to use `'_` in outlives bounds | Niko Matsakis | -1/+5 |
| 2018-10-11 | Extend lang items to assert correct target. | David Wood | -17/+57 |
| 2018-10-09 | Point to variable in `asm!` macro when failing borrowck | Esteban Küber | -0/+2 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -2/+15 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -2/+15 |
| 2018-10-05 | Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis | Pietro Albini | -9/+16 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -45/+14 |
| 2018-10-05 | resolve: Integrate inert attributes registererd by legacy plugins into macro ... | Vadim Petrochenkov | -0/+3 |
| 2018-10-04 | Ignore desugarings when comparing duplicate trait error messages | varkor | -1/+1 |
| 2018-10-04 | Auto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis | bors | -0/+53 |
| 2018-10-03 | Only warn about unused `mut` in user-written code | varkor | -9/+16 |
| 2018-10-03 | Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis | bors | -8/+53 |
| 2018-10-02 | Rollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakis | Pietro Albini | -17/+40 |
| 2018-10-02 | Nest the `impl Trait` existential item inside the return type | Oliver Schneider | -45/+14 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -8/+53 |
| 2018-09-30 | Added help message for `impl_trait_in_bindings` feature gate. | Alexander Regueiro | -56/+82 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -63/+65 |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -0/+25 |
| 2018-09-26 | Remove OneVector | ljedrz | -10/+10 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -75/+150 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -0/+24 |
| 2018-09-25 | Handle locals in closures properly. | Alexander Regueiro | -98/+60 |