@@ -4,49 +4,85 @@ They are also the gatekeepers for their part of Swift, with the final word on
4
4
what goes in or not.
5
5
6
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 ), description (D).
7
+ beautification by scripts. The fields are: name (N), email (E),
8
+ GitHub account (G ), description (D).
9
9
10
10
N: Ben Cohen
11
11
12
+ G: airspeedswift
12
13
D: Swift standard library
13
14
15
+ N: Brian Croom
16
+
17
+ G: briancroom
18
+ D: XCTest overlay
19
+
14
20
N: Erik Eckstein
15
21
22
+ G: eeckstein
16
23
D: SILOptimizer
17
24
18
25
N: Xi Ge
19
26
27
+ G: nkcsgexi
20
28
D: Markup, Migrator, lib/Syntax
21
29
22
30
N: Doug Gregor
23
31
32
+ G: DougGregor
24
33
D: AST, Basic, Parse, Sema
25
34
26
35
N: Joe Groff
27
36
37
+ G: jckarter
28
38
D: SIL, SILGen, everything in Swift not covered by someone else
29
39
30
40
N: Argyrios Kyrzidis
31
41
32
- D: IDE, SourceKit, swift-ide-test
42
+ G: akyrtzi
43
+ D: IDE, Index, SourceKit, swift-ide-test
33
44
34
45
N: Luke Larson
35
46
47
+ G: lplarson
36
48
D: Swift Benchmark Suite
37
49
38
50
N: John McCall
39
51
52
+ G: rjmccall
40
53
D: Demangler, IRGen, Runtime
41
54
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
+
42
65
N: Slava Pestov
43
66
67
+ G: slavapestov
44
68
D: Reflection, SwiftRemoteMirror
45
69
70
+ N: Adrian Prantl
71
+
72
+ G: adrian-prantl
73
+ D: Debug info
74
+
46
75
N: Jordan Rose
47
76
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
49
84
50
85
N: Anna Zaks
51
86
52
- D: SIL diagnostics passes
87
+ G: AnnaZaks
88
+ D: SIL diagnostics passes, sanitizers
0 commit comments