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: swiftlang/swift-corelibs-libdispatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: swiftlang/swift-corelibs-libdispatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/6.2.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 3 files changed
  • 7 contributors

Commits on Apr 16, 2025

  1. Switch Win32 pipes to PIPE_WAIT

    z2oh authored and compnerd committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    ef7ded0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207a816 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #866 from compnerd/6.2-pipes

    IO: switch Win32 pipes to `PIPE_WAIT` and use a sentinel byte
    compnerd authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    d1d14d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

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

Commits on Aug 11, 2025

  1. Merge pull request #891 from z2oh/revert-866-6.2-pipes

    Revert "IO: switch Win32 pipes to `PIPE_WAIT` and use a sentinel byte"
    compnerd authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    1a94e80 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. 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
    compnerd committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    83d98f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Merge pull request #900 from compnerd/race-621

    event: ensure acquire release semantics for muxnote disposal
    compnerd authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    542ccfb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

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

Commits on Aug 19, 2025

  1. Merge pull request #902 from finagolfin/page

    [6.2.1] build: Use new 16 KB page alignment on 64-bit Android
    finagolfin authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    a3f791a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. [Build] Enable frame pointers.

    Frame pointers should be enabled everywhere.
    
    rdar://160759746
    (cherry picked from commit a8b689a)
    al45tair authored and weissi committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    03a8ad1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Merge pull request #914 from weissi/jw-fp-62

    [6.2.1] [Build] Enable frame pointers.
    weissi authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    e3ff265 View commit details
    Browse the repository at this point in the history
Loading