-
Commit 4b698a5a31ea84ec95302a6c57414e03b76815f6 by hamishknight:
[AST] Introduce ActiveRequest
-
edit: lib/AST/Evaluator.cpp
-
edit: include/swift/AST/Evaluator.h
-
edit: include/swift/AST/AnyRequest.h
-
Commit 2b97bf8af4c7d98e13395e63ed186e36d5215d11 by hamishknight:
[Evaluator] Stop canonicalizing requests
-
edit: include/swift/AST/Evaluator.h
-
Commit 35ba3d731643a5164e479e533aa82973532b07b9 by hamishknight:
Fix Optional's simple_display
-
edit: include/swift/Basic/AnyValue.h
-
Commit a1c490220b685276932955fdb490da43338d077b by hamishknight:
Enable the use of find_as with ActiveRequest
-
edit: lib/AST/Evaluator.cpp
-
edit: include/swift/AST/AnyRequest.h
-
Commit a3a88dd16e4a08749a9083127f4b76c39bd76613 by compnerd:
build: cleanup unreferenced CMake variables
-
edit: utils/build-script-impl
-
Commit 684d13e2c16ea627dd91fe2dba3a217d979c0077 by compnerd:
SILGen: remove stray file (NFC)
-
delete: lib/SILGen/SILGenProlog.swift
-
Commit 34848e6026c9c43d45efe97a8849effdc1a1c97a by apl:
[build] Unify logic to skip building projects in build-script-impl
-
edit: utils/build-script-impl
-
Commit e6e127b09fe58ba619e01def325ebbc36f66d94b by spestov:
ClangImporter: Tighten up isMethodAlreadyImported()
-
edit: lib/ClangImporter/ImportDecl.cpp
-
Commit 7b4466f4004b5d676bff2c6347c8ff5089f5cb4e by rishizaki:
[CodeCompletion] Ignore implicit decl when finding equivalent decl
-
edit: lib/IDE/CompletionInstance.cpp
-
add: test/SourceKit/CodeComplete/complete_sequence_property_wrapper.swift
-
Commit 3a7d87b4ed5e2e45bcef7956d1c39144a61f1472 by dave:
[CMake] Fix missing linker deps when using BUILD_SHARED_LIBS
-
edit: lib/ClangImporter/CMakeLists.txt
-
edit: tools/driver/CMakeLists.txt
-
edit: unittests/ClangImporter/CMakeLists.txt
-
Commit b5e2e021bc5af3c6a0db7662762418ea17e67712 by eeckstein:
utils: change handling of generic specializations in
-
edit: utils/analyze_code_size.py
-
Commit ca1bb6ff2e75723e8d127ed954f71abf766cd097 by compnerd:
build: simplify handling for static variants (NFC)
-
edit: utils/build-script-impl
-
Commit f8a1ad22e1c5b93d39c6483b0c8ed551a5c7ee17 by github:
Revert "Don't heap allocate for active requests"
-
edit: include/swift/AST/Evaluator.h
-
edit: lib/AST/Evaluator.cpp
-
edit: include/swift/Basic/AnyValue.h
-
edit: include/swift/AST/AnyRequest.h
-
Commit 133439dcbb8830bf3b5b07151a99aaca1b24849b by dgregor:
[Constraint solver] Request contextual type information per expression.
-
edit: lib/Sema/ConstraintSystem.cpp
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/CSApply.cpp
-
edit: lib/Sema/CSDiagnostics.h
-
edit: lib/Sema/CSSimplify.cpp
-
edit: lib/Sema/CSFix.cpp
-
edit: lib/Sema/CSSolver.cpp
-
edit: lib/Sema/ConstraintSystem.h
-
edit: lib/Sema/TypeCheckConstraints.cpp
-
edit: test/Constraints/assignment.swift
-
edit: lib/Sema/CSDiag.cpp
-
Commit 98b86c63d1d1a1a2ef75d192db5bcb6d9fc535b5 by dungar:
Use the initial value of EnableFineGrainedDependencies as the default.
-
edit: include/swift/Basic/LangOptions.h
-
edit: lib/Driver/Driver.cpp
-
edit: include/swift/Driver/Compilation.h
-
edit: lib/Frontend/CompilerInvocation.cpp
-
Commit 61f473136979ba446cf1cc87cf3a19693eff553d by github:
Fix python linting
-
edit: utils/analyze_code_size.py
-
Commit a8df8ef03c01c6329f25292fe77545b8d0f1a23d by compnerd:
build: remove FORCE_BUILD_OPTIMIZED
-
edit: lib/Sema/CMakeLists.txt
-
edit: lib/AST/CMakeLists.txt
-
edit: cmake/modules/AddSwift.cmake
-
Commit 1e3484c1bfc81b150bef7b931d72ec66bd6faf73 by dgregor:
[Constraint solver] Dig out the root expression as the "contextual
-
edit: lib/Sema/CSDiagnostics.cpp
-
Commit 5b195aed7e79e34862a7b8a95b4c4ec5d04e2192 by dgregor:
[Constraint solver] Pass for-each contextual type information down the
-
edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit 83cb35139a43a11ea2232fa4ea0eb96466217446 by dgregor:
[Constraint solver] Allow contextual types for multiple expressions.
-
edit: lib/Sema/ConstraintSystem.h
-
edit: lib/Sema/TypeCheckConstraints.cpp
-
edit: lib/Sema/CSSolver.cpp
-
Commit 74cfee14859a1c07954b388149c10e0f20776a88 by github:
[Typechecker] Extended ambiguous none warning to cases as well (#29356)
-
edit: lib/Sema/TypeCheckPattern.cpp
-
edit: test/decl/enum/enumtest.swift
-
edit: include/swift/AST/DiagnosticsSema.def
-
Commit 3a01cbd7b21afed828896a0e481c1e289c78bbb1 by jonas:
[Utils] Install dsymutil in the toolchain
-
edit: utils/build-presets.ini
-
Commit 0852a1bbe68aa8cd2344dad940d28db4aeed5ad6 by dungar:
Default to enabling fine-grained-dependencies.
-
edit: include/swift/Basic/LangOptions.h
-
Commit cc9ff6aed83deb7260b43ffccaea2e906b3c3d23 by rbayer:
[Build System: build-script] Support Swift versions with up to four
-
edit: utils/build_swift/build_swift/argparse/types.py
-
edit: utils/build_swift/tests/build_swift/argparse/test_types.py
-
Commit fe906574cd2480b7230466d46ea2e3fdbdfb34d3 by hamishknight:
[Basic] Avoid reentrant stat collection
-
edit: include/swift/Basic/Statistic.h
-
edit: lib/Basic/Statistic.cpp
-
Commit 6238923e15b60e4980ed1bd94f143feffb6a3fb1 by dgregor:
[Function builders] Support multiple Boolean conditions in 'if'
-
edit: lib/Sema/BuilderTransform.cpp
-
edit: stdlib/public/Darwin/CMakeLists.txt
-
edit: test/Constraints/function_builder.swift
-
Commit 7f551fd020626b11a7afa3a91627fdca760a1d1d by david_smith:
Add missing oneway modifier to -release
-
edit: include/swift/Runtime/HeapObject.h
-
Commit 660d124cdae4f8b94516228f2551643864f5bc51 by dgregor:
Revert accidental change that removed the Network overlay
-
edit: stdlib/public/Darwin/CMakeLists.txt
-
Commit 7f735d3e54ec251cf83e6a5fa4a5706dd27d9eaf by keithbsmiley:
[llvm-cov[ Fix lcov coverage report contains functions from other
-
edit: llvm/test/tools/llvm-cov/multiple-files.test
-
edit: llvm/tools/llvm-cov/CoverageExporterLcov.cpp
-
Commit 9e78116704a38c2a8d8d418b3291fdc8dbe86c9c by arphaman:
Add CODEOWNERS to protect the branch
-
Commit 1c9738d1701ed3a862843657e0b514a0e14b20d5 by ditaliano:
[TestQuoting] Use the fully qualified path for remote platforms.
-
edit: lldb/packages/Python/lldbsuite/test/commands/settings/quoting/TestQuoting.py
-
Commit 6b59a484af8bf1b1787ff6d1bf552c3ba8dc1df2 by ditaliano:
[FastISel] Lower llvm.dbg.value(undef, ... correctly.
-
edit: llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
-
add: llvm/test/CodeGen/AArch64/fastisel-debugvalue-undef.ll
-
Commit 464baa9d02cd59811f62c8d3d9f859319b62d8bf by bigcheesegs:
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which
-
add: clang/test/Modules/context-hash.c
-
edit: clang/docs/Modules.rst
-
edit: clang/include/clang/Lex/HeaderSearchOptions.h
-
edit: clang/include/clang/Driver/CC1Options.td
-
edit: clang/lib/Frontend/CompilerInvocation.cpp
-
Commit 21ea88dbce06030f1aa1b9f21bb366666a8b1fe5 by ditaliano:
update TestThreadStepOut.py to expect correct source line on arm64.
-
edit: lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py
-
edit: lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/main.cpp
-
Commit b9953a195fca644105a8fd8472f1f6e65014fa75 by ditaliano:
[TestStdModuleSysroot] Only run locally.
-
edit: lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
-
Commit 1a4e3f23a3857dbad629f8e68680ca0030a6bbad by ankit_aggarwal:
Compile manifests instead of interpreting them
-
edit: Sources/PackageModel/ToolsVersion.swift
-
edit: Sources/PackageLoading/ManifestLoader.swift
-
edit: Sources/PackageDescription/CMakeLists.txt
-
Commit 6d72824319b286a4912ab4f114f1a12b199dce86 by david:
Rename Bundle.moduleResources to Bundle.module
-
edit: Fixtures/Resources/Simple/Sources/SwiftyResource/main.swift
-
edit: Sources/Build/BuildPlan.swift
-
Commit a74d22f320993d851f84ff539d3b3a17d6189aae by ankit_aggarwal:
Setup integration tests into SwiftPM
-
edit: TSC/Sources/TSCBasic/FileSystem.swift
-
add: IntegrationTests/Tests/IntegrationTests/Helpers.swift
-
add: IntegrationTests/Tests/IntegrationTests/BasicTests.swift
-
add: IntegrationTests/Tests/IntegrationTests/StringChecker.swift
-
edit: Sources/SourceControl/GitRepository.swift
-
edit: Sources/SourceControl/InMemoryGitRepository.swift
-
edit: TSC/Tests/TSCUtilityTests/DownloaderTests.swift
-
add: IntegrationTests/Tests/IntegrationTests/XCTestManifests.swift
-
edit: .gitignore
-
add: Utilities/helpers.py
-
add: Utilities/test-toolchain
-
edit: Utilities/bootstrap
-
add: IntegrationTests/Tests/LinuxMain.swift
-
add: IntegrationTests/README.md
-
add: IntegrationTests/Package.swift
-
Commit 64a7907f312fc8526be6112f863e4b7d7d95f2e0 by si:
SR-11569: DateComponents.isValidDate() ignores timeZone
-
edit: Foundation/NSCalendar.swift
-
edit: TestFoundation/TestDateComponents.swift
-
Commit 9e03813e1f9a2b1b553b023d10ac5286e75be3e3 by blangmuir:
[libindexstore] Remove indexstore_unit_event_get_modification_time
-
edit: include/indexstore/indexstore_functions.h
-
edit: lib/Index/indexstore_functions.def
-
edit: include/indexstore/IndexStoreCXX.h