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

Closed
wants to merge 15 commits into from

Commits on Jun 29, 2021

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

Commits on Jun 30, 2021

  1. Rename variable

    roxelo committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    cc3af70 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Update BTreeSet::drain_filter documentation

    This commit makes the documentation of `BTreeSet::drain_filter` more
    consistent with that of `BTreeMap::drain_filter` after the changes in
    f0b8166.
    
    In particular, this explicitly documents the iteration order.
    janikrabe committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    3b2ad49 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    27b55e6 View commit details
    Browse the repository at this point in the history
  2. Update .mailmap file

    jhpratt committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    bd674b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. mailmap: Add alternative addresses for myself

    At least one of these is already in-tree; it seems plausible that
    others might appear too.
    
    Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
    ijackson committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ff61897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2654fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d891c8c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#84961 - GuillaumeGomez:rework-session-globa…

    …ls, r=oli-obk
    
    Rework SESSION_GLOBALS API
    
    Fixes rust-lang#84954.
    
    <s>Needs rust-lang#84953 to be merged first (I cherry-picked its commits to have CI pass).</s> (done)
    
    r? `@Aaron1011`
    GuillaumeGomez authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a20f0d7 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#86726 - sexxi-goose:use-diagnostic-item-for…

    …-rfc2229-migration, r=nikomatsakis
    
    Use diagnostic items instead of lang items for rfc2229 migrations
    
    This PR removes the `Send`, `UnwindSafe` and `RefUnwindSafe` lang items introduced in rust-lang#84730, and uses diagnostic items instead to check for `Send`, `UnwindSafe` and `RefUnwindSafe` traits for RFC2229 migrations.
    
    r? ``@nikomatsakis``
    GuillaumeGomez authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c2093f3 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#86789 - janikrabe:btreeset-drainfilter-doc,…

    … r=kennytm
    
    Update BTreeSet::drain_filter documentation
    
    This commit makes the documentation of `BTreeSet::drain_filter` more
    consistent with that of `BTreeMap::drain_filter` after the changes in
    f0b8166.
    
    In particular, this explicitly documents the iteration order.
    GuillaumeGomez authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4284c8e View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#86913 - Stupremee:document-rustdoc-private-…

    …items, r=jyn514
    
    Document rustdoc with `--document-private-items`
    
    The `tool_doc` macro introduced in rust-lang#86737 did not use `false` as the default value for `binary` when it is not provided, so the `if` is not even expanded and thus the argument is never provided if the `binary` argument isn't.
    
    Resolves rust-lang#86900
    
    r? ``@Mark-Simulacrum``
    GuillaumeGomez authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c352b59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f88129b View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#86971 - ijackson:mailmap, r=Mark-Simulacrum

    mailmap: Add alternative addresses for myself
    
    At least one of these is already in-tree; it seems plausible that the others might appear too.
    GuillaumeGomez authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2cfddb4 View commit details
    Browse the repository at this point in the history