| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-08-19 | Update E0428 to new format | trixnz | -1/+5 |
| 2016-08-18 | Refactor out `finalize_import()` from `resolve_import()`. | Jeffrey Seyfried | -1/+5 |
| 2016-08-18 | Check privacy in `resolve_name_in_module`. | Jeffrey Seyfried | -17/+2 |
| 2016-08-18 | Refactor `resolve_module_path` to take an `Option<Span>` instead of a `Span`. | Jeffrey Seyfried | -20/+16 |
| 2016-08-18 | Refactor `record_used: bool` -> `record_used: Option<Span>`. | Jeffrey Seyfried | -11/+13 |
| 2016-08-18 | Refactor away the field `arenas` of `ModuleS`. | Jeffrey Seyfried | -10/+4 |
| 2016-08-18 | Refactor away `module.resolve_name()`. | Jeffrey Seyfried | -28/+9 |
| 2016-08-18 | Add field `current_vis` to `Resolver`. | Jeffrey Seyfried | -12/+11 |
| 2016-08-18 | Refactor `unresolved_imports` -> `indeterminate_imports`. | Jeffrey Seyfried | -5/+3 |
| 2016-08-18 | Add field `parent` to `ImportDirective`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-18 | Rollup merge of #35756 - crypto-universe:E0407, r=GuillaumeGomez | Eduard-Mihai Burtescu | -6/+8 |
| 2016-08-18 | Rollup merge of #35739 - circuitfox:E0403-update-error-format, r=jonathandturner | Eduard-Mihai Burtescu | -12/+18 |
| 2016-08-17 | New output for E0407 | crypto-universe | -6/+8 |
| 2016-08-17 | Merge branch 'master' into E0403-update-error-format | Chris Stankus | -24/+8 |
| 2016-08-17 | Rollup merge of #35726 - mikhail-m1:master2, r=jonathandturner | Jonathan Turner | -6/+13 |
| 2016-08-17 | Rollup merge of #35722 - knight42:update-error-msg, r=jonathandturner | Jonathan Turner | -2/+4 |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -24/+8 |
| 2016-08-16 | E0403 update error format | Chris Stankus | -12/+18 |
| 2016-08-16 | update to new error format E0409 | Mikhail Modin | -6/+13 |
| 2016-08-17 | Updated E0422 to new error message | Knight | -2/+4 |
| 2016-08-14 | Rollup merge of #35596 - crypto-universe:E0254_style_and_tests, r=jonathandtu... | Eduard-Mihai Burtescu | -2/+5 |
| 2016-08-11 | Auto merge of #35592 - jonathandturner:rollup, r=jonathandturner | bors | -1/+4 |
| 2016-08-11 | Add label to E0254 | crypto-universe | -2/+5 |