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 15 pull requests #58282

Closed
wants to merge 31 commits into from
Closed

Rollup of 15 pull requests #58282

wants to merge 31 commits into from

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    7cdcdb5 View commit details
    Browse the repository at this point in the history
  2. Remove outdated comment

    king6cong committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5581207 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Configuration menu
    Copy the full SHA
    3ad0aab View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    fab032a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd4df0c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    a6f2f7f View commit details
    Browse the repository at this point in the history
  2. rustc: partially HirIdify

    ljedrz committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    8d6e5fc View commit details
    Browse the repository at this point in the history
  3. mir: partially HirIdify

    ljedrz committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    44752c2 View commit details
    Browse the repository at this point in the history
  4. typeck: partially HirIdify

    ljedrz committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    6da9129 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    57c9269 View commit details
    Browse the repository at this point in the history
  2. librustc_allocator => 2018

    taiki-e committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    44b2cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4deb595 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba0fbd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    1d05f81 View commit details
    Browse the repository at this point in the history
  2. HirId-ify hir::BodyId

    ljedrz committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    221b1c3 View commit details
    Browse the repository at this point in the history
  3. disable tests in Miri

    RalfJung committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    81613ad View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Rollup merge of rust-lang#57259 - king6cong:master, r=alexcrichton

    Update reference of rlibc crate to compiler-builtins crate
    
    None
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    6cc7743 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#58091 - phansch:compiletest2018, r=Centril

    Transition compiletest to Rust 2018
    
    This transitions `src/tools/compiletest` to Rust 2018.
    
    cc rust-lang#58099
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a890879 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#58115 - h-michael:rustdoc-2018, r=Centril

    Transition rustdoc to 2018 edition
    
    Transitions rustdoc to Rust 2018; cc rust-lang#58099
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    595abfd View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#58120 - h-michael:build_helper-theme-2018, …

    …r=Centril
    
    Transition build_helper to 2018 edition
    
    Transitions build_helper to Rust 2018; cc rust-lang#58099
    r? @Centril
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a89b77d View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#58151 - ljedrz:HirIdify_rustc, r=Zoxc

    Partially HirId-ify rustc
    
    Another step towards rust-lang#57578.
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    5472c5f View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#58152 - ljedrz:HirIdify_mir, r=Zoxc

    Partially HirIdify mir
    
    Another step towards rust-lang#57578.
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    6bb06ea View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#58153 - ljedrz:HirIdify_typeck, r=Zoxc

    Partially Hiridify typeck
    
    Another step towards rust-lang#57578.
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    1a23711 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#58157 - h-michael:cargo-lock, r=alexcrichton

    Add Cargo.lock automatically adding message
    
    If I execute `cargo +nightly fix`, this change always occurs; cc rust-lang#58099
    r? @Centril
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a62fcee View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#58167 - ljedrz:HirIdify_body_id, r=Zoxc

    HirId-ify hir::BodyId
    
    Another step towards rust-lang#57578.
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    d1170ad View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#58203 - euclio:rustdoc-async, r=GuillaumeGomez

    rustdoc: display sugared return types for async functions
    
    Fixes rust-lang#58027.
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    7fcb618 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#58213 - Mark-Simulacrum:fix-checktools, r=a…

    …lexcrichton
    
    Add embedded book to test such that checktools works
    
    r? @alexcrichton
    
    FWIW this doesn't attempt to make sure we don't break check tools again -- we intentionally make the bash script not exit when x.py fails so we'd need some special case handling so for now I'm just fixing the bug itself, not its cause.
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    6379aff View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#58222 - taiki-e:librustc_allocator-2018, r=…

    …Centril
    
    librustc_allocator => 2018
    
    Transitions `librustc_allocator` to Rust 2018; cc rust-lang#58099
    
    r? @Centril
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    0e57277 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#58233 - taiki-e:librustc_save_analysis-2018…

    …, r=Centril
    
    librustc_save_analysis => 2018
    
    Transitions `librustc_save_analysis` to Rust 2018; cc rust-lang#58099
    
    r? @Centril
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a85cfaa View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#58262 - taiki-e:must_use, r=estebank

    Add #[must_use] message to Fn* traits
    
    This PR adds `#[must_use]` message to `Fn*` traits.
    
    Related: rust-lang#57549
    
    r? @estebank
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    05d4de9 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#58275 - RalfJung:miri-test-libcore, r=Mark-…

    …Simulacrum
    
    libcore, liballoc: disable tests in Miri
    
    I am going to run the libcore and liballoc unit test suites in Miri.  Not all tests pass.  This PR disables a whole bunch of tests when running in Miri, to get us to a baseline from which I can investigate failures.
    
    Cc @SimonSapin @alexcrichton
    kennytm committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    4a89289 View commit details
    Browse the repository at this point in the history