-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 7 pull requests #92060
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c771970 - Browse repository at this point
Copy the full SHA c771970View commit details
Commits on Dec 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c4bafaf - Browse repository at this point
Copy the full SHA c4bafafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a3078 - Browse repository at this point
Copy the full SHA 78a3078View commit details
Commits on Dec 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 97bf7b9 - Browse repository at this point
Copy the full SHA 97bf7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c83b56 - Browse repository at this point
Copy the full SHA 9c83b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1606335 - Browse repository at this point
Copy the full SHA 1606335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2049287 - Browse repository at this point
Copy the full SHA 2049287View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 57c0cb7 - Browse repository at this point
Copy the full SHA 57c0cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b656384 - Browse repository at this point
Copy the full SHA b656384View commit details
Commits on Dec 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e573075 - Browse repository at this point
Copy the full SHA e573075View commit details -
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``
Configuration menu - View commit details
-
Copy full SHA for 2e4a2c9 - Browse repository at this point
Copy the full SHA 2e4a2c9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6427c3c - Browse repository at this point
Copy the full SHA 6427c3cView commit details -
Rollup merge of rust-lang#91896 - pitaj:91867-passes, r=michaelwoerister
Remove `in_band_lifetimes` for `rustc_passes` rust-lang#91867
Configuration menu - View commit details
-
Copy full SHA for d31cfe4 - Browse repository at this point
Copy the full SHA d31cfe4View commit details -
Rollup merge of rust-lang#91909 - lnicola:rust-analyzer-2021-12-14, r…
…=lnicola ⬆️ rust-analyzer r? ``@ghost``
Configuration menu - View commit details
-
Copy full SHA for 18b0e9b - Browse repository at this point
Copy the full SHA 18b0e9bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 31bc43c - Browse repository at this point
Copy the full SHA 31bc43cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for af5b8bc - Browse repository at this point
Copy the full SHA af5b8bcView commit details -
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?
Configuration menu - View commit details
-
Copy full SHA for db8c560 - Browse repository at this point
Copy the full SHA db8c560View commit details