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 4 pull requests #60636

Closed
wants to merge 8 commits into from
Closed

Commits on May 6, 2019

  1. Omit the vendor component in the WASI triple

    This renames wasm32-unknown-wasi to wasm32-wasi, omitting the vendor
    component. This follows aarch64-linux-android, x86_64-fuchsia, and others in
    omitting the vendor field, which has the advantage of aligning with the
    [multiarch tuple](https://wiki.debian.org/Multiarch/Tuples), and of being
    less noisy.
    sunfishcode committed May 6, 2019
    Configuration menu
    Copy the full SHA
    58624ed View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Add test for rust-lang#59972

    tmandry committed May 7, 2019
    Configuration menu
    Copy the full SHA
    2e789b9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    47768b2 View commit details
    Browse the repository at this point in the history
  2. std: Update compiler-builtins crate

    Pulls in a fix for ensuring that wasm targets have code in
    compiler-builtins for `ldexp` which LLVM can generate references to.
    alexcrichton committed May 8, 2019
    Configuration menu
    Copy the full SHA
    7e80355 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#60491 - alexcrichton:update-cb, r=nikomatsakis

    std: Update compiler-builtins crate
    
    Pulls in a fix for ensuring that wasm targets have code in
    compiler-builtins for `ldexp` which LLVM can generate references to.
    Centril authored May 8, 2019
    Configuration menu
    Copy the full SHA
    804d1ce View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#60572 - tmandry:issue-59972, r=RalfJung,oli…

    …-obk
    
    Add test for rust-lang#59972
    
    This PR adds a test for rust-lang#59972, which was fixed in rust-lang#59897.
    
    Closes rust-lang#59972.
    
    r? @eddyb
    Centril authored May 8, 2019
    Configuration menu
    Copy the full SHA
    feb0608 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#60585 - sunfishcode:wasm32-wasi, r=alexcric…

    …hton
    
    Omit the vendor component in the WASI triple
    
    This renames wasm32-unknown-wasi to wasm32-wasi, omitting the vendor
    component. This follows aarch64-linux-android, x86_64-fuchsia, and others in
    omitting the vendor field, which has the advantage of aligning with the
    [multiarch tuple](https://wiki.debian.org/Multiarch/Tuples), and of being
    less noisy.
    
    r? @alexcrichton
    Centril authored May 8, 2019
    Configuration menu
    Copy the full SHA
    77aa864 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#60634 - Centril:lang-items-docs, r=oli-obk

    Document + Cleanup lang_items.rs
    
    Byproduct of work on rust-lang#60607.
    
    r? @oli-obk
    Centril authored May 8, 2019
    Configuration menu
    Copy the full SHA
    21c0514 View commit details
    Browse the repository at this point in the history