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/mio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 82880dc9dae4124d32d4cf3af4f028eb4a33886c
Choose a base ref
...
head repository: tokio-rs/mio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ba1e1964be2caed46ba8a9e9bf5718677f5949ce
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Feb 4, 2023

  1. Disable uninlined-format-args Clippy lint

    Our MSRV too low to support this.
    Thomasdezeeuw committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    0cc9a8a View commit details
    Browse the repository at this point in the history
  2. Add test_sanitizer Makefile target

    Runs the tests with a sanitizer enabled.
    Thomasdezeeuw committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    e0fcbf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    132fd18 View commit details
    Browse the repository at this point in the history
  4. Drop support for v0.6

    Thomasdezeeuw committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    7ab7766 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

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

Commits on Feb 6, 2023

  1. Replace unmaintained/outdated GitHub Actions

    The toolchain is now installed `dtolnay/rust-toolchain`.
    nickelc authored and Thomasdezeeuw committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    35a44b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

Commits on Feb 13, 2023

  1. Add Interest::PRIORITY

    To trigger Event::is_priority on Linux and Android.
    
    In the future we might want to include EV_OOBAND for kqueue, but that
    seems to be Apple only (FreeBSD and OpenBSD don't implement it at
    least).
    
    Co-authored-by: Tuomas Laakkonen <pigworts2@gmail.com>
    Thomasdezeeuw and tuomas56 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ba1e196 View commit details
    Browse the repository at this point in the history
Loading