| Age | Commit message (Expand) | Author | Lines |
| 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-13 | Auto merge of #33596 - nikomatsakis:issue-33586-regr-assoc-type-path, r=eddyb | bors | -0/+2 |
| 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 | Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brson | bors | -0/+1 |
| 2016-05-12 | re-introduce a cache for ast-ty-to-ty | Niko Matsakis | -0/+2 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -0/+1 |
| 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 | -383/+403 |
| 2016-05-09 | Refactor `hir::lowering::Resolver` | Jeffrey Seyfried | -4/+5 |
| 2016-05-08 | Merge E0410 into E0408 | Manish Goregaokar | -32/+22 |
| 2016-05-09 | Resolve paths generated in the ast->hir lowerer | Jeffrey Seyfried | -18/+51 |
| 2016-05-09 | Refactor the interface that `resolve` exposes to `driver` | Jeffrey Seyfried | -52/+20 |
| 2016-05-09 | Move resolution to before lowering | Jeffrey Seyfried | -292/+316 |
| 2016-05-09 | Refactor `Resolver` field `def_map` from `RefCell<DefMap>` to `DefMap` | Jeffrey Seyfried | -13/+12 |
| 2016-05-09 | Remove a use of `ast_map.span_if_local()` in `resolve` | Jeffrey Seyfried | -39/+34 |
| 2016-05-08 | Add E0408/E0409 | Manish Goregaokar | -4/+87 |
| 2016-05-08 | Rollup merge of #33406 - Manishearth:diag-improve-const-let, r=GuillaumeGomez | Manish Goregaokar | -5/+67 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -17/+43 |
| 2016-05-05 | Add long diagnostics for E0414 | Manish Goregaokar | -1/+63 |
| 2016-05-04 | Improve diagnostics for constants being used in irrefutable patterns | Manish Goregaokar | -4/+4 |
| 2016-05-03 | Rollup merge of #33340 - birkenfeld:issue-23716, r=Manishearth | Manish Goregaokar | -11/+25 |
| 2016-05-03 | Warn unused trait imports | Seo Sanghyeon | -13/+42 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -4/+1 |
| 2016-05-03 | Rollup merge of #33320 - birkenfeld:issue31573, r=arielb1 | Manish Goregaokar | -4/+7 |
| 2016-05-02 | resolve: print location of static for "static in pattern" error | Georg Brandl | -11/+25 |
| 2016-05-02 | fix rebase flaws | Niko Matsakis | -2/+1 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -17/+12 |
| 2016-05-02 | diagnostics for E0432: imports are relative to crate root | Georg Brandl | -4/+7 |
| 2016-05-01 | Auto merge of #33190 - jseyfried:improve_diagnostics, r=nrc | bors | -120/+63 |
| 2016-04-29 | Auto merge of #33229 - timothy-mcroy:master, r=guillaumegomez | bors | -1/+45 |
| 2016-04-29 | Remove use of `ast_map.expect_item()` and improve diagnostics (fixes #33186) | Jeffrey Seyfried | -42/+41 |
| 2016-04-29 | Remove use of `ast_map.span_if_local()` and improve diagnostics | Jeffrey Seyfried | -11/+6 |
| 2016-04-29 | Revert #27493 | Jeffrey Seyfried | -67/+16 |
| 2016-04-28 | Add detailed error message for E0434 #32777 | Timothy McRoy | -1/+45 |
| 2016-04-28 | Address style nits | Jeffrey Seyfried | -2/+2 |
| 2016-04-27 | Avoid using the hir map when visibility checking in `resolve` | Jeffrey Seyfried | -6/+24 |
| 2016-04-27 | Refactor away a use of `ast_map.span_if_local()` | Jeffrey Seyfried | -3/+13 |
| 2016-04-27 | Refactor `resolve_crate_relative_path` and `resolve_module_relative_path` | Jeffrey Seyfried | -12/+16 |
| 2016-04-27 | Refactor away `get_trait_name` | Jeffrey Seyfried | -13/+4 |