| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-06-10 | resolve: Rewrite resolve_pattern | Vadim Petrochenkov | -34/+3 | |
| 2016-06-06 | Rollup merge of #33955 - zackmdavis:explain_E0429, r=GuillaumeGomez | Eduard-Mihai Burtescu | -1/+24 | |
| add explanation for E0429 (`self` use declaration must use brace syntax) This is an item under #32777. r? @GuillaumeGomez | ||||
| 2016-05-30 | revise explanation for E0429 (focus on error first) | Zack M. Davis | -9/+7 | |
| 2016-05-29 | add explanation for E0429 (`self` use declaration must use brace syntax) | Zack M. Davis | -1/+26 | |
| This is an item under #32777. | ||||
| 2016-05-27 | * Fix compile_fail tag (in some cases, it compiled whereas it wasn't ↵ | Guillaume Gomez | -1/+1 | |
| expected to and was still considered 'ok') * Fix error explanations tests/tags | ||||
| 2016-05-08 | Merge E0410 into E0408 | Manish Goregaokar | -15/+14 | |
| 2016-05-08 | Add E0408/E0409 | Manish Goregaokar | -4/+87 | |
| 2016-05-05 | Add long diagnostics for E0414 | Manish Goregaokar | -1/+63 | |
| 2016-05-02 | diagnostics for E0432: imports are relative to crate root | Georg Brandl | -4/+7 | |
| This is curiously missing from both the short message and this long diagnostic. Refs #31573 (not sure if it should be considered "fixed" as the short message still only refers to extern crates). | ||||
| 2016-04-28 | Add detailed error message for E0434 #32777 | Timothy McRoy | -1/+45 | |
| 2016-03-25 | Lift the restriction on reusing names of primitive types | Vadim Petrochenkov | -45/+0 | |
| 2016-02-19 | Show candidates for names not in scope | Vlad Ureche | -6/+6 | |
| This commit adds functionality that allows the name resolution pass to search for entities (traits/types/enums/structs) by name, in order to show recommendations along with the errors. For now, only E0405 and E0412 have suggestions attached, as per the request in bug #21221, but it's likely other errors can also benefit from the ability to generate suggestions. | ||||
| 2016-02-15 | Global error explanations improvements | ggomez | -40/+42 | |
| 2016-02-07 | Update long error explanations | Guillaume Gomez | -67/+94 | |
| 2016-01-29 | Add check for unused error codes | ggomez | -2/+2 | |
| 2016-01-20 | Improve E0317 long diagnostics | Manish Goregaokar | -1/+35 | |
| 2015-12-15 | Improve E0401 diagnostics to mention other items. | Manish Goregaokar | -7/+41 | |
| 2015-11-19 | Add long error diagnostics for E0401 | Manish Goregaokar | -1/+71 | |
| 2015-11-16 | Rollup merge of #29796 - barosl:unresolved-import-extern-crate, r=steveklabnik | Steve Klabnik | -0/+9 | |
| The command-line error message for E0432 does mention the possibility of missing the `extern crate` declaration, but the detailed error message for it doesn't. Fixes #29517. | ||||
| 2015-11-14 | rustfmt librustc_resolve | corentih | -3/+3 | |
| 2015-11-12 | Improve the detailed error message for E0432 | Barosl Lee | -0/+9 | |
| The command-line error message for E0432 does mention the possibility of missing the `extern crate` declaration, but the detailed error message for it doesn't. Fixes #29517. | ||||
| 2015-09-20 | E0422 description. | christopherdumas | -1/+23 | |
| 2015-09-01 | Add E0439 error explanation | Guillaume Gomez | -7/+7 | |
| 2015-09-01 | Comment out unused error codes | Guillaume Gomez | -18/+18 | |
| 2015-09-01 | Add E0411 error explanation | Guillaume Gomez | -1/+49 | |
| 2015-08-11 | rollup merge of #27635: GuillaumeGomez/patch-4 | Alex Crichton | -2/+10 | |
| r? @Manishearth | ||||
| 2015-08-11 | Update E0425 error explanation | Guillaume Gomez | -2/+2 | |
| 2015-08-10 | Add another example for E0425 | Guillaume Gomez | -0/+8 | |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -5/+5 | |
| Also fixes a few outdated links. | ||||
| 2015-08-07 | Auto merge of #27378 - GuillaumeGomez:patch-2, r=brson | bors | -9/+178 | |
| Part of #24407. r? @Manishearth | ||||
| 2015-08-07 | Add a guard example for E0416 | Guillaume Gomez | -0/+9 | |
| 2015-08-06 | Add another example for E0412 | Guillaume Gomez | -5/+8 | |
| 2015-08-06 | Update E0423 example | Guillaume Gomez | -13/+13 | |
| 2015-08-06 | Add E0416 error explanation | Guillaume Gomez | -1/+20 | |
| 2015-08-06 | Add E0415 error explanation | Guillaume Gomez | -1/+16 | |
| 2015-08-06 | Add E0419 error explanation | Guillaume Gomez | -1/+27 | |
| 2015-08-06 | Add examples in E0412 | Guillaume Gomez | -2/+12 | |
| 2015-08-04 | Add E0412 error explanation | Guillaume Gomez | -1/+17 | |
| 2015-07-31 | Add E0435 error explanation | Guillaume Gomez | -1/+20 | |
| 2015-07-31 | Replace "impls" by "implementations" | Guillaume Gomez | -7/+8 | |
| 2015-07-30 | Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik | Manish Goregaokar | -1/+1 | |
| r? @steveklabnik | ||||
| 2015-07-29 | Add E0413 error explanation | Guillaume Gomez | -3/+34 | |
| 2015-07-29 | Add E0423 error explanation | Guillaume Gomez | -2/+23 | |
| 2015-07-28 | Replace occurences of illegal in user facing docs | Simonas Kazlauskas | -1/+1 | |
| 2015-07-27 | Auto merge of #27230 - GuillaumeGomez:patch-1, r=brson | bors | -9/+156 | |
| Part of #24407. cc @Manishearth | ||||
| 2015-07-24 | Fix typo | Guillaume Gomez | -9/+16 | |
| 2015-07-24 | Add E0425 error explanation | Guillaume Gomez | -1/+23 | |
| 2015-07-24 | Add E0426 error explanation | Guillaume Gomez | -1/+19 | |
| 2015-07-24 | Add E0432 error explanation | Guillaume Gomez | -2/+24 | |
| 2015-07-24 | Add E0431 error explanation | Guillaume Gomez | -3/+13 | |
