| Age | Commit message (Expand) | Author | Lines |
| 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-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -1/+1 |
| 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 | -8/+11 |
| 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 | -3/+3 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+3 |
| 2018-02-28 | Remove E0245; improve E0404 explanation | Mark Mansi | -7/+9 |
| 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 | -5/+7 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -1/+0 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -5/+7 |
| 2018-02-18 | Add a span field to Visibility::Restricted | Seiichi Uchida | -1/+1 |
| 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 |