| Age | Commit message (Expand) | Author | Lines |
| 2018-01-28 | use correct casing for rename suggestions | Andy Russell | -3/+9 |
| 2018-01-28 | Auto merge of #47767 - estebank:as-suggestion, r=petrochenkov | bors | -3/+9 |
| 2018-01-27 | end_point handling multibyte characters correctly. | David Wood | -2/+2 |
| 2018-01-26 | Instead of modifying the item's span synthesize it | Esteban Küber | -1/+7 |
| 2018-01-25 | Correctly format `extern crate` conflict resolution help | Cldfire | -2/+2 |
| 2018-01-25 | Rollup merge of #47705 - pietroalbini:fix-47673, r=petrochenkov | Alex Crichton | -5/+5 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -7/+7 |
| 2018-01-24 | Fix ICE when use trees have multiple empty nested groups | Pietro Albini | -5/+5 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -7/+7 |
| 2018-01-22 | Review fixes | Manish Goregaokar | -2/+2 |
| 2018-01-22 | Store a list of local macros on the resolver; use for resolving intra-doc mac... | Manish Goregaokar | -0/+2 |
| 2018-01-22 | Fix tidy | Manish Goregaokar | -1/+2 |
| 2018-01-22 | Handle relative paths | Manish Goregaokar | -28/+36 |
| 2018-01-22 | Make resolve_hir_path and resolve_str_path fallible | Manish Goregaokar | -10/+60 |
| 2018-01-21 | Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2018-01-21 | Auto merge of #47116 - estebank:non-accessible-ctor, r=petrochenkov | bors | -18/+30 |
| 2018-01-20 | Fix tests by keepeing needed suggestions | Esteban Küber | -1/+9 |
| 2018-01-18 | in which the unused-parens lint comes to cover function and method args | Zack M. Davis | -1/+1 |
| 2018-01-18 | Add E0659 for ambiguous names | Guillaume Gomez | -1/+1 |
| 2018-01-18 | Rollup merge of #47498 - dominikWin:missing-module-name, r=petrochenkov | kennytm | -4/+4 |
| 2018-01-16 | Make non-found module name optional | Dominik Winecki | -4/+4 |
| 2018-01-15 | Review comments: remove enum suggestion | Esteban Küber | -25/+3 |
| 2018-01-15 | Further tweaks to the output | Esteban Küber | -19/+16 |
| 2018-01-15 | Reexport -> re-export in error messages | Carol (Nichols || Goulding) | -1/+1 |
| 2018-01-15 | address review comments | Esteban Küber | -13/+10 |
| 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-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -6/+0 |
| 2018-01-12 | Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrc | bors | -5/+14 |
| 2018-01-07 | Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakis | bors | -10/+16 |
| 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 | -10/+16 |
| 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 | Improve interaction between macros 2.0 and `macro_rules!`. | Jeffrey Seyfried | -5/+14 |
| 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 |