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 10 pull requests #120281

Merged
merged 23 commits into from
Jan 23, 2024
Merged

Rollup of 10 pull requests #120281

merged 23 commits into from
Jan 23, 2024

Commits on Dec 16, 2023

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

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    3ed96e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98f5981 View commit details
    Browse the repository at this point in the history
  3. Bump ctrlc version

    clubby789 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    527f903 View commit details
    Browse the repository at this point in the history
  4. Bump openssl version

    clubby789 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c751720 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. correct my mailmap entry

    emberian authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7a17508 View commit details
    Browse the repository at this point in the history
  2. compiler: update freebsd and netbsd base specs.

    both support thread local.
    devnexen committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    dec4740 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a77cc2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce11b70 View commit details
    Browse the repository at this point in the history
  5. fixing build for the BSD

    devnexen committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ed4b99a View commit details
    Browse the repository at this point in the history
  6. RawTy to LoweredTy

    lcnr committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c6088f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    5fc39e0 View commit details
    Browse the repository at this point in the history
  2. Move condition enabling the pass to is_enabled

    The practical motivation is to omit the pass from -Zdump-mir=all when
    disabled.
    tmiasko committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c8e4aaa View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#119028 - oberien:patch-1, r=cjgillot

    Add more weirdness to weird-exprs.rs
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e8f9e54 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#119805 - chenyukang:yukang-fix-119530, r=da…

    …vidtwco
    
    Suggest array::from_fn for array initialization
    
    Fixes rust-lang#119530
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dd538b5 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#120188 - devnexen:update_bsd_compiler_base_…

    …specs, r=wesleywiser
    
    compiler: update freebsd and netbsd base specs.
    
    both support thread local.
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1e5ec4d View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#120215 - clubby789:dep-updates, r=Nilstrieb

    Update some deps with `bitflags` v1 dependencies
    
    This only leaves `pulldown-cmark` (which has updated to bitflags v2 in Git) and `rustc_apfloat` (PR opened previously at rust-lang/rustc_apfloat#12)
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    09c31b8 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#120244 - reitermarkus:nonzero-self, r=dtolnay

    Use `Self` in `NonZero*` implementations.
    
    This slightly reduces the size of the eventual diff when making these generic, since this can be merged independently.
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8fea4a8 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#120246 - estebank:revert_breathing_room, r=…

    …estebank
    
    Re-add estebank to review rotation
    
    r? ``@compiler-errors``
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0d3af59 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#120252 - lcnr:rename-astconv-ty, r=compiler…

    …-errors
    
    rename `RawTy` to `LoweredTy`
    
    I believe this name to more closely match its purpose
    
    r? ``@compiler-errors``
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0c769cc View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#120255 - emberian:patch-1, r=Nilstrieb

    correct my mailmap entry
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    456974b View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#120270 - compiler-errors:randos, r=lcnr

    A bunch of random modifications
    
    r? oli-obk
    
    Kitchen sink of changes that I didn't know where to put elsewhere. Documentation tweaks mostly, but also removing some unreachable code and simplifying the pretty printing for closures/coroutines.
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3b1c2eb View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#120280 - tmiasko:is-enabled, r=compiler-errors

    Move condition enabling the pass to `is_enabled`
    
    The practical motivation is to omit the pass from -Zdump-mir=all when disabled.
    fmease authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    08bac31 View commit details
    Browse the repository at this point in the history