| Age | Commit message (Expand) | Author | Lines |
| 2016-11-03 | Fix label scopes. | Jeffrey Seyfried | -19/+13 |
| 2016-09-26 | Update E0425, E0446, E0449 | Jonathan Turner | -4/+9 |
| 2016-09-24 | Load macros from `#[macro_use]` extern crates in `resolve`. | Jeffrey Seyfried | -0/+6 |
| 2016-09-23 | Load extern crates in `resolve`. | Jeffrey Seyfried | -4/+5 |
| 2016-09-22 | Use `Resolver::visit_expansion` only with monotonic expansions. | Jeffrey Seyfried | -2/+5 |
| 2016-09-22 | Refactor `no_implicit_prelude: Cell<bool>` -> `no_implicit_prelude: bool`. | Jeffrey Seyfried | -23/+21 |
| 2016-09-22 | Refactor away `ParentLink`. | Jeffrey Seyfried | -81/+66 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -2/+2 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -0/+1 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -6/+7 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -2/+2 |
| 2016-09-20 | rustc_metadata: remove astencode tests. | Eduard Burtescu | -2/+2 |
| 2016-09-15 | Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrc | Manish Goregaokar | -4/+17 |
| 2016-09-13 | Perform node id assignment and `macros_at_scope` construction during | Jeffrey Seyfried | -1/+0 |
| 2016-09-13 | Move macro resolution into `librustc_resolve`. | Jeffrey Seyfried | -10/+8 |
| 2016-09-13 | Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`. | Jeffrey Seyfried | -1/+17 |
| 2016-09-13 | fix "X is not a member of trait Y" span labels | Alex Burka | -3/+3 |
| 2016-09-06 | Add struct `AmbiguityError`. | Jeffrey Seyfried | -4/+11 |
| 2016-09-06 | Add field `used: Cell<bool>` to variant `NameBindingKind::Import`. | Jeffrey Seyfried | -22/+16 |
| 2016-09-06 | Avoid false positive unused import warnings. | Jeffrey Seyfried | -5/+6 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -8/+8 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -2/+3 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -2/+3 |
| 2016-09-02 | Address comments. | Jeffrey Seyfried | -14/+20 |
| 2016-09-01 | Avoid cascading name resolution errors caused by an ambiguous module. | Jeffrey Seyfried | -29/+39 |
| 2016-09-01 | Avoid reporting multiple ambiguity errors for a single use of a name. | Jeffrey Seyfried | -11/+19 |
| 2016-09-01 | item_like_imports: Allow unused ambiguous glob imports. | Jeffrey Seyfried | -2/+32 |
| 2016-09-01 | item_like_imports: Make all visible items glob importable. | Jeffrey Seyfried | -0/+4 |
| 2016-09-01 | Add `item_like_imports` feature. | Jeffrey Seyfried | -0/+2 |
| 2016-09-01 | Add field `dummy_binding` to `Resolver`. | Jeffrey Seyfried | -1/+7 |
| 2016-09-01 | Refactor away `resolver.current_vis` and add `module.normal_ancestor_id`. | Jeffrey Seyfried | -69/+37 |
| 2016-09-01 | Improve diagnostics and remove dead code. | Jeffrey Seyfried | -29/+17 |
| 2016-09-01 | Refactor `binding.def()` to return a `Def` instead of an `Option<Def>`. | Jeffrey Seyfried | -17/+17 |
| 2016-09-01 | Refactor away `binding.is_pseudo_public()`. | Jeffrey Seyfried | -4/+0 |
| 2016-08-31 | Rollup merge of #35773 - EugeneGonzalez:master, r=jonathandturner | Jonathan Turner | -1/+5 |
| 2016-08-30 | Change E0259 to the new error format | Eugene R Gonzalez | -1/+5 |
| 2016-08-30 | Auto merge of #36126 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -1/+5 |
| 2016-08-30 | Auto merge of #36066 - jseyfried:rollup, r=Manishearth | bors | -0/+1 |
| 2016-08-29 | Update E0260 to new error format | Mohit Agarwal | -1/+5 |
| 2016-08-29 | Future proof the AST for `union`. | Jeffrey Seyfried | -0/+1 |
| 2016-08-27 | Use `FnvHashMap` in more places | Jonas Schievink | -25/+24 |
| 2016-08-22 | Rollup merge of #35858 - shyaamsundhar:patch-1, r=GuillaumeGomez | Jonathan Turner | -6/+12 |
| 2016-08-22 | Rollup merge of #35841 - kyrias:new-error-E0424, r=GuillaumeGomez | Jonathan Turner | -3/+5 |
| 2016-08-22 | Rollup merge of #35835 - crypto-universe:E0426, r=jonathandturner | Jonathan Turner | -5/+7 |
| 2016-08-22 | Updated E0423 to new format | Knight | -2/+4 |
| 2016-08-22 | Updated E0432 to new format | Knight | -2/+6 |
| 2016-08-21 | Auto merge of #35776 - jseyfried:more_groundwork, r=nrc | bors | -97/+56 |
| 2016-08-21 | Update lib.rs | Shyam Sundar B | -6/+12 |
| 2016-08-20 | Update E0424 to the new error format | Johannes Löthberg | -3/+5 |
| 2016-08-19 | New format for E0426 | crypto-universe | -5/+7 |