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

Merged
merged 10 commits into from
Feb 28, 2022
Merged

Rollup of 5 pull requests #94447

merged 10 commits into from
Feb 28, 2022

Commits on Jan 7, 2022

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

Commits on Jan 28, 2022

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

Commits on Jan 31, 2022

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

Commits on Feb 25, 2022

  1. Fix MinGW target detection in raw-dylib

    LLVM target doesn't have to be the same as Rust target so relying on it is wrong.
    mati865 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c35a1d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

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

Commits on Feb 28, 2022

  1. Rollup merge of rust-lang#89793 - ibraheemdev:from_ptr_range, r=m-ou-se

    Add `slice::{from_ptr_range, from_mut_ptr_range} `
    
    Adds `slice::{from_ptr_range, from_mut_ptr_range}` as counterparts to `slice::{as_ptr_range, as_mut_ptr_range}`.
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    770ee32 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#92642 - avborhanian:master, r=Dylan-DPC

    Update search location from a relative path to absolute
    
    This should address issue rust-lang#90311.
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    354e014 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#93389 - cameron1024:issue-90847-regression,…

    … r=Mark-Simulacrum
    
    regression for issue 90847
    
    Adds a regression test for issue rust-lang#90847
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    4115c3f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#93413 - lsimons:patch-1, r=Dylan-DPC

    Fix broken link from rustdoc docs to ayu theme
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    01ffa5f View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#94365 - mati865:fix-mingw-detection-for-raw…

    …dylib, r=michaelwoerister
    
    Fix MinGW target detection in raw-dylib
    
    LLVM target doesn't have to be the same as Rust target so relying on it is wrong.
    
    It was one of concerns in rust-lang#88801 that was not fixed in rust-lang#90782.
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ea39f46 View commit details
    Browse the repository at this point in the history