-
add: stdlib/public/runtime/MetadataAllocatorTags.def
-
edit: include/swift/Reflection/ReflectionContext.h
-
edit: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp
-
edit: tools/swift-inspect/Sources/swift-inspect/main.swift
-
edit: include/swift/SwiftRemoteMirror/SwiftRemoteMirror.h
-
edit: include/swift/Runtime/Metadata.h
-
Commit fb42e07a0ac3ef7959963722595106f0b2a2f058 by dgregor:
[build-script] Isolate CMake from the system
-
Commit 9e4f17bb611a6d1ddbe1f15622b4c24583395546 by k:
Fix coverage test on Windows
-
edit: test/Profiler/coverage_relative_path.swift
-
Commit 48f9f2d06b11f9a08e59b0c9a3caf6d30916b64b by k:
Use %t
-
edit: test/Profiler/coverage_relative_path.swift
-
Commit ad9a7efacaba51736c7edf613a43bb13915dba33 by dgregor:
[Driver] .tbd files are linker inputs
-
edit: lib/Driver/Driver.cpp
-
Commit e06bccdb653f37e5f59ea1fe0a496588119bf20e by dgregor:
[build-script] Don't hardcode sqlite3 location; use the SDK.
-
edit: utils/build-script-impl
-
Commit d990f6cfaf766788f27e922eb2a96720a6e99234 by rishizaki:
[ConstraintSystem] Stop type checking TapExpr elements in shrink()
-
edit: lib/Sema/CSSolver.cpp
-
Commit 19477fd4b7642e3dbedac9c99c95e6ac6b86dbf6 by k:
swap to echo to work on windwos
-
edit: test/Profiler/coverage_relative_path.swift
-
Commit 4e29883d248227bba7986c33b855ce10abcf8238 by hassaneldesouky:
Refactor DiagnosticEngine to use YAML files
-
edit: include/swift/AST/DiagnosticEngine.h
-
edit: lib/AST/DiagnosticEngine.cpp
-
add: include/swift/AST/CMakeLists.txt
-
add: include/swift/AST/DiagnosticMessageFormat.h
-
add: include/swift/AST/Diagnostics/fr.yaml
-
add: include/swift/AST/diagnostics/en.yaml
-
Commit f3a97080714d290eedf0bff2a7dd9d5647dec0a8 by hassaneldesouky:
Use clang-format
-
add: include/swift/AST/DiagnosticMessageFormat.h
-
add: include/swift/AST/Diagnostics/fr.yaml
-
add: include/swift/AST/CMakeLists.txt
-
edit: include/swift/AST/DiagnosticEngine.h
-
add: include/swift/AST/diagnostics/en.yaml
-
edit: lib/AST/DiagnosticEngine.cpp
-
Commit d6f706cddc5288ed243fe939f868cf618d8f8107 by hassaneldesouky:
Remove repeated headers
-
edit: lib/AST/DiagnosticEngine.cpp
-
Commit 7e19cf35a5f0c80d5b814a4d92630b4335f0d409 by dgregor:
[build-script] Appease Python linter
-
Commit dede714a8f2584ef6eb930d416b654cc1e93517b by hassaneldesouky:
Change diagnostics from using DiagNodes to strings
-
edit: include/swift/AST/DiagnosticEngine.h
-
edit: lib/AST/DiagnosticEngine.cpp
-
Commit 14363ff58ea44474fae426ebb297afc24403604b by github:
Update lib/AST/DiagnosticEngine.cpp
-
edit: lib/AST/DiagnosticEngine.cpp
-
Commit 123af8137da047b359676aefa6529159d9846088 by github:
Update lib/AST/DiagnosticEngine.cpp
-
edit: lib/AST/DiagnosticEngine.cpp
-
Commit b1b60fbbda43159ece57fe3a6b958632a799833b by github:
[Refactoring] Create 'AddEquatableContext' with extension only when
-
edit: test/refactoring/RefactoringKind/crashers.swift
-
edit: lib/IDE/Refactoring.cpp
-
Commit 43585026762b6a0b2090f38753b0e20df2c96d13 by rishizaki:
[CodeCompletion] Update CodeCompletionExpr::dump to dump base exprssion
-
edit: lib/AST/ASTDumper.cpp
-
Commit ec9cd91c1b11884f68d640da025a0625fa49878a by xi_ge:
ExplicitModuleLoader: take a JSON file that specifies details of
-
edit: lib/Frontend/CompilerInvocation.cpp
-
edit: include/swift/Frontend/ModuleInterfaceLoader.h
-
edit: include/swift/AST/SearchPathOptions.h
-
edit: lib/Frontend/Frontend.cpp
-
edit: include/swift/AST/DiagnosticsFrontend.def
-
edit: include/swift/Option/FrontendOptions.td
-
edit: lib/Frontend/ModuleInterfaceLoader.cpp
-
Commit 1cb4eda4b6f3623c30032b5cc03209a73e53f213 by xi_ge:
test: add an IDE test for loading modules from explict module map
-
edit: tools/swift-ide-test/swift-ide-test.cpp
-
add: test/ScanDependencies/explicit-module-map.swift
-
Commit d4da603960e7c2088e2020e5f5b01881f1b8d87b by rishizaki:
[CodeCompeltion] Suggest 'macOS' instead of 'OSX'
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: test/IDE/complete_pound_statement.swift
-
edit: test/IDE/complete_decl_attribute.swift
-
Commit d411f92cdd00918ab49393d13ef72e406206ae58 by z.zoelec2:
[cxx-interop] Add support for C++ comparison operators.
-
edit: test/Interop/Cxx/operators/non-member-inline-typechecker.swift
-
edit: test/Interop/Cxx/operators/non-member-inline-module-interface.swift
-
edit: test/Interop/Cxx/operators/non-member-inline.swift
-
edit: test/Interop/Cxx/operators/Inputs/non-member-inline.h
-
edit: lib/ClangImporter/ImportName.cpp
-
Commit 3a23e086d2c5dfc03a087b0361a208b78d373ed3 by z.zoelec2:
[cxx-interop] Re-order operators.
-
edit: lib/ClangImporter/ImportName.cpp
-
edit: test/Interop/Cxx/operators/Inputs/non-member-inline.h
-
edit: test/Interop/Cxx/operators/non-member-inline.swift
-
Commit d8eb73a465e99d03946ec17ec14c52539eaa91e6 by github:
[BreakCritEdges] Add option to opt-out of perserving loop-simplify.
-
edit: llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
-
edit: llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
-
edit: llvm/lib/Transforms/Scalar/GVN.cpp
-
edit: llvm/test/Transforms/GVN/preserve-analysis.ll
-
add: llvm/test/Transforms/GVN/critical-edge-split-indbr-pred-in-loop.ll
-
Commit 6dcf3e1184f7bee443a6a116cc97c2d068316ed3 by github:
Upstream two performance monitor collectors to MachTask (#1343)
-
edit: lldb/tools/debugserver/source/MacOSX/MachTask.mm
-
Commit 4d9bda3f65a3d5daf3782e7c7d1ae3dc36ffd7d9 by aprantl:
Fix a typo that prevents non-host SDKs from being detected.
-
edit: lldb/source/Symbol/SwiftASTContext.cpp
-
edit: lldb/test/API/lang/swift/xcode_sdk/TestSwiftXcodeSDK.py
-
Commit 34d18564bc6592417804cdc8dbeaa6c6d8687463 by github:
Avoid traversing array in TestDiscoveryCommand twice (#2784)
-
edit: Sources/Build/BuildDelegate.swift
-
Commit 81b5a598567500c7fd59eee3c558b466838c4173 by owen:
Link runtime compatibility libs on darwin if needed
-
edit: Sources/SwiftDriver/Jobs/Toolchain+LinkerSupport.swift
-
edit: Sources/SwiftDriver/Jobs/DarwinToolchain+LinkerSupport.swift
-
edit: Tests/SwiftDriverTests/SwiftDriverTests.swift