-
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 6 pull requests #103998
Rollup of 6 pull requests #103998
Conversation
Signed-off-by: Onur Özkan <[email protected]>
Signed-off-by: Alex Saveau <[email protected]>
…jgillot Correctly resolve Inherent Associated Types I don't know if this is the best way to do this, but at least it is one way.
improve `filesearch::get_or_default_sysroot` `fn get_or_default_sysroot` is now improved and used in `miri` and `clippy`, and tests are still passing as they should. So we no longer need to implement custom workarounds/hacks to find sysroot in tools like miri/clippy. Resolves rust-lang#98832 re-opened from rust-lang#103581
…, r=fee1-dead Remove some return-type diagnostic booleans from `FnCtxt` These can be calculated on-demand
…jgillot Remove `has_errors` from `FnCtxt` It doesn't seem like this `has_errors` flag actually suppresses any errors (at least in the UI test suite) --- except for one test (`E0767.rs`), and I think that error really should be considered legitimate, since it has nothing to do with the error code and continues to exist after you fix the first error... This flag was added by ```@eddyb``` in 6b3cc0b, and it's likely that it was made redundant due to subsequent restructuring of the compiler. It only affects block type-checking anyways, so its effect does seem limited these days anyway.
Specify that `break` cannot be used outside of loop *or* labeled block Closes rust-lang#103981 `@rustbot` label +A-diagnostics
Small round of typo fixes
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 5b3e909075 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (452cf4f): comparison URL. Overall result: ❌ regressions - 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.
|
@rust-timer build 1fea4e8e78a93deae77f8d0bd3a9c8a326f538d9 @rust-timer build b236bd5c0f5c99cc3a584fb1ea2d19ab39d9bb50 |
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
Finished benchmarking commit (1fea4e8e78a93deae77f8d0bd3a9c8a326f538d9): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never 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.
|
Rollup of 6 pull requests Successful merges: - rust-lang#103621 (Correctly resolve Inherent Associated Types) - rust-lang#103660 (improve `filesearch::get_or_default_sysroot`) - rust-lang#103866 (Remove some return-type diagnostic booleans from `FnCtxt`) - rust-lang#103867 (Remove `has_errors` from `FnCtxt`) - rust-lang#103994 (Specify that `break` cannot be used outside of loop *or* labeled block) - rust-lang#103995 (Small round of typo fixes) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Successful merges:
filesearch::get_or_default_sysroot
#103660 (improvefilesearch::get_or_default_sysroot
)FnCtxt
#103866 (Remove some return-type diagnostic booleans fromFnCtxt
)has_errors
fromFnCtxt
#103867 (Removehas_errors
fromFnCtxt
)break
cannot be used outside of loop *or* labeled block #103994 (Specify thatbreak
cannot be used outside of loop or labeled block)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup