-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 10 pull requests #108587
Rollup of 10 pull requests #108587
Conversation
Also merges the inhabitedness check into the query to further unify the code paths.
... on systems where /usr/lib contains a multi-arch structure
… r=ozkanonur compiler/rustc_session: fix sysroot detection logic This pull request fixes the sysroot detection logic on systems where `/usr/lib` contains a multi-arch structure (e.g. installs `rustc_driver` into `/usr/lib/x86_64-linux-gnu` folder). This fixes a regression for various Linux systems introduced in rust-lang#103660. On Debian and Ubuntu systems, the logic in the pull request, as mentioned earlier, will resolve the sysroot to `/usr/lib`, making `rustc --print target-libdir` to return `/usr/lib/lib/rustlib/x86_64-unknown-linux-gnu/lib` (notice the extra `lib` at the beginning). The fix is not very "clean" according to the standard. If you have any suggestions on improving the logic, you are more than welcome to comment below!
add llvm cgu instructions stats to perf r? ```@bjorn3```
…pkin fix rust-lang#108495, postfix decrement and prefix decrement has no warning Fixes rust-lang#108495
…ntrinsics, r=michaelwoerister Further unify validity intrinsics Also merges the inhabitedness check into the query to further unify the code paths. Depends on rust-lang#108364
…ackh726 Small cleanup to `one_bound_for_assoc_type` Use fewer closures :)
…r-errors Some `infer/mod.rs` cleanups
…-errors Make mailmap more correct
Fix `x clean` with specific paths Fixes rust-lang#108517 `cargo clean` takes package names to clean with `-p`, rather than as free args
…p_contains_key, r=Nilstrieb Add contains_key to SortedIndexMultiMap
…mandry Update Fuchsia platform team members r? `@tmandry`
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 5983a3a99e In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (bcb610d): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
Successful merges:
one_bound_for_assoc_type
#108520 (Small cleanup toone_bound_for_assoc_type
)infer/mod.rs
cleanups #108560 (Someinfer/mod.rs
cleanups)x clean
with specific paths #108564 (Fixx clean
with specific paths)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup