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: Amanieu/parking_lot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.3
Choose a base ref
...
head repository: Amanieu/parking_lot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: parking_lot-v0.12.4
Choose a head ref
  • 15 commits
  • 14 files changed
  • 4 contributors

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    be5489c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #445 from tea/fixes

    Remove warnings due to new lint on unknown cfgs
    Amanieu authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ca920b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

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

Commits on Apr 2, 2025

  1. Merge pull request #460 from goffrie/patch-1

    Use Release/Acquire ordering in thread_parker::windows::Backend::create
    Amanieu authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    87ce756 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Check MSRV using cargo-msrv in CI

    This avoids breakages when our dev-dependencies drop support for older
    Rust versions.
    
    Also bump MSRV to 1.64.
    Amanieu committed May 21, 2025
    Configuration menu
    Copy the full SHA
    597621a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

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

Commits on May 27, 2025

  1. Fix clearing PARKED_WRITER_BIT after a timeout

    This needs to be done while holding the queue lock to avoid missed
    wakeups when a concurrent unlock clears this bit.
    
    Fixes #465
    Amanieu committed May 27, 2025
    Configuration menu
    Copy the full SHA
    a0d2de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249cb2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #466 from Amanieu/issue-465

    Fix clearing `PARKED_WRITER_BIT` after a timeout
    Amanieu authored May 27, 2025
    Configuration menu
    Copy the full SHA
    4989a4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7c490f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    398560e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Configuration menu
    Copy the full SHA
    965216f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd09e2 View commit details
    Browse the repository at this point in the history
  3. chore: release

    github-actions[bot] authored May 29, 2025
    Configuration menu
    Copy the full SHA
    bc72f02 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Amanieu authored May 29, 2025
    Configuration menu
    Copy the full SHA
    df66e66 View commit details
    Browse the repository at this point in the history
Loading