Skip to content

Commit f166112

Browse files
committed
.github: Complete migration from CODE_OWNERS.txt
1 parent e2db74f commit f166112

File tree

1 file changed

+64
-24
lines changed

1 file changed

+64
-24
lines changed

.github/CODEOWNERS

Lines changed: 64 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# TODO: /apinotes
3939

4040
# benchmark
41-
# TODO: /benchmark
41+
/benchmark @eeckstein
4242

4343
# bindings
4444
# TODO: /bindings
@@ -48,51 +48,63 @@
4848

4949
# docs
5050
/docs/CrossCompilationModel.md @MaxDesiatov
51-
/docs/Generics.rst @slavapestov
52-
/docs/Generics/ @slavapestov
51+
/docs/Generics @slavapestov
5352
/docs/HowToGuides/ @AnthonyLatsis @LucianoPAlmeida @xedin
53+
/docs/Optimizer* @eeckstein
54+
/docs/SIL* @jckarter
5455
/docs/Windows* @compnerd
5556

5657
# include
5758
/include/swift-c/DependencyScan/ @artemcm
59+
/include/swift/*Demangl*/ @rjmccall
5860
/include/swift/AST/ @hborla @slavapestov @xedin
5961
/include/swift/AST/*Availability* @tshortli
6062
/include/swift/AST/*Conformance* @slavapestov
63+
/include/swift/AST/*Demangl* @rjmccall
6164
/include/swift/AST/*Distributed* @ktoso
6265
/include/swift/AST/*Generic* @hborla @slavapestov
6366
/include/swift/AST/*Protocol* @hborla @slavapestov
6467
/include/swift/AST/*Requirement* @hborla @slavapestov
6568
/include/swift/AST/*Substitution* @slavapestov
6669
/include/swift/AST/DiagnosticsParse.def @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
6770
/include/swift/AST/Evaluator* @CodaFi @slavapestov
71+
/include/swift/Basic/ @DougGregor
6872
/include/swift/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
6973
/include/swift/DependencyScan @artemcm
7074
/include/swift/Driver*/ @artemcm
71-
# TODO: /include/swift/IRGen/
75+
/include/swift/Frontend*/ @artemcm @tshortli
7276
/include/swift/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
77+
/include/swift/IRGen/ @rjmccall
7378
/include/swift/Index/ @ahoppen @bnbarham @hamishknight @rintaro
79+
/include/swift/Markup/ @nkcsgexi
80+
/include/swift/Migrator/ @nkcsgexi
7481
/include/swift/Option/*Options* @tshortli
7582
/include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
7683
/include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
7784
/include/swift/Refactoring @ahoppen @bnbarham @hamishknight @rintaro
78-
# TODO: /include/swift/SIL/
79-
# TODO: /include/swift/SILOptimizer/
85+
/include/swift/Runtime/ @rjmccall
86+
/include/swift/SIL/ @jckarter
8087
/include/swift/SIL/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro
88+
/include/swift/SIL/*DebugInfo* @adrian-prantl
8189
/include/swift/SIL/SILDebug* @adrian-prantl
8290
/include/swift/SIL/SILProfiler.h @ahoppen @bnbarham @hamishknight @rintaro
91+
/include/swift/SILOptimizer/ @eeckstein
8392
/include/swift/SILOptimizer/Utils/Distributed* @ktoso
8493
/include/swift/Sema/ @hborla @slavapestov @xedin
8594
/include/swift/Sema/CS* @hborla @xedin
8695
/include/swift/Sema/Constraint* @hborla @xedin
87-
# TODO: /include/swift/Serialization/
96+
/include/swift/Serialization/ @xymus
8897
/include/swift/Serialization/SerializedModuleLoader* @artemcm
98+
/include/swift/SwiftRemoteMirror/ @slavapestov
8999
/include/swift/SymbolGraphGen/ @QuietMisdreavus
90100
/include/swift/Threading @al45tair
91101

92102
# lib
103+
/lib/*Demangl*/ @rjmccall
93104
/lib/AST/ @hborla @slavapestov @xedin
94105
/lib/AST/*Availability* @tshortli
95106
/lib/AST/*Conformance* @slavapestov
107+
/lib/AST/*Demangl* @rjmccall
96108
/lib/AST/*Generic* @hborla @slavapestov
97109
/lib/AST/*Requirement* @hborla @slavapestov
98110
/lib/AST/*Substitution @slavapestov
@@ -101,32 +113,39 @@
101113
/lib/AST/ModuleLoader.cpp @artemcm
102114
/lib/AST/RequirementMachine/ @slavapestov
103115
/lib/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro
116+
/lib/Basic/ @DougGregor
104117
/lib/Basic/Windows @compnerd
105118
/lib/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
106119
/lib/ClangImporter/DWARFImporter* @adrian-prantl
107120
/lib/DependencyScan @artemcm
108121
/lib/Driver*/ @artemcm
109122
/lib/DriverTool/autolink_extract_main.cpp @MaxDesiatov @etcwilde
123+
/lib/DriverTool/sil* @jckarter
124+
/lib/DriverTool/sil_opt* @eeckstein
110125
/lib/DriverTool/swift_symbolgraph_extract_main.cpp @QuietMisdreavus
111-
/lib/Frontend/*ModuleInterface* @artemcm @tshortli
112-
# TODO: /lib/IRGen/
126+
/lib/Frontend*/ @artemcm @tshortli
113127
/lib/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
114128
/lib/IDETool/ @ahoppen @bnbarham @hamishknight @rintaro
129+
/lib/IRGen/ @rjmccall
115130
/lib/IRGen/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro
116131
/lib/IRGen/*Debug* @adrian-prantl
117132
/lib/IRGen/*Distributed* @ktoso
118133
/lib/Index/ @ahoppen @bnbarham @hamishknight @rintaro
134+
/lib/Markup/ @nkcsgexi
135+
/lib/Migrator/ @nkcsgexi
119136
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
120137
/lib/PrintAsClang @zoecarver @hyp @egorzhdan
121138
/lib/Refactoring/ @ahoppen @bnbarham @hamishknight @rintaro
122-
# TODO: /lib/SIL/
139+
/lib/SIL/ @jckarter
140+
/lib/SIL/**/*DebugInfo* @adrian-prantl
123141
/lib/SIL/IR/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro
124142
/lib/SIL/IR/SILDebug* @adrian-prantl
125143
/lib/SIL/IR/SILLocation* @adrian-prantl
126144
/lib/SIL/IR/SILProfiler.cpp @ahoppen @bnbarham @hamishknight @rintaro
127-
# TODO: /lib/SILGen/
145+
/lib/SILGen/ @jckarter
128146
/lib/SILGen/*Distributed* @ktoso
129-
# TODO: /lib/SILOptimizer/
147+
/lib/SILOptimizer/ @eeckstein
148+
/lib/SILOptimizer/**/*DebugInfo* @adrian-prantl
130149
/lib/SILOptimizer/Mandatory/ConsumeOperator* @kavon
131150
/lib/SILOptimizer/Mandatory/FlowIsolation.cpp @kavon
132151
/lib/SILOptimizer/Mandatory/MoveOnly* @kavon
@@ -141,8 +160,9 @@
141160
/lib/Sema/TypeCheckDistributed* @hborla @ktoso @xedin
142161
/lib/Sema/TypeCheckProtocol* @AnthonyLatsis @hborla @slavapestov
143162
/lib/Sema/TypeCheckType* @AnthonyLatsis @hborla @slavapestov @xedin
144-
# TODO: /lib/Serialization/
163+
/lib/Serialization/ @xymus
145164
/lib/Serialization/SerializedModuleLoader* @artemcm
165+
/lib/SwiftRemoteMirror/ @slavapestov
146166
/lib/SymbolGraphGen @QuietMisdreavus
147167
/lib/Threading @al45tair
148168

@@ -151,41 +171,51 @@
151171

152172
# stdlib
153173
/stdlib/ @swiftlang/standard-librarians
174+
/stdlib/private/*Runtime*/ @rjmccall
175+
/stdlib/private/SwiftReflectionTest/ @slavapestov
176+
/stdlib/public/*Demangl*/ @rjmccall
154177
/stdlib/public/Backtracing/ @al45tair
155178
/stdlib/public/Concurrency/ @ktoso
156179
/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan
157180
/stdlib/public/Distributed/ @ktoso
158181
/stdlib/public/Observation/ @phausler
182+
/stdlib/public/SwiftRemoteMirror/ @slavapestov
159183
/stdlib/public/Threading/ @al45tair
160184
/stdlib/public/Windows/ @compnerd
161185
/stdlib/public/libexec/swift-backtrace/ @al45tair
162186
/stdlib/public/runtime/ @mikeash @al45tair
187+
/stdlib/tools/swift-reflection-test/ @slavapestov
163188

164189
# test
190+
/test/*Demangl*/ @rjmccall
165191
/test/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro
166192
/test/Concurrency/ @ktoso
167193
/test/Constraints/ @hborla @xedin
168194
/test/DebugInfo/ @adrian-prantl
169195
/test/Distributed/ @ktoso
170196
/test/Driver/ @artemcm
171197
/test/Driver/static* @MaxDesiatov @etcwilde
198+
/test/Frontend/ @artemcm @tshortli
172199
/test/Generics/ @hborla @slavapestov
173200
/test/Generics/inverse* @kavon
174-
# TODO: /test/IRGen/
175201
/test/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
202+
/test/IRGen/ @rjmccall
176203
/test/Index/ @ahoppen @bnbarham @hamishknight @rintaro
177204
/test/Interop/ @zoecarver @hyp @egorzhdan
205+
/test/Migrator/ @nkcsgexi
178206
/test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
179207
/test/Profiler @ahoppen @bnbarham @hamishknight @rintaro
180-
# TODO: /test/SIL/
181-
# TODO: /test/SILGen/
182-
# TODO: /test/SILOptimizer/
208+
/test/Reflection/ @slavapestov
209+
/test/Runtime/ @rjmccall
210+
/test/SIL/ @jckarter
211+
/test/SILGen/ @jckarter
212+
/test/SILOptimizer/ @eeckstein
183213
/test/SILOptimizer/moveonly* @kavon
184214
/test/SILOptimizer/noimplicitcopy* @kavon
185215
/test/ScanDependencies/ @artemcm
186216
/test/Sema/ @hborla @slavapestov @xedin
187217
/test/Sema/moveonly* @kavon
188-
# TODO: /test/Serialization/
218+
/test/Serialization/ @xymus
189219
/test/SourceKit/ @ahoppen @bnbarham @hamishknight @rintaro
190220
/test/SymbolGraph/ @QuietMisdreavus
191221
/test/abi/ @swiftlang/standard-librarians
@@ -195,27 +225,35 @@
195225
/test/decl/protocol/special/DistributedActor.swift @ktoso
196226
/test/expr/ @hborla @slavapestov @xedin
197227
/test/refactoring/ @ahoppen @bnbarham @hamishknight @rintaro
228+
/test/sil* @jckarter
229+
/test/sil-opt* @eeckstein
198230
/test/stdlib/ @swiftlang/standard-librarians
199231
/test/stmt/ @hborla @xedin
200232
/test/type/ @hborla @slavapestov @xedin
201233

202234
# tools
203235
# TODO: /tools
236+
/tools/*reflection/ @slavapestov
204237
/tools/SourceKit @ahoppen @bnbarham @hamishknight @rintaro
205238
/tools/driver/ @artemcm
206239
/tools/lldb-moduleimport-test/ @adrian-prantl
240+
/tools/swift-demangle* @rjmccall
207241
/tools/swift-ide-test @ahoppen @bnbarham @hamishknight @rintaro
208242
/tools/swift-inspect @mikeash @al45tair @compnerd
209243
/tools/swift-refactor @ahoppen @bnbarham @hamishknight @rintaro
210244

211245
# unittests
246+
/unittests/*Demangl*/ @rjmccall
212247
/unittests/AST/ @hborla @slavapestov @xedin
213248
/unittests/AST/*Evaluator* @CodaFi @slavapestov
214249
/unittests/DependencyScan/ @artemcm
250+
/unittests/FrontendTool/ @artemcm @tshortli
215251
/unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
216-
# TODO: /unittests/SIL/
252+
/unittests/Reflection/ @slavapestov
253+
/unittests/SIL/ @jckarter
217254
/unittests/Sema/ @hborla @xedin
218255
/unittests/SourceKit/ @ahoppen @bnbarham @rintaro @hamishknight
256+
/unittests/runtime/ @rjmccall
219257

220258
# userdocs
221259
# TODO: /userdocs
@@ -234,13 +272,15 @@
234272
/utils/vim/ @compnerd
235273

236274
# validation-test
237-
# TODO: /validation-test/IRGen/
238275
/validation-test/Driver/ @artemcm
239276
/validation-test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
277+
/validation-test/IRGen/ @rjmccall
240278
/validation-test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
241-
# TODO: /validation-test/SIL/
242-
# TODO: /validation-test/SILGen/
243-
# TODO: /validation-test/SILOptimizer/
279+
/validation-test/Reflection/ @slavapestov
280+
/validation-test/Runtime/ @rjmccall
281+
/validation-test/SIL/ @jckarter
282+
/validation-test/SILGen/ @jckarter
283+
/validation-test/SILOptimizer/ @eeckstein
244284
/validation-test/Sema/ @hborla @slavapestov @xedin
245-
# TODO: /validation-test/Serialization/
285+
/validation-test/Serialization/ @xymus
246286
/validation-test/stdlib/ @swiftlang/standard-librarians

0 commit comments

Comments
 (0)