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

[beta] backports #43114

Merged
merged 11 commits into from
Jul 13, 2017
Merged

[beta] backports #43114

merged 11 commits into from
Jul 13, 2017

Commits on Jul 13, 2017

  1. rustdoc: Don't run Markdown tests twice

    This matches the behaviour for finding tests in Rust files.
    ollie27 authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    15a7d6a View commit details
    Browse the repository at this point in the history
  2. Stabilize Command::envs

    sfackler authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    15a95aa View commit details
    Browse the repository at this point in the history
  3. Stabilize cmp::Reverse

    sfackler authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    d0f7613 View commit details
    Browse the repository at this point in the history
  4. Stabilize OsString::shrink_to_fit

    sfackler authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    527e718 View commit details
    Browse the repository at this point in the history
  5. Stabilize ThreadId

    sfackler authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    647df67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    455da0f View commit details
    Browse the repository at this point in the history
  7. Change language in Travis configuration to shell

    In theory, this will give us more disk space to work with and unblock the queue.
    Mark-Simulacrum authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    9e96c9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0275872 View commit details
    Browse the repository at this point in the history
  9. Update the cargo submodule

    Notably pull in an update to the `jobserver` crate to have Cargo set the
    `CARGO_MAKEFLAGS` environment variable instead of the `MAKEFLAGS` environment
    variable.
    alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    3935d5f View commit details
    Browse the repository at this point in the history
  10. [beta] Remove rls from the workspace and extended builds

    Its git dependencies don't work when building with vendored crates,
    so for now it will just be removed from the workspace and disabled in
    the rustbuild rules.
    
    cc rust-lang#42719
    cuviper authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    b3a082d View commit details
    Browse the repository at this point in the history
  11. Bump 1.19 prerelease to .4

    brson authored and alexcrichton committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    9bbf947 View commit details
    Browse the repository at this point in the history