forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 29
[pull] main from apple:main #5542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
58ad356
Refactored the `Stack.swift` file to make it more readable.
41f46ec
[Threading][TSan] Fix TSan errors from lazy init on Linux.
al45tair ee5efff
[Threading][TSan] Update after review comments.
al45tair 8ed8a28
[Threading][TSan] Move ThreadSanitizer.cpp into the main runtime.
al45tair bad716f
[Threading][TSan] Rearrange things again.
al45tair 3f0018d
[Threading][TSan] Fix linkage issue.
al45tair 18b359f
[Threading][TSan] Fix builds where TSan isn't supported.
al45tair e1e933c
[ConstraintLocator] NFC: Add a way to check whether builder is pointi...
xedin 5e30445
[CSSimplify] Add special handling if specialized type comes from `Typ...
xedin 3b5ebaa
Fix some tests in IRGen folder
aschwaighofer 599e82c
Fix more test/IRGen test cases
aschwaighofer a44b36c
Fix abitypes.swift, class_update_callback_without_fixed_layout.sil,dy...
aschwaighofer 52961c9
Try to fix windows/linux
aschwaighofer 059bbf5
[test][Backtracing] Fix crash message pattern for single threaded mode
kateinoigakukun 4500aad
[DebugInfo][NFC] Update test to not check width of alloca integer arg...
felipepiovezan f38b9a9
[Threading][TSan] Update comments.
al45tair 3f0c0f0
[Compile Time Constant Extraction] Add extraction of all conformances...
artemcm c5018f3
[Observation] Ensure lock storage rounding works for non-integral loc...
phausler e20be0e
Revert [Runtime] Let CF provide us with state, avoiding runtime looku...
Catfish-Man 3202021
Merge pull request #66857 from Catfish-Man/revert-bridge-flip
gottesmm 806fd1b
[Runtime] Handle generic single payload enums in resilient resolve (#...
drexin 024efd2
SILGen: Don't emit key path property descriptors for properties in or...
jckarter 4fc0be2
Merge pull request #66853 from felipepiovezan/felipe/alloca_size_int_...
felipepiovezan 640a006
[DebugInfo][NFC] Update test to not check width of integer argument
felipepiovezan bbccbd3
Merge pull request #66179 from Mayank-84/Refactor/Stacks
swift-ci c3ae413
[Runtime] Use proper offset in generic multi payload enum layout stri...
drexin 37220ed
[Runtime] Handle generic multi payload enums in resilient resolve (#6...
drexin 4f4d014
Merge pull request #66721 from al45tair/eng/PR-110665213
al45tair b66dfad
[SourceKit] When AST-based cursor info is cancelled, don’t run solver...
ahoppen 35661f2
[SourceKit] Inform consumers about cancellation from a background queue
ahoppen 1980da9
Merge pull request #66812 from aschwaighofer/fix_some_opaque_ptr_test...
aschwaighofer 957b465
Fix some IRGen tests on armv7k for opaque pointers
aschwaighofer 5eee766
Fix test/IRGen/abitypes.swift
aschwaighofer 49831a9
Fix @objcImpl crash with async/sync overloads
beccadax 096d8ea
[CodeCompletion] Suggest synthesized declarations from macros
rintaro 3e28a7c
[cxx-interop] Make libstdc++ header and modulemap arch-independent
egorzhdan 037ddc9
[CursorInfo] Re-use already built ASTs ahead of currently building ones
bnbarham a92deb0
[GenericSignature] Exclude GenericParam Constraints
angela-laar 9da65ca
Merge pull request #66865 from aschwaighofer/fix_opaque_pointer_irgen...
swift-ci a0fa946
[Completion] Add targetEnvironment(macCatalyst) platform condition
bnbarham 31952cc
Merge pull request #66860 from jckarter/no-moveonly-property-descriptors
jckarter 8d4a51b
Merge pull request #66858 from beccadax/names-out-of-sync
beccadax 36ddb77
[IRGen+Runtime] Layout string getEnumTag for generic multi payload en...
drexin edc003a
Merge pull request #66850 from kateinoigakukun/katei/patch-series/rep...
kateinoigakukun 536234b
Merge pull request #66859 from felipepiovezan/felipe/alloca_size_int_...
felipepiovezan 12f01ce
Merge pull request #66855 from apple/egorzhdan/libstdcxx-arch-indepen...
egorzhdan dc60c07
[DebugInfo] Disable failing tests on watchOS
felipepiovezan 511c344
[Build] Introduce --lldb-configure-tests option
Michael137 d72cc2c
Merge pull request #66879 from felipepiovezan/felipe/disable_watchos_...
swift-ci b91328c
Merge pull request #66866 from ahoppen/ahoppen/cursor-info-deadlock
ahoppen 9a11e04
Merge pull request #66639 from artemcm/ConstExtractConformanceInfo
artemcm 1d7c534
Merge pull request #66839 from bnbarham/reuse-cursor-ast
bnbarham 3ea3234
Merge pull request #66875 from bnbarham/add-maccatalyst-completion
bnbarham ce4ec06
Merge pull request #66796 from xedin/rdar-111059036
xedin 196ea79
Merge pull request #66821 from rintaro/completion-macro-expanded-rdar...
rintaro 6607f05
Merge pull request #66864 from angela-laar/exclude-generic-param-cons...
angela-laar e9ff334
Fix missing indexing data with overloaded type (#65729)
keith 821e260
Merge pull request #66880 from Michael137/bugfix/build-script-configu...
JDevlieghere File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Threading][TSan] Update comments.
Updated the comments for tsan::acquire and tsan::release to better reflect what TSan is actually doing. rdar://110665213
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.