| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-18 | Add field `current_vis` to `Resolver`. | Jeffrey Seyfried | -14/+26 | |
| 2016-08-18 | Clean up `build_reduced_graph.rs`. | Jeffrey Seyfried | -26/+18 | |
| 2016-08-18 | Refactor `unresolved_imports` -> `indeterminate_imports`. | Jeffrey Seyfried | -77/+47 | |
| 2016-08-18 | Add field `parent` to `ImportDirective`. | Jeffrey Seyfried | -14/+11 | |
| 2016-08-18 | Refactor `module.add_import_directive()` -> `resolver.add_import_directive()`. | Jeffrey Seyfried | -10/+11 | |
| 2016-08-18 | Rollup merge of #35768 - GuillaumeGomez:err_codes, r=jonathandturner | Eduard-Mihai Burtescu | -1/+1 | |
| Add new error code tests r? @jonathandturner | ||||
| 2016-08-18 | Rollup merge of #35756 - crypto-universe:E0407, r=GuillaumeGomez | Eduard-Mihai Burtescu | -6/+8 | |
| New output for E0407 Issue #35697 as a part of #35233. r? @GuillaumeGomez | ||||
| 2016-08-18 | Rollup merge of #35739 - circuitfox:E0403-update-error-format, r=jonathandturner | Eduard-Mihai Burtescu | -12/+18 | |
| E0403 update error format Fixes #35696 Part of #35233 r? @jonathandturner Also did the bonus for this one. | ||||
| 2016-08-17 | Add new error code tests | Guillaume Gomez | -1/+1 | |
| 2016-08-17 | New output for E0407 | crypto-universe | -6/+8 | |
| Issue #35697 as a part of #35233. r? @jonathandturner | ||||
| 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 | |
| update E0409 to new error format fixes #35699 as part of #35233. r? @jonathandturner | ||||
| 2016-08-17 | Rollup merge of #35722 - knight42:update-error-msg, r=jonathandturner | Jonathan Turner | -2/+4 | |
| Updated E0394 & E0422 to new format Fixes #35692 and #35700, as part of #35233. r? @jonathandturner | ||||
| 2016-08-17 | Rollup merge of #35670 - RockyTV:e0365, r=jonathandturner | Jonathan Turner | -6/+6 | |
| Update error E0365 to new format Fixes #35633 as part of #35233. r? @jonathandturner | ||||
| 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 | Update error E0365 to new format | Alexandre Oliveira | -6/+6 | |
| 2016-08-14 | Rollup merge of #35596 - crypto-universe:E0254_style_and_tests, ↵ | Eduard-Mihai Burtescu | -2/+5 | |
| r=jonathandturner Add label to E0254 This issue #35513 is a part of #35233. r? @jonathandturner | ||||
| 2016-08-14 | Rollup merge of #35558 - lukehinds:master, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+3 | |
| Update error message for E0253 #35512 Fixes #35512. Part of #35233. | ||||
| 2016-08-11 | Auto merge of #35592 - jonathandturner:rollup, r=jonathandturner | bors | -1/+4 | |
| Rollup of 23 pull requests - Successful merges: #35279, #35331, #35358, #35375, #35445, #35448, #35482, #35486, #35505, #35528, #35530, #35532, #35536, #35537, #35541, #35552, #35554, #35555, #35557, #35562, #35565, #35569, #35576 - Failed merges: #35395, #35415, #35563 | ||||
| 2016-08-11 | Add label to E0254 | crypto-universe | -2/+5 | |
| This issue #35513 is a part of #35233. r? @jonathandturner | ||||
| 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 | |
| Updated E0433 to new error message. (no bonus) Part of #35345 r? @jonathandturner | ||||
| 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 | |
| Fixes #35512. Part of #35233. | ||||
| 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 | |
| Updated error message E0252 Fixes #35306 as part of #35233. r? @GuillaumeGomez | ||||
| 2016-08-06 | Rollup merge of #35363 - GuillaumeGomez:err_codes, r=jonathandturner | Eduard-Mihai Burtescu | -1/+40 | |
| Err codes r? @jonathandturner | ||||
| 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 | |
| resolve: diagnostics improvement and groundwork for RFC 1560 Fixes #35115, fixes #35135, and lays groundwork for #32213 (cc #35120). r? @nrc | ||||
| 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 | |
| Improve unused import detection. | ||||
| 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 | |
| resolve: Exclude inaccessible names from single imports If a single import resolves to an inaccessible name in some but not all namespaces, avoid importing the name in the inaccessible namespaces. Currently, the inaccessible namespaces are imported but cause a privacy error when used. r? @nrc | ||||
| 2016-07-27 | If a single import resolves to an inaccessible name in some but not all ↵ | Jeffrey Seyfried | -50/+35 | |
| namespaces, avoid importing the name in the inaccessible namespaces. Currently, the inaccessible namespaces are imported but cause a privacy error when used. | ||||
| 2016-07-21 | Fix ICE happening when unresolved imports are used in patterns | Vadim Petrochenkov | -2/+2 | |
