| Age | Commit message (Expand) | Author | Lines |
| 2016-05-30 | Rollup merge of #33793 - GuillaumeGomez:compile_fail, r=GuillaumeGomez | Manish Goregaokar | -1/+1 |
| 2016-05-27 | Rollup merge of #33644 - petrochenkov:selfast, r=nrc | Manish Goregaokar | -10/+6 |
| 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-27 | * Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected... | Guillaume Gomez | -1/+1 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-05-25 | Fix rebase | Vadim Petrochenkov | -8/+4 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -2/+2 |
| 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-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 |