-
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 8 pull requests #107187
Rollup of 8 pull requests #107187
Conversation
Include sanitizers supported by LLVM on s390x (asan, lsan, msan, tsan) in the target definition, as well as in the compiletest supported list. Build sanitizer runtime for the target. Enable sanitizers in the CI.
Not all uses are converted, a few cases iterating through maps/sets and requiring nontrivial changes are kept.
These were likely from before the `PartialEq<str>` impl for `&String`.
…didats-4, r=lcnr Implement some more predicates in the new solver Implement a few more goals. The subtype goal specifically is important, since it's required for this code to compile: ``` fn main() { let mut x = vec![]; x.push(1i32); } ``` (I think we emit a subtype goal here because of coercion). Drive-by: Also implements `--compare-mode=next-solver` -- I've been using this locally a lot to find out what works and what doesn't. I'm also happy to split this out into another PR. r? `@lcnr`
…t-parameters, r=petrochenkov Fix missing arguments issues and copy-paste bug for fluent Fixes rust-lang#107090
…n, r=m-ou-se Add note about absolute paths to Path::join The note already exists on `PathBuf::push`, but I think it is good to have it on `Path::join` as well since it can cause issues if you are not careful with your input.
…imulacrum Enable sanitizers for s390x-linux Include sanitizers supported by LLVM on s390x (asan, lsan, msan, tsan) in the target definition, as well as in the compiletest supported list. Build sanitizer runtime for the target. Enable sanitizers in the CI.
… r=notriddle Migrate scraped-examples top and bottom "borders" to CSS variables r? `@notriddle`
…ompiler-errors Add myself to .mailmap
rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` Not all uses are converted, a few cases iterating through maps/sets and requiring nontrivial changes are kept. cc rust-lang#106977
Remove unnecessary `&format!` These were likely from before the `PartialEq<str>` impl for `&String`.
Unknown labels: T-bootstrap |
@bors r+ rollup=never p=8 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 8e68090723 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (cef633d): comparison URL. Overall result: ❌✅ regressions and improvements - no action needed@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:
DefId(Map,Set)
instead ofFxHash(Map,Set)
#107174 (rustdoc: UseDefId(Map,Set)
instead ofFxHash(Map,Set)
)&format!
#107180 (Remove unnecessary&format!
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup