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

Closed
wants to merge 17 commits into from

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. 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. Use debug section for .rustc

    For a data section, the object crate will set SHF_ALLOC by default,
    which is exactly what we don't want. Use a debug section instead,
    the same as we do for .rmeta.
    nikic committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    57c0cb7 View commit details
    Browse the repository at this point in the history
  6. 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
    2e4a2c9 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
    6427c3c 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
    d31cfe4 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
    18b0e9b View commit details
    Browse the repository at this point in the history
  6. 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
    31bc43c View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#92029 - nikic:section-flags-fix, r=davidtwco

    Use debug section for .rustc
    
    For a data section, the object crate will set SHF_ALLOC by default, which is exactly what we don't want. Use a debug section instead, the same as we do for .rmeta.
    
    I checked with `objdump -h` that this produces the right flags for ELF.
    
    Fixes rust-lang#92013.
    matthiaskrgr authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    af5b8bc 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
    db8c560 View commit details
    Browse the repository at this point in the history