-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 5 pull requests #29809
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
Closed
Closed
Rollup of 5 pull requests #29809
Conversation
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
Member
steveklabnik
commented
Nov 12, 2015
- Successful merges: trpl: ffi: clean up examples and push crates.io #29790, Add feature gate test for #[fundamental] attribute #29800, [docs] Update references and borrowing (Fixes #29730) #29805, Make the mir_map available to the after_analysis CompileController step. #29806, Fix example for the Debug trait so it matches the given output #29808
- Failed merges:
This reverts commit 9c9f95c.
Adds `Example` sections to the rest of the integer methods. cc @steveklabnik
…bnik Crates.io is now mentioned right at the top to try and head off the `#![feature(libc)]` error. In addition, the examples now all compile and run in the playpen. I also tweaked spacing in some of them. Fixes rust-lang#29762. r? @steveklabnik
Fundamental attribute was missing a feature gate test.
…matsakis This allows "rustc drop-in replacement" programs like https://github.com/nrc/stupid-stats to access the MIR map. Working toy example: https://gist.github.com/tsion/288423389e32eb73bb39 r? @nikomatsakis
…=steveklabnik The example given for the manual implementation of the core::fmt::Debug trait doesn't match the output after the code sample. This updates it so it matches.
@bors: r+ p=1 |
📌 Commit 193a23d has been approved by |
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit 193a23d with merge 29d683e... |
💔 Test failed - auto-win-gnu-64-opt |
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.