-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tokio-rs/tokio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tokio-1.31.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tokio-rs/tokio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tokio-1.32.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 17 files changed
- 8 contributors
Commits on Aug 12, 2023
-
streams: create StreamMock for testing Streams (#5915)
Introduce a new mock type to tests streams and eventually sinks. Only includes next() and wait() for now. Fixes #4106
Configuration menu - View commit details
-
Copy full SHA for 197757d - Browse repository at this point
Copy the full SHA 197757dView commit details
Commits on Aug 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c92cad - Browse repository at this point
Copy the full SHA 2c92cadView commit details
Commits on Aug 14, 2023
-
sync: move broadcast waiters into separate list before waking (#5925)
Within `notify_rx`, looping while re-locking and re-reading from `Shared.tail` as long as there are still available wakers causes a quadratic slowdown as receivers which are looping receiving from the channel are added. Instead of continually re-reading from the original list, this commit modifies `notify_rx` to move the waiters into a separate list immediately similar to how `Notify::notify_waiters` works, using a new `WaitersList` struct modified after NotifyWaitersList. Fixes #5923
Configuration menu - View commit details
-
Copy full SHA for 3dd5f7a - Browse repository at this point
Copy the full SHA 3dd5f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40633fc - Browse repository at this point
Copy the full SHA 40633fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82bef00 - Browse repository at this point
Copy the full SHA 82bef00View commit details
Commits on Aug 16, 2023
-
rt(alt): tweak some constants to improve scalability (#5935)
This patch aims to reduce the number of threads that get no-op wakeups.
Configuration menu - View commit details
-
Copy full SHA for 6e42c26 - Browse repository at this point
Copy the full SHA 6e42c26View commit details -
io: add
Ready::ERROR
and report error readiness (#5781)Add `Ready::ERROR` enabling callers to specify interest in error readiness. Some platforms use error readiness notifications to notify of other events. For example, Linux uses error to notify receipt of messages on a UDP socket's error queue. Using error readiness is platform specific. Closes #5716
Configuration menu - View commit details
-
Copy full SHA for 10e141d - Browse repository at this point
Copy the full SHA 10e141dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 718dcc8 - Browse repository at this point
Copy the full SHA 718dcc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f2b58 - Browse repository at this point
Copy the full SHA f5f2b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d52c2 - Browse repository at this point
Copy the full SHA a7d52c2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff tokio-1.31.0...tokio-1.32.0