swift
Merging swift-DEVELOPMENT-SNAPSHOT-2019-06-06-a into tensorflow
#25376
Merged

Merging swift-DEVELOPMENT-SNAPSHOT-2019-06-06-a into tensorflow #25376

dan-zheng merged 190 commits into tensorflow from tensorflow-merge
dan-zheng
vgorloff Android Intel 32/64 bit (i.e. Android Simulator) support.
096f7f38
owenv [Diagnostics] Clarify diagnostic for failed type conversion in subscr…
8e1c00cb
[Build System: CMake] Add new SWIFT_DARWIN_SUPPORTED_ARCHS CMake cach…
f90cdf56
[Build System: CMake] Fix the arch-specific target exporting in add_s…
1bc30665
[Build System: CMake] Add new SWIFT_DARWIN_MODULE_ARCHS CMake cache v…
4ec60332
Rostepher [Build System: CMake] Convert SWIFT_DARWIN_SUPPORTED_ARCHS and SWIFT_…
03dbada1
Rostepher [Build System: CMake] Ensure the SDK supported architectures and modu…
029c25a1
Rostepher [Build System: build-script] Add new build-script options to specify …
1da11512
drodriguez [windows] Update ICU version to 64.2.
84815c88
[Build System: CMake] Check that targets exist before adding them to …
d9409957
aschwaighofer IRGen: getSingletonAggregateFieldType must not return field if its ac…
12b27a13
aschwaighofer Only apply access level constraint if we have a nominal type
bec38984
compnerd validation-test: adjust stdlib tests for Windows
1c41c088
compnerd test: add a workaround for `rth` invocation
48976e56
compnerd syntax: silence MSVC warning about unreachable (NFC)
bb2eee12
compnerd validation-test: avoid shell in HashingRandomization
299548de
jckarter Revert "Revert "Use autolinking to pull in compatibility libraries.""
4ed8de10
jckarter Do not try to dsymutil .a files, which is unsupported
14f9dc6e
shahmishal Update master to build with Xcode 11 beta, macOS 10.15, iOS 13, tvOS …
1e38fc30
mundaym Basic: Use APInt to implement ClusteredBitVector
192bcb20
aschwaighofer Merge pull request #25216 from aschwaighofer/fix_getSingletonAggregat…
a97cdc46
compnerd Merge pull request #25232 from compnerd/hash
c1d007a7
compnerd tests: improve resilience test helper for Windows
c50fee19
compnerd test: invoke scale-test with the interpreter
2f34b0b4
compnerd validation-test: make stdlib.string compile on Win32
551c1be9
jckarter Merge pull request #25233 from apple/revert-25225-revert-25148-runtim…
38c583e4
swift-ci Merge pull request #25242 from compnerd/strings-are-built
61aab1da
compnerd validation-test: refactor the test invocation (NFC)
db9a6cae
compnerd Merge pull request #25219 from compnerd/interpretation-dictionary
3d2beada
drodriguez Merge pull request #25098 from vgorloff/macos-to-android-crosscompile
9498b14a
compnerd Merge pull request #25241 from compnerd/open-to-interpretation
50a8567c
xedin [ConstraintSystem] Separate parameter label removal from generic func…
72c6dbb3
gmittert Run Sourcekitd-tests in a non dispatch thread
fa513db7
compnerd Merge pull request #25244 from compnerd/independence-day
a78a2988
compnerd SILGen: refactor `#dsohandle` implementation
af0b14e5
compnerd SILGen: make `#dsohandle` work properly on Windows
58565917
compnerd validation-test: correct typo in ParseableInterface.verify_all_overlays
655a60af
xedin [ConstraintSystem] Extract logic for opening generic parameters into …
ef1e5425
swift-ci Merge pull request #25251 from compnerd/house-lit
01e7bab2
xedin [ConstraintSystem] Remove unused inner declaration context parameter …
930f74a0
compnerd Merge pull request #25227 from compnerd/gyb-your-silence
1656a65e
xedin Merge pull request #25080 from owenv/improve_subscript_assignment_diag
6cdd981e
compnerd Merge pull request #25250 from compnerd/spell-different
5f258fb5
gmittert Merge pull request #25224 from gmittert/64KOughtToBeEnoughForAnybody
2966f33b
mundaym IRGen: Generate spare bit mask lazily in StructLayoutBuilder
a06abbb3
aschwaighofer IRGen: Fix handling of singleton aggregate projections and tuple types
8e018918
compnerd stdlib: enable RuntimeUnittest on Windows
c63114f1
jckarter Merge pull request #25240 from linux-on-ibm-z/cluster-to-apint
0e63852d
swift-ci Merge pull request #25262 from compnerd/windows-is-posixy-too
27b56b17
xedin [ConstraintSystem] Remove `skipGenericRequirements` flag from `openGe…
24d6a3c4
xedin [CSRanking] Remove code duplication related to opening types
0da4a5b2
vedantk [Profiler] Separate profiler instances for property inits and constru…
569c8afc
xedin [ConstraintSystem] Fix regression in partial application of initializers
d86ccc97
shahmishal Update the test simulator to iPhone Xs
574dc53a
drodriguez [android] Basic support for backtraces.
a7025522
compnerd validation-test: avoid shell in ParseableInterface.verify_all_overlays
6f803155
compnerd build: remove `ALL_POSIX_PLATFORMS` which is no longer used
fcb0ee59
compnerd StdlibUnittest: consume the carriage return on stdout
1d1c362a
DougGregor [SE-0258] Fix crash with implicitly-initialized backing storage.
a82d33ff
Catfish-Man Use the remaining half bit in the refcount to bypass ObjC deallocatio…
8abffa7d
drodriguez [windows] Use only a drive letter as build directory.
6c349eca
swift-ci Merge pull request #25270 from compnerd/none-of-the-posix
15cd301a
swift-ci Merge pull request #25261 from compnerd/turtles-in-a-half-shell
e3af1120
swift-ci Merge pull request #25271 from compnerd/stdout-or-stderr-matters-not
0565112f
xedin [ConstraintSystem] Generalize and extract opening function params/res…
ae68558d
xedin [ConstraintSystem] Make sure that read-only keypath is preferred for …
329ed30b
swift-ci Merge pull request #25102 from Catfish-Man/no-objc-complications-2
189bd6c1
gottesmm [stdlib-standalone] Always configure with lit-args=--filter=stdlib/
903547f6
drodriguez Merge pull request #25274 from drodriguez/windows-build-in-short-path
a83c04e9
shahmishal [Test] Update attr_ibaction_ios.swift test to only run on Apple platform
6b8f8267
shahmishal Revert "Use the remaining half bit in the refcount to bypass ObjC dea…
817ea129
shahmishal Merge pull request #25279 from apple/revert-25102-no-objc-complicatio…
10c3218c
swift-ci Merge pull request #25278 from gottesmm/pr-0cbbc6612ad435dc0e80c82f2a…
d272bfa1
shahmishal [Test] Fix complete_decl_attribute.swift for Xcode 11 beta
14b96d1e
aschwaighofer Merge pull request #25259 from aschwaighofer/fix_getSingletonAggregat…
8f54aa6b
aschwaighofer IRGen: Allow stored_property keypaths on class constraint archetypes
bc9eac9f
gottesmm [stdlib_standalone] Add a update-checkout scheme for people to test o…
caa22861
swift-ci Merge pull request #25283 from gottesmm/pr-df1b1f4935b535410b90e3cfe9…
1a0f8940
akyrtzi [build-script-impl] Use `cmake-file-api` in case the CMake used suppo…
b8dec80f
DougGregor [SE-0258] Fix memberwise initializer involving wrapped properties.
1a555dfe
shahmishal Merge pull request #25236 from apple/update-master-xcode-11-beta1
c2848e79
drodriguez [windows] Fix Python tests in Windows.
3fb9a2a7
shahmishal Update the Xcode version required for master branch to Xcode 11 beta
3f9ae911
xedin Merge pull request #25276 from xedin/rdar-51456614
3b4bf28b
xedin Merge pull request #25265 from xedin/rdar-51442825
0f62586c
xedin [ConstraintSystem] Remove boolean flags from openGeneric/openFunction…
c1087b9a
swift-ci Merge pull request #25287 from akyrtzi/build-script-cmake-file-api
65bb06c0
drodriguez [windows] Fix usage of strtof/d/ld function usage.
19a1e2c0
jckarter Merge pull request #25258 from linux-on-ibm-z/structbuilder
1abca4e5
gottesmm Add a update-checkout scheme for people to test out stdlib_standalone.
9e8c0d0a
swift-ci Merge pull request #25285 from gottesmm/pr-33b3bd0f74a4d0569eb2391bb8…
8ef16568
shahmishal Merge pull request #25267 from apple/shahmishal-patch-3
53474b8b
palimondo [benchmark] RandomIntegersLCG futureproofed
9706668e
palimondo Merge pull request #25295 from palimondo/futureproof-randLCG-bench
c80d2438
broadwaylamb [Parse] Add missing const qualifier to getSplitTokens()
36b2625c
gottesmm [update-checkout] Update stdlib_standalone preset for the snapshot re…
26918a81
shahmishal Merge pull request #25297 from gottesmm/pr-a17077898da14b1218487a4c07…
c8e0d88f
[GenEnum] Fix getBitMaskForNoPayloadElements.
aef830d4
gottesmm [standalone_stdlib] Do not test cmark when building standalone.
851e6759
shahmishal Merge pull request #25299 from gottesmm/pr-50ee231a2e5e8b83221d1f57d7…
1b198ea9
fassko [Doc] [SR-10094] Add missing documentation for SE-0237
f0e3a99f
kagemiku Improve warning message for defer_stmt_at_block_end
50f04b73
Azoy swift_demangle: update buffer size after copying
f79eb3b8
kelhutch17 SR-20 Update swift --help to explain multitool support ("swift build"…
78802be3
rayfix Fix for SR-10550, Help for -target option (#25311)
9eb0ebe3
tapthaker [Diagnostics] Add a fix-it for misplaced throws in function types (#2…
07e69409
xedin Merge pull request #25291 from xedin/refactor-open-generic
00e30dd5
kagemiku Fix tests for warning messages of defer_stmt_at_block_end
fbba1f7c
rintaro Merge pull request #25296 from broadwaylamb/patch-2
a67ffadd
owenv [Sema] Add notes to explain why Equatable/Hashable conformance couldn…
e273d054
compnerd Merge pull request #25292 from drodriguez/windows-fix-numeric-parsing
2bc397be
Azoy add demangle truncate test
9bbb8532
compnerd test: simplify Windows configuration, categorise (NFC)
d504f722
slavapestov SILOptimizer: Simplify dead method elimination
866f316e
slavapestov SIL: Remove SILVTable::Entry::Linkage
f681cbe2
gottesmm [clf] Simplify the double diamond lifetime extension for escaping swi…
cf0405c7
swift-ci Merge pull request #25272 from DougGregor/property-wrappers-default-i…
165fc403
stephentyrone Fix a bug in root and add a test case for it.
4b5a85a3
aschwaighofer Fix generic class constraint keypath
bd6fa67f
jrose-apple Merge pull request #25312 from kelhutch17/sr-20
6dcc9465
swift-ci Merge pull request #25326 from stephentyrone/negative-root-bug
bab64fbc
phillfarrugia Apply Override Fixit to Variable Declarations
9cba37f3
gottesmm Merge pull request #25320 from gottesmm/pr-393856a2bc74013494a4598e46…
b90e4135
compnerd Merge pull request #25319 from compnerd/hash-my-variant
fb6236d4
compnerd Merge pull request #25220 from compnerd/run-path-emulation
4e0ed881
compnerd Merge pull request #25213 from compnerd/standard-validation
62cb79b5
Rostepher Merge pull request #25122 from Rostepher/darwin-supported-archs
8db65b35
compnerd test: make the StdlibUnittest.Common pass on Windows
12c7cead
aschwaighofer Merge pull request #25281 from aschwaighofer/class_constrained_stored…
15ecf924
dcci Merge pull request #25298 from dcci/rdar51211938
b9917c32
compnerd Merge pull request #25161 from drodriguez/android-backtraces
ad913239
compnerd Merge pull request #25332 from compnerd/path-separators-are-not-common
ce3a5d14
nkcsgexi Doc-serialization: skip declarations with double-underscore as name p…
6fd332d6
johnno1962 Add missing newlines
fe32ba1a
gmittert Add WinSDK constants to get Symlink Information
2a76bcb0
yln [TSan] Add positive test for TSan + Dispatch on Linux
105e4ad5
yln Wire libdispatch build path through CMake
1f08ed45
compnerd Merge pull request #25134 from drodriguez/windows-update-icu-for-ci
76095d4a
ChristopherRogers Swift should complain about weak references to classes that don't sup…
0b27345d
ChristopherRogers Typo/grammar fixes
da22342a
ChristopherRogers Remove duplicate include
c0da367f
ChristopherRogers Fix broken test on Linux
db6f15e5
jrose-apple Merge pull request #25307 from kagemiku/change-warning-message-for-de…
c62f0d18
jrose-apple Merge pull request #25315 from phillfarrugia/SR-10292
6c177661
nkcsgexi Merge pull request #25245 from nkcsgexi/doc-filter-serailization
e8a7845b
slavapestov Merge pull request #25191 from slavapestov/vtable-thunk-cleanup
77a6c9eb
compnerd tests: disable backward deployment tests on Windows
01cf8a8d
nkcsgexi SourceKit/Indentation: align function names in chained trailing closures
c7cf9666
numist [Foundation] Bridge difference APIs between Foundation and swift stdlib
b1063281
lorentey [Foundation] Temporarily revert to 9999 versions
89b918a3
palimondo [stdlib] Lemire’s Nearly Divisionless Random Integer Generation (#25286)
2bc648c2
jrose-apple Merge pull request #17792 from ChristopherRogers/master
cc6855b2
compnerd Merge pull request #25341 from compnerd/resilience-is-not-built
fdd7fc87
nkcsgexi Merge pull request #25342 from nkcsgexi/indent-chain-call
61e7a9a2
slavapestov Evolution: Some of these tests pass with swift_test_mode_optimize_non…
6798eea1
slavapestov Sema: Go back to synthesizing hashValue on _StoredBridgedNSError conf…
712927c4
slavapestov Sema: TypeChecker::conformsToProtocol() is static
c84aad8b
pschuh Convert ObjectLiteralExpr to not use tc.callWitness() or generate a S…
823ba0bb
slavapestov AST: Remove unnecessary fast path
6e901720
slavapestov AST: Fix ProtocolConformance::getWitnessDeclRef()
ae5a4271
slavapestov Merge pull request #25344 from slavapestov/evolution-tests-vs-dynamic…
37daa03b
swift-ci Merge pull request #25076 from owenv/improve_equatable_hashable_synth…
0f27d604
gmittert Merge pull request #25334 from gmittert/DeviceIoControl
defd518f
DougGregor [SE-0258] Move "has lazy resolver" check later to handle merge-module…
f5ab62aa
DougGregor [SE-0258] Ensure that we fully check the property type vs. wrapper's …
5e00f01c
compnerd Merge pull request #25266 from drodriguez/windows-fix-python-tests
7ff22f5b
swift-ci Merge pull request #25351 from DougGregor/property-wrappers-merge-mod…
4a85892f
nkcsgexi SourceKit/Indentation: avoid indenting the end of subscript expressio…
2b190648
slavapestov Merge pull request #25349 from slavapestov/synthesized-hashValue-abi-…
6ee57743
stephentyrone Replace two #ifs with #if/#else in new integer random algorithm (#25352)
bbd44a18
slavapestov Merge pull request #25350 from slavapestov/object-literal-expr
5d59600a
lorentey Merge pull request #25345 from lorentey/foundation-diff-apis
b4817552
lorentey Merge pull request #25301 from fassko/SR_10094_withContiguousStorageI…
fd39f2f9
xedin [Diagnostics] Clarify requirement failure source when it's anchored a…
4bd5a1e4
nkcsgexi Merge pull request #25355 from nkcsgexi/indent-subs-end
891494e2
swift-ci Merge pull request #25353 from DougGregor/property-wrappers-consisten…
25fafc4a
xwu Merge pull request #25335 from johnno1962/missing-newlines
7beb3585
slavapestov Revert "Sema: Go back to synthesizing hashValue on _StoredBridgedNSEr…
3491fecc
slavapestov Foundation: Manually define hashValue witnesses for CocoaError, URLEr…
67fd1f23
nkcsgexi Sourcekit/Indentation: avoid indenting dot member access appearing af…
52802543
yln Merge pull request #24756 from apple/tsan-positive-tests
9298944f
xedin Merge pull request #25357 from xedin/rdar-51587755
81156b2f
slavapestov Merge pull request #25361 from slavapestov/simpler-hash-value-abi-bre…
f9324d88
compnerd Merge pull request #25308 from Azoy/demangle-bug-thing
9f070edc
dan-zheng Merge tag 'swift-DEVELOPMENT-SNAPSHOT-2019-06-06-a' into tensorflow-m…
a3250584
nkcsgexi Merge pull request #25362 from nkcsgexi/dot-expr-closure
58827bbe
dan-zheng Merge remote-tracking branch 'apple/master' into tensorflow-merge
8d0914e8
dan-zheng dan-zheng added tensorflow
dan-zheng dan-zheng force pushed to 6f72f290 6 years ago
dan-zheng
dan-zheng Merge branch 'tensorflow' of github.com:apple/swift into tensorflow-m…
e2b06ef5
dan-zheng dan-zheng force pushed from d82aa2c5 to e2b06ef5 6 years ago
marcrasi
dan-zheng Merge branch 'tensorflow' of github.com:apple/swift into tensorflow-m…
8a93624a
dan-zheng
dan-zheng Fix DifferentiationUnittest.
52c50a78
dan-zheng
dan-zheng
dan-zheng dan-zheng merged 4d59a3c7 into tensorflow 6 years ago
dan-zheng dan-zheng deleted the tensorflow-merge branch 6 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
No reviews
Assignees
No one assigned
Labels
Milestone