Skip to content

Commit c25fd8a

Browse files
committed
Annoint code owners.
Divide the (mostly) top-level directories of Swift into areas of code ownership, similarly to what we do in LLVM and Clang. As with LLVM and Clang, this list will grow and evolve over time.
1 parent a77183c commit c25fd8a

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CODE_OWNERS.TXT

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
This file is a list of the people responsible for ensuring that patches for a
2+
particular part of Swift are reviewed, either by themself or by someone else.
3+
They are also the gatekeepers for their part of Swift, with the final word on
4+
what goes in or not.
5+
6+
The list is sorted by surname and formatted to allow easy grepping and
7+
beautification by scripts. The fields are: name (N), email (E), web-address
8+
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9+
(S).
10+
11+
N: David Abrahams
12+
13+
D: Swift standard library
14+
15+
N: David Farler
16+
17+
D: Markup, Swift Linux port
18+
19+
N: Doug Gregor
20+
21+
D: AST, Basic, Parse, Sema
22+
23+
N: Joe Groff
24+
25+
D: SIL, SILGen
26+
27+
N: Argyrios Kyrzidis
28+
29+
D: IDE, SourceKit, swift-ide-test
30+
31+
N: Chris Lattner
32+
33+
D: Everything in Swift not covered by someone else
34+
35+
N: John McCall
36+
37+
D: Demangler, IRGen, Runtime
38+
39+
N: Joe Pamer
40+
41+
D: Expression type checker (Sema/ConstraintSystem)
42+
43+
N: Jordan Rose
44+
45+
D: ClangImporter, Serialization, (Objective-)C printer, Driver
46+
47+
N: Nadav Rotem
48+
49+
D: SILAnalysis, SILPasses
50+
51+
N: Anna Zaks
52+
53+
D: SIL diagnostics passes

0 commit comments

Comments
 (0)