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

Merged
merged 13 commits into from
Jun 3, 2020
Merged

Rollup of 5 pull requests #72948

merged 13 commits into from
Jun 3, 2020

Commits on Jun 1, 2020

  1. Don't count pathless --extern options for unused-crate-dependencies w…

    …arnings
    
    `--extern proc_macro` is used to add the proc_macro crate to the extern
    prelude for all procmacros. In general pathless `--extern` only references
    sysroot/standard libraries and so should be exempt from
    unused-crate-dependencies warnings.
    jsgf committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    3dd6f2c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

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

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    64b5520 View commit details
    Browse the repository at this point in the history
  2. move select into subfolder

    lcnr committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    634977f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8172ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf5c62d View commit details
    Browse the repository at this point in the history
  5. remove ignore-tidy-filelength

    lcnr committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    b280264 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d282fb0 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#72586 - lcnr:winner-winnowing, r=nikomatsakis

    split select into submodules
    
    https://github.com/rust-lang/rust/blob/a0f06d11ae7fe29c8e263e2a5d8cd41b372f0283/src/librustc_trait_selection/traits/select.rs#L1
    
    I extracted two submodules:
    
    - confirmation: apart from `pub(super) fn confirm_candidate`, everything else is private
    - candidate_assembly: exports `pub(super) fn candidate_from_obligation` and `pub(super) fn assemble_candidates`
    
    I tried to change as little as possible while doing this and hopefully split this into well reviewable commits.
    Dylan-DPC authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    f94c0df View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#72900 - jsgf:no-unused-pathless, r=petroche…

    …nkov
    
    Don't count pathless --extern for unused-crate-dependencies warnings
    
    `--extern proc_macro` is used to add the proc_macro crate to the extern
    prelude for all procmacros. In general pathless `--extern` only references
    sysroot/standard libraries and so should be exempt from
    unused-crate-dependencies warnings.
    
    r? @petrochenkov
    Dylan-DPC authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    7973d93 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#72924 - JohnTitor:stabilize-buf-capacity, r…

    …=shepmaster
    
    Stabilize `std::io::Buf{Reader, Writer}::capacity`
    
    Closes rust-lang#68833
    FCP is done here: rust-lang#68833 (comment)
    Dylan-DPC authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    ec2826c View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#72942 - GuillaumeGomez:cleanup-e0641, r=Dyl…

    …an-DPC
    
    clean up E0641 explanation
    
    r? @Dylan-DPC
    Dylan-DPC authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    77a74ec View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#72945 - ajpaverd:cfguard-docs, r=Mark-Simul…

    …acrum
    
    Updated documentation for Control Flow Guard
    
    Update user-facing documentation for the Control Flow Guard (CFG) exploit mitigation in the unstable book, as requested in rust-lang#68793.
    Dylan-DPC authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    b61f3bb View commit details
    Browse the repository at this point in the history