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 #42856

Merged
merged 20 commits into from
Jun 23, 2017
Merged

Rollup of 8 pull requests #42856

merged 20 commits into from
Jun 23, 2017

Commits on Jun 20, 2017

  1. Configuration menu
    Copy the full SHA
    9f91a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b9cb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Configuration menu
    Copy the full SHA
    12b11d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc58145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14df549 View commit details
    Browse the repository at this point in the history
  4. Set CXX_<target> in bootstrap

    ids1024 committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    526afcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f98ffb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0883ce1 View commit details
    Browse the repository at this point in the history
  7. remove duplicate E0435 test

    durka committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    369d4f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Removed as many "```ignore" as possible.

    Replaced by adding extra imports, adding hidden code (`# ...`), modifying
    examples to be runnable (sorry Homura), specifying non-Rust code, and
    converting to should_panic, no_run, or compile_fail.
    
    Remaining "```ignore"s received an explanation why they are being ignored.
    kennytm committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    4711982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c89165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9addd3b View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#42777 - kennytm:kill-ignore-doctest, r=este…

    …bank
    
    Remove most "```ignore" doc tests.
    
    Unconditional ` ```ignore ` doc tests lead to outdated examples (e.g. rust-lang#42729 (comment)). This PR tries to change all existing ` ```ignore ` tests into one of the following:
    
    * Add import and declarations to ensure the code is run-pass
    * If the code is not Rust, change to ` ```text `/` ```sh `/` ```json `/` ```dot `
    * If the code is expected compile-fail, change to ` ```compile_fail `
    * If the code is expected run-fail, change to ` ```should_panic `
    * If the code can type-check but cannot link/run, change to ` ```no_run `
    * Otherwise, add an explanation after the ` ```ignore `
    
    The `--explain` handling is changed to cope with hidden lines from the error index.
    
    Tidy is changed to reject any unexplained ` ```ignore ` and ` ```rust,ignore `.
    Mark-Simulacrum authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    377ff89 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#42783 - ids1024:redox-env, r=sfackler

    Redox: Use create() instead of open() when setting env variable
    
    See redox-os/kernel#25.
    Mark-Simulacrum authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    d22eb08 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#42787 - zackmdavis:explain_E0562, r=Guillau…

    …meGomez
    
    add extended information for E0562; impl Trait can only be a return type
    
    r? @GuillaumeGomez
    Mark-Simulacrum authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    ddc2333 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#42821 - michaelwoerister:incr-debug-output-…

    …on-stderr, r=alexcrichton
    
    Print -Zincremental-info to stderr instead of stdout.
    
    Fixes rust-lang#42583.
    
    The [cargo-incremental](https://github.com/nikomatsakis/cargo-incremental) tool probably does not need to be updated. It already merges stdout and stderr before parsing the compiler's output.
    
    r? @alexcrichton
    Mark-Simulacrum authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    f3aebb0 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#42822 - ChrisMacNaughton:guard-traits, r=al…

    …excrichton
    
    Ensure Guard types impl Display & Debug
    
    Fixes rust-lang#24372
    Mark-Simulacrum authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    bb2db94 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#42825 - letheed:patch-1, r=alexcrichton

    Fix ref as mutable ref in std::rc::Rc doc
    Mark-Simulacrum authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    97b7783 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#42829 - ids1024:cxx, r=alexcrichton

    Set CXX_<target> in bootstrap
    
    I came across this trying to cross-compile rustc for Redox. It was also mentioned in a comment on rust-lang#42206, but doesn't seem to have been corrected.
    Mark-Simulacrum authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    747643f View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#42833 - durka:non-constant-used-with-consta…

    …nt, r=Mark-Simulacrum
    
    change span label for E0435
    
    r? @Mark-Simulacrum
    Mark-Simulacrum authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    9037ef2 View commit details
    Browse the repository at this point in the history