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 5 pull requests #83728

Closed
wants to merge 15 commits into from

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    fd66899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7528cc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    923c122 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    ce66588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7821e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5e7dbb View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    More links, one more occurrence of “a OsString”
    
    Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
    steffahn and JohnTitor committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7509aa1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82c6709 View commit details
    Browse the repository at this point in the history
  6. Update LLVM with another wasm simd fix

    Just a small bug fix for opcode numberings, not too major.
    alexcrichton committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    9acf558 View commit details
    Browse the repository at this point in the history
  7. review comments

    estebank committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    06b82ab View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#83689 - estebank:cool-bears-hot-tip, r=davi…

    …dtwco
    
    Add more info for common trait resolution and async/await errors
    
    * Suggest `Pin::new`/`Box::new`/`Arc::new`/`Box::pin` in more cases
    * Point at `impl` and type defs introducing requirements on E0277
    Dylan-DPC authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    d79d6b3 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#83699 - JohnTitor:issue-68830, r=Dylan-DPC

    Add a regression test for issue-68830
    
    Closes rust-lang#68830
    Dylan-DPC authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    0bf6861 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#83700 - steffahn:string_to_pathbuf_conversi…

    …on_documentation, r=JohnTitor
    
    Fix documentation of conversion from String to OsString
    
    From [this question on URLO](https://users.rust-lang.org/t/does-converting-a-string-into-a-pathbuf-allocate-new-buffer/57678), I noticed that the documentation of `From<String> for OsString` incorrectly claims to be copying data.
    
    ```@rustbot``` modify labels: T-doc, T-libs
    Dylan-DPC authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4232a21 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#83711 - JohnTitor:more-friendly-unknown-tar…

    …get-error, r=davidtwco
    
    Clarify `--print target-list` is a rustc's option
    
    Fixes rust-lang#68238
    Dylan-DPC authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    82ab0cd View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#83712 - alexcrichton:more-wasm-simd-llvm-up…

    …dates, r=nikic
    
    Update LLVM with another wasm simd fix
    
    Just a small bug fix for opcode numberings, not too major.
    Dylan-DPC authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f3082a1 View commit details
    Browse the repository at this point in the history