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 9 pull requests #36511

Closed
wants to merge 18 commits into from
Closed

Rollup of 9 pull requests #36511

wants to merge 18 commits into from

Commits on Sep 13, 2016

  1. rustbuild: Fix dependency tracking with new Cargo

    The recent Cargo update changed filenames, which broke a lot of incremental
    rustbuild builds. What it thought were the output files were indeed no longer
    the output files! (wreaking havoc).
    
    This commit updates this to stop guessing filenames of Cargo and just manage
    stamp files instead.
    alexcrichton committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    194a91b View commit details
    Browse the repository at this point in the history
  2. rustbuild: Use current_dir instead of -C

    Apparently some versions of git don't support the `-C` flag, so let's use the
    guaranteed-to-work `current_dir` function.
    alexcrichton committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    6b2cf78 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Configuration menu
    Copy the full SHA
    1b3a588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3558462 View commit details
    Browse the repository at this point in the history
  3. doc: make that sound better

    tshepang committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    a6da082 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Configuration menu
    Copy the full SHA
    5cab952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6950242 View commit details
    Browse the repository at this point in the history
  3. Tweak std::marker docs

    kmcallister committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    b735c1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffaebad View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#36383 - GuillaumeGomez:e0049, r=jonathandtu…

    …rner
    
    Update E0049 to new error format
    
    Fixes rust-lang#35210.
    Part of rust-lang#35233.
    
    r? @jonathandturner
    Jonathan Turner committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    cb3ca98 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#36424 - kmcallister:rust-langgh-29361-marke…

    …r-docs, r=GuillaumeGomez
    
    Tweak std::marker docs
    
    Fixes rust-lang#29361.
    
    r? @GuillaumeGomez
    Jonathan Turner committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    fbc1890 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#36439 - alexcrichton:fix-rustbuild, r=japaric

    rustbuild: Fix dependency tracking with new Cargo
    
    The recent Cargo update changed filenames, which broke a lot of incremental
    rustbuild builds. What it thought were the output files were indeed no longer
    the output files! (wreaking havoc).
    
    This commit updates this to stop guessing filenames of Cargo and just manage
    stamp files instead.
    Jonathan Turner committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    b291790 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#36456 - alexcrichton:rustbuild-dont-use-c, …

    …r=jonathandturner
    
    rustbuild: Use current_dir instead of -C
    
    Apparently some versions of git don't support the `-C` flag, so let's use the
    guaranteed-to-work `current_dir` function.
    Jonathan Turner committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    eb2bfc9 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#36468 - michaelwoerister:collect-vtable-dro…

    …p-glue, r=eddyb
    
    trans: Let the collector find drop-glue for all vtables, not just VTableImpl.
    
    This fixes rust-lang#36260. So far, the collector has only recorded drop-glue for insertion into a vtable if the vtable was for an impl. But there's actually no reason why it shouldn't do just the same for closure vtables, afaict.
    
    r? @eddyb
    cc @rust-lang/compiler
    Jonathan Turner committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    de30022 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#36480 - tshepang:stronger-pause, r=stevekla…

    …bnik
    
    doc: make that sound better
    Jonathan Turner committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    f5e096d View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#36484 - frewsxcv:patch-33, r=eddyb

    Don't ignore a doc code-block we can compile.
    Jonathan Turner committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    5406cbf View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#36496 - pnkfelix:workaround-issue-34427, r=…

    …eddyb
    
    Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant.
    
    Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant.
    Jonathan Turner committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    3c03288 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#36505 - nagisa:temp-stack-size, r=eddyb

    Default RUST_MIN_STACK to 16MiB for now
    
    Temporary(?) workaround to rust-lang#35408.
    
    cc @nikomatsakis if you want to veto the idea.
    
    r? @eddyb
    Jonathan Turner committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    51c6e53 View commit details
    Browse the repository at this point in the history