-
Notifications
You must be signed in to change notification settings - Fork 188
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: swiftlang/swift-foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 53 files changed
- 7 contributors
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef651ce - Browse repository at this point
Copy the full SHA ef651ceView commit details
Commits on Dec 12, 2024
-
Ensure that FileManager.copyItem cannot copy directory metadata to fi…
Configuration menu - View commit details
-
Copy full SHA for 80093d6 - Browse repository at this point
Copy the full SHA 80093d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3d5dc - Browse repository at this point
Copy the full SHA 3a3d5dcView commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae38607 - Browse repository at this point
Copy the full SHA ae38607View commit details
Commits on Jan 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ca7070f - Browse repository at this point
Copy the full SHA ca7070fView commit details
Commits on Jan 3, 2025
-
[6.1] Fix WASI build of
_copyDirectoryMetadata
(#1099)* Fix WASI build of `_copyDirectoryMetadata` (#1094) Extended attributes don't exist in WASI, so we need to exclude the use of xattr-related APIs including `flistxattr`. * Follow-up fixes to make it work with wasi-libc (#1095) * Gate `fchown` and `fchmod` calls behind `os(WASI)` They are not available on WASI, so we gate them behind `os(WASI)`. * Add missing constant shims for wasi-libc * Use `futimens` instead of legacy `futimes` wasi-libc does not provide `futimes` as it is a legacy function. https://github.com/WebAssembly/wasi-libc/blob/574b88da481569b65a237cb80daf9a2d5aeaf82d/libc-top-half/musl/include/sys/time.h#L34 * Don't try to set extended attributes on Android (#1106) Normal users don't have permission to change these, even for their own files. --------- Co-authored-by: finagolfin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bca2f46 - Browse repository at this point
Copy the full SHA bca2f46View commit details
Commits on Jan 17, 2025
-
[android] fix 32-bit build (#1086) (#1120)
Regression after bb3fccf Co-authored-by: Alex Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43fbf1e - Browse repository at this point
Copy the full SHA 43fbf1eView commit details
Commits on Jan 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3158574 - Browse repository at this point
Copy the full SHA 3158574View commit details
Commits on Feb 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6571b34 - Browse repository at this point
Copy the full SHA 6571b34View commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7a8547c - Browse repository at this point
Copy the full SHA 7a8547cView commit details
Commits on Mar 5, 2025
-
[6.1] URL compatibility and bug fixes (#1200)
* (141549683) Restore behavior of URL(string: "") returning nil (#1103) * (142076445) Allow URL.standardized to return an empty string URL (#1110) * (142076445) Allow URL.standardized to return an empty string URL * Add ?? self to prevent force-unwrap * (142446243) Compatibility behaviors for Swift URL (#1113) * (142589056) URLComponents.string should percent-encode colons in first path segment if needed (#1117) * (142667792) URL.absoluteString crashes if baseURL starts with colon (#1119) * (143159003) Don't encode colon if URLComponents path starts with colon (#1139)
Configuration menu - View commit details
-
Copy full SHA for 35b58c4 - Browse repository at this point
Copy the full SHA 35b58c4View commit details
Commits on Mar 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7d4817b - Browse repository at this point
Copy the full SHA 7d4817bView commit details
Loading
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 main...release/6.1