-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 27 pull requests #33643
Rollup of 27 pull requests #33643
Conversation
Looks more nice, and same is done with prior examples
r? @nrc (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=123 |
📌 Commit 72f0bfe has been approved by |
⌛ Testing commit 72f0bfe with merge bef9056... |
💔 Test failed - auto-mac-64-opt-rustbuild |
? @bors retry |
@arielb1 Yeah I have no explanation either, stage0 compiles but stage1 doesn't and they have the same Cargo.toml's and whatnot. No change in this rollup seems to actually affect any of that code and I can't see how my metadata change could do this. |
@bors force |
⌛ Testing commit 72f0bfe with merge 89f8e6a... |
💔 Test failed - auto-mac-64-opt-rustbuild |
cc @alexcrichton because I'm dumbfounded again. |
Was Cargo.toml forgotten to be updated? (sorry on a phone hard to check) On Saturday, May 14, 2016, Eduard-Mihai Burtescu [email protected]
|
@alexcrichton I wish, but I can't find anything like that in the combined diff of the rollup. |
Looks like the cdylib PR failed for the same reason, I'd back that out and I can investigate it locally |
@alexcrichton Bummer, since I have the version of that from a couple days ago in my item_symbols removal PR. Let me know if you figure out what's wrong with it. |
doc: to_string not needed since we gots coercion
doc: line these comments up Looks more nice, and same is done with prior examples
doc: use less awkward and less confusing language
…lexcrichton rustbuild: Ignore user config.toml file. r? @eddyb
doc: this statement does not have an effect
doc: improve output
doc: 'tis the lang, not the reptile
Update link to license Permanent redirect (301). The link should be updated.
Whatever, let's get something small going. @bors r+ |
📌 Commit ffbfbe4 has been approved by |
std::env::temp_dir
docs. #33580, Add more details and examples in error codes #33584, Add compile-fail tests for error codes #33585, add UI testing framework #33588, update "reason" for fnbox feature gate #33590, Use the correct word in the explanation #33591, Improve derived implementations for enums with lots of fieldless variants #33593, doc: Fix comment in std::string::String example code #33598, rustdoc: Fix missing type parameters on impls #33600, Save metadata even with -Z no-trans (e.g. for multi-crate cargo check). #33602, doc: to_string not needed since we gots coercion #33603, doc: line these comments up #33604, doc: use less awkward and less confusing language #33605, Some simple improvements to MIR pretty printing #33607, gdb Pretty Print: generic encoded was failing on reference/pointer types #33612, mir: always allow &mut [...] in static mut regardless of the array length. #33620, doc: this statement does not have an effect #33633, doc: improve output #33634, doc: 'tis the lang, not the reptile #33635