mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
221 lines
11 KiB
Plaintext
221 lines
11 KiB
Plaintext
# Lines starting with '#' are comments.
|
|
# Each line is a case-sensitive file pattern followed by one or more owners.
|
|
# Order is important. The last matching pattern has the most precedence.
|
|
# More information: https://docs.github.com/en/articles/about-code-owners
|
|
#
|
|
# Please mirror the repository's file hierarchy in case-sensitive lexicographic
|
|
# order.
|
|
|
|
# TODO: /.clang-format
|
|
# TODO: /.dir-locals.el
|
|
# TODO: /.flake8
|
|
# TODO: /.gitattributes
|
|
|
|
# .github
|
|
/.github/ @shahmishal
|
|
/.github/CODEOWNERS @AnthonyLatsis @shahmishal
|
|
/.github/ISSUE_TEMPLATE/ @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin
|
|
/.github/PULL_REQUEST_TEMPLATE.md @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin
|
|
|
|
# TODO: /.gitignore
|
|
# TODO: /.mailmap
|
|
# TODO: /Brewfile
|
|
# TODO: /CHANGELOG.md
|
|
# TODO: /CMakeLists.txt
|
|
# TODO: /CODE_OF_CONDUCT.md
|
|
# TODO: /CODE_OWNERS.TXT
|
|
# TODO: /CONTRIBUTING.md
|
|
# TODO: /LICENSE.txt
|
|
# TODO: /README.md
|
|
|
|
# SwiftCompilerSources
|
|
/SwiftCompilerSources @eeckstein
|
|
|
|
# apinotes
|
|
# TODO: /apinotes
|
|
|
|
# benchmark
|
|
# TODO: /benchmark
|
|
|
|
# bindings
|
|
# TODO: /bindings
|
|
|
|
# cmake
|
|
/cmake/**/*Windows* @compnerd
|
|
|
|
# docs
|
|
/docs/Generics.rst @slavapestov
|
|
/docs/Generics/ @slavapestov
|
|
/docs/HowToGuides/ @AnthonyLatsis @LucianoPAlmeida @xedin
|
|
|
|
# include
|
|
/include/swift/AST/ @hborla @slavapestov @xedin
|
|
/include/swift/AST/*Availability* @tshortli
|
|
/include/swift/AST/*Conformance* @slavapestov
|
|
/include/swift/AST/*Distributed* @ktoso
|
|
/include/swift/AST/*Generic* @hborla @slavapestov
|
|
/include/swift/AST/*Protocol* @hborla @slavapestov
|
|
/include/swift/AST/*Requirement* @hborla @slavapestov
|
|
/include/swift/AST/*Substitution* @slavapestov
|
|
/include/swift/AST/Evaluator* @CodaFi @slavapestov
|
|
/include/swift/ClangImporter @zoecarver @hyp @egorzhdan
|
|
/include/swift/DependencyScan @artemcm
|
|
/include/swift/Driver @artemcm
|
|
# TODO: /include/swift/IRGen/
|
|
/include/swift/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
|
|
/include/swift/Index/ @bnbarham
|
|
/include/swift/Refactoring @ahoppen @bnbarham
|
|
/include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
|
|
/include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
|
|
# TODO: /include/swift/SIL/
|
|
# TODO: /include/swift/SILOptimizer/
|
|
/include/swift/SIL/*Coverage* @hamishknight
|
|
/include/swift/SIL/SILProfiler.h @hamishknight
|
|
/include/swift/SIL/SILDebug* @adrian-prantl
|
|
/include/swift/SILOptimizer/Utils/Distributed* @ktoso
|
|
/include/swift/Sema/ @hborla @slavapestov @xedin
|
|
/include/swift/Sema/CS* @hborla @xedin
|
|
/include/swift/Sema/Constraint* @hborla @xedin
|
|
/include/swift/SymbolGraphGen/ @QuietMisdreavus
|
|
/include/swift/Threading @al45tair
|
|
|
|
# lib
|
|
/lib/AST/ @hborla @slavapestov @xedin
|
|
/lib/AST/*Availability* @tshortli
|
|
/lib/AST/ASTPrinter.cpp @hborla @slavapestov @xedin @tshortli
|
|
/lib/AST/*Conformance* @slavapestov
|
|
/lib/AST/*Generic* @hborla @slavapestov
|
|
/lib/AST/*Requirement* @hborla @slavapestov
|
|
/lib/AST/*Substitution @slavapestov
|
|
/lib/AST/Evaluator* @CodaFi @slavapestov
|
|
/lib/AST/ModuleLoader.cpp @artemcm
|
|
/lib/AST/RequirementMachine/ @slavapestov
|
|
/lib/ASTGen/ @zoecarver @CodaFi
|
|
/lib/Basic/Windows @compnerd
|
|
/lib/ClangImporter @zoecarver @hyp @egorzhdan
|
|
/lib/ClangImporter/DWARFImporter* @adrian-prantl
|
|
/lib/DependencyScan @artemcm
|
|
/lib/Driver @artemcm
|
|
/lib/DriverTool/autolink_extract_main.cpp @MaxDesiatov @etcwilde
|
|
/lib/DriverTool/swift_symbolgraph_extract_main.cpp @QuietMisdreavus
|
|
/lib/Frontend/*ModuleInterface* @artemcm @tshortli
|
|
# TODO: /lib/IRGen/
|
|
/lib/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
|
|
/lib/IDETool/ @ahoppen @bnbarham @rintaro @hamishknight
|
|
/lib/Index/ @bnbarham
|
|
/lib/Refactoring/ @ahoppen @bnbarham
|
|
/lib/IRGen/*Coverage* @hamishknight
|
|
/lib/IRGen/*Debug* @adrian-prantl
|
|
/lib/IRGen/*Distributed* @ktoso
|
|
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
|
|
/lib/PrintAsClang @zoecarver @hyp @egorzhdan
|
|
# TODO: /lib/SIL/
|
|
/lib/SIL/IR/*Coverage* @hamishknight
|
|
/lib/SIL/IR/SILProfiler.cpp @hamishknight
|
|
/lib/SIL/IR/SILDebug* @adrian-prantl
|
|
/lib/SIL/IR/SILLocation* @adrian-prantl
|
|
# TODO: /lib/SILGen/
|
|
/lib/SILGen/*Distributed* @ktoso
|
|
# TODO: /lib/SILOptimizer/
|
|
/lib/SILOptimizer/Mandatory/FlowIsolation.cpp @kavon
|
|
/lib/SILOptimizer/Utils/Distributed* @ktoso
|
|
/lib/Sema/ @hborla @slavapestov @xedin
|
|
/lib/Sema/*Availability* @tshortli
|
|
/lib/Sema/CS* @hborla @xedin
|
|
/lib/Sema/CodeSynthesisDistributed* @hborla @ktoso
|
|
/lib/Sema/Constraint* @hborla @xedin
|
|
/lib/Sema/DerivedConformance* @slavapestov
|
|
/lib/Sema/DerivedConformanceDistributed* @ktoso @slavapestov
|
|
/lib/Sema/TypeCheckDistributed* @hborla @ktoso @xedin
|
|
/lib/Sema/TypeCheckProtocol* @AnthonyLatsis @hborla @slavapestov
|
|
/lib/Sema/TypeCheckType* @AnthonyLatsis @hborla @slavapestov @xedin
|
|
/lib/Serialization/SerializedModuleLoader.cpp @artemcm
|
|
/lib/SymbolGraphGen @QuietMisdreavus
|
|
/lib/Threading @al45tair
|
|
|
|
# localization
|
|
# TODO: /localization
|
|
|
|
# stdlib
|
|
# TODO: /stdlib/
|
|
/stdlib/public/Backtracing/ @al45tair
|
|
/stdlib/public/Concurrency/ @ktoso @kavon
|
|
/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan
|
|
/stdlib/public/Distributed/ @ktoso
|
|
/stdlib/public/Windows/ @compnerd
|
|
/stdlib/public/libexec/swift-backtrace/ @al45tair
|
|
|
|
# test
|
|
/test/ASTGen/ @zoecarver @CodaFi
|
|
/test/Concurrency/ @ktoso @kavon
|
|
/test/Constraints/ @hborla @xedin
|
|
/test/DebugInfo/ @adrian-prantl
|
|
/test/Distributed/ @ktoso
|
|
/test/Driver/ @artemcm
|
|
/test/Driver/static* @MaxDesiatov @etcwilde
|
|
/test/Generics/ @hborla @slavapestov
|
|
# TODO: /test/IRGen/
|
|
/test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
|
|
/test/Index/ @bnbarham
|
|
/test/refactoring/ @ahoppen @bnbarham
|
|
/test/SourceKit/ @ahoppen @bnbarham @rintaro @hamishknight
|
|
/test/Interop/ @zoecarver @hyp @egorzhdan
|
|
/test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
|
|
/test/Profiler @hamishknight
|
|
# TODO: /test/SIL/
|
|
# TODO: /test/SILGen/
|
|
# TODO: /test/SILOptimizer/
|
|
/test/ScanDependencies/ @artemcm
|
|
/test/Sema/ @hborla @slavapestov @xedin
|
|
/test/SymbolGraph/ @QuietMisdreavus
|
|
/test/decl/ @hborla @slavapestov
|
|
/test/decl/protocol/ @AnthonyLatsis @hborla @slavapestov
|
|
# FIXME: This file could have a dedicated directory.
|
|
/test/decl/protocol/special/DistributedActor.swift @ktoso
|
|
/test/expr/ @hborla @slavapestov @xedin
|
|
# TODO: /test/stdlib/
|
|
/test/stmt/ @hborla @xedin
|
|
/test/type/ @hborla @slavapestov @xedin
|
|
|
|
# tools
|
|
# TODO: /tools
|
|
/tools/SourceKit @ahoppen @bnbarham @rintaro @hamishknight
|
|
/tools/lldb-moduleimport-test/ @adrian-prantl
|
|
/tools/swift-ide-test @ahoppen @bnbarham @rintaro @hamishknight
|
|
/tools/swift-refactor @ahoppen @bnbarham
|
|
|
|
# unittests
|
|
/unittests/AST/ @hborla @slavapestov @xedin
|
|
/unittests/AST/*Evaluator* @CodaFi @slavapestov
|
|
/unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
|
|
# TODO: /unittests/SIL/
|
|
/unittests/Sema/ @hborla @xedin
|
|
/unittests/SourceKit/ @ahoppen @bnbarham @rintaro @hamishknight
|
|
# TODO: /unittests/stdlib/
|
|
|
|
# userdocs
|
|
# TODO: /userdocs
|
|
|
|
# utils
|
|
/utils/*windows* @compnerd
|
|
/utils/gyb_sourcekit_support/ @ahoppen @bnbarham @rintaro
|
|
/utils/sourcekit_fuzzer/ @ahoppen @bnbarham @rintaro
|
|
/utils/swift_build_support/products/earlyswiftsyntax.py @ahoppen @bnbarham
|
|
/utils/swift_build_support/products/skstresstester.py @ahoppen @bnbarham
|
|
/utils/swift_build_support/products/sourcekitlsp.py @ahoppen @bnbarham
|
|
/utils/swift_build_support/products/swiftevolve.py @ahoppen @bnbarham
|
|
/utils/swift_build_support/products/swiftformat.py @ahoppen @allevato @bnbarham
|
|
/utils/swift_build_support/products/swiftsyntax.py @ahoppen @bnbarham
|
|
/utils/update-checkout* @shahmishal
|
|
/utils/update_checkout/ @shahmishal
|
|
|
|
# validation-test
|
|
# TODO: /validation-test/IRGen/
|
|
/validation-test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
|
|
/validation-test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
|
|
# TODO: /validation-test/SIL/
|
|
# TODO: /validation-test/SILGen/
|
|
# TODO: /validation-test/SILOptimizer/
|
|
/validation-test/Sema/ @hborla @slavapestov @xedin
|
|
# TODO: /validation-test/stdlib/
|