Skip to content

Commit d99c72a

Browse files
authored
Merge pull request swiftlang#6874 from jrose-apple/CODE_OWNERS
Update CODE_OWNERS.txt
2 parents 121a420 + babc84f commit d99c72a

File tree

1 file changed

+41
-5
lines changed

1 file changed

+41
-5
lines changed

CODE_OWNERS.TXT

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,85 @@ They are also the gatekeepers for their part of Swift, with the final word on
44
what goes in or not.
55

66
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), description (D).
7+
beautification by scripts. The fields are: name (N), email (E),
8+
GitHub account (G), description (D).
99

1010
N: Ben Cohen
1111
12+
G: airspeedswift
1213
D: Swift standard library
1314

15+
N: Brian Croom
16+
17+
G: briancroom
18+
D: XCTest overlay
19+
1420
N: Erik Eckstein
1521
22+
G: eeckstein
1623
D: SILOptimizer
1724

1825
N: Xi Ge
1926
27+
G: nkcsgexi
2028
D: Markup, Migrator, lib/Syntax
2129

2230
N: Doug Gregor
2331
32+
G: DougGregor
2433
D: AST, Basic, Parse, Sema
2534

2635
N: Joe Groff
2736
37+
G: jckarter
2838
D: SIL, SILGen, everything in Swift not covered by someone else
2939

3040
N: Argyrios Kyrzidis
3141
32-
D: IDE, SourceKit, swift-ide-test
42+
G: akyrtzi
43+
D: IDE, Index, SourceKit, swift-ide-test
3344

3445
N: Luke Larson
3546
47+
G: lplarson
3648
D: Swift Benchmark Suite
3749

3850
N: John McCall
3951
52+
G: rjmccall
4053
D: Demangler, IRGen, Runtime
4154

55+
N: Max Moiseev
56+
57+
G: moiseev
58+
D: Apple contact for non-corelibs overlays
59+
60+
N: Tony Parker
61+
62+
G: parkera
63+
D: Foundation overlay
64+
4265
N: Slava Pestov
4366
67+
G: slavapestov
4468
D: Reflection, SwiftRemoteMirror
4569

70+
N: Adrian Prantl
71+
72+
G: adrian-prantl
73+
D: Debug info
74+
4675
N: Jordan Rose
4776
48-
D: ClangImporter, Serialization, (Objective-)C printer, Driver
77+
G: jrose-apple
78+
D: ClangImporter, Serialization, PrintAsObjC, Driver, Frontend
79+
80+
N: Daniel Steffen
81+
82+
G: das
83+
D: Dispatch overlay
4984

5085
N: Anna Zaks
5186
52-
D: SIL diagnostics passes
87+
G: AnnaZaks
88+
D: SIL diagnostics passes, sanitizers

0 commit comments

Comments
 (0)