-
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 8 pull requests #32038
Rollup of 8 pull requests #32038
Commits on Mar 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9bf73d2 - Browse repository at this point
Copy the full SHA 9bf73d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c9afa - Browse repository at this point
Copy the full SHA a3c9afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc723d - Browse repository at this point
Copy the full SHA 2dc723dView commit details
Commits on Mar 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d3ae29d - Browse repository at this point
Copy the full SHA d3ae29dView commit details -
std: Stabilize
into_*
ASCII methodsThese were intended to land in stable 1.8 but were just waiting for the implementation PR, so now they're landing. Specifically this PR stabilizes: * `AsciiExt::into_ascii_uppercase` * `AsciiExt::into_ascii_lowercase` * `AsciiExt for Vec<u8>` * `AsciiExt for String`
Configuration menu - View commit details
-
Copy full SHA for 48fd993 - Browse repository at this point
Copy the full SHA 48fd993View commit details -
gohyda committed
Mar 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 311ff03 - Browse repository at this point
Copy the full SHA 311ff03View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2df551 - Browse repository at this point
Copy the full SHA d2df551View commit details -
mk: Distribute fewer TARGET_CRATES
Right now everything in TARGET_CRATES is built by default for all non-fulldeps tests and is distributed by default for all target standard library packages. Currenly this includes a number of unstable crates which are rarely used such as `graphviz` and `rbml`> This commit trims down the set of `TARGET_CRATES`, moves a number of tests to `*-fulldeps` as a result, and trims down the dependencies of libtest so we can distribute fewer crates in the `rust-std` packages.
Configuration menu - View commit details
-
Copy full SHA for 4da9e9f - Browse repository at this point
Copy the full SHA 4da9e9fView commit details -
[rustbuild] fix cross compilation of std for mips(el)-linux-musl
These targets don't link statically to libunwind or libc
Jorge Aparicio committedMar 3, 2016 Configuration menu - View commit details
-
Copy full SHA for ddd2e99 - Browse repository at this point
Copy the full SHA ddd2e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf29344 - Browse repository at this point
Copy the full SHA cf29344View commit details
Commits on Mar 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 633cd84 - Browse repository at this point
Copy the full SHA 633cd84View commit details -
Rollup merge of rust-lang#32002 - srinivasreddy:vector_doc, r=Manishe…
…arth Issue here : rust-lang#31991
Configuration menu - View commit details
-
Copy full SHA for 75c14e1 - Browse repository at this point
Copy the full SHA 75c14e1View commit details -
Rollup merge of rust-lang#32009 - alexcrichton:trim-fulldeps, r=brson
Right now everything in TARGET_CRATES is built by default for all non-fulldeps tests and is distributed by default for all target standard library packages. Currenly this includes a number of unstable crates which are rarely used such as `graphviz` and `rbml`> This commit trims down the set of `TARGET_CRATES`, moves a number of tests to `*-fulldeps` as a result, and trims down the dependencies of libtest so we can distribute fewer crates in the `rust-std` packages.
Configuration menu - View commit details
-
Copy full SHA for e3a0ae8 - Browse repository at this point
Copy the full SHA e3a0ae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b66f7 - Browse repository at this point
Copy the full SHA d5b66f7View commit details -
Rollup merge of rust-lang#32020 - alexcrichton:stabilize-into-ascii, …
…r=brson These were intended to land in stable 1.8 but were just waiting for the implementation PR, so now they're landing. Specifically this PR stabilizes: * `AsciiExt::into_ascii_uppercase` * `AsciiExt::into_ascii_lowercase` * `AsciiExt for Vec<u8>` * `AsciiExt for String`
Configuration menu - View commit details
-
Copy full SHA for a8a42c3 - Browse repository at this point
Copy the full SHA a8a42c3View commit details -
Rollup merge of rust-lang#32022 - gohyda:master, r=alexcrichton
- Empty `.sidebar .location` caused "grey line" on top of the documentation page (under 700px) fixed. - `.sidebar .location` appearance improvement in responsive mode.
Configuration menu - View commit details
-
Copy full SHA for 5d9c6c1 - Browse repository at this point
Copy the full SHA 5d9c6c1View commit details -
Rollup merge of rust-lang#32027 - japaric:rustbuild-mips, r=alexcrichton
These targets don't link statically to libunwind or libc --- r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for a022de6 - Browse repository at this point
Copy the full SHA a022de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714301a - Browse repository at this point
Copy the full SHA 714301aView commit details -
Rollup merge of rust-lang#32035 - ubsan:master, r=bluss
Just take out the `NOTE` and the `#[allow(improper_ctypes)]`
Configuration menu - View commit details
-
Copy full SHA for 860e1fd - Browse repository at this point
Copy the full SHA 860e1fdView commit details