Skip to content
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

Closed
wants to merge 19 commits into from
Closed

Commits on Mar 2, 2016

  1. Configuration menu
    Copy the full SHA
    9bf73d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c9afa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dc723d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Configuration menu
    Copy the full SHA
    d3ae29d View commit details
    Browse the repository at this point in the history
  2. std: Stabilize into_* ASCII methods

    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`
    alexcrichton committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    48fd993 View commit details
    Browse the repository at this point in the history
  3. Responsive layout correction.

    gohyda committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    311ff03 View commit details
    Browse the repository at this point in the history
  4. added ignore

    srinivasreddy committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    d2df551 View commit details
    Browse the repository at this point in the history
  5. 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.
    alexcrichton committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    4da9e9f View commit details
    Browse the repository at this point in the history
  6. [rustbuild] fix cross compilation of std for mips(el)-linux-musl

    These targets don't link statically to libunwind or libc
    Jorge Aparicio committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    ddd2e99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf29344 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    633cd84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c14e1 View commit details
    Browse the repository at this point in the history
  3. 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.
    Manishearth committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    e3a0ae8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5b66f7 View commit details
    Browse the repository at this point in the history
  5. 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`
    Manishearth committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    a8a42c3 View commit details
    Browse the repository at this point in the history
  6. 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.
    Manishearth committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    5d9c6c1 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#32027 - japaric:rustbuild-mips, r=alexcrichton

    These targets don't link statically to libunwind or libc
    
    ---
    
    r? @alexcrichton
    Manishearth committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    a022de6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    714301a View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#32035 - ubsan:master, r=bluss

    Just take out the `NOTE` and the `#[allow(improper_ctypes)]`
    Manishearth committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    860e1fd View commit details
    Browse the repository at this point in the history