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 8 pull requests #110375

Merged
merged 29 commits into from
Apr 16, 2023
Merged

Rollup of 8 pull requests #110375

merged 29 commits into from
Apr 16, 2023

Commits on Apr 7, 2023

  1. Add 1.69.0 release notes

    cuviper committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    af3bf85 View commit details
    Browse the repository at this point in the history
  2. Cargo only suggests fixes for warnings

    Co-authored-by: Scott Schafer <scott@scottschafer.dev>
    cuviper and Muscraft committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    21f10dd View commit details
    Browse the repository at this point in the history
  3. core::net is not stable yet

    Co-authored-by: Slanterns <slanterns.w@gmail.com>
    cuviper and slanterns committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    6b33156 View commit details
    Browse the repository at this point in the history
  4. Rephrase the analysis removal

    Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
    cuviper and Mark-Simulacrum committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f6a47f3 View commit details
    Browse the repository at this point in the history
  5. Remove empty "Misc" section

    cuviper committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    c21b104 View commit details
    Browse the repository at this point in the history
  6. Avoid normalization/projection jargon

    Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com>
    cuviper and Noratrieb committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    361b453 View commit details
    Browse the repository at this point in the history
  7. Apply code formatting

    cuviper committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    02b3165 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Apply suggestions from code review

    Co-authored-by: Eric Huss <eric@huss.org>
    cuviper and ehuss committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f9f2516 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: est31 <est31@users.noreply.github.com>
    cuviper and est31 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c9358e9 View commit details
    Browse the repository at this point in the history
  3. Cargo '-C' was reverted

    Co-authored-by: Eric Huss <eric@huss.org>
    cuviper and ehuss committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ae60b36 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    ecf2a9b View commit details
    Browse the repository at this point in the history
  2. Update the mingw version note

    cuviper committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    617648c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Allow everyone to set the beta-nominated label

    It is allowed both in cargo and clippy's triagebot.toml,
    and nomination does not automatically mean that the PR
    will be backported.
    est31 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0aa958b View commit details
    Browse the repository at this point in the history
  2. implement review suggestions

    Ezrashaw committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b506d96 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    714c276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    504a47b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c80f58 View commit details
    Browse the repository at this point in the history
  4. Fix x test rust-installer when cargo is set to a relative path

    Previously, this would give an error because the shell script had a
    different working directory:
    
    ```
    test: basic_install
    $ sh /home/jyn/src/rust/src/tools/rust-installer/gen-installer.sh --image-dir=/home/jyn/src/rust/src/tools/rust-installer/test/image1 --work-dir=/home/jyn/src/rust/build/x86_64-unknown-linux-gnu/test/rust-installer/workdir --output-dir=/home/jyn/src/rust/build/x86_64-unknown-linux-gnu/test/rust-installer/outdir
    /home/jyn/src/rust/src/tools/rust-installer/gen-installer.sh: 15: ../rust3/build/host/stage2-tools-bin/cargo: not found
    
    TEST FAILED!
    ```
    jyn514 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    b1feb45 View commit details
    Browse the repository at this point in the history
  5. remove redundant clones

    matthiaskrgr committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    1077d57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d666f6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcd79c2 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#110033 - cuviper:relnotes-1.69.0, r=pietroa…

    …lbini
    
    Add 1.69.0 release notes
    
    cc ````@rust-lang/release````
    r? ````@Mark-Simulacrum````
    JohnTitor committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    7e6983e View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#110272 - Ezrashaw:fix-unconned-lt-in-implbo…

    …unds, r=aliemjay
    
    fix: skip implied bounds if unconstrained lifetime exists
    
    Fixes rust-lang#110161
    
    r? ````@aliemjay````
    JohnTitor committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    52d23c9 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#110307 - est31:beta_nominated_unauthenticat…

    …ed, r=Mark-Simulacrum
    
    Allow everyone to set the beta-nominated label
    
    It is allowed both in cargo and clippy's triagebot.toml, and nomination does not automatically mean that the PR will be backported.
    JohnTitor committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    a484f22 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#110347 - est31:size_of_links, r=jyn514

    Add intra-doc links to size_of_* functions
    
    Also some smaller doc improvements.
    JohnTitor committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    1c228d1 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#110350 - SparkyPotato:test-79605, r=cjgillot

    Add a UI test for rust-lang#79605
    
    rust-lang#79605 was fixed somewhere between December 2020 and now, but it did not have a UI test.
    
    This PR adds a UI test for the error.
    JohnTitor committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    724da5c View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#110356 - jyn514:rust-installer-tests, r=ozk…

    …anonur
    
    Fix `x test rust-installer` when `cargo` is set to a relative path
    
    Previously, this would give an error because the shell script had a different working directory:
    
    ```
    test: basic_install
    $ sh /home/jyn/src/rust/src/tools/rust-installer/gen-installer.sh --image-dir=/home/jyn/src/rust/src/tools/rust-installer/test/image1 --work-dir=/home/jyn/src/rust/build/x86_64-unknown-linux-gnu/test/rust-installer/workdir --output-dir=/home/jyn/src/rust/build/x86_64-unknown-linux-gnu/test/rust-installer/outdir
    /home/jyn/src/rust/src/tools/rust-installer/gen-installer.sh: 15: ../rust3/build/host/stage2-tools-bin/cargo: not found
    
    TEST FAILED!
    ```
    JohnTitor committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    be2e807 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#110364 - matthiaskrgr:anti_clone, r=Nilstrieb

    remove redundant clones
    JohnTitor committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    99e59db View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#110366 - matthiaskrgr:compl_123, r=Nilstrieb

    fix some clippy::complexity
    
    r? `@Nilstrieb`
    JohnTitor committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    a898374 View commit details
    Browse the repository at this point in the history