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 7 pull requests #92062

Merged
merged 17 commits into from
Dec 18, 2021
Merged

Rollup of 7 pull requests #92062

merged 17 commits into from
Dec 18, 2021

Commits on Dec 14, 2021

  1. ⬆️ rust-analyzer

    lnicola committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c771970 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    c4bafaf View commit details
    Browse the repository at this point in the history
  2. Remove in_band_lifetimes from rustc_mir_dataflow

    See rust-lang#91867 for more information.
    LegionMammal978 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    fed881a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a3078 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    97bf7b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c83b56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1606335 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2049287 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b656384 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    e573075 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#91439 - ecstatic-morse:const-cmp-trait-defa…

    …ult-methods, r=oli-obk
    
    Mark defaulted `PartialEq`/`PartialOrd` methods as const
    
    WIthout it, `const` impls of these traits are unpleasant to write. I think this kind of change is allowed now. although it looks like it might require some Miri tweaks. Let's find out.
    
    r? ```@fee1-dead```
    matthiaskrgr authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    359c88e View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#91516 - rukai:improve_mut_addition_help, r=…

    …estebank
    
    Improve suggestion to change struct field to &mut
    
    r? ``@estebank``
    
    Now displays a proper underline style suggestion instead of including the code change inline with the message.
    matthiaskrgr authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    57d49f1 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#91896 - pitaj:91867-passes, r=michaelwoerister

    Remove `in_band_lifetimes` for `rustc_passes`
    
    rust-lang#91867
    matthiaskrgr authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    eb3cc13 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#91909 - lnicola:rust-analyzer-2021-12-14, r…

    …=lnicola
    
    ⬆️ rust-analyzer
    
    r? ```@ghost```
    matthiaskrgr authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    e6b99fa View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#91922 - LegionMammal978:less-inband-mir_dat…

    …aflow, r=nagisa
    
    Remove `in_band_lifetimes` from `rustc_mir_dataflow`
    
    See rust-lang#91867 for more information.
    matthiaskrgr authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    d2f2f0b View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#92025 - devnexen:revert-91553-anc_data_dfbs…

    …d, r=kennytm
    
    Revert "socket ancillary data implementation for dragonflybsd."
    
    Reverts rust-lang#91553
    matthiaskrgr authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    e69acda View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#92030 - rukai:stdlib2021, r=m-ou-se

    Update stdlib to the 2021 edition
    
    progress towards rust-lang#88638
    
    I couldnt find a way to run the 2018 style panic tests against 2018 so I just deleted them, maybe theres a way to do it that I missed though?
    matthiaskrgr authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    efbefb6 View commit details
    Browse the repository at this point in the history