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 9 pull requests #72182

Closed
wants to merge 18 commits into from

Commits on Apr 25, 2020

  1. Make prefix immutable

    ldm0 committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    079817d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

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

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    41f6b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61fbe57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5063297 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d39f5a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    5320bd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb2ff59 View commit details
    Browse the repository at this point in the history
  3. docs: fix link

    tshepang committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e44f87f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#71525 - ldm0:intosug, r=Mark-Simulacrum

    `prefix` should not be mutable.
    
    Change the process from for loop to find, which makes the `prefix` able to be immutable.
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    c3d9872 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#72087 - matthewjasper:regionck-hang, r=niko…

    …matsakis
    
    Fix hang in lexical_region_resolve
    
    Regionck was stuck in a loop where a region value was changing between two equal regions.
    
    Closes rust-lang#72051
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    e26ef22 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#72127 - jademcgough:long-error-explanation-…

    …E0228, r=petrochenkov
    
    add long error explanation for E0228
    
    Add long explanation for the E0228 error code
    Part of rust-lang#61137
    
    Let me know if this is wrong at all (or can be written more clearly), I'm still learning Rust.
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    c8cae1a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#72137 - GuillaumeGomez:cleanup-e0581, r=Dyl…

    …an-DPC
    
    Clean up E0581 explanation
    
    r? @Dylan-DPC
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    fef8dac View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#72138 - wesleywiser:add_doc_comment, r=matt…

    …hewjasper
    
    Add doc comment for `rustc_middle::mir::mono::Linkage`
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    014ea51 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#72141 - kornelski:dontsleep, r=joshtriplett

    Warn against thread::sleep in async fn
    
    I've seen `thread::sleep` wrecking havoc in async servers. There's already an [issue for clippy](rust-lang/rust-clippy#4377), but the std docs could warn against it too.
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    a54d11f View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#72150 - jackh726:unnorm_projection, r=nikom…

    …atsakis
    
    Remove UnnormalizedProjection
    
    This was only used for the old chalk integration with chalk-engine
    
    r? @nikomatsakis
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    4a961dc View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#72163 - tshepang:nonexistent-link, r=matthe…

    …wjasper
    
    docs: remove comment referencing non-existent method
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    febfcba View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#72169 - GuillaumeGomez:cleanup-e0582, r=Dyl…

    …an-DPC
    
    Clean up E0582 explanation
    
    r? @Dylan-DPC
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    c44a762 View commit details
    Browse the repository at this point in the history