-
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 17 pull requests #44654
Merged
Merged
Rollup of 17 pull requests #44654
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
…r during expansion)
Picks up the removal of the rustbuild feature, which is still used in our local shim, along with a comment update explaining the usage.
Removing unwanted file merged in a previous commit
Just a routine update
Moving buckets from us-east-1 to us-west-1 because us-west-1 is where rust-central-station itself runs and in general is where we have all our other buckets.
* Add `T: ?Sized` bound to {`Arc`,`Rc`}::{`from_raw`,`into_raw`}
net::tcp::tests::connect_timeout_unroutable fails when the network is unreachable, like on a laptop disconnected from wifi. Check for this error and allow the test to pass. Closes rust-lang#44645
…crichton Implement `Arc`/`Rc` raw pointer conversions for `?Sized` * Add `T: ?Sized` bound to {`Arc`,`Rc`}::{`from_raw`,`into_raw`}
…ried Fix "new trace_macros doesn't work if there's an error during expansion" Fixes rust-lang#43493
ci: introduce haiku x86_64 builder
…uietMisdreavus Codeblock color <img width="1440" alt="screen shot 2017-09-07 at 21 53 58" src="https://user-images.githubusercontent.com/3050060/30183045-4319108e-9419-11e7-98da-da54952cab37.png"> This screenshot has been generated from: ```rust /// foo /// /// ```compile_fail /// foo(); /// ``` /// /// ```ignore /// goo(); /// ``` /// /// ``` /// let x = 0; /// ``` pub fn bar() -> usize { 2 } ``` r? @QuietMisdreavus cc @rust-lang/docs
…nikomatsakis Update compiler-builtins ~~I can't tell if this was ever used, but it's not used today.~~ See commits.
extend E0623 for earlybound and latebound for structs This fixes rust-lang#44508 r? @nikomatsakis
…-szero-optimization, r=arielb1 remove overzealous Box<ZeroSizeType> optimization
rustdoc: pretty-print Unevaluated expressions in types. Fixes rust-lang#44555. r? @nikomatsakis
… r=alexcrichton stabilized iterator_for_each (closes rust-lang#42986) Also updated clippy and rls as these use the iterator_for_each I've made my first PR's today so most likely I've done something wrong. Sorry about that!
…=alexcrichton stabilized compiler_fences (fixes rust-lang#41091) I did not know what to proceed with "unstable-book" entry. The feature would no longer be unstable so I have deleted it. If it was the wrong call I'll revert it (unfortunately his case is not described in the CONTRIBUTING.md).
…imulacrum Update cargo submodule Just a routine update
…1, r=aidanhs ci: Upload/download from a new S3 bucket Moving buckets from us-east-1 to us-west-1 because us-west-1 is where rust-central-station itself runs and in general is where we have all our other buckets.
…uietMisdreavus Fix incorrect `into_inner` link in docs. Fixes rust-lang#42373.
…crum compiletest: print the correct basename of the src dir See <Manishearth/compiletest-rs#76>. Fixes rust-lang#40712
stabilized needs_drop (fixes rust-lang#41890) fixes rust-lang#41890
Ensure tcp test case passes when disconnected from network net::tcp::tests::connect_timeout_unroutable fails when the network is unreachable, like on a laptop disconnected from wifi. Check for this error and allow the test to pass. Closes rust-lang#44645
@bors r+ p=1 |
📌 Commit 7aefb6c has been approved by |
bors
added a commit
that referenced
this pull request
Sep 17, 2017
☀️ Test successful - status-appveyor, 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.
Arc
/Rc
raw pointer conversions for?Sized
#44073, Fix "new trace_macros doesn't work if there's an error during expansion" #44088, ci: introduce haiku x86_64 builder #44381, Codeblock color #44397, Update compiler-builtins #44509, Add Rustfmt #44533, extend E0623 for earlybound and latebound for structs #44549, remove overzealous Box<ZeroSizeType> optimization #44553, rustdoc: pretty-print Unevaluated expressions in types. #44562, stabilized iterator_for_each (closes #42986) #44567, stabilized compiler_fences (fixes #41091) #44595, Update cargo submodule #44604, ci: Upload/download from a new S3 bucket #44617, Fix incorrectinto_inner
link in docs. #44622, compiletest: print the correct basename of the src dir #44630, stabilized needs_drop (fixes #41890) #44639, Ensure tcp test case passes when disconnected from network #44647