-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 11 pull requests #32454
Rollup of 11 pull requests #32454
Commits on Mar 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 08eaf07 - Browse repository at this point
Copy the full SHA 08eaf07View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa5afb0 - Browse repository at this point
Copy the full SHA aa5afb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b1d06 - Browse repository at this point
Copy the full SHA b5b1d06View commit details
Commits on Mar 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9575fe7 - Browse repository at this point
Copy the full SHA 9575fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a32b2 - Browse repository at this point
Copy the full SHA 00a32b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d626e9 - Browse repository at this point
Copy the full SHA 7d626e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79da64a - Browse repository at this point
Copy the full SHA 79da64aView commit details -
std: Store flowinfo/scope_id in host byte order
Apparently these aren't supposed to be stored in network byte order, so doing so ends up causing failures when it would otherwise succeed when stored in the host byte order. Closes rust-lang#32424
Configuration menu - View commit details
-
Copy full SHA for 88506ce - Browse repository at this point
Copy the full SHA 88506ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 308dc55 - Browse repository at this point
Copy the full SHA 308dc55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c72d5 - Browse repository at this point
Copy the full SHA 45c72d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c71347 - Browse repository at this point
Copy the full SHA 4c71347View commit details
Commits on Mar 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 424fa43 - Browse repository at this point
Copy the full SHA 424fa43View commit details -
Docs: Change "statements" to "expressions" on
match
I apt to use `expressions` over `statements`, because `match` is a expression in essence, though it can become a statement when followed a semicolon.
Configuration menu - View commit details
-
Copy full SHA for ea9ae48 - Browse repository at this point
Copy the full SHA ea9ae48View commit details -
Rollup merge of rust-lang#32404 - WiSaGaN:feature/osstring-implement-…
…default, r=aturon Implement Default trait for OsString/OsStr Fixes rust-lang#32385
Configuration menu - View commit details
-
Copy full SHA for 2de428e - Browse repository at this point
Copy the full SHA 2de428eView commit details -
Rollup merge of rust-lang#32420 - frewsxcv:regression-test-26997, r=a…
…lexcrichton Add regression test for Issue 26997. rust-lang#26997
Configuration menu - View commit details
-
Copy full SHA for 6b4b65a - Browse repository at this point
Copy the full SHA 6b4b65aView commit details -
Rollup merge of rust-lang#32423 - mitaa:rdoc-vstruct-fields, r=alexcr…
…ichton rustdoc: Omit `pub` for inlined variant-struct fields fixes rust-lang#32395 r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 46b2a99 - Browse repository at this point
Copy the full SHA 46b2a99View commit details -
Rollup merge of rust-lang#32425 - ituxbag:master, r=alexcrichton
Added version 7.3* for Apple's clang compiler The recent 7.3 clang version was missing. Closes rust-lang#32442
Configuration menu - View commit details
-
Copy full SHA for 0c424f9 - Browse repository at this point
Copy the full SHA 0c424f9View commit details -
Rollup merge of rust-lang#32429 - alexcrichton:scope-id-hton, r=aturon
std: Store flowinfo/scope_id in host byte order Apparently these aren't supposed to be stored in network byte order, so doing so ends up causing failures when it would otherwise succeed when stored in the host byte order. Closes rust-lang#32424
Configuration menu - View commit details
-
Copy full SHA for c028b1c - Browse repository at this point
Copy the full SHA c028b1cView commit details -
Rollup merge of rust-lang#32430 - sanxiyn:const-trans, r=arielb1
Fix const trans Fix rust-lang#30615. The idea was that when there are N autoderefs, first do N-1 derefs and check for autoref. If there is autoref, done, if not, do one more deref. But when N is zero, doing one more deref is wrong.
Configuration menu - View commit details
-
Copy full SHA for 12e54bb - Browse repository at this point
Copy the full SHA 12e54bbView commit details -
Rollup merge of rust-lang#32431 - nicholasf:tweak/improve-expression,…
… r=steveklabnik Simplifying some of the phrasing explaining lifetime elision Just simplifying some of the language expressing what kind of inference Rust can and can't do on function signatures.
Configuration menu - View commit details
-
Copy full SHA for d7bf3d3 - Browse repository at this point
Copy the full SHA d7bf3d3View commit details -
Rollup merge of rust-lang#32434 - mitaa:rdoc-no-inline, r=alexcrichton
rustdoc: Consider `doc(no_inline)` in crate-local inlining Imports with `doc(no_inline)` will not be inlined, even when `doc(inline)` is present. fixes rust-lang#32343 r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 2acad9c - Browse repository at this point
Copy the full SHA 2acad9cView commit details -
Rollup merge of rust-lang#32437 - eddyb:orbital-msvc, r=alexcrichton
Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC. Fixes rust-lang#32384 by not using MIR on MSVC for the functions in the path of the backtrace. This is the known blocker for the MSVC MIR builder, hopefully the only one overall. r? @alexcrichton Confirmed to work on a nightly, by @retep998.
Configuration menu - View commit details
-
Copy full SHA for 3fd144d - Browse repository at this point
Copy the full SHA 3fd144dView commit details -
Rollup merge of rust-lang#32441 - tshepang:doc-primitive, r=steveklabnik
doc: small char improvements
Configuration menu - View commit details
-
Copy full SHA for 7f2612e - Browse repository at this point
Copy the full SHA 7f2612eView commit details -
Rollup merge of rust-lang#32443 - tclfs:patch-8, r=steveklabnik
Docs: Change "statements" to "expressions" on `match` I apt to use `expressions` over `statements`, because `match` is a expression in essence, though it can become a statement when followed a semicolon.
Configuration menu - View commit details
-
Copy full SHA for 2e9b40f - Browse repository at this point
Copy the full SHA 2e9b40fView commit details