| Age | Commit message (Expand) | Author | Lines |
| 2018-11-22 | explain how this works | Niko Matsakis | -1/+23 |
| 2018-11-22 | only reset non-restricted visibilities | Niko Matsakis | -6/+27 |
| 2018-11-22 | pass vis by shared reference | Niko Matsakis | -6/+6 |
| 2018-11-22 | preserve the original visibility for the "list stem" node | Niko Matsakis | -4/+0 |
| 2018-11-22 | renumber segment ids for visibilities whenever we clone them | Niko Matsakis | -7/+17 |
| 2018-11-22 | add some `debug!` into lowering | Niko Matsakis | -0/+8 |
| 2018-11-22 | track the span for each id so that we can give a nice ICE | Niko Matsakis | -29/+39 |
| 2018-11-20 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -7/+4 |
| 2018-11-20 | Adjust Ids of path segments in visibility modifiers | Nick Cameron | -2/+8 |
| 2018-11-20 | squashed form of #54145 | Nick Cameron | -47/+167 |
| 2018-11-17 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -4/+10 |
| 2018-11-17 | resolve: Check resolution consistency for import paths and multi-segment macr... | Vadim Petrochenkov | -2/+3 |
| 2018-11-17 | resolve: Improve diagnostics for resolution ambiguities | Vadim Petrochenkov | -8/+8 |
| 2018-10-29 | fix errors caused by cherry picking | Pietro Albini | -1/+1 |
| 2018-10-29 | resolve: Desugar empty import groups into synthetic dummy imports | Vadim Petrochenkov | -1/+2 |
| 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 |