-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 18 pull requests #35397
Closed
Closed
Rollup of 18 pull requests #35397
Conversation
This file contains 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
This fixes rust/rust-lang#35245
…llaumeGomez Comment on the casts in the `seek` implementations on files
…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 Fixes rust-lang#35271 as part of rust-lang#35233. r? @jonathandturner
…dturner Update error format for E0130 Fixes rust-lang#35256 as part of 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 fixes rust-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#35338 Fixes rust-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
Updated error message E0282 Fixes rust-lang#35312 as part of rust-lang#35233. r? @GuillaumeGomez
Update E0207 to use struct_span_err, add span_label Fixes rust-lang#35302 part of rust-lang#35233 r? @jonathandturner
…t, r=jonathandturner Updated E0306 to new format. Part of rust-lang#35233. Fixes rust-lang#35315. r? @jonathandturner
Update error message for E0323, E0324 and E0325 Fixes rust-lang#35325, rust-lang#35327 and rust-lang#35329 as part of rust-lang#35233 r? @jonathandturner
Update E0107 message to new format Fixes rust-lang#35246 as part of rust-lang#35233. r? @jonathandturner
…urner Update E0229 to new format Hello, This fixes rust-lang#35305. I ran the tests, no unit test broke, even though some were ignored. Cheers r? @jonathandturner
…dturner Update error format for E0326 Fixes rust-lang#35335 as part of rust-lang#35233 r? @jonathandturner
…dturner Update error format for E0373 Fixes rust-lang#35337 as part of rust-lang#35233 r? @jonathandturner
Update E0004 to use labels Fixes rust-lang#35191 and is part of rust-lang#35233 "r? @jonathandturner
Update error format rust-lang#35304 Fixes rust-lang#35304 as part of rust-lang#35233. r? @jonathandturner
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 9154cc9 has been approved by |
@bors p=1 |
bors
added a commit
that referenced
this pull request
Aug 6, 2016
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
Sign up for free
to 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.
seek
implementations on files #34916, Update the man page rustc.1 #35287, Update error message for E0166 #35288, Update error format for E0130 #35331, Updated E0081 to new format #35353, Update E0106 error message to new format. #35356, 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, Update error format #35304 #35394