| Age | Commit message (Expand) | Author | Lines |
| 2016-08-14 | Rollup merge of #35596 - crypto-universe:E0254_style_and_tests, r=jonathandtu... | Eduard-Mihai Burtescu | -2/+5 |
| 2016-08-14 | Rollup merge of #35558 - lukehinds:master, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+3 |
| 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 |
| 2016-08-11 | Fix tidy warning | Jonathan Turner | -1/+2 |
| 2016-08-11 | Rollup merge of #35536 - hank-der-hafenarbeiter:E0433, r=jonathandturner | Jonathan Turner | -1/+3 |
| 2016-08-11 | Substitute private type aliases in rustdoc | petrochenkov | -0/+1 |
| 2016-08-09 | remove field that need not be public | Niko Matsakis | -1/+1 |
| 2016-08-09 | Update error message for E0253 #35512 | Luke Hinds | -1/+3 |
| 2016-08-09 | Updated E0433 to new error message. (no bonus) | hank-der-hafenarbeiter | -1/+3 |
| 2016-08-07 | Auto merge of #35362 - medzin:E0252, r=GuillaumeGomez | bors | -1/+5 |
| 2016-08-06 | Rollup merge of #35363 - GuillaumeGomez:err_codes, r=jonathandturner | Eduard-Mihai Burtescu | -1/+40 |
| 2016-08-06 | Updated error message E0252 | Adam MedziĆski | -1/+5 |
| 2016-08-05 | Auto merge of #35116 - jseyfried:groundwork_for_new_import_semantics, r=nrc | bors | -215/+213 |
| 2016-08-05 | Add new error code tests | Guillaume Gomez | -0/+1 |
| 2016-08-05 | Update E0404 to new format. | Ryan Scott | -1/+7 |
| 2016-08-05 | Add E0254 error explanation | Guillaume Gomez | -1/+39 |
| 2016-08-01 | Refactor `directive.import(binding)` -> `resolver.import(binding, directive)`. | Jeffrey Seyfried | -19/+23 |
| 2016-08-01 | nit: rename `module_` -> `module` | Jeffrey Seyfried | -24/+22 |
| 2016-08-01 | Improve diagnostics for pattern bindings that illegally shadow items. | Jeffrey Seyfried | -15/+19 |
| 2016-08-01 | Clean up `resolver.record_use()`. | Jeffrey Seyfried | -21/+11 |
| 2016-08-01 | Refactor `module.try_define_child(..)` -> `resolver.try_define(module, ..)`. | Jeffrey Seyfried | -69/+75 |
| 2016-08-01 | Refactor away `resolution.try_define()`. | Jeffrey Seyfried | -18/+15 |
| 2016-08-01 | Refactor away `resolution.report_conflicts()`. | Jeffrey Seyfried | -22/+12 |
| 2016-08-01 | Implement `Deref` for `ImportResolver` to `Resolver`. | Jeffrey Seyfried | -53/+62 |
| 2016-07-31 | Make "type aliases cannot be used for traits" a note instead of a span_label. | Jeffrey Seyfried | -16/+1 |
| 2016-07-31 | Clean up `resolve_trait_reference`. | Jeffrey Seyfried | -32/+31 |
| 2016-07-31 | Avoid emitting a unhelpful cascading resolution error. | Jeffrey Seyfried | -0/+2 |
| 2016-07-30 | Rollup merge of #35063 - jseyfried:avoid_importing_inaccessible_names, r=nrc | Manish Goregaokar | -50/+35 |
| 2016-07-27 | If a single import resolves to an inaccessible name in some but not all names... | Jeffrey Seyfried | -50/+35 |
| 2016-07-21 | Fix ICE happening when unresolved imports are used in patterns | Vadim Petrochenkov | -2/+2 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -2/+2 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -14/+12 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -29/+164 |
| 2016-07-15 | Include the `MacroDefinition` rib in the label ribs. | Jeffrey Seyfried | -4/+16 |
| 2016-07-14 | Implement `macro_rules!` placeholders and the macro scope map | Jeffrey Seyfried | -17/+81 |
| 2016-07-14 | Instead of renaming, treat differently marked identifiers as unequal | Jeffrey Seyfried | -27/+26 |
| 2016-07-14 | Move node id assigning into `resolve` | Jeffrey Seyfried | -0/+60 |
| 2016-07-13 | Fixed issue where importing a trait method directly and then calling the meth... | Michael Rosenberg | -10/+18 |
| 2016-07-08 | Stabilize `FnOnce::Output` + Fix rebase | petrochenkov | -3/+2 |
| 2016-07-08 | Do not generate Def::Err in bindings | Vadim Petrochenkov | -19/+13 |
| 2016-07-08 | Don't generate Def::Err if it's not stored in def_map immediately | Vadim Petrochenkov | -5/+5 |
| 2016-07-06 | Auto merge of #34655 - jseyfried:improve_resolver_api, r=nrc | bors | -1/+29 |
| 2016-07-06 | Rollup merge of #34636 - tshepang:shorten, r=GuillaumeGomez | Steve Klabnik | -2/+1 |
| 2016-07-05 | Add FIXME comment | Jeffrey Seyfried | -0/+1 |
| 2016-07-05 | Add method `with_module_lexical_scope` to `Resolver`. | Jeffrey Seyfried | -1/+28 |
| 2016-07-03 | doc: fix and shorten comment | Tshepang Lekhonkhobe | -2/+1 |
| 2016-07-01 | Add the `after_expand` entry point between import resolution and the rest of ... | Jeffrey Seyfried | -17/+6 |
| 2016-06-29 | Rollup merge of #34542 - jseyfried:fix_recursive_modules, r=nrc | Manish Goregaokar | -1/+3 |
| 2016-06-29 | Rollup merge of #34467 - GuillaumeGomez:err-codes, r=brson | Manish Goregaokar | -82/+207 |