Skip to content

Commit ac57e61

Browse files
Merge branch 'main' into trailing-comma
2 parents e3f4228 + da61cd6 commit ac57e61

File tree

1,666 files changed

+38453
-22719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,666 files changed

+38453
-22719
lines changed

.github/CODEOWNERS

+79-28
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,83 +48,107 @@
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
55+
/docs/Windows* @compnerd
5456

5557
# include
58+
/include/swift-c/DependencyScan/ @artemcm
59+
/include/swift/*Demangl*/ @rjmccall
5660
/include/swift/AST/ @hborla @slavapestov @xedin
5761
/include/swift/AST/*Availability* @tshortli
5862
/include/swift/AST/*Conformance* @slavapestov
63+
/include/swift/AST/*Demangl* @rjmccall
5964
/include/swift/AST/*Distributed* @ktoso
6065
/include/swift/AST/*Generic* @hborla @slavapestov
6166
/include/swift/AST/*Protocol* @hborla @slavapestov
6267
/include/swift/AST/*Requirement* @hborla @slavapestov
6368
/include/swift/AST/*Substitution* @slavapestov
64-
/include/swift/AST/Evaluator* @CodaFi @slavapestov
6569
/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
6673
/include/swift/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
6774
/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
7077
/include/swift/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
78+
/include/swift/IRGen/ @rjmccall
7179
/include/swift/Index/ @ahoppen @bnbarham @hamishknight @rintaro
80+
/include/swift/Markup/ @nkcsgexi
81+
/include/swift/Migrator/ @nkcsgexi
7282
/include/swift/Option/*Options* @tshortli
7383
/include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
7484
/include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
7585
/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
7888
/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
8090
/include/swift/SIL/SILDebug* @adrian-prantl
91+
/include/swift/SIL/SILProfiler.h @ahoppen @bnbarham @hamishknight @rintaro
92+
/include/swift/SILOptimizer/ @eeckstein
8193
/include/swift/SILOptimizer/Utils/Distributed* @ktoso
8294
/include/swift/Sema/ @hborla @slavapestov @xedin
8395
/include/swift/Sema/CS* @hborla @xedin
8496
/include/swift/Sema/Constraint* @hborla @xedin
97+
/include/swift/Serialization/ @xymus
98+
/include/swift/Serialization/SerializedModuleLoader* @artemcm
99+
/include/swift/SwiftRemoteMirror/ @slavapestov
85100
/include/swift/SymbolGraphGen/ @QuietMisdreavus
86101
/include/swift/Threading @al45tair
87102

88103
# lib
104+
/lib/*Demangl*/ @rjmccall
89105
/lib/AST/ @hborla @slavapestov @xedin
90106
/lib/AST/*Availability* @tshortli
91-
/lib/AST/ASTPrinter.cpp @hborla @slavapestov @xedin @tshortli
92107
/lib/AST/*Conformance* @slavapestov
108+
/lib/AST/*Demangl* @rjmccall
93109
/lib/AST/*Generic* @hborla @slavapestov
94110
/lib/AST/*Requirement* @hborla @slavapestov
95111
/lib/AST/*Substitution @slavapestov
112+
/lib/AST/ASTPrinter.cpp @hborla @slavapestov @xedin @tshortli
96113
/lib/AST/Evaluator* @CodaFi @slavapestov
97114
/lib/AST/ModuleLoader.cpp @artemcm
98115
/lib/AST/RequirementMachine/ @slavapestov
99116
/lib/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro
117+
/lib/Basic/ @DougGregor
100118
/lib/Basic/Windows @compnerd
101119
/lib/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
102120
/lib/ClangImporter/DWARFImporter* @adrian-prantl
103121
/lib/DependencyScan @artemcm
104-
/lib/Driver @artemcm
122+
/lib/Driver*/ @artemcm
105123
/lib/DriverTool/autolink_extract_main.cpp @MaxDesiatov @etcwilde
124+
/lib/DriverTool/sil* @jckarter
125+
/lib/DriverTool/sil_opt* @eeckstein
106126
/lib/DriverTool/swift_symbolgraph_extract_main.cpp @QuietMisdreavus
107-
/lib/Frontend/*ModuleInterface* @artemcm @tshortli
108-
# TODO: /lib/IRGen/
127+
/lib/Frontend*/ @artemcm @tshortli
109128
/lib/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
110129
/lib/IDETool/ @ahoppen @bnbarham @hamishknight @rintaro
130+
/lib/IRGen/ @rjmccall
111131
/lib/IRGen/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro
112132
/lib/IRGen/*Debug* @adrian-prantl
113133
/lib/IRGen/*Distributed* @ktoso
114134
/lib/Index/ @ahoppen @bnbarham @hamishknight @rintaro
135+
/lib/Markup/ @nkcsgexi
136+
/lib/Migrator/ @nkcsgexi
115137
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
116138
/lib/PrintAsClang @zoecarver @hyp @egorzhdan
117139
/lib/Refactoring/ @ahoppen @bnbarham @hamishknight @rintaro
118-
# TODO: /lib/SIL/
140+
/lib/SIL/ @jckarter
141+
/lib/SIL/**/*DebugInfo* @adrian-prantl
119142
/lib/SIL/IR/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro
120-
/lib/SIL/IR/SILProfiler.cpp @ahoppen @bnbarham @hamishknight @rintaro
121143
/lib/SIL/IR/SILDebug* @adrian-prantl
122144
/lib/SIL/IR/SILLocation* @adrian-prantl
123-
# TODO: /lib/SILGen/
145+
/lib/SIL/IR/SILProfiler.cpp @ahoppen @bnbarham @hamishknight @rintaro
146+
/lib/SILGen/ @jckarter
124147
/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
127150
/lib/SILOptimizer/Mandatory/ConsumeOperator* @kavon
151+
/lib/SILOptimizer/Mandatory/FlowIsolation.cpp @kavon
128152
/lib/SILOptimizer/Mandatory/MoveOnly* @kavon
129153
/lib/SILOptimizer/Utils/Distributed* @ktoso
130154
/lib/Sema/ @hborla @slavapestov @xedin
@@ -137,7 +161,9 @@
137161
/lib/Sema/TypeCheckDistributed* @hborla @ktoso @xedin
138162
/lib/Sema/TypeCheckProtocol* @AnthonyLatsis @hborla @slavapestov
139163
/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
141167
/lib/SymbolGraphGen @QuietMisdreavus
142168
/lib/Threading @al45tair
143169

@@ -146,40 +172,51 @@
146172

147173
# stdlib
148174
/stdlib/ @swiftlang/standard-librarians
175+
/stdlib/private/*Runtime*/ @rjmccall
176+
/stdlib/private/SwiftReflectionTest/ @slavapestov
177+
/stdlib/public/*Demangl*/ @rjmccall
149178
/stdlib/public/Backtracing/ @al45tair
150179
/stdlib/public/Concurrency/ @ktoso
151180
/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan
152181
/stdlib/public/Distributed/ @ktoso
153182
/stdlib/public/Observation/ @phausler
183+
/stdlib/public/SwiftRemoteMirror/ @slavapestov
154184
/stdlib/public/Threading/ @al45tair
155185
/stdlib/public/Windows/ @compnerd
156186
/stdlib/public/libexec/swift-backtrace/ @al45tair
157187
/stdlib/public/runtime/ @mikeash @al45tair
188+
/stdlib/tools/swift-reflection-test/ @slavapestov
158189

159190
# test
191+
/test/*Demangl*/ @rjmccall
160192
/test/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro
161193
/test/Concurrency/ @ktoso
162194
/test/Constraints/ @hborla @xedin
163195
/test/DebugInfo/ @adrian-prantl
164196
/test/Distributed/ @ktoso
165197
/test/Driver/ @artemcm
166198
/test/Driver/static* @MaxDesiatov @etcwilde
199+
/test/Frontend/ @artemcm @tshortli
167200
/test/Generics/ @hborla @slavapestov
168201
/test/Generics/inverse* @kavon
169-
# TODO: /test/IRGen/
170202
/test/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
203+
/test/IRGen/ @rjmccall
171204
/test/Index/ @ahoppen @bnbarham @hamishknight @rintaro
172205
/test/Interop/ @zoecarver @hyp @egorzhdan
206+
/test/Migrator/ @nkcsgexi
173207
/test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
174208
/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
178214
/test/SILOptimizer/moveonly* @kavon
179215
/test/SILOptimizer/noimplicitcopy* @kavon
180216
/test/ScanDependencies/ @artemcm
181217
/test/Sema/ @hborla @slavapestov @xedin
182218
/test/Sema/moveonly* @kavon
219+
/test/Serialization/ @xymus
183220
/test/SourceKit/ @ahoppen @bnbarham @hamishknight @rintaro
184221
/test/SymbolGraph/ @QuietMisdreavus
185222
/test/abi/ @swiftlang/standard-librarians
@@ -189,25 +226,35 @@
189226
/test/decl/protocol/special/DistributedActor.swift @ktoso
190227
/test/expr/ @hborla @slavapestov @xedin
191228
/test/refactoring/ @ahoppen @bnbarham @hamishknight @rintaro
229+
/test/sil* @jckarter
230+
/test/sil-opt* @eeckstein
192231
/test/stdlib/ @swiftlang/standard-librarians
193232
/test/stmt/ @hborla @xedin
194233
/test/type/ @hborla @slavapestov @xedin
195234

196235
# tools
197236
# TODO: /tools
237+
/tools/*reflection/ @slavapestov
198238
/tools/SourceKit @ahoppen @bnbarham @hamishknight @rintaro
239+
/tools/driver/ @artemcm
199240
/tools/lldb-moduleimport-test/ @adrian-prantl
241+
/tools/swift-demangle* @rjmccall
200242
/tools/swift-ide-test @ahoppen @bnbarham @hamishknight @rintaro
201243
/tools/swift-inspect @mikeash @al45tair @compnerd
202244
/tools/swift-refactor @ahoppen @bnbarham @hamishknight @rintaro
203245

204246
# unittests
247+
/unittests/*Demangl*/ @rjmccall
205248
/unittests/AST/ @hborla @slavapestov @xedin
206249
/unittests/AST/*Evaluator* @CodaFi @slavapestov
250+
/unittests/DependencyScan/ @artemcm
251+
/unittests/FrontendTool/ @artemcm @tshortli
207252
/unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
208-
# TODO: /unittests/SIL/
253+
/unittests/Reflection/ @slavapestov
254+
/unittests/SIL/ @jckarter
209255
/unittests/Sema/ @hborla @xedin
210256
/unittests/SourceKit/ @ahoppen @bnbarham @rintaro @hamishknight
257+
/unittests/runtime/ @rjmccall
211258

212259
# userdocs
213260
# TODO: /userdocs
@@ -226,11 +273,15 @@
226273
/utils/vim/ @compnerd
227274

228275
# validation-test
229-
# TODO: /validation-test/IRGen/
276+
/validation-test/Driver/ @artemcm
230277
/validation-test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
278+
/validation-test/IRGen/ @rjmccall
231279
/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
235285
/validation-test/Sema/ @hborla @slavapestov @xedin
286+
/validation-test/Serialization/ @xymus
236287
/validation-test/stdlib/ @swiftlang/standard-librarians

.github/ISSUE_TEMPLATE/bug-report.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ body:
3333
attributes:
3434
label: Reproduction
3535
description: >
36-
Provide a test case, preferably in a Markdown codeblock, and explain
37-
how to build or run it to reproduce the problem. If the problem is a
38-
poor or unexpected error, warning, fix-it, or output, please show
39-
them. Consider reducing the test case to the smallest amount of code
36+
Provide a test case, preferably in a Markdown code block, and explain
37+
how to build or run it to reproduce the problem.
38+
If the problem is a poor or unexpected diagnostic, fix-it, or other
39+
output, please show this output as is.
40+
For example, paste it from the terminal.
41+
Consider reducing the test case to the smallest amount of code
4042
possible — a smaller test case is easier to reason about and more
4143
appealing to contributors.
4244
value: |

.github/ISSUE_TEMPLATE/crash-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body:
3434
attributes:
3535
label: Reproduction
3636
description: >
37-
Provide a test case, preferably in a Markdown codeblock, and explain
37+
Provide a test case, preferably in a Markdown code block, and explain
3838
how to build or run it to reproduce the problem. Consider reducing the
3939
test case to the smallest amount of code possible — a smaller test case
4040
is easier to reason about and more appealing to contributors.

.github/PULL_REQUEST_TEMPLATE/release.md

-46
This file was deleted.

.github/pull_request_template.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
<!-- What's in this pull request? -->
2-
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
3-
41
<!--
5-
If this pull request resolves any GitHub issues, link them.
6-
For information about linking a pull request to an issue, see:
2+
If this pull request is targeting a release branch, please fill out the
3+
following form:
4+
https://github.com/swiftlang/.github/blob/main/PULL_REQUEST_TEMPLATE/release.md?plain=1
5+
6+
Otherwise, replace this comment with a description of your changes and
7+
rationale. Provide links to external references/discussions if appropriate.
8+
If this pull request resolves any GitHub issues, link them like so:
9+
10+
Resolves <link to issue>, resolves <link to another issue>.
11+
12+
For more information about linking a pull request to an issue, see:
713
https://docs.github.com/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
814
-->
9-
Resolves #NNNNN, fix apple/llvm-project#MMMMM.
1015

1116
<!--
1217
Before merging this pull request, you must run the Swift continuous integration tests.

0 commit comments

Comments
 (0)