| Age | Commit message (Expand) | Author | Lines |
| 2018-02-13 | Improve debuggability of #48116. | kennytm | -2/+13 |
| 2018-02-10 | Explain unusual debugging code in librustc | Alex Crichton | -3/+8 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -2/+5 |
| 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 wrong span for nested empty groups | Pietro Albini | -1/+8 |
| 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 | -1/+4 |
| 2018-01-22 | Resolve foreign macros | Manish Goregaokar | -1/+1 |
| 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/+54 |
| 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/+54 |
| 2018-01-18 | Rollup merge of #47498 - dominikWin:missing-module-name, r=petrochenkov | kennytm | -8/+8 |
| 2018-01-18 | Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=est... | kennytm | -2/+1 |
| 2018-01-16 | Make non-found module name optional | Dominik Winecki | -8/+8 |
| 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 prose and documentation comments | Carol (Nichols || Goulding) | -3/+3 |
| 2018-01-15 | Reexport -> re-export in error messages | Carol (Nichols || Goulding) | -15/+16 |
| 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-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 |