| Age | Commit message (Expand) | Author | Lines |
| 2016-07-01 | Add the `after_expand` entry point between import resolution and the rest of ... | Jeffrey Seyfried | -12/+0 |
| 2016-06-29 | Rollup merge of #34542 - jseyfried:fix_recursive_modules, r=nrc | Manish Goregaokar | -1/+3 |
| 2016-06-28 | Fix infinite loop on recursive module exports in an extern crate | Jeffrey Seyfried | -1/+3 |
| 2016-06-28 | groundwork: create the `Resolver` earlier in phase 2 | Jeffrey Seyfried | -7/+4 |
| 2016-06-28 | groundwork: refactor the interface that `resolve` exposes to `driver` | Jeffrey Seyfried | -45/+30 |
| 2016-06-28 | groundwork: use `resolve_identifier` instead of `resolve_path` to classify id... | Jeffrey Seyfried | -5/+6 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -1/+1 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -4/+4 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -7/+10 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -11/+2 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -0/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -7/+10 |
| 2016-06-20 | Merge PatKind::QPath into PatKind::Path in AST | Vadim Petrochenkov | -11/+2 |
| 2016-06-18 | Remove unused functions calls and unused E0406 | Guillaume Gomez | -32/+0 |
| 2016-06-17 | Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue` | Jeffrey Seyfried | -1/+1 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -4/+4 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -0/+1 |
| 2016-06-10 | Address review comments + fix rebase | Vadim Petrochenkov | -25/+25 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -36/+27 |
| 2016-06-10 | Move the hack with fake partial resolution for <A>::B from typeck to resolve | Vadim Petrochenkov | -83/+37 |
| 2016-06-10 | resolve: Rewrite resolve_pattern | Vadim Petrochenkov | -402/+279 |
| 2016-06-07 | Refactor away the prelude injection pass | Jeffrey Seyfried | -12/+20 |
| 2016-06-06 | Refactor away method `resolve_name_in_lexical_scope` of `ModuleS` | Jeffrey Seyfried | -22/+19 |
| 2016-06-02 | Auto merge of #33878 - GuillaumeGomez:improve_helps, r=jonathandturner | bors | -7/+15 |
| 2016-06-02 | Improve help messages for E0425 | ggomez | -7/+15 |
| 2016-05-30 | librustc_resolve: make sure pattern def gets recorded if `resolve_path` retur... | Daan Sprenkels | -7/+10 |
| 2016-05-27 | Rollup merge of #33644 - petrochenkov:selfast, r=nrc | Manish Goregaokar | -8/+4 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -1/+1 |
| 2016-05-27 | Rollup merge of #33351 - birkenfeld:loop-label-spans, r=pnkfelix | Manish Goregaokar | -3/+3 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-05-25 | Fix rebase | Vadim Petrochenkov | -8/+4 |
| 2016-05-24 | Auto merge of #33615 - GuillaumeGomez:field_static_method, r=pnkfelix | bors | -22/+64 |
| 2016-05-24 | syntax/hir: give loop labels a span | Georg Brandl | -3/+3 |
| 2016-05-23 | Don't suggest using fields in a static method | ggomez | -22/+64 |
| 2016-05-18 | ignore dep-graph in resolve and lower_crate | Niko Matsakis | -0/+1 |
| 2016-05-16 | lowering: Rename identifiers only when necessary | Vadim Petrochenkov | -0/+4 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -1/+1 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -1/+0 |
| 2016-05-15 | Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakis | bors | -27/+48 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -1/+0 |
| 2016-05-14 | Rollup merge of #33572 - nagisa:assoc-const-types, r=eddyb | Manish Goregaokar | -3/+1 |
| 2016-05-13 | Address nit | Jonathan Turner | -1/+1 |
| 2016-05-12 | Update errors to use new error format | Jonathan Turner | -21/+22 |
| 2016-05-12 | Updating a few more errors with labels | Jonathan Turner | -26/+46 |
| 2016-05-12 | re-introduce a cache for ast-ty-to-ty | Niko Matsakis | -0/+2 |
| 2016-05-12 | Do not use const Rib for associated constants | Simonas Kazlauskas | -3/+1 |
| 2016-05-11 | rustc: Remove the unnecessary ast_ty_to_ty_cache. | Eduard Burtescu | -1/+1 |
| 2016-05-10 | Auto merge of #33471 - birkenfeld:issue-33464, r=jseyfried | bors | -4/+1 |
| 2016-05-10 | resolve: do not modify span of non-importable name | Georg Brandl | -4/+1 |
| 2016-05-09 | Auto merge of #33443 - jseyfried:resolve_ast, r=nrc | bors | -273/+303 |