|
38 | 38 | # TODO: /apinotes |
39 | 39 |
|
40 | 40 | # benchmark |
41 | | -# TODO: /benchmark |
| 41 | +/benchmark @eeckstein |
42 | 42 |
|
43 | 43 | # bindings |
44 | 44 | # TODO: /bindings |
|
48 | 48 |
|
49 | 49 | # docs |
50 | 50 | /docs/CrossCompilationModel.md @MaxDesiatov |
51 | | -/docs/Generics.rst @slavapestov |
52 | | -/docs/Generics/ @slavapestov |
| 51 | +/docs/Generics @slavapestov |
53 | 52 | /docs/HowToGuides/ @AnthonyLatsis @LucianoPAlmeida @xedin |
| 53 | +/docs/Optimizer* @eeckstein |
| 54 | +/docs/SIL* @jckarter |
| 55 | +/docs/Windows* @compnerd |
54 | 56 |
|
55 | 57 | # include |
| 58 | +/include/swift-c/DependencyScan/ @artemcm |
| 59 | +/include/swift/*Demangl*/ @rjmccall |
56 | 60 | /include/swift/AST/ @hborla @slavapestov @xedin |
57 | 61 | /include/swift/AST/*Availability* @tshortli |
58 | 62 | /include/swift/AST/*Conformance* @slavapestov |
| 63 | +/include/swift/AST/*Demangl* @rjmccall |
59 | 64 | /include/swift/AST/*Distributed* @ktoso |
60 | 65 | /include/swift/AST/*Generic* @hborla @slavapestov |
61 | 66 | /include/swift/AST/*Protocol* @hborla @slavapestov |
62 | 67 | /include/swift/AST/*Requirement* @hborla @slavapestov |
63 | 68 | /include/swift/AST/*Substitution* @slavapestov |
64 | | -/include/swift/AST/Evaluator* @CodaFi @slavapestov |
65 | 69 | /include/swift/AST/DiagnosticsParse.def @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
| 70 | +/include/swift/AST/Evaluator* @CodaFi @slavapestov |
| 71 | +/include/swift/Basic/ @DougGregor |
66 | 72 | /include/swift/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder |
67 | 73 | /include/swift/DependencyScan @artemcm |
68 | | -/include/swift/Driver @artemcm |
69 | | -# TODO: /include/swift/IRGen/ |
| 74 | +/include/swift/Driver*/ @artemcm |
| 75 | +/include/swift/Frontend*/ @artemcm @tshortli |
70 | 76 | /include/swift/IDE/ @ahoppen @bnbarham @hamishknight @rintaro |
| 77 | +/include/swift/IRGen/ @rjmccall |
71 | 78 | /include/swift/Index/ @ahoppen @bnbarham @hamishknight @rintaro |
| 79 | +/include/swift/Markup/ @nkcsgexi |
| 80 | +/include/swift/Migrator/ @nkcsgexi |
72 | 81 | /include/swift/Option/*Options* @tshortli |
73 | 82 | /include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
74 | 83 | /include/swift/PrintAsClang @zoecarver @hyp @egorzhdan |
75 | 84 | /include/swift/Refactoring @ahoppen @bnbarham @hamishknight @rintaro |
76 | | -# TODO: /include/swift/SIL/ |
77 | | -# TODO: /include/swift/SILOptimizer/ |
| 85 | +/include/swift/Runtime/ @rjmccall |
| 86 | +/include/swift/SIL/ @jckarter |
78 | 87 | /include/swift/SIL/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro |
79 | | -/include/swift/SIL/SILProfiler.h @ahoppen @bnbarham @hamishknight @rintaro |
| 88 | +/include/swift/SIL/*DebugInfo* @adrian-prantl |
80 | 89 | /include/swift/SIL/SILDebug* @adrian-prantl |
| 90 | +/include/swift/SIL/SILProfiler.h @ahoppen @bnbarham @hamishknight @rintaro |
| 91 | +/include/swift/SILOptimizer/ @eeckstein |
81 | 92 | /include/swift/SILOptimizer/Utils/Distributed* @ktoso |
82 | 93 | /include/swift/Sema/ @hborla @slavapestov @xedin |
83 | 94 | /include/swift/Sema/CS* @hborla @xedin |
84 | 95 | /include/swift/Sema/Constraint* @hborla @xedin |
| 96 | +/include/swift/Serialization/ @xymus |
| 97 | +/include/swift/Serialization/SerializedModuleLoader* @artemcm |
| 98 | +/include/swift/SwiftRemoteMirror/ @slavapestov |
85 | 99 | /include/swift/SymbolGraphGen/ @QuietMisdreavus |
86 | 100 | /include/swift/Threading @al45tair |
87 | 101 |
|
88 | 102 | # lib |
| 103 | +/lib/*Demangl*/ @rjmccall |
89 | 104 | /lib/AST/ @hborla @slavapestov @xedin |
90 | 105 | /lib/AST/*Availability* @tshortli |
91 | | -/lib/AST/ASTPrinter.cpp @hborla @slavapestov @xedin @tshortli |
92 | 106 | /lib/AST/*Conformance* @slavapestov |
| 107 | +/lib/AST/*Demangl* @rjmccall |
93 | 108 | /lib/AST/*Generic* @hborla @slavapestov |
94 | 109 | /lib/AST/*Requirement* @hborla @slavapestov |
95 | 110 | /lib/AST/*Substitution @slavapestov |
| 111 | +/lib/AST/ASTPrinter.cpp @hborla @slavapestov @xedin @tshortli |
96 | 112 | /lib/AST/Evaluator* @CodaFi @slavapestov |
97 | 113 | /lib/AST/ModuleLoader.cpp @artemcm |
98 | 114 | /lib/AST/RequirementMachine/ @slavapestov |
99 | 115 | /lib/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro |
| 116 | +/lib/Basic/ @DougGregor |
100 | 117 | /lib/Basic/Windows @compnerd |
101 | 118 | /lib/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder |
102 | 119 | /lib/ClangImporter/DWARFImporter* @adrian-prantl |
103 | 120 | /lib/DependencyScan @artemcm |
104 | | -/lib/Driver @artemcm |
| 121 | +/lib/Driver*/ @artemcm |
105 | 122 | /lib/DriverTool/autolink_extract_main.cpp @MaxDesiatov @etcwilde |
| 123 | +/lib/DriverTool/sil* @jckarter |
| 124 | +/lib/DriverTool/sil_opt* @eeckstein |
106 | 125 | /lib/DriverTool/swift_symbolgraph_extract_main.cpp @QuietMisdreavus |
107 | | -/lib/Frontend/*ModuleInterface* @artemcm @tshortli |
108 | | -# TODO: /lib/IRGen/ |
| 126 | +/lib/Frontend*/ @artemcm @tshortli |
109 | 127 | /lib/IDE/ @ahoppen @bnbarham @hamishknight @rintaro |
110 | 128 | /lib/IDETool/ @ahoppen @bnbarham @hamishknight @rintaro |
| 129 | +/lib/IRGen/ @rjmccall |
111 | 130 | /lib/IRGen/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro |
112 | 131 | /lib/IRGen/*Debug* @adrian-prantl |
113 | 132 | /lib/IRGen/*Distributed* @ktoso |
114 | 133 | /lib/Index/ @ahoppen @bnbarham @hamishknight @rintaro |
| 134 | +/lib/Markup/ @nkcsgexi |
| 135 | +/lib/Migrator/ @nkcsgexi |
115 | 136 | /lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
116 | 137 | /lib/PrintAsClang @zoecarver @hyp @egorzhdan |
117 | 138 | /lib/Refactoring/ @ahoppen @bnbarham @hamishknight @rintaro |
118 | | -# TODO: /lib/SIL/ |
| 139 | +/lib/SIL/ @jckarter |
| 140 | +/lib/SIL/**/*DebugInfo* @adrian-prantl |
119 | 141 | /lib/SIL/IR/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro |
120 | | -/lib/SIL/IR/SILProfiler.cpp @ahoppen @bnbarham @hamishknight @rintaro |
121 | 142 | /lib/SIL/IR/SILDebug* @adrian-prantl |
122 | 143 | /lib/SIL/IR/SILLocation* @adrian-prantl |
123 | | -# TODO: /lib/SILGen/ |
| 144 | +/lib/SIL/IR/SILProfiler.cpp @ahoppen @bnbarham @hamishknight @rintaro |
| 145 | +/lib/SILGen/ @jckarter |
124 | 146 | /lib/SILGen/*Distributed* @ktoso |
125 | | -# TODO: /lib/SILOptimizer/ |
126 | | -/lib/SILOptimizer/Mandatory/FlowIsolation.cpp @kavon |
| 147 | +/lib/SILOptimizer/ @eeckstein |
| 148 | +/lib/SILOptimizer/**/*DebugInfo* @adrian-prantl |
127 | 149 | /lib/SILOptimizer/Mandatory/ConsumeOperator* @kavon |
| 150 | +/lib/SILOptimizer/Mandatory/FlowIsolation.cpp @kavon |
128 | 151 | /lib/SILOptimizer/Mandatory/MoveOnly* @kavon |
129 | 152 | /lib/SILOptimizer/Utils/Distributed* @ktoso |
130 | 153 | /lib/Sema/ @hborla @slavapestov @xedin |
|
137 | 160 | /lib/Sema/TypeCheckDistributed* @hborla @ktoso @xedin |
138 | 161 | /lib/Sema/TypeCheckProtocol* @AnthonyLatsis @hborla @slavapestov |
139 | 162 | /lib/Sema/TypeCheckType* @AnthonyLatsis @hborla @slavapestov @xedin |
140 | | -/lib/Serialization/SerializedModuleLoader.cpp @artemcm |
| 163 | +/lib/Serialization/ @xymus |
| 164 | +/lib/Serialization/SerializedModuleLoader* @artemcm |
| 165 | +/lib/SwiftRemoteMirror/ @slavapestov |
141 | 166 | /lib/SymbolGraphGen @QuietMisdreavus |
142 | 167 | /lib/Threading @al45tair |
143 | 168 |
|
|
146 | 171 |
|
147 | 172 | # stdlib |
148 | 173 | /stdlib/ @swiftlang/standard-librarians |
| 174 | +/stdlib/private/*Runtime*/ @rjmccall |
| 175 | +/stdlib/private/SwiftReflectionTest/ @slavapestov |
| 176 | +/stdlib/public/*Demangl*/ @rjmccall |
149 | 177 | /stdlib/public/Backtracing/ @al45tair |
150 | 178 | /stdlib/public/Concurrency/ @ktoso |
151 | 179 | /stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan |
152 | 180 | /stdlib/public/Distributed/ @ktoso |
153 | 181 | /stdlib/public/Observation/ @phausler |
| 182 | +/stdlib/public/SwiftRemoteMirror/ @slavapestov |
154 | 183 | /stdlib/public/Threading/ @al45tair |
155 | 184 | /stdlib/public/Windows/ @compnerd |
156 | 185 | /stdlib/public/libexec/swift-backtrace/ @al45tair |
157 | 186 | /stdlib/public/runtime/ @mikeash @al45tair |
| 187 | +/stdlib/tools/swift-reflection-test/ @slavapestov |
158 | 188 |
|
159 | 189 | # test |
| 190 | +/test/*Demangl*/ @rjmccall |
160 | 191 | /test/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro |
161 | 192 | /test/Concurrency/ @ktoso |
162 | 193 | /test/Constraints/ @hborla @xedin |
163 | 194 | /test/DebugInfo/ @adrian-prantl |
164 | 195 | /test/Distributed/ @ktoso |
165 | 196 | /test/Driver/ @artemcm |
166 | 197 | /test/Driver/static* @MaxDesiatov @etcwilde |
| 198 | +/test/Frontend/ @artemcm @tshortli |
167 | 199 | /test/Generics/ @hborla @slavapestov |
168 | 200 | /test/Generics/inverse* @kavon |
169 | | -# TODO: /test/IRGen/ |
170 | 201 | /test/IDE/ @ahoppen @bnbarham @hamishknight @rintaro |
| 202 | +/test/IRGen/ @rjmccall |
171 | 203 | /test/Index/ @ahoppen @bnbarham @hamishknight @rintaro |
172 | 204 | /test/Interop/ @zoecarver @hyp @egorzhdan |
| 205 | +/test/Migrator/ @nkcsgexi |
173 | 206 | /test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
174 | 207 | /test/Profiler @ahoppen @bnbarham @hamishknight @rintaro |
175 | | -# TODO: /test/SIL/ |
176 | | -# TODO: /test/SILGen/ |
177 | | -# TODO: /test/SILOptimizer/ |
| 208 | +/test/Reflection/ @slavapestov |
| 209 | +/test/Runtime/ @rjmccall |
| 210 | +/test/SIL/ @jckarter |
| 211 | +/test/SILGen/ @jckarter |
| 212 | +/test/SILOptimizer/ @eeckstein |
178 | 213 | /test/SILOptimizer/moveonly* @kavon |
179 | 214 | /test/SILOptimizer/noimplicitcopy* @kavon |
180 | 215 | /test/ScanDependencies/ @artemcm |
181 | 216 | /test/Sema/ @hborla @slavapestov @xedin |
182 | 217 | /test/Sema/moveonly* @kavon |
| 218 | +/test/Serialization/ @xymus |
183 | 219 | /test/SourceKit/ @ahoppen @bnbarham @hamishknight @rintaro |
184 | 220 | /test/SymbolGraph/ @QuietMisdreavus |
185 | 221 | /test/abi/ @swiftlang/standard-librarians |
|
189 | 225 | /test/decl/protocol/special/DistributedActor.swift @ktoso |
190 | 226 | /test/expr/ @hborla @slavapestov @xedin |
191 | 227 | /test/refactoring/ @ahoppen @bnbarham @hamishknight @rintaro |
| 228 | +/test/sil* @jckarter |
| 229 | +/test/sil-opt* @eeckstein |
192 | 230 | /test/stdlib/ @swiftlang/standard-librarians |
193 | 231 | /test/stmt/ @hborla @xedin |
194 | 232 | /test/type/ @hborla @slavapestov @xedin |
195 | 233 |
|
196 | 234 | # tools |
197 | 235 | # TODO: /tools |
| 236 | +/tools/*reflection/ @slavapestov |
198 | 237 | /tools/SourceKit @ahoppen @bnbarham @hamishknight @rintaro |
| 238 | +/tools/driver/ @artemcm |
199 | 239 | /tools/lldb-moduleimport-test/ @adrian-prantl |
| 240 | +/tools/swift-demangle* @rjmccall |
200 | 241 | /tools/swift-ide-test @ahoppen @bnbarham @hamishknight @rintaro |
201 | 242 | /tools/swift-inspect @mikeash @al45tair @compnerd |
202 | 243 | /tools/swift-refactor @ahoppen @bnbarham @hamishknight @rintaro |
203 | 244 |
|
204 | 245 | # unittests |
| 246 | +/unittests/*Demangl*/ @rjmccall |
205 | 247 | /unittests/AST/ @hborla @slavapestov @xedin |
206 | 248 | /unittests/AST/*Evaluator* @CodaFi @slavapestov |
| 249 | +/unittests/DependencyScan/ @artemcm |
| 250 | +/unittests/FrontendTool/ @artemcm @tshortli |
207 | 251 | /unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
208 | | -# TODO: /unittests/SIL/ |
| 252 | +/unittests/Reflection/ @slavapestov |
| 253 | +/unittests/SIL/ @jckarter |
209 | 254 | /unittests/Sema/ @hborla @xedin |
210 | 255 | /unittests/SourceKit/ @ahoppen @bnbarham @rintaro @hamishknight |
| 256 | +/unittests/runtime/ @rjmccall |
211 | 257 |
|
212 | 258 | # userdocs |
213 | 259 | # TODO: /userdocs |
|
226 | 272 | /utils/vim/ @compnerd |
227 | 273 |
|
228 | 274 | # validation-test |
229 | | -# TODO: /validation-test/IRGen/ |
| 275 | +/validation-test/Driver/ @artemcm |
230 | 276 | /validation-test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight |
| 277 | +/validation-test/IRGen/ @rjmccall |
231 | 278 | /validation-test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro |
232 | | -# TODO: /validation-test/SIL/ |
233 | | -# TODO: /validation-test/SILGen/ |
234 | | -# 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 |
235 | 284 | /validation-test/Sema/ @hborla @slavapestov @xedin |
| 285 | +/validation-test/Serialization/ @xymus |
236 | 286 | /validation-test/stdlib/ @swiftlang/standard-librarians |
0 commit comments