Uh oh!
There was an error while loading. Please reload this page.
Rollup of 21 pull requests - #35407
Merged
Merged
Conversation
This fixes rust/rust-lang#35245
There is no longer a `Repr` trait, so mentioning a missing impl of it was potentially confusing.
rust-highfive
commented
Aug 6, 2016
Contributor
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
eddyb
commented
Aug 6, 2016
ContributorAuthor
@bors r+ p=1 |
bors
commented
Aug 6, 2016
Collaborator
📌 Commit 344cd0a has been approved by |
bors
commented
Aug 6, 2016
Collaborator
⌛ Testing commit 344cd0a with merge 424e08f... |
bors
commented
Aug 6, 2016
Collaborator
💔 Test failed - auto-mac-32-opt |
…akis Update the man page rustc.1 Should the page become a generated one so the version is allways up to date?
…mat, r=GuillaumeGomez Update error message for E0166 Fixesrust-lang#35271 as part of rust-lang#35233. r? @jonathandturner
…dturner Updated error format for E0069 Fixesrust-lang#35219 which is part of the error bonanza at rust-lang#35233 r? @jonathandturner
Updated E0081 to new format Part of rust-lang#35233. r? @jonathandturner
…andturner Update E0106 error message to new format. This fixesrust-lang#35245, as part of the big error message update in rust-lang#35233 r? @jonathandturner
…ndturner Err codes r? @jonathandturner
Update E0379 to new format rust-lang#35338Fixesrust-lang#35338, as part of rust-lang#35233. But this does not include the bonus. From my understanding a Span is defined by a `hi` and a `lo` position within some context. A naive way would be to mutate the span so that `hi` is 5 positions from `lo` which corresponds to the `const` keyword. But this methods feels a bit rigid. Is there another way to do this? r? @jonathandturner
Update E0207 to use struct_span_err, add span_label Fixesrust-lang#35302 part of rust-lang#35233 r? @jonathandturner
…t, r=jonathandturner Updated E0306 to new format. Part of rust-lang#35233. Fixesrust-lang#35315. r? @jonathandturner
Update error message for E0323, E0324 and E0325 Fixesrust-lang#35325, rust-lang#35327 and rust-lang#35329 as part of rust-lang#35233 r? @jonathandturner
Update E0107 message to new format Fixesrust-lang#35246 as part of rust-lang#35233. r? @jonathandturner
…urner Update E0229 to new format Hello, This fixesrust-lang#35305. I ran the tests, no unit test broke, even though some were ignored. Cheers r? @jonathandturner
…dturner Update error format for E0373 Fixesrust-lang#35337 as part of rust-lang#35233 r? @jonathandturner
Update E0004 to use labels Fixesrust-lang#35191 and is part of rust-lang#35233 "r? @jonathandturner
eddyb
commented
Aug 6, 2016
ContributorAuthor
@bors r+ |
bors
commented
Aug 6, 2016
Collaborator
📌 Commit 67f0822 has been approved by |
eddyb
commented
Aug 6, 2016
ContributorAuthor
@bors force |
bors
commented
Aug 6, 2016
Collaborator
bors added a commit
that referenced
this pull request
Aug 6, 2016
bors
commented
Aug 6, 2016
Collaborator
💔 Test failed - auto-linux-64-debug-opt |
sophiajt
commented
Aug 6, 2016
Contributor
@bors retry |
sophiajt
commented
Aug 6, 2016
Contributor
@bors force |
bors
commented
Aug 6, 2016
Collaborator
bors
commented
Aug 6, 2016
Collaborator
This was referenced Aug 6, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
seekimplementations on files #34916, Update the man page rustc.1 #35287, Update error message for E0166 #35288, Updated error format for E0069 #35351, Updated E0081 to new format #35353, Update E0106 error message to new format. #35356, Updated error message E0252 #35362, Err codes #35363, Update E0379 to new format #35338 #35364, Updated error message E0282 #35366, Update E0207 to use struct_span_err, add span_label #35368, Updated E0306 to new format. #35370, Update error message for E0323, E0324 and E0325 #35372, Update E0107 message to new format #35373, Update E0229 to new format #35374, Update error format for E0326 #35375, Update error format for E0373 #35376, Update E0004 to use labels #35380, Err codes #35393, Update error format #35304 #35394