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

Merged
merged 14 commits into from
Jan 30, 2023
Merged

Rollup of 6 pull requests #107463

merged 14 commits into from
Jan 30, 2023

Commits on Dec 24, 2022

  1. Pass branch.{branch}.remote=origin to git submodule update

    This works around a bug in git itself; see
    rust-lang#101144.
    jyn514 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    6a3ebe6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 26, 2023

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

Commits on Jan 28, 2023

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

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    61b18b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67bb7ba View commit details
    Browse the repository at this point in the history
  3. Update tests.

    m-ou-se committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    47adb65 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    7236019 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#101569 - m-ou-se:alloc-no-rexport-argumentv…

    …1, r=thomcc
    
    Don't re-export private/unstable ArgumentV1 from `alloc`.
    
    The `alloc::fmt::ArgumentV1` re-export was marked as `#[stable]` even though the original `core::fmt::ArgumentV1` is `#[unstable]` (and `#[doc(hidden)]`).
    
    (It wasn't usable though:
    
    ```
    error[E0658]: use of unstable library feature 'fmt_internals': internal to format_args!
     --> src/main.rs:4:12
      |
    4 |     let _: alloc::fmt::ArgumentV1 = todo!();
      |            ^^^^^^^^^^^^^^^^^^^^^^
      |
      = help: add `#![feature(fmt_internals)]` to the crate attributes to enable
    ```
    )
    
    Part of rust-lang#99012
    Dylan-DPC authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    28340ba View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#106106 - jyn514:remote-tracking-branch, r=M…

    …ark-Simulacrum
    
    Pass `branch.{branch}.remote=origin` to `git submodule update`
    
    This works around a bug in git itself.
    Fixes rust-lang#101144.
    Dylan-DPC authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4e5cfab View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#107146 - compiler-errors:unsizing-params, r…

    …=cjgillot
    
    Make `unsizing_params_for_adt` into a query
    
    Addresses a FIXME in confirmation.
    
    r? ``@ghost``
    Dylan-DPC authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e19ae97 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#107264 - ferrocene:pa-private-items, r=Mark…

    …-Simulacrum
    
    Add option to include private items in library docs
    
    I need to perform some one-off analysis on libcore, and I wanted to use the unstable JSON rustdoc output to easily do it. Unfortunately, there is currently no way to include unstable items in the library docs. This PR adds support for that, with the off-by-default `build.library-docs-private-items` setting.
    Dylan-DPC authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d94698c View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#107452 - y21:get-mut-unchecked-typo, r=Mark…

    …-Simulacrum
    
    Fix typo in `{Rc, Arc}::get_mut_unchecked` docs
    
    Just a correction in the documentation of `{Rc, Arc}::get_mut_unchecked`.
    Dylan-DPC authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f01b8f5 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#107459 - tshepang:cosistency, r=WaffleLapkin

    end entry paragraph with a period (.)
    Dylan-DPC authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    da56c44 View commit details
    Browse the repository at this point in the history