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: tokio-1.23.0
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: tokio-1.23.1
Choose a head ref
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 3, 2023

  1. net: fix named pipes server configuration builder

    The `pipe_mode` function would erase any previously set configuration
    option that is specified using the pipe_mode fit field. This patch fixes
    the builder to maintain the bit field when changing the pipe mode.
    carllerche committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    699573d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9241c3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f98535 View commit details
    Browse the repository at this point in the history
  4. ci: run WASI tasks using latest Rust

    This should let CI to pass.
    carllerche committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    763bdc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba81945 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8fe333 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

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