-
Notifications
You must be signed in to change notification settings - Fork 76
/
CODEOWNERS
Validating CODEOWNERS rules...
79 lines (58 loc) · 2.74 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Later lines in the file take precedence.
* @mshinwell
.github/ @mshinwell
.github/CODEOWNERS @mshinwell @lpw25
.gitignore @mshinwell
.vscode @mshinwell
autoconf-aux @mshinwell
configure.ac @mshinwell
**/dune @mshinwell
**/dune-project @mshinwell
Makefile.in @mshinwell
flambda_backend.opam @mshinwell
HACKING.md @mshinwell
README.md @mshinwell
build_ocaml_compiler.sexp @poechsel
backend/ @gretay-js @xclerc
backend/debug/ @mshinwell @poechsel
driver/ @mshinwell
external/memtrace/ @stedolan
file_formats/ @mshinwell
middle_end/ @mshinwell
middle_end/flambda2/ @mshinwell @lthls
middle_end/flambda2/algorithms @gbury @chambart
middle_end/flambda2/bound_identifiers @mshinwell @lthls
middle_end/flambda2/cmx @lthls @mshinwell
middle_end/flambda2/from_lambda @lthls @mshinwell
middle_end/flambda2/identifiers @mshinwell @lthls
middle_end/flambda2/kinds @mshinwell @lthls
middle_end/flambda2/lattices @mshinwell @lthls
middle_end/flambda2/nominal @mshinwell @lthls
middle_end/flambda2/numbers @mshinwell @gbury
middle_end/flambda2/simplify @mshinwell @gbury
middle_end/flambda2/simplify/env @mshinwell @gbury
middle_end/flambda2/simplify/inlining @poechsel @lukemaurer
middle_end/flambda2/simplify/lifting @mshinwell @chambart
middle_end/flambda2/simplify/unboxing @chambart @gbury
middle_end/flambda2/term_basics @mshinwell @lthls
middle_end/flambda2/terms @mshinwell @lthls
middle_end/flambda2/to_cmm @gbury @lthls
middle_end/flambda2/types @lthls @chambart
middle_end/flambda2/ui @mshinwell @poechsel
middle_end/flambda2/compare @lukemaurer
middle_end/flambda2/parser @lukemaurer
middle_end/flambda2/tests @lukemaurer
middle_end/flambda2/scripts @mshinwell
middle_end/flambda2/docs/backend_exceptions.md @lthls
middle_end/flambda2/docs/to_cmm.md @gbury
middle_end/flambda2/docs/types.md @lthls
native_toplevel/ @mshinwell
ocaml/asmcomp/ @gretay-js @xclerc
ocaml/runtime/ @stedolan
ocaml/typing/ @lpw25 @antalsz
scripts/ @mshinwell
testsuite/tools @gretay-js
testsuite/flambda2-test-list @xclerc
tools/merge_archives.ml @mshinwell @xclerc
tools/merge_dot_a_files.sh @mshinwell @xclerc
tools/objinfo.ml @mshinwell @xclerc