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

Closed
wants to merge 18 commits into from

Commits on Apr 16, 2021

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

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    df01b3a View commit details
    Browse the repository at this point in the history
  2. Say that it "may panic"

    wooster0 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    c86ffe9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. ⬆️ rust-analyzer

    lnicola committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e85f19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cc918a View commit details
    Browse the repository at this point in the history
  3. Fix broken doc link

    starthal committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    c968594 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6647b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19e51aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25cb1af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ef760d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbd0d89 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d328dbc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Rollup merge of rust-lang#84251 - RalfJung:non-zero-const-since, r=ke…

    …nnytm
    
    fix 'const-stable since' for NonZeroU*::new_unchecked
    
    For the unsigned `NonZero` types, `new_unchecked` was const-stable from the start with rust-lang#50808. Fix the docs to accurately reflect that.
    
    I think this `since` is also incorrect:
    ```rust
                #[stable(feature = "from_nonzero", since = "1.31.0")]
                impl From<$Ty> for $Int {
    ```
    The signed nonzero types were only stabilized in 1.34, so that `From` impl certainly didn't exist before. But I had enough of digging through git histories after I figured out when `new_unchecked` became const-stable...^^
    Dylan-DPC committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    fab8b25 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#84301 - r00ster91:patch-1, r=kennytm

    Document that `index` and `index_mut` can panic
    
    I thought this was noteworthy and I think a bit more explicitness does no harm.
    Dylan-DPC committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    930e00f View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#84359 - lnicola:rust-analyzer-2021-04-20, r…

    …=jonas-schievink
    
    ⬆️ rust-analyzer
    Dylan-DPC committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6730a5f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#84365 - vext01:improve-lto-docstrings, r=pe…

    …trochenkov
    
    Improve the docstrings of the `Lto` struct.
    
    This change is the result of [this zulip discussion](https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/Making.20sense.20of.20LTO.20modes.20in.20rustc).
    
    Hopefully it makes things a little clearer. What do you think?
    Dylan-DPC committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a80c124 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#84378 - starthal:patch-1, r=jyn514

    Fix broken doc link
    Dylan-DPC committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6310ad2 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#84379 - marmeladema:test-for-issue-79949, r…

    …=jackh726
    
    Add GAT related tests
    
    Closes rust-lang#79949
    Closes rust-lang#79636
    Closes rust-lang#78671
    Closes rust-lang#70303
    Closes rust-lang#70304
    Closes rust-lang#71176
    Dylan-DPC committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    f2b4d4c View commit details
    Browse the repository at this point in the history