-
Notifications
You must be signed in to change notification settings - Fork 479
Comparing changes
Open a pull request
base repository: swiftlang/swift-corelibs-libdispatch
base: ac3302c
head repository: swiftlang/swift-corelibs-libdispatch
compare: 2df91f9
- 9 commits
- 2 files changed
- 5 contributors
Commits on Apr 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ef7ded0 - Browse repository at this point
Copy the full SHA ef7ded0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 207a816 - Browse repository at this point
Copy the full SHA 207a816View commit details -
Merge pull request #866 from compnerd/6.2-pipes
IO: switch Win32 pipes to `PIPE_WAIT` and use a sentinel byte
Configuration menu - View commit details
-
Copy full SHA for d1d14d9 - Browse repository at this point
Copy the full SHA d1d14d9View commit details
Commits on Aug 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9e1b3bb - Browse repository at this point
Copy the full SHA 9e1b3bbView commit details
Commits on Aug 11, 2025
-
Merge pull request #891 from z2oh/revert-866-6.2-pipes
Revert "IO: switch Win32 pipes to `PIPE_WAIT` and use a sentinel byte"
Configuration menu - View commit details
-
Copy full SHA for 1a94e80 - Browse repository at this point
Copy the full SHA 1a94e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d3ba4 - Browse repository at this point
Copy the full SHA 76d3ba4View commit details
Commits on Aug 12, 2025
-
Merge pull request #894 from finagolfin/page
[6.2] build: Use new 16 KB page alignment on 64-bit Android
Configuration menu - View commit details
-
Copy full SHA for 0b7fb8a - Browse repository at this point
Copy the full SHA 0b7fb8aView commit details
Commits on Aug 14, 2025
-
event: ensure acquire release semantics for muxnote disposal
While it is sufficient to use the relaxed ordering for the acquire semantics in the `_dispatch_muxnote_retain`, we need to use the acquire release semantics on the release in `_dispatch_muxnote_release` to ensure that any pending retains are not interrupted. This should hopefully alleviate the occasional crashes that have been observed with the muxnote reference counting. Fixes: #887, #844
Configuration menu - View commit details
-
Copy full SHA for ce6feb7 - Browse repository at this point
Copy the full SHA ce6feb7View commit details
Commits on Aug 15, 2025
-
Merge pull request #898 from compnerd/race
event: ensure acquire release semantics for muxnote disposal
Configuration menu - View commit details
-
Copy full SHA for 2df91f9 - Browse repository at this point
Copy the full SHA 2df91f9View commit details
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 ac3302c...2df91f9