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 8 pull requests #84966

Closed
wants to merge 18 commits into from

Commits on Apr 19, 2021

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

Commits on Apr 29, 2021

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

Commits on Apr 30, 2021

  1. Allow using core:: in intra-doc links within core itself

    I came up with this idea ages ago, but rustdoc used to ICE on it. Now it
    doesn't.
    jyn514 committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    4a63e1e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    6b64202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b94338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bd5505 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Fix typo in MaybeUninit::array_assume_init safety comment

    And also add backticks around `MaybeUninit`.
    sdroege committed May 5, 2021
    Configuration menu
    Copy the full SHA
    42405b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6f3dbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad4ccf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c489a3 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#84328 - Folyd:stablize_map_into_keys_values…

    …, r=m-ou-se
    
    Stablize {HashMap,BTreeMap}::into_{keys,values}
    
    I would propose to stabilize `{HashMap,BTreeMap}::into_{keys,values}`( aka. `map_into_keys_values`).
    
    Closes rust-lang#75294.
    GuillaumeGomez committed May 5, 2021
    Configuration menu
    Copy the full SHA
    3366c19 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#84712 - joshtriplett:simplify-chdir, r=yaahc

    Simplify chdir implementation and minimize unsafe block
    GuillaumeGomez committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b18d01b View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#84755 - jyn514:core-links, r=kennytm

    Allow using `core::` in intra-doc links within core itself
    
    I came up with this idea ages ago, but rustdoc used to ICE on it. Now it doesn't.
    
    Helps with rust-lang#73445. Doesn't fix it completely since `extern crate self as std;` in std still gives strange errors.
    GuillaumeGomez committed May 5, 2021
    Configuration menu
    Copy the full SHA
    1461f05 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#84896 - estebank:issue-84772, r=jackh726

    Handle incorrect placement of parentheses in trait bounds more gracefully
    
    Fix rust-lang#84772.
    
    CC ``@jonhoo``
    GuillaumeGomez committed May 5, 2021
    Configuration menu
    Copy the full SHA
    8a22299 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#84905 - RalfJung:copy, r=oli-obk

    CTFE engine: rename copy → copy_intrinsic, move to intrinsics.rs
    
    The `copy` name is confusing for this function because we also have `copy_op` which is pretty different. I hope `copy_intrinsic` is clearer. Also `step.rs` should really just contain the main loop and opcode dispatch, so move this helper function to a more appropriate place.
    
    r? ``@oli-obk``
    GuillaumeGomez committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6b1ad1a View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#84923 - estebank:as_cache_key-once, r=petro…

    …chenkov
    
    Only compute Obligation `cache_key` once  in `register_obligation_at`
    GuillaumeGomez committed May 5, 2021
    Configuration menu
    Copy the full SHA
    174b6a0 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#84949 - sdroege:maybe-unint-typo, r=m-ou-se

    Fix typo in `MaybeUninit::array_assume_init` safety comment
    
    And also add backticks around `MaybeUninit`.
    GuillaumeGomez committed May 5, 2021
    Configuration menu
    Copy the full SHA
    2860ec5 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#84953 - GuillaumeGomez:remove-unneeded-with…

    …_default_session_globals, r=jyn514
    
    Remove unneeded call to with_default_session_globals in rustdoc highlight
    
    This was the origin of the `Span` bug in rust-lang#84176.
    
    cc ``@Aaron1011``
    r? ``@jyn514``
    GuillaumeGomez committed May 5, 2021
    Configuration menu
    Copy the full SHA
    057bb46 View commit details
    Browse the repository at this point in the history