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