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-foundation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c59829f
Choose a base ref
...
head repository: swiftlang/swift-foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5c12225
Choose a head ref
  • 15 commits
  • 19 files changed
  • 10 contributors

Commits on Aug 12, 2025

  1. (158139242) Prevent encodingDateFormatted() from using the current in…

    …ternationalization preferences (#1467)
    jmschonfeld authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    09b7a58 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

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

Commits on Aug 18, 2025

  1. Update default attribute scope framework paths (#1472)

    Co-authored-by: Rafael Cerioli <rcerioli@apple.com>
    jmschonfeld and rcrl101 authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    393dabc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    2818d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473b0d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

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

Commits on Aug 21, 2025

  1. Configuration menu
    Copy the full SHA
    4cdbaf6 View commit details
    Browse the repository at this point in the history
  2. Improve temporary file location for atomic writes (#1477)

    * (156721664) Temporary files for atomic writes should use _amkrtemp instead of mktemp when applicable
    
    * Fix build failure
    jmschonfeld authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    1734c7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    574d608 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    b60b6e9 View commit details
    Browse the repository at this point in the history
  2. [Proposal] Base64 urlencoding and omitting padding options (#1156)

    * Pitch: Base64 urlencoding and omitting padding options
    
    * Fix `base64URLAlphabet`
    
    * Update proposal
    
    * Update Proposal
    
    * Update Proposal number
    fabianfett authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    4e01366 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

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

Commits on Sep 2, 2025

  1. FoundationEssentials: try to make the file atomic behaviour more robu…

    …st (#1485)
    
    We have observed `ERROR_ACCESS_DENIED` in CI on
    `SetRenameInformationFile`. Try to make the path more robust by first
    performing a kernel based rename with POSIX semantics. This requires
    Windows 10 1809+. If that is unsuccessful, verify that attributes are
    not to blame.
    
    A failure may still occur if the file is on a different volume. In such
    a case, fallback to the `MoveFileExW` operation to perform a copy +
    delete operation.
    
    Hopefully this should make the implementation more robust to failures.
    compnerd authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    ca4ee3c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Merge pull request #1489 from swiftlang/automerge/merge-main-2025-09-…

    …03_09-03
    
    Merge `release/6.2` into `main`
    parkera authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    23013ca View commit details
    Browse the repository at this point in the history
  2. data identical

    vanvoorden committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    5c12225 View commit details
    Browse the repository at this point in the history
Loading