-
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 5 pull requests #39907
Closed
Closed
Rollup of 5 pull requests #39907
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
Member
GuillaumeGomez
commented
Feb 17, 2017
- Successful merges: Correct a typo in procedural macros chapter of the Book. #39847, Set rustdoc --test files' path relative to the current directory #39859, Fix wording in LocalKey documentation #39862, libstd needs update for pending libc change #39871, Fixes overflow in libstd/io/cursor.rs "seek" #39874
- Failed merges:
these belong to a previous iteration of the sanitizer implementation
r? @BurntSushi (rust_highfive has picked a reviewer for you, use r? to override) |
New smaller try! @bors: r+ p=1 |
📌 Commit 7804020 has been approved by |
⌛ Testing commit 7804020 with merge 5ae3edd... |
💔 Test failed - status-appveyor |
Correct a typo in procedural macros chapter of the Book. A simple and short correction for procedural macros chapter of the Rust Programming Language Book.
GuillaumeGomez
force-pushed
the
rollup
branch
from
February 17, 2017 11:08
7804020
to
e879aa4
Compare
cleanup: remove the *san Cargo features from std these belong to a previous iteration of the sanitizer implementation r? @alexcrichton cc @whitequark
…illaumeGomez Fix wording in LocalKey documentation Fixes rust-lang#39841 r? @GuillaumeGomez
…richton libstd needs update for pending libc change This updates libstd to accommodate the fixes made in rust-lang/libc#523 Fixes rust-lang#39868
Fixes overflow in libsdt/io/cursor.rs "seek" Fixes rust-lang#39631 Test which fails (with old implementation), then fix to implementation.
code order tweak
@bors: r+ p=1 |
📌 Commit aedaa98 has been approved by |
⌛ Testing commit aedaa98 with merge ce50308... |
💔 Test failed - status-travis |
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.