Skip to content
Permalink

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: 5f3296d
Choose a base ref
...
head repository: tokio-rs/tokio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a7b658c
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    9681ce2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. 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.
    carllerche committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    4b174ce View commit details
    Browse the repository at this point in the history
  2. chore: backport CI fixes

    carllerche committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    7b6ccb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    aa303bc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    c1c8d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7b658c View commit details
    Browse the repository at this point in the history
Loading