-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 5 pull requests #121259
Rollup of 5 pull requests #121259
Commits on Feb 14, 2024
-
Previously, we were trying to install all doc files under "share/doc/rust" which caused `rust-installer` tool to create backup files (*.old) due to filename conflicts. With this change, doc files is now installed under "share/doc/{package}", where {package} could be rustc, cargo, clippy, etc. Signed-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for 81c068a - Browse repository at this point
Copy the full SHA 81c068aView commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a917cd - Browse repository at this point
Copy the full SHA 3a917cdView commit details
Commits on Feb 17, 2024
-
add test to guard against inaccurate diagnostic
Also replaces an incomplete test
Configuration menu - View commit details
-
Copy full SHA for e3859d2 - Browse repository at this point
Copy the full SHA e3859d2View commit details -
don't use entire sysroot binary path for rustc tarballs
Previously, we used the entire sysroot binary path to prepare rustc tarballs. Since we also copy tool binaries to the sysroot binary path, installing rustc and tools with `x install` results in attempting to install the same binaries more than once. This causes rust-installer to create backup files (*.old) due to file conflicts. This change fixes that. Signed-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for 6ff9c6f - Browse repository at this point
Copy the full SHA 6ff9c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f12d248 - Browse repository at this point
Copy the full SHA f12d248View commit details -
Configuration menu - View commit details
-
Copy full SHA for c17539c - Browse repository at this point
Copy the full SHA c17539cView commit details
Commits on Feb 18, 2024
-
Add help to
hir_analysis_unrecognized_intrinsic_function
To help remind forgetful people like me what step they forgot.
Configuration menu - View commit details
-
Copy full SHA for 5793f82 - Browse repository at this point
Copy the full SHA 5793f82View commit details -
Rollup merge of rust-lang#121067 - tshepang:make-expand-translatable,…
… r=fmease make "invalid fragment specifier" translatable
Configuration menu - View commit details
-
Copy full SHA for 38c2ea9 - Browse repository at this point
Copy the full SHA 38c2ea9View commit details -
Rollup merge of rust-lang#121079 - onur-ozkan:install-conflicts, r=al…
…bertlarsan68 distribute tool documentations and avoid file conflicts on `x install` I suggest reading commits one-by-one with the descriptions for more context about the changes. Fixes rust-lang#115213
Configuration menu - View commit details
-
Copy full SHA for ffce640 - Browse repository at this point
Copy the full SHA ffce640View commit details -
Rollup merge of rust-lang#121230 - GuillaumeGomez:extend-level-api, r…
…=Nadrieril Extend Level API I need this API for rust-lang/rust-clippy#12303: I have a nested `cfg` attribute (so a `MetaItem`) and I'd like to still be able to match against all possible kind of `Level`s.
Configuration menu - View commit details
-
Copy full SHA for 900491d - Browse repository at this point
Copy the full SHA 900491dView commit details -
Rollup merge of rust-lang#121241 - reitermarkus:generic-nonzero-trait…
…s, r=dtolnay Implement `NonZero` traits generically. Tracking issue: rust-lang#120257 r? `@dtolnay`
Configuration menu - View commit details
-
Copy full SHA for 97ddd27 - Browse repository at this point
Copy the full SHA 97ddd27View commit details -
Rollup merge of rust-lang#121247 - scottmcm:intrinsic-reminder, r=pet…
…rochenkov Add help to `hir_analysis_unrecognized_intrinsic_function` To help remind forgetful people like me what step they forgot. (If this just ICE'd, rust-lang/compiler-team#620 style, the stack trace would point me here, but since there's a "nice" error that information is lost.)
Configuration menu - View commit details
-
Copy full SHA for 8030435 - Browse repository at this point
Copy the full SHA 8030435View commit details