-
Notifications
You must be signed in to change notification settings - Fork 209
Comparing changes
Open a pull request
base repository: swiftlang/swift-foundation
base: c59829f
head repository: swiftlang/swift-foundation
compare: 5c12225
- 15 commits
- 19 files changed
- 10 contributors
Commits on Aug 12, 2025
-
(158139242) Prevent encodingDateFormatted() from using the current in…
…ternationalization preferences (#1467)
Configuration menu - View commit details
-
Copy full SHA for 09b7a58 - Browse repository at this point
Copy the full SHA 09b7a58View commit details
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a8bee5b - Browse repository at this point
Copy the full SHA a8bee5bView commit details
Commits on Aug 18, 2025
-
Update default attribute scope framework paths (#1472)
Co-authored-by: Rafael Cerioli <rcerioli@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 393dabc - Browse repository at this point
Copy the full SHA 393dabcView commit details
Commits on Aug 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2818d5b - Browse repository at this point
Copy the full SHA 2818d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 473b0d1 - Browse repository at this point
Copy the full SHA 473b0d1View commit details
Commits on Aug 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 92b1b02 - Browse repository at this point
Copy the full SHA 92b1b02View commit details
Commits on Aug 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4cdbaf6 - Browse repository at this point
Copy the full SHA 4cdbaf6View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1734c7b - Browse repository at this point
Copy the full SHA 1734c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 574d608 - Browse repository at this point
Copy the full SHA 574d608View commit details
Commits on Aug 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b60b6e9 - Browse repository at this point
Copy the full SHA b60b6e9View commit details -
[Proposal] Base64 urlencoding and omitting padding options (#1156)
* Pitch: Base64 urlencoding and omitting padding options * Fix `base64URLAlphabet` * Update proposal * Update Proposal * Update Proposal number
Configuration menu - View commit details
-
Copy full SHA for 4e01366 - Browse repository at this point
Copy the full SHA 4e01366View commit details
Commits on Aug 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 081798c - Browse repository at this point
Copy the full SHA 081798cView commit details
Commits on Sep 2, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for ca4ee3c - Browse repository at this point
Copy the full SHA ca4ee3cView commit details
Commits on Sep 3, 2025
-
Merge pull request #1489 from swiftlang/automerge/merge-main-2025-09-…
…03_09-03 Merge `release/6.2` into `main`
Configuration menu - View commit details
-
Copy full SHA for 23013ca - Browse repository at this point
Copy the full SHA 23013caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c12225 - Browse repository at this point
Copy the full SHA 5c12225View 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 c59829f...5c12225