| Age | Commit message (Expand) | Author | Lines |
| 2018-01-15 | Add note when trying to use `Self` as a ctor | Esteban Küber | -1/+5 |
| 2018-01-15 | Readd suggestion in enum variants with incorrect args | Esteban Küber | -0/+12 |
| 2018-01-15 | Suggest the correct syntax for different struct types | Esteban Küber | -12/+22 |
| 2018-01-15 | Hide suggestion to use struct ctor when it is not visible | Esteban Küber | -5/+11 |
| 2018-01-15 | Don't include bang in macro replacement suggestion | Ryan Cumming | -2/+1 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -7/+1 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -3/+4 |
| 2018-01-12 | Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrc | bors | -8/+17 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -3/+4 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-07 | Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakis | bors | -18/+26 |
| 2018-01-07 | Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakis | kennytm | -2/+2 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -0/+1 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-01-03 | Support `extern` in paths | Vadim Petrochenkov | -18/+26 |
| 2017-12-28 | Auto merge of #47031 - topecongiro:issue-41719, r=jseyfried | bors | -1/+9 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -2/+1 |
| 2017-12-28 | Report an error when resolving non-ident macro path failed | topecongiro | -1/+9 |
| 2017-12-23 | Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakis | bors | -23/+21 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -30/+39 |
| 2017-12-20 | Various tweaks | Esteban Küber | -23/+21 |
| 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/+18 |
| 2017-12-13 | Improve interaction between macros 2.0 and `macro_rules!`. | Jeffrey Seyfried | -8/+17 |
| 2017-12-13 | Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrc | bors | -6/+16 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -14/+26 |
| 2017-12-12 | Improve pretty printing `$crate::` paths. | Jeffrey Seyfried | -8/+9 |
| 2017-12-13 | Resolve absolute paths as extern under a feature flag | Vadim Petrochenkov | -3/+66 |
| 2017-12-09 | Use hygiene to access the injected crate (`core` or `std`) from builtin macros. | Jeffrey Seyfried | -2/+11 |
| 2017-12-09 | one-time diagnostic and suggestion for reëxporting private variant error | Zack M. Davis | -6/+54 |
| 2017-12-05 | Add field `is_import` to `def::Export`. | Jeffrey Seyfried | -2/+4 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -14/+24 |
| 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 | -164/+205 |
| 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 | -3/+2 |
| 2017-11-24 | Do not rewind parser and ignore following blocks | Esteban Küber | -2/+3 |
| 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 | -12/+56 |
| 2017-11-21 | Report special messages for path segment keywords in wrong positions | Vadim Petrochenkov | -8/+38 |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -15/+13 |
| 2017-11-20 | Add structured suggestions for proc macro use imports | Oliver Schneider | -5/+42 |
| 2017-11-20 | Add structured suggestions for trait imports | Oliver Schneider | -7/+14 |