| Age | Commit message (Expand) | Author | Lines |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -5/+6 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -2/+2 |
| 2018-03-17 | remove FIXME(#48116) and remove the logic to debug the issue | Niv Kaminer | -22/+3 |
| 2018-03-14 | Some tweaks to "type parameters from outer function" diagnostic | Esteban Küber | -12/+18 |
| 2018-03-12 | Some comments and documentation for name resolution crate | Michal 'vorner' Vaner | -3/+42 |
| 2018-03-08 | Update "type parameters from outer function" error messages | Basile Desloges | -6/+122 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -7/+7 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -11/+11 |
| 2018-02-28 | Remove E0245; improve E0404 explanation | Mark Mansi | -9/+31 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -12/+24 |
| 2018-02-23 | Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkov | bors | -6/+8 |
| 2018-02-22 | Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytm | bors | -1/+0 |
| 2018-02-21 | Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomez | Guillaume Gomez | -0/+2 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -1/+0 |
| 2018-02-17 | fix E0260 error index doctest | QuietMisdreavus | -0/+2 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -3/+3 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -6/+8 |
| 2018-02-18 | Add a span field to Visibility::Restricted | Seiichi Uchida | -1/+1 |
| 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 |