-
-
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.44.1
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.44.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 7 files changed
- 2 contributors
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9681ce2 - Browse repository at this point
Copy the full SHA 9681ce2View commit details
Commits on Apr 2, 2025
-
sync: fix cloning value when receiving from broadcast channel
The broadcast channel does not require values to implement `Sync` yet it calls the `.clone()` method without synchronizing. This is unsound logic. This patch adds per-value synchronization on receive to handle this case. It is unlikely any usage of the broadcast channel is currently at risk of the unsoundeness issue as it requires accessing a `!Sync` type during `.clone()`, which would be very unusual when using the broadcast channel.
Configuration menu - View commit details
-
Copy full SHA for 4b174ce - Browse repository at this point
Copy the full SHA 4b174ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6ccb5 - Browse repository at this point
Copy the full SHA 7b6ccb5View commit details
Commits on Apr 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for aa303bc - Browse repository at this point
Copy the full SHA aa303bcView commit details
Commits on Apr 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c1c8d10 - Browse repository at this point
Copy the full SHA c1c8d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7b658c - Browse repository at this point
Copy the full SHA a7b658cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c3a56 - Browse repository at this point
Copy the full SHA e3c3a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec4b1d7 - Browse repository at this point
Copy the full SHA ec4b1d7View 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.44.1...tokio-1.44.2