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

Closed
wants to merge 16 commits into from

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    4870ee6 View commit details
    Browse the repository at this point in the history
  2. Remove useless map.

    cjgillot committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a54f6dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19c1baa View commit details
    Browse the repository at this point in the history
  4. Bless test.

    cjgillot committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    44ae1cb View commit details
    Browse the repository at this point in the history
  5. Move query providers.

    cjgillot committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    17daa96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebf467d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Cleanup feature gates.

    cjgillot committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5ff235b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

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

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    f233323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c358ffe View commit details
    Browse the repository at this point in the history
  3. Use Metadata::modified instead of FileTime::from_last_modification_ti…

    …me in run_cargo
    
    Metadata::modified works in all platforms supported by the filetime
    crate. This changes brings rustbuild a tiny bit closer towards dropping
    the filetime dependency.
    bjorn3 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    b45cb09 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Rollup merge of rust-lang#91192 - r00ster91:futuredocs, r=GuillaumeGomez

    Some improvements to the async docs
    
    The goal here is to make the docs overall a little bit more comprehensive and add more links between the things.
    
    One thing that's not working yet is the links to the keywords. Somehow I couldn't get them to work.
    
    r? ```@GuillaumeGomez``` do you know how I could get the keyword links to work?
    Manishearth authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    11726a8 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#94096 - cjgillot:ensure-stability, r=lcnr

    Ensure stability directives are checked in all cases
    
    Split off  rust-lang#93017
    
    Stability and deprecation were not checked in all cases, for instance if a type error happened.
    This PR moves the check earlier in the pipeline to ensure the errors are emitted in all cases.
    
    r? ```@lcnr```
    Manishearth authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    8656acc View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#94156 - tmiasko:pp-str, r=petrochenkov

    Gracefully handle non-UTF-8 string slices when pretty printing
    
    Fixes rust-lang#78520.
    Manishearth authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    3d72ce0 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#94189 - GuillaumeGomez:scalar-lower-hex, r=…

    …RalfJung
    
    Implement LowerHex on Scalar to clean up their display in rustdoc
    
    Follow-up of rust-lang#94091.
    
    r? ```@RalfJung```
    Manishearth authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    4159e66 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#94190 - bjorn3:less_filetime, r=Mark-Simula…

    …crum
    
    Use Metadata::modified instead of FileTime::from_last_modification_ti…
    
    …me in run_cargo
    
    Metadata::modified works in all platforms supported by the filetime
    crate. This changes brings rustbuild a tiny bit closer towards dropping
    the filetime dependency.
    Manishearth authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    447707e View commit details
    Browse the repository at this point in the history