| Age | Commit message (Expand) | Author | Lines |
| 2017-12-23 | Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakis | bors | -22/+20 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -30/+39 |
| 2017-12-20 | Various tweaks | Esteban Küber | -22/+20 |
| 2017-12-17 | Point at def span on redefined name diagnostic | Esteban Küber | -3/+3 |
| 2017-12-14 | error for impl trait alias | Alex Burka | -11/+21 |
| 2017-12-14 | stub out trait aliases in resolve | Alex Burka | -0/+12 |
| 2017-12-13 | Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrc | bors | -0/+3 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -4/+8 |
| 2017-12-12 | Improve pretty printing `$crate::` paths. | Jeffrey Seyfried | -3/+0 |
| 2017-12-13 | Resolve absolute paths as extern under a feature flag | Vadim Petrochenkov | -0/+11 |
| 2017-12-09 | Use hygiene to access the injected crate (`core` or `std`) from builtin macros. | Jeffrey Seyfried | -0/+6 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -4/+8 |
| 2017-12-02 | Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc | bors | -2/+11 |
| 2017-12-02 | Auto merge of #45904 - sunjay:gat-parser, r=nikomatsakis | bors | -73/+70 |
| 2017-12-01 | Renaming MethodRibKind to TraitOrImplItemRibKind and removing its field which... | Sunjay Varma | -80/+69 |
| 2017-12-01 | Adding type paramter ribs for generic associated types | Sunjay Varma | -2/+10 |
| 2017-12-01 | Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis | bors | -1/+1 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -8/+32 |
| 2017-11-28 | Fix hygiene bug. | Jeffrey Seyfried | -2/+11 |
| 2017-11-24 | Do not attemt to continue parsing after `pub ident` | Esteban Küber | -2/+1 |
| 2017-11-24 | Do not rewind parser and ignore following blocks | Esteban Küber | -1/+2 |
| 2017-11-24 | Auto merge of #45942 - Menschenkindlein:master, r=estebank | bors | -0/+82 |
| 2017-11-23 | Use for_each_child_stable in find_module | Maxim Zholobak | -1/+1 |
| 2017-11-23 | Add module population and case of enum in place of expression | Maxim Zholobak | -3/+6 |
| 2017-11-22 | Auto merge of #46035 - oli-obk:use_suggestions, r=petrochenkov | bors | -7/+18 |
| 2017-11-21 | Report special messages for path segment keywords in wrong positions | Vadim Petrochenkov | -6/+30 |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -6/+12 |
| 2017-11-20 | Add structured suggestions for proc macro use imports | Oliver Schneider | -0/+4 |
| 2017-11-20 | Add structured suggestions for trait imports | Oliver Schneider | -7/+14 |
| 2017-11-13 | Add hints for the case of confusing enum with its variants | Maxim Zholobak | -0/+79 |
| 2017-11-10 | Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakis | bors | -13/+11 |
| 2017-11-10 | Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis | kennytm | -2/+12 |
| 2017-11-08 | Auto merge of #45452 - estebank:colon-typo, r=nikomatsakis | bors | -1/+1 |
| 2017-11-08 | Fix help for duplicated names: `extern crate (...) as (...)` | Esteban Küber | -2/+12 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -0/+1 |
| 2017-11-03 | Detect `=` -> `:` typo in let bindings | Esteban Küber | -1/+1 |
| 2017-11-04 | resolve: Use same rules for disambiguating fresh bindings in `match` and `let` | Vadim Petrochenkov | -13/+11 |
| 2017-11-03 | Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis | bors | -2/+2 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -4/+9 |
| 2017-10-31 | Suggest renaming import if names clash | Cldfire | -3/+23 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+3 |
| 2017-10-25 | Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoerister | bors | -1/+1 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -1/+1 |
| 2017-10-24 | Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakis | bors | -5/+3 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -1/+1 |
| 2017-10-19 | Cleanly error for non-const expression in associated const | matthewjasper | -1/+3 |
| 2017-10-17 | Removed Generics from FnKind::ItemFn in libsyntax | Sunjay Varma | -2/+1 |
| 2017-10-17 | Removed redundant generics visits | Sunjay Varma | -2/+0 |