-
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 8 pull requests #91911
Rollup of 8 pull requests #91911
Commits on Dec 12, 2021
-
Avoid suggesting self in visibility spec
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f3a08fd - Browse repository at this point
Copy the full SHA f3a08fdView commit details
Commits on Dec 13, 2021
-
Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking i…
…f not set." This reverts commit b376f56, which is the main part of rust-lang#90499, because it turns out that this causes a good amount of breakage in crates relying on the old behavior. Fixes rust-lang#91372.
Configuration menu - View commit details
-
Copy full SHA for 3011154 - Browse repository at this point
Copy the full SHA 3011154View commit details
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ae21dd0 - Browse repository at this point
Copy the full SHA ae21dd0View commit details -
Remove
in_band_lifetimes
fromrustc_trait_selection
Sylvan Bowdler committedDec 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 1ea756b - Browse repository at this point
Copy the full SHA 1ea756bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90aa8fb - Browse repository at this point
Copy the full SHA 90aa8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e844a - Browse repository at this point
Copy the full SHA 97e844aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a586e7d - Browse repository at this point
Copy the full SHA a586e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f58ef22 - Browse repository at this point
Copy the full SHA f58ef22View commit details -
Configuration menu - View commit details
-
Copy full SHA for c771970 - Browse repository at this point
Copy the full SHA c771970View commit details -
Rollup merge of rust-lang#91798 - bugadani:issue-91783, r=michaelwoer…
…ister Avoid suggest adding `self` in visibility spec Fixes rust-lang#91783
Configuration menu - View commit details
-
Copy full SHA for f8518d5 - Browse repository at this point
Copy the full SHA f8518d5View commit details -
Rollup merge of rust-lang#91870 - rusticstuff:macosx_min_version_reve…
…rt, r=Mark-Simulacrum Revert setting a default for the MACOSX_DEPLOYMENT_TARGET env var for linking This reverts commit b376f56, which is the main part of rust-lang#90499, because it turns out that this causes a good amount of breakage in crates relying on the old behavior. In particular `winit`, `coreaudio` and crates that depend on them are affected. Fixes rust-lang#91372. Background: Before rust-lang#90499 the behavior was the following: If MACOSX_DEPLOYMENT_TARGET is not set, we pass the minimum supported OS version to LLVM but not to the linker. The linker default depends on the Xcode version and the version of the OS it is running on. That caused one known problem in libcurl with the most recent Xcode versions. rust-lang#90499 passed the minumum supported version (10.7 for Macos x86-64) to the linker instead. This has shown to be problematic because some crates such as winit, coreaudio implicitly expect a newer minimum OS version. The libcurl issue has been fixed independently (see alexcrichton/curl-rust#417), so a revert should not really be problematic. Eventually we should probably mimic clang's behavior and fall back to the default of the currently configured Macos SDK for both the LLVM min os target version and MACOSX_DEPLOYMENT_TARGET for linking. That would entail looking at the `Version` property of the `SDKSettings.json` in the currently configured SDK.
Configuration menu - View commit details
-
Copy full SHA for 9f931ee - Browse repository at this point
Copy the full SHA 9f931eeView commit details -
Rollup merge of rust-lang#91880 - matthiaskrgr:clippy_perf_dec, r=jyn514
fix clippy::single_char_pattern perf findings
Configuration menu - View commit details
-
Copy full SHA for d9f11aa - Browse repository at this point
Copy the full SHA d9f11aaView commit details -
Rollup merge of rust-lang#91882 - Patrick-Poitras:remove-in-band-life…
…times-from-rustc-typeck, r=jackh726 Remove `in_band_lifetimes` from `rustc_typeck` Joining in on the effort to remove the `in_band_lifetimes` features, as described in issue rust-lang#91867.
Configuration menu - View commit details
-
Copy full SHA for 00cd222 - Browse repository at this point
Copy the full SHA 00cd222View commit details -
Rollup merge of rust-lang#91904 - SylvanB:remove_in_band_lifetimes_ru…
…stc_trait_selection, r=petrochenkov Remove `in_band_lifetimes` from `rustc_trait_selection` Another one for rust-lang#91867
Configuration menu - View commit details
-
Copy full SHA for d1fe30d - Browse repository at this point
Copy the full SHA d1fe30dView commit details -
Rollup merge of rust-lang#91906 - anuvratsingh:remove_in_band_lifetim…
…es_library_proc_macro, r=petrochenkov Removed `in_band_lifetimes` from `library\proc_macro` Issue [rust-lang#91867](rust-lang#91867) This is my first try, I followed the instructions given. Fixed all the errors that were thrown while compiling. Compiled with stage 0,1, and 2 all of them compiled successfully.
Configuration menu - View commit details
-
Copy full SHA for d24b0cc - Browse repository at this point
Copy the full SHA d24b0ccView commit details -
Rollup merge of rust-lang#91908 - matthiaskrgr:ices, r=Mark-Simulacrum
Add 2 tests fixes rust-lang#91139 fixes rust-lang#91069
Configuration menu - View commit details
-
Copy full SHA for 063da9f - Browse repository at this point
Copy the full SHA 063da9fView 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 7f89718 - Browse repository at this point
Copy the full SHA 7f89718View commit details