std::rt: Try stealing from all schedulers - #9353
Merged
Merged
Conversation
This guarantees that if there is work to do it will be found
Contributor
Author
|
Added another commit to paper over more scheduler problems. |
bors
added a commit
that referenced
this pull request
Sep 21, 2013
This guarantees that if there is work to do it will be found
Contributor
Author
|
This deadlocked twice in a row :-/. Going to try to land one commit at a time. |
bors
added a commit
that referenced
this pull request
Sep 22, 2013
This guarantees that if there is work to do it will be found
flip1995
pushed a commit
to flip1995/rust
that referenced
this pull request
Nov 16, 2023
Replace if_chain with let chains Closes rust-lang#9353 Let chains are now supported by rustfmt 🎉 The PR is split into two commits 1. The result of running [`if-to-let-chain clippy*/**/*.rs`](https://github.com/Alexendoo/if-to-let-chain) 2. The manual clean up: fixing some errors/formatting, dogfood lints, removing the if_chain internal lint r? `@flip1995` changelog: none
U007D
pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
9353: Include extra targets when the pkg_root is not the same as the target root. r=matklad a=rezural Fixes rust-lang#7715 For example, if a sub-crate includes sets the path='../somewhere-else/lib.rs', the files will not be in pkg_root , but in the target root's parent. It may actually be in root.parent().parent(), I'm not sure about that. At the moment it is just a fix, are there any relevant tests that this could go in? I've got about 1 brain cell left... but im happy to add tests where appropriate. Co-authored-by: rezural <rezural@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This guarantees that if there is work to do it will be found