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 6 pull requests #71491

Closed
wants to merge 22 commits into from

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    37514de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ce7ff View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

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

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    3eea7b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b796b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    13c1dae View commit details
    Browse the repository at this point in the history
  2. Tweak wording

    estebank committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1f43fc0 View commit details
    Browse the repository at this point in the history
  3. Revert old span change

    estebank committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    322b204 View commit details
    Browse the repository at this point in the history
  4. review comment

    estebank committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ad379cd View commit details
    Browse the repository at this point in the history
  5. fix test

    estebank committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    59c816d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Sort MultiSpans on creation

    estebank committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    25f8966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c16b6e0 View commit details
    Browse the repository at this point in the history
  3. fix error code for E0751

    contrun committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    baac961 View commit details
    Browse the repository at this point in the history
  4. Add note about padding

    Co-authored-by: Mark-Simulacrum <mark.simulacrum@gmail.com>
    LeSeulArtichaut and Mark-Simulacrum committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    3029e9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0658259 View commit details
    Browse the repository at this point in the history
  6. Add a note about fat pointers

    Co-Authored-By: Mark-Simulacrum <mark.simulacrum@gmail.com>
    LeSeulArtichaut and Mark-Simulacrum committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    a694315 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#70845 - varkor:const-generics-derive-eq-dia…

    …gnostic, r=estebank
    
    Make the `structural_match` error diagnostic for const generics clearer
    
    The previous diagnostic caused confusion (rust-lang#70790), so this changes the message to be closer to the message for using non-`structural_match` constants in patterns, explicitly mentioning `#[derive(PartialEq, Eq)]`.
    
    Fixes rust-lang#70790.
    
    r? @estebank
    Dylan-DPC committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    7a282eb View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#71063 - LeSeulArtichaut:document-unsafe, r=…

    …Mark-Simulacrum
    
    Document unsafety in core::{option, hash}
    
    Helps with rust-lang#66219.
    I think that the part that will need reviewing the most is the `hash/sip.rs` file.
    r? @LukasKalbertodt (or someone else from the libs team)
    Dylan-DPC committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    d8c235d View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#71235 - estebank:lt-sugg-2, r=ecstatic-morse

    Tweak `'static` suggestion code
    
    Fix rust-lang#71196.
    Dylan-DPC committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1ba8b13 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#71426 - contrun:fix-e0751-explanation, r=es…

    …tebank
    
    fix error code in E0751.md
    
    reference: rust-lang#71304
    Dylan-DPC committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    368de4b View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#71458 - ecstatic-morse:bootstrap-cfg-doc, r…

    …=Mark-Simulacrum
    
    Set `--cfg bootstrap` for stage0 rustdoc
    
    Resolves rust-lang#71455.
    
    With this patch, running `./x.py doc --stage 0 src/libstd` with a clean `build` dir successfully outputs docs for `core`, `alloc` and `std` in under a minute. This kind of turnaround for viewing small changes to the standard library documentation is quite nice, and I think we should endeavour to keep it working. I'm not sure how involved that would be though.
    
    r? @Mark-Simulacrum
    Dylan-DPC committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    c250419 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#71459 - divergentdave:pointer-offset-0x, r=…

    …RalfJung
    
    Add leading 0x to offset in Debug fmt of Pointer
    
    Currently the `Debug` format for `Pointer` prints its offset in hexadecimal, for example, `alloc38657819+e2` or `alloc35122748+64`. This PR adds a leading `0x` to the offset, in order to make it apparent that it is indeed a hexadecimal number. This came up during discussion of rust-lang/miri#1354. r? @RalfJung
    Dylan-DPC committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    a9da98f View commit details
    Browse the repository at this point in the history