|
1 | | -# Lines starting with '#' are comments. |
2 | | -# Each line is a case-sensitive file pattern followed by one or more owners. |
3 | | -# Order is important. The last matching pattern has the most precedence. |
4 | | -# More information: https://docs.github.com/en/articles/about-code-owners |
5 | | -# |
6 | | -# Please mirror the repository's file hierarchy in case-sensitive lexicographic |
7 | | -# order. |
8 | | - |
9 | | -# TODO: /.clang-format |
10 | | - |
11 | | -/.clang-tidy @egorzhdan |
12 | | - |
13 | | -# TODO: /.dir-locals.el |
14 | | -# TODO: /.flake8 |
15 | | -# TODO: /.gitattributes |
16 | | - |
17 | | -# .github |
18 | | -/.github/ @shahmishal |
19 | | -/.github/CODEOWNERS @AnthonyLatsis @shahmishal |
20 | | -/.github/ISSUE_TEMPLATE/ @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin |
21 | | -/.github/PULL_REQUEST_TEMPLATE.md @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin |
22 | | - |
23 | | -# TODO: /.gitignore |
24 | | -# TODO: /.mailmap |
25 | | -# TODO: /Brewfile |
26 | | -# TODO: /CHANGELOG.md |
27 | | -# TODO: /CMakeLists.txt |
28 | | -# TODO: /CODE_OF_CONDUCT.md |
29 | | -# TODO: /CODE_OWNERS.TXT |
30 | | -# TODO: /CONTRIBUTING.md |
31 | | -# TODO: /LICENSE.txt |
32 | | -# TODO: /README.md |
33 | | - |
34 | | -# SwiftCompilerSources |
35 | | -/SwiftCompilerSources @eeckstein |
36 | | - |
37 | | -# apinotes |
38 | | -# TODO: /apinotes |
39 | | - |
40 | | -# benchmark |
41 | | -/benchmark @eeckstein |
42 | | - |
43 | | -# bindings |
44 | | -# TODO: /bindings |
45 | | - |
46 | | -# cmake |
47 | | -/cmake/**/*Windows* @compnerd |
48 | | - |
49 | | -# docs |
50 | | -/docs/CrossCompilationModel.md @MaxDesiatov |
51 | | -/docs/Generics @slavapestov |
52 | | -/docs/HowToGuides/ @AnthonyLatsis @LucianoPAlmeida @xedin |
53 | | -/docs/Optimizer* @eeckstein |
54 | | -/docs/SIL* @jckarter |
55 | | -/docs/Windows* @compnerd |
56 | | - |
57 | | -# include |
58 | | -/include/swift-c/DependencyScan/ @artemcm |
59 | | -/include/swift/*Demangl*/ @rjmccall |
60 | | -/include/swift/AST/ @hborla @slavapestov @xedin |
61 | | -/include/swift/AST/*Availability* @tshortli |
62 | | -/include/swift/AST/*Conformance* @slavapestov |
63 | | -/include/swift/AST/*Demangl* @rjmccall |
64 | | -/include/swift/AST/*Distributed* @ktoso |
65 | | -/include/swift/AST/*Generic* @hborla @slavapestov |
66 | | -/include/swift/AST/*Protocol* @hborla @slavapestov |
67 | | -/include/swift/AST/*Requirement* @hborla @slavapestov |
68 | | -/include/swift/AST/*Substitution* @slavapestov |
69 | | -/include/swift/AST/DiagnosticsParse.def @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
70 | | -/include/swift/AST/Evaluator* @CodaFi @slavapestov |
71 | | -/include/swift/Basic/ @DougGregor |
72 | | -/include/swift/Basic/Features.def @DougGregor @hborla |
73 | | -/include/swift/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder @Xazax-hun |
74 | | -/include/swift/DependencyScan @artemcm |
75 | | -/include/swift/Driver*/ @artemcm |
76 | | -/include/swift/Frontend*/ @artemcm @tshortli |
77 | | -/include/swift/IDE/ @ahoppen @bnbarham @hamishknight @rintaro |
78 | | -/include/swift/IRGen/ @rjmccall |
79 | | -/include/swift/Index/ @ahoppen @bnbarham @hamishknight @rintaro |
80 | | -/include/swift/Markup/ @nkcsgexi |
81 | | -/include/swift/Migrator/ @nkcsgexi |
82 | | -/include/swift/Option/*Options* @tshortli |
83 | | -/include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
84 | | -/include/swift/PrintAsClang @zoecarver @hyp @egorzhdan @Xazax-hun |
85 | | -/include/swift/Refactoring @ahoppen @bnbarham @hamishknight @rintaro |
86 | | -/include/swift/Runtime/ @rjmccall |
87 | | -/include/swift/SIL/ @jckarter |
88 | | -/include/swift/SIL/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro |
89 | | -/include/swift/SIL/*DebugInfo* @adrian-prantl |
90 | | -/include/swift/SIL/SILDebug* @adrian-prantl |
91 | | -/include/swift/SIL/SILProfiler.h @ahoppen @bnbarham @hamishknight @rintaro |
92 | | -/include/swift/SILOptimizer/ @eeckstein |
93 | | -/include/swift/SILOptimizer/Utils/Distributed* @ktoso |
94 | | -/include/swift/Sema/ @hborla @slavapestov @xedin |
95 | | -/include/swift/Sema/CS* @hborla @xedin |
96 | | -/include/swift/Sema/Constraint* @hborla @xedin |
97 | | -/include/swift/Serialization/ @xymus |
98 | | -/include/swift/Serialization/SerializedModuleLoader* @artemcm |
99 | | -/include/swift/SwiftRemoteMirror/ @slavapestov |
100 | | -/include/swift/SymbolGraphGen/ @QuietMisdreavus |
101 | | -/include/swift/Threading @al45tair |
102 | | - |
103 | | -# lib |
104 | | -/lib/*Demangl*/ @rjmccall |
105 | | -/lib/AST/ @hborla @slavapestov @xedin |
106 | | -/lib/AST/*Availability* @tshortli |
107 | | -/lib/AST/*Conformance* @slavapestov |
108 | | -/lib/AST/*Demangl* @rjmccall |
109 | | -/lib/AST/*Generic* @hborla @slavapestov |
110 | | -/lib/AST/*Requirement* @hborla @slavapestov |
111 | | -/lib/AST/*Substitution @slavapestov |
112 | | -/lib/AST/ASTPrinter.cpp @hborla @slavapestov @xedin @tshortli |
113 | | -/lib/AST/Evaluator* @CodaFi @slavapestov |
114 | | -/lib/AST/ModuleLoader.cpp @artemcm |
115 | | -/lib/AST/RequirementMachine/ @slavapestov |
116 | | -/lib/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro |
117 | | -/lib/Basic/ @DougGregor |
118 | | -/lib/Basic/Windows @compnerd |
119 | | -/lib/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder @Xazax-hun |
120 | | -/lib/ClangImporter/DWARFImporter* @adrian-prantl |
121 | | -/lib/DependencyScan @artemcm |
122 | | -/lib/Driver*/ @artemcm |
123 | | -/lib/DriverTool/autolink_extract_main.cpp @MaxDesiatov @etcwilde |
124 | | -/lib/DriverTool/sil* @jckarter |
125 | | -/lib/DriverTool/sil_opt* @eeckstein |
126 | | -/lib/DriverTool/swift_symbolgraph_extract_main.cpp @QuietMisdreavus |
127 | | -/lib/Frontend*/ @artemcm @tshortli |
128 | | -/lib/IDE/ @ahoppen @bnbarham @hamishknight @rintaro |
129 | | -/lib/IDETool/ @ahoppen @bnbarham @hamishknight @rintaro |
130 | | -/lib/IRGen/ @rjmccall |
131 | | -/lib/IRGen/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro |
132 | | -/lib/IRGen/*Debug* @adrian-prantl |
133 | | -/lib/IRGen/*Distributed* @ktoso |
134 | | -/lib/Index/ @ahoppen @bnbarham @hamishknight @rintaro |
135 | | -/lib/Markup/ @nkcsgexi |
136 | | -/lib/Migrator/ @nkcsgexi |
137 | | -/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
138 | | -/lib/PrintAsClang @zoecarver @hyp @egorzhdan @Xazax-hun |
139 | | -/lib/Refactoring/ @ahoppen @bnbarham @hamishknight @rintaro |
140 | | -/lib/SIL/ @jckarter |
141 | | -/lib/SIL/**/*DebugInfo* @adrian-prantl |
142 | | -/lib/SIL/IR/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro |
143 | | -/lib/SIL/IR/SILDebug* @adrian-prantl |
144 | | -/lib/SIL/IR/SILLocation* @adrian-prantl |
145 | | -/lib/SIL/IR/SILProfiler.cpp @ahoppen @bnbarham @hamishknight @rintaro |
146 | | -/lib/SILGen/ @jckarter |
147 | | -/lib/SILGen/*Distributed* @ktoso |
148 | | -/lib/SILOptimizer/ @eeckstein |
149 | | -/lib/SILOptimizer/**/*DebugInfo* @adrian-prantl |
150 | | -/lib/SILOptimizer/Mandatory/ConsumeOperator* @kavon |
151 | | -/lib/SILOptimizer/Mandatory/FlowIsolation.cpp @kavon |
152 | | -/lib/SILOptimizer/Mandatory/MoveOnly* @kavon |
153 | | -/lib/SILOptimizer/Utils/Distributed* @ktoso |
154 | | -/lib/Sema/ @hborla @slavapestov @xedin |
155 | | -/lib/Sema/*Availability* @tshortli |
156 | | -/lib/Sema/CS* @hborla @xedin |
157 | | -/lib/Sema/CodeSynthesisDistributed* @hborla @ktoso |
158 | | -/lib/Sema/Constraint* @hborla @xedin |
159 | | -/lib/Sema/DerivedConformance* @slavapestov |
160 | | -/lib/Sema/DerivedConformanceDistributed* @ktoso @slavapestov |
161 | | -/lib/Sema/TypeCheckDistributed* @hborla @ktoso @xedin |
162 | | -/lib/Sema/TypeCheckProtocol* @AnthonyLatsis @hborla @slavapestov |
163 | | -/lib/Sema/TypeCheckType* @AnthonyLatsis @hborla @slavapestov @xedin |
164 | | -/lib/Serialization/ @xymus |
165 | | -/lib/Serialization/SerializedModuleLoader* @artemcm |
166 | | -/lib/SwiftRemoteMirror/ @slavapestov |
167 | | -/lib/SymbolGraphGen @QuietMisdreavus |
168 | | -/lib/Threading @al45tair |
169 | | - |
170 | | -# localization |
171 | | -# TODO: /localization |
172 | | - |
173 | | -# stdlib |
174 | | -/stdlib/ @swiftlang/standard-librarians |
175 | | -/stdlib/private/*Runtime*/ @rjmccall |
176 | | -/stdlib/private/SwiftReflectionTest/ @slavapestov |
177 | | -/stdlib/public/*Demangl*/ @rjmccall |
178 | | -/stdlib/public/Backtracing/ @al45tair |
179 | | -/stdlib/public/Concurrency/ @ktoso |
180 | | -/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan @Xazax-hun |
181 | | -/stdlib/public/Distributed/ @ktoso |
182 | | -/stdlib/public/Observation/ @phausler |
183 | | -/stdlib/public/SwiftRemoteMirror/ @slavapestov |
184 | | -/stdlib/public/Threading/ @al45tair |
185 | | -/stdlib/public/Windows/ @compnerd |
186 | | -/stdlib/public/libexec/swift-backtrace/ @al45tair |
187 | | -/stdlib/public/runtime/ @mikeash @al45tair |
188 | | -/stdlib/tools/swift-reflection-test/ @slavapestov |
189 | | - |
190 | | -# test |
191 | | -/test/*Demangl*/ @rjmccall |
192 | | -/test/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro |
193 | | -/test/Concurrency/ @ktoso |
194 | | -/test/Constraints/ @hborla @xedin |
195 | | -/test/DebugInfo/ @adrian-prantl |
196 | | -/test/Distributed/ @ktoso |
197 | | -/test/Driver/ @artemcm |
198 | | -/test/Driver/static* @MaxDesiatov @etcwilde |
199 | | -/test/Frontend/ @artemcm @tshortli |
200 | | -/test/Generics/ @hborla @slavapestov |
201 | | -/test/Generics/inverse* @kavon |
202 | | -/test/IDE/ @ahoppen @bnbarham @hamishknight @rintaro |
203 | | -/test/IRGen/ @rjmccall |
204 | | -/test/Index/ @ahoppen @bnbarham @hamishknight @rintaro |
205 | | -/test/Interop/ @zoecarver @hyp @egorzhdan @Xazax-hun |
206 | | -/test/Migrator/ @nkcsgexi |
207 | | -/test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
208 | | -/test/Profiler @ahoppen @bnbarham @hamishknight @rintaro |
209 | | -/test/Reflection/ @slavapestov |
210 | | -/test/Runtime/ @rjmccall |
211 | | -/test/SIL/ @jckarter |
212 | | -/test/SILGen/ @jckarter |
213 | | -/test/SILOptimizer/ @eeckstein |
214 | | -/test/SILOptimizer/moveonly* @kavon |
215 | | -/test/SILOptimizer/noimplicitcopy* @kavon |
216 | | -/test/ScanDependencies/ @artemcm |
217 | | -/test/Sema/ @hborla @slavapestov @xedin |
218 | | -/test/Sema/moveonly* @kavon |
219 | | -/test/Serialization/ @xymus |
220 | | -/test/SourceKit/ @ahoppen @bnbarham @hamishknight @rintaro |
221 | | -/test/SymbolGraph/ @QuietMisdreavus |
222 | | -/test/abi/ @swiftlang/standard-librarians |
223 | | -/test/decl/ @hborla @slavapestov |
224 | | -/test/decl/protocol/ @AnthonyLatsis @hborla @slavapestov |
225 | | -# FIXME: This file could have a dedicated directory. |
226 | | -/test/decl/protocol/special/DistributedActor.swift @ktoso |
227 | | -/test/expr/ @hborla @slavapestov @xedin |
228 | | -/test/refactoring/ @ahoppen @bnbarham @hamishknight @rintaro |
229 | | -/test/sil* @jckarter |
230 | | -/test/sil-opt* @eeckstein |
231 | | -/test/stdlib/ @swiftlang/standard-librarians |
232 | | -/test/stmt/ @hborla @xedin |
233 | | -/test/type/ @hborla @slavapestov @xedin |
234 | | - |
235 | | -# tools |
236 | | -# TODO: /tools |
237 | | -/tools/*reflection/ @slavapestov |
238 | | -/tools/SourceKit @ahoppen @bnbarham @hamishknight @rintaro |
239 | | -/tools/driver/ @artemcm |
240 | | -/tools/lldb-moduleimport-test/ @adrian-prantl |
241 | | -/tools/swift-demangle* @rjmccall |
242 | | -/tools/swift-ide-test @ahoppen @bnbarham @hamishknight @rintaro |
243 | | -/tools/swift-inspect @mikeash @al45tair @compnerd |
244 | | -/tools/swift-refactor @ahoppen @bnbarham @hamishknight @rintaro |
245 | | - |
246 | | -# unittests |
247 | | -/unittests/*Demangl*/ @rjmccall |
248 | | -/unittests/AST/ @hborla @slavapestov @xedin |
249 | | -/unittests/AST/*Evaluator* @CodaFi @slavapestov |
250 | | -/unittests/DependencyScan/ @artemcm |
251 | | -/unittests/FrontendTool/ @artemcm @tshortli |
252 | | -/unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
253 | | -/unittests/Reflection/ @slavapestov |
254 | | -/unittests/SIL/ @jckarter |
255 | | -/unittests/Sema/ @hborla @xedin |
256 | | -/unittests/SourceKit/ @ahoppen @bnbarham @rintaro @hamishknight |
257 | | -/unittests/runtime/ @rjmccall |
258 | | - |
259 | | -# userdocs |
260 | | -# TODO: /userdocs |
261 | | - |
262 | | -# utils |
263 | | -/utils/*windows* @compnerd |
264 | | -/utils/generate-xcode @hamishknight |
265 | | -/utils/gyb_sourcekit_support/ @ahoppen @bnbarham @hamishknight @rintaro |
266 | | -/utils/sourcekit_fuzzer/ @ahoppen @bnbarham @hamishknight @rintaro |
267 | | -/utils/swift_build_support/products/earlyswiftsyntax.py @ahoppen @bnbarham @hamishknight @rintaro |
268 | | -/utils/swift_build_support/products/skstresstester.py @ahoppen @bnbarham @hamishknight @rintaro |
269 | | -/utils/swift_build_support/products/sourcekitlsp.py @ahoppen @bnbarham @hamishknight @rintaro |
270 | | -/utils/swift_build_support/products/swiftformat.py @ahoppen @allevato @bnbarham @hamishknight @rintaro |
271 | | -/utils/swift_build_support/products/swiftsyntax.py @ahoppen @bnbarham @hamishknight @rintaro |
272 | | -/utils/swift-xcodegen/ @hamishknight |
273 | | -/utils/update-checkout* @shahmishal |
274 | | -/utils/update_checkout/ @shahmishal |
275 | | -/utils/vim/ @compnerd |
276 | | - |
277 | | -# validation-test |
278 | | -/validation-test/Driver/ @artemcm |
279 | | -/validation-test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight |
280 | | -/validation-test/IRGen/ @rjmccall |
281 | | -/validation-test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
282 | | -/validation-test/Reflection/ @slavapestov |
283 | | -/validation-test/Runtime/ @rjmccall |
284 | | -/validation-test/SIL/ @jckarter |
285 | | -/validation-test/SILGen/ @jckarter |
286 | | -/validation-test/SILOptimizer/ @eeckstein |
287 | | -/validation-test/Sema/ @hborla @slavapestov @xedin |
288 | | -/validation-test/Serialization/ @xymus |
289 | | -/validation-test/stdlib/ @swiftlang/standard-librarians |
| 1 | +# For the release branch @swiftlang/swift-branch-managers needs to approve the changes |
| 2 | +* @swiftlang/swift-branch-managers |
0 commit comments