| Age | Commit message (Expand) | Author | Lines |
| 2018-04-30 | Warn on pointless `#[derive]` in more places | Austin Bonander | -1/+3 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -12/+1 |
| 2018-03-26 | remove unneeded import | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -11/+0 |
| 2018-03-26 | Rollup merge of #48693 - vorner:doc-name-resolution, r=petrochenkov | Tim Neumann | -3/+58 |
| 2018-03-24 | fixup! Some comments and documentation for name resolution crate | Michal 'vorner' Vaner | -7/+23 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -4/+4 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -22/+3 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -4/+4 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -3/+3 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -15/+17 |
| 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 |