-
Commit d2861f779e09e970c35bf539f5a8681d6a4d8b69 by klorentey:
[test] Re-add crash tests for getObjects:andKeys:count:
-
edit: validation-test/stdlib/Dictionary.swift
-
Commit 0c2ca3d6a08d5786fa416c5c21bfec357bea17a6 by ellis.sparky.hoag:
Reduce breaks in Codeview linetables
-
edit: lib/IRGen/IRGenDebugInfo.cpp
-
edit: include/swift/SIL/SILLocation.h
-
edit: test/DebugInfo/linetable-codeview.swift
-
Commit 1717694f8896d000f744ade2393f553bb3039c35 by ellis.sparky.hoag:
Fix overlapping CHECK-DAG
-
edit: test/DebugInfo/columns.swift
-
Commit 775beece65f85813af620ebb9c177eda20b90cd0 by alex:
[libSyntax] Add a swift token classifier for syntax highlighting
-
add: test/SwiftSyntax/Inputs/TokenKindList.txt.gyb
-
edit: utils/gyb_syntax_support/Token.py
-
edit: tools/swift-syntax-test/swift-syntax-test.cpp
-
edit: tools/SwiftSyntax/CMakeLists.txt
-
add: test/SwiftSyntax/AllTokenKindsInSyntaxGybSupport.c
-
add: tools/SwiftSyntax/SyntaxClassifier.swift.gyb
-
edit: utils/gyb_syntax_support/Child.py
-
add: utils/gyb_syntax_support/Classification.py
-
edit: utils/gyb_syntax_support/init.py
-
Commit 179940b65bc6b6013b46ee383f2fb450aea83484 by alex:
[swiftSyntax] Add test cases for the SyntaxClassifier
-
edit: test/IDE/coloring_configs.swift
-
edit: tools/swift-swiftsyntax-test/CMakeLists.txt
-
edit: test/lit.cfg
-
add: tools/swift-swiftsyntax-test/ClassifiedSyntaxTreePrinter.swift
-
edit: tools/swift-swiftsyntax-test/main.swift
-
edit: test/IDE/coloring_keywords.swift
-
edit: tools/SwiftSyntax/SwiftSyntax.swift
-
edit: test/IDE/coloring.swift
-
edit: test/IDE/coloring_unclosed_hash_if.swift
-
Commit 4b5c2295d17bea47e53bd64e64e15e1d2d602a38 by ditaliano:
[RemoteAST] Support for extracting the type/valuea out of an
-
edit: tools/swift-remoteast-test/swift-remoteast-test.cpp
-
edit: include/swift/RemoteAST/RemoteAST.h
-
add: test/RemoteAST/existentials.swift
-
edit: include/swift/Remote/MetadataReader.h
-
edit: lib/RemoteAST/RemoteAST.cpp
-
Commit 143e8d9cafecb99f5b0ae66fd6a7b59d2e16a133 by milseman:
[test] Migrate StringViews.swift off of Swift 3; NFC
-
edit: validation-test/stdlib/StringViews.swift
-
Commit d5a9f44e4a545283af625c1da9b5eee349b4f5b6 by ghoare:
[BatchMode] Limit memory pressure on large modules.
-
edit: lib/Driver/Compilation.cpp
-
edit: lib/Driver/Driver.cpp
-
add: validation-test/Driver/batch_mode_size_limit.swift
-
edit: validation-test/Driver/batch_mode_overlong_argv.swift
-
edit: include/swift/Driver/Compilation.h
-
edit: include/swift/Option/Options.td
-
Commit 534a17aebb065e3fd6c3d430278b685ccbb8d2af by milseman:
[test] Migrate String.swift off of Swift 3; NFC
-
edit: validation-test/stdlib/String.swift
-
Commit 93e44f273d79cb251cde9e460d28d918075e4281 by milseman:
[test] Migrate the rest of String tests off of Swift 3; NFC
-
edit: test/stdlib/NSStringAPI.swift
-
edit: test/stdlib/NewString.swift
-
edit: test/Interpreter/SDK/Foundation_test.swift
-
Commit 9b61888046924cea4effdc7ad2ca3aea08907045 by github:
getrandom introduced in Android API 28
-
edit: stdlib/public/stubs/LibcShims.cpp
-
Commit e117dd966c3ca6b608723dbb26df11b91b326234 by pyaskevich:
[Sema] SE-0213: Fix LinkedExprAnalyzer to not record types for literal
-
add: test/Constraints/rdar42750089.swift
-
edit: lib/Sema/CSGen.cpp
-
Commit e84b37258610d5eb0a4597190a26aa803d8b141c by mark.lacey:
[ConstraintSystem] Split the main loop attempting disjunction choices
-
edit: lib/Sema/ConstraintSystem.h
-
edit: lib/Sema/CSSolver.cpp
-
Commit 2bd217e58a46ca4bb654899a3904ae3fef2622e5 by spestov:
AST: Change AbstractStorageDecl::getValueInterfaceType() to strip off
-
edit: lib/Sema/CodeSynthesis.cpp
-
edit: lib/AST/Decl.cpp
-
edit: lib/SIL/SILVerifier.cpp
-
edit: lib/SILGen/SILGen.cpp
-
edit: lib/AST/NameLookup.cpp
-
edit: lib/ClangImporter/ImporterImpl.h
-
edit: lib/SILGen/SILGenExpr.cpp
-
edit: include/swift/AST/Decl.h
-
Commit 42f74f54317951a9ddf27b16b427a8497b68d328 by spestov:
Sema: checkDynamicSelfReturn() doesn't need a TypeChecker
-
edit: lib/Sema/TypeCheckDecl.cpp
-
Commit 06f68090610ec985abd13dd4f3a306d7b798c1ee by spestov:
AST: Fix recursive properties of GenericFunctionType
-
edit: lib/AST/ASTContext.cpp
-
Commit 5abbf5e4bb523864c0d792d83b8e0d2b008275d2 by spestov:
AST: Fix handling of error types in FuncDecl::getResultInterfaceType()
-
Commit 75bac0cc97faf345660156717d679fac18188292 by spestov:
AST: Change AbstractFunctionDecl::computeType() to be more resilient
-
Commit 3454a54ee3fc53adadec21a63e1b3e06f88c1d36 by spestov:
Sema: Move checkProtocolSelfRequirements() and
-
edit: lib/Sema/TypeCheckDecl.cpp
-
edit: test/decl/protocol/req/unsatisfiable.swift
-
edit: lib/Sema/TypeCheckGeneric.cpp
-
edit: test/Parse/init_deinit.swift
-
edit: lib/Sema/TypeChecker.h
-
Commit 1b196077635741bc8fbca8b4e17af4ed5d931686 by blangmuir:
[unittest] Disable EditingTest.DiagsAfterCloseAndReopen while I
-
edit: unittests/SourceKit/SwiftLang/EditingTest.cpp
-
Commit ce4a21ec3e9e26d3de0ac9049c318386f5a73f76 by eeckstein:
tests: disabled a clang importer test
-
edit: test/ClangImporter/CoreGraphics_test.swift
-
Commit 11b24415c1bdae1412b22181acd987683699b17a by mgottesman:
[sil-module] Create SILFunctionBuilder and hide creation/erasing
-
edit: lib/SILOptimizer/UtilityPasses/BugReducerTester.cpp
-
edit: lib/SILGen/SILGenThunk.cpp
-
edit: lib/SILOptimizer/Transforms/ObjectOutliner.cpp
-
edit: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp
-
edit: include/swift/SIL/SILFunction.h
-
edit: lib/ParseSIL/ParseSIL.cpp
-
add: lib/SIL/SILFunctionBuilder.cpp
-
edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
-
edit: lib/SILOptimizer/IPO/CapturePropagation.cpp
-
edit: lib/SILGen/SILGenExpr.cpp
-
edit: lib/SILGen/SILGenFunction.cpp
-
edit: lib/SILOptimizer/Utils/Generics.cpp
-
edit: lib/SIL/SILModule.cpp
-
edit: lib/SILOptimizer/Transforms/Outliner.cpp
-
edit: lib/SILGen/SILGenConstructor.cpp
-
edit: lib/SILGen/SILGenType.cpp
-
edit: lib/Serialization/DeserializeSIL.cpp
-
edit: lib/SILOptimizer/IPO/ClosureSpecializer.cpp
-
edit: lib/SILGen/SILGen.cpp
-
edit: lib/SILGen/SILGenMaterializeForSet.cpp
-
edit: include/swift/SIL/SILModule.h
-
edit: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp
-
edit: lib/SILOptimizer/Utils/GenericCloner.cpp
-
edit: lib/SIL/CMakeLists.txt
-
edit: lib/SILOptimizer/IPO/GlobalOpt.cpp
-
edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
-
add: include/swift/SIL/SILFunctionBuilder.h
-
Commit 2860557a77aec5b0119312e141d419c40dfe9f20 by dgregor:
[Name lookup] Use the declaration-based lookupQualified() where it’s
-
edit: lib/Serialization/Deserialization.cpp
-
edit: lib/Sema/TypeCheckType.cpp
-
edit: lib/Serialization/ModuleFile.cpp
-
edit: lib/AST/NameLookup.cpp
-
edit: lib/Sema/TypeCheckDeclObjC.cpp
-
edit: lib/SIL/SILFunctionType.cpp
-
edit: lib/SILGen/SILGenFunction.cpp
-
edit: lib/ClangImporter/ImportDecl.cpp
-
edit: lib/IRGen/GenClass.cpp
-
edit: include/swift/AST/DeclContext.h
-
edit: lib/IDE/TypeReconstruction.cpp
-
edit: lib/AST/DocComment.cpp
-
edit: lib/Sema/CodeSynthesis.cpp
-
Commit cb7c2b4fceeb91e70df5ad4b955d5a2ab1429ac2 by dgregor:
[Name lookup] Introduce requests for several name lookup operations.
-
add: lib/AST/NameLookupRequests.cpp
-
add: include/swift/AST/NameLookupRequests.h
-
edit: lib/AST/ASTContext.cpp
-
edit: lib/AST/NameLookup.cpp
-
edit: include/swift/Subsystems.h
-
edit: include/swift/Basic/Statistics.def
-
edit: lib/AST/Decl.cpp
-
edit: lib/AST/CMakeLists.txt
-
edit: include/swift/AST/SimpleRequest.h
-
edit: include/swift/Basic/TypeID.h
-
edit: include/swift/AST/Decl.h
-
add: include/swift/AST/NameLookupTypeIDZone.def
-
edit: include/swift/Basic/CTypeIDZone.def
-
Commit d07fa5ab6907caa3a4c872b08712b5dd3acc7034 by dgregor:
Switch many callers of ClassDecl::getSuperclass() to
-
edit: lib/PrintAsObjC/PrintAsObjC.cpp
-
edit: lib/Sema/TypeCheckAccess.cpp
-
edit: lib/Sema/TypeCheckDecl.cpp
-
edit: lib/Sema/MiscDiagnostics.cpp
-
edit: lib/ClangImporter/ClangImporter.cpp
-
edit: lib/SILOptimizer/Analysis/ClassHierarchyAnalysis.cpp
-
edit: include/swift/AST/Decl.h
-
edit: lib/AST/Type.cpp
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp
-
edit: test/decl/class/circular_inheritance.swift
-
edit: lib/SILGen/SILGenConstructor.cpp
-
edit: lib/IRGen/GenHeap.cpp
-
edit: lib/SIL/SILVerifier.cpp
-
edit: lib/IRGen/GenClass.cpp
-
edit: lib/IDE/IDETypeChecking.cpp
-
edit: lib/AST/ASTContext.cpp
-
edit: lib/AST/Decl.cpp
-
edit: lib/ClangImporter/ImportDecl.cpp
-
edit: lib/SIL/DynamicCasts.cpp
-
edit: test/decl/ext/ordering.swift
-
edit: lib/AST/LookupVisibleDecls.cpp
-
Commit 792d934e3eb8365964ca1aa0e2f2446848dfdbee by dgregor:
[Clang importer] Avoid recursion through isObjC more directly.
-
edit: lib/AST/Decl.cpp
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: lib/ClangImporter/ImportDecl.cpp
-
edit: lib/AST/LookupVisibleDecls.cpp
-
edit: lib/ClangImporter/ClangImporter.cpp
-
Commit 2839c1707d323adb4d1a2dfb83978f188f09c252 by eeckstein:
benchmarks: fix the Calculator benchmark by covering more String compare
-
edit: benchmark/single-source/Calculator.swift
-
Commit 30cc37e5f4cb5ddd5028d1a55a465eeabee03fc5 by eeckstein:
benchmarks: fix the Chars benchmark by adding blackHoles and testing all
-
edit: benchmark/single-source/Chars.swift
-
Commit 868c5a1fb77203c039bb3a3277dd258ca3590788 by eeckstein:
benchmarks: Marking some benchmarks as unstable
-
edit: benchmark/single-source/Suffix.swift
-
edit: benchmark/single-source/ObjectiveCBridgingStubs.swift
-
edit: benchmark/single-source/DropLast.swift.gyb
-
edit: benchmark/single-source/ObjectiveCNoBridgingStubs.swift
-
edit: benchmark/single-source/DropLast.swift
-
edit: benchmark/single-source/PrefixWhile.swift.gyb
-
edit: benchmark/single-source/WordCount.swift
-
edit: benchmark/single-source/PrefixWhile.swift
-
edit: benchmark/single-source/Suffix.swift.gyb
-
Commit 729989473f51b78457c5524319a7e7a5050ed931 by eeckstein:
benchmarks: fix the iteration count for some benchmarks
-
edit: benchmark/single-source/ObjectiveCBridgingStubs.swift
-
edit: benchmark/single-source/ObjectiveCNoBridgingStubs.swift
-
Commit a7d3c7079b5c28ef61fe2479e4fcf93f0b883576 by milseman:
[test] Adjust String.swift tests for non-small strings on 32b; NFC
-
edit: validation-test/stdlib/String.swift
-
Commit d0037492ce55281d5fbcc71d43845bebf102b2dd by github:
[Docs] Fix minor code typo in SILPro..Man..md
-
edit: docs/SILProgrammersManual.md
-
Commit cc4c99227a94c60e862f476fe8c2578969e4aff9 by dgregor:
[Type checker] Warn about overrides of NSObject.hashValue.
-
edit: test/Inputs/clang-importer-sdk/swift-modules/ObjectiveC.swift
-
edit: test/Inputs/clang-importer-sdk/swift-modules/Foundation.swift
-
edit: test/ClangImporter/objc_override.swift
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: lib/Sema/TypeCheckDeclOverride.cpp
-
Commit 13f5118a92fd0e764864f20b458fc99f17352486 by mishal_shah:
Update master to build with Xcode 10 beta 5, macOS 10.14, iOS 12, tvOS
-
edit: stdlib/public/SDK/UIKit/UIKit.swift
-
edit: stdlib/public/SDK/os/os_signpost.swift
-
edit: validation-test/stdlib/PhotosTests.swift
-
edit: stdlib/public/SDK/Intents/INSetSeatSettingsInCarIntent.swift
-
edit: test/stdlib/Metal.swift
-
edit: lib/Migrator/overlay3.json
-
edit: stdlib/public/SDK/Intents/CMakeLists.txt
-
edit: stdlib/public/SDK/Intents/INSetProfileInCarIntent.swift
-
edit: test/stdlib/UIKit.swift
-
add: stdlib/public/SDK/Intents/INIntent.swift
-
edit: lib/Migrator/overlay4.json
-
edit: README.md
-
edit: stdlib/public/SDK/Photos/CMakeLists.txt
-
edit: test/stdlib/Intents.swift
-
edit: stdlib/public/SDK/Network/NWEndpoint.swift
-
edit: test/stdlib/os.swift
-
edit: stdlib/public/SDK/UIKit/CMakeLists.txt
-
edit: stdlib/public/SDK/Intents/INSetDefrosterSettingsInCarIntent.swift
-
edit: stdlib/public/SDK/UIKit/UIKit_FoundationExtensions.swift.gyb
-
edit: stdlib/public/SDK/Intents/INGetCarPowerLevelStatusIntentResponse.swift
-
edit: stdlib/public/SwiftShims/NetworkOverlayShims.h
-
edit: stdlib/public/SDK/Intents/INSetClimateSettingsInCarIntent.swift
-
add: stdlib/public/SDK/Photos/PHProjectChangeRequest.swift
-
edit: stdlib/public/SDK/Network/NWConnection.swift
-
Commit 2dfa303975cefc2e5f2c1fc1595ca8546876cd2d by github:
[Serialization] Preserve source order in serialization (#18361)
-
edit: lib/IDE/ModuleInterfacePrinting.cpp
-
edit: lib/Serialization/Serialization.cpp
-
edit: test/Serialization/comments-hidden.swift
-
edit: include/swift/Serialization/ModuleFormat.h
-
edit: lib/Serialization/ModuleFile.cpp
-
edit: test/SourceKit/Indexing/Inputs/test_module.index.response
-
edit: test/Serialization/comments.swift
-
edit: test/api-digester/Outputs/cake.json
-
edit: test/IDE/Inputs/foo_swift_module.printed.comments.txt
-
edit: test/Index/index_system_module.swift
-
edit: include/swift/Serialization/ModuleFile.h
-
edit: test/Index/index_module.swift
-
Commit 53ff023c6c7865ed1b73f6946bd15ed879bc340b by github:
[Runtime] Print fatal errors' messages before pausing in the debugger
-
edit: stdlib/public/stubs/Assert.cpp
-
Commit 8d6d71f21f8317dc20945f366eec60581be50819 by ankit_aggarwal:
[Workspace] Conform some types to CustomStringConvertible
-
edit: Sources/Workspace/CheckoutState.swift
-
edit: Sources/Workspace/ManagedDependency.swift
-
Commit 8848f6e9ca00fdebd951e5547043d128184570a4 by anthony.parker:
SR-8407: NSNumber as? Bool should only work for 0 or 1 (#1642)
-
edit: TestFoundation/TestNSNumberBridging.swift
-
edit: Foundation/NSNumber.swift
-
edit: TestFoundation/TestNSNumber.swift