[llvm] Set the visibility of the llvm globals referring to the jit module to hidden...
[mono-project.git] / CODEOWNERS
blob5fd2656f9d1ca0d0f9934381a0bc77f2ce4a4195
1 # Mono Code Owners File
3 # GitHub uses this file to determine who to assign for reviews
4 # on pull requests. Please keep this file alphabetically sorted.
6 # References:
8 # https://github.com/blog/2392-introducing-code-owners
9 # https://help.github.com/articles/about-codeowners
12 # These owners will be the default owners for everything in the repo.
13 * @luhenry @marek-safar
15 # Order is important. The last matching pattern has the most precedence.
17 /acceptance-tests @akoeplinger
18 /acceptance-tests/profiler-stress* @alexrp
20 /data @marek-safar @akoeplinger @luhenry
21 /data/gdb @vargaz
22 /data/lldb @lewurm @vargaz
24 /docs @luhenry @marek-safar
25 /docs/sources/mono-api-profiler.html @alexrp
27 /external @marek-safar @luhenry
28 /external/binary-reference-assemblies @marek-safar @akoeplinger
29 /external/bockbuild @akoeplinger @alexischr
30 /external/boringssl @baulig
31 /external/nuget-buildtasks @radical @akoeplinger
33 /libgc @BrzVlad @vargaz @luhenry
35 /llvm @vargaz @luhenry
37 /man @marek-safar @miguel @luhenry
38 /man/*prof* @alexrp
40 /mcs @marek-safar @luhenry
42 /mcs/build @marek-safar @akoeplinger
44 /mcs/class @marek-safar @akoeplinger
45 /mcs/class/corlib/System.Reflection*/ @vargaz @lambdageek
46 /mcs/class/Mono.Btls.Interface @baulig
47 /mcs/class/Mono.Data.Tds @egorbo
48 /mcs/class/Mono.Debugger.Soft @vargaz
49 /mcs/class/Mono.Options @jonpryor
50 /mcs/class/Mono.Profiler.Log @alexrp
51 /mcs/class/Mono.Security/Mono.Security/Interface @baulig
52 /mcs/class/System/Mono.AppleTls @baulig
53 /mcs/class/System/Mono.Btls @baulig
54 /mcs/class/System/Mono.Net.Security @baulig
55 /mcs/class/System/Mono.Security.Interface @baulig
56 /mcs/class/System.Data* @egorbo
58 /mcs/errors @marek-safar
59 /mcs/ilasm @marek-safar
60 /mcs/jay @marek-safar
61 /mcs/mcs @marek-safar @lewurm
62 /mcs/tests @marek-safar
63 /mcs/tools @marek-safar @akoeplinger
65 /mono @luhenry
67 /mono/btls @baulig
68 /mono/dis @lambdageek @vargaz
69 /mono/eglib @kumpera @vargaz @luhenry
71 /mono/metadata @vargaz @kumpera
72 /mono/metadata/*verify* @kumpera
73 /mono/metadata/*profiler* @alexrp
74 /mono/metadata/monitor* @brzvlad
75 /mono/metadata/sgen* @brzvlad
76 /mono/metadata/threads* @luhenry @kumpera
77 /mono/metadata/threadpool* @luhenry
78 /mono/metadata/w32* @luhenry
79 /mono/metadata/*-win* @lateralusX @luhenry
81 /mono/mini @vargaz @kumpera
82 /mono/mini/*cfgdump* @lewurm
83 /mono/mini/*exceptions* @lewurm
84 /mono/mini/*ppc* @lewurm
85 /mono/mini/*type-check* @lewurm
86 /mono/mini/interp/* @lewurm @BrzVlad
87 /mono/mini/*profiler* @alexrp
88 /mono/mini/debugger-agent.c @DavidKarlas
90 /mono/profiler @alexrp @kumpera
92 /mono/sgen @BrzVlad @kumpera
94 /mono/utils @kumpera @vargaz
95 /mono/utils/atomic* @alexrp
96 /mono/utils/mono-hwcap* @alexrp
97 /mono/utils/mono-mem* @alexrp
98 /mono/utils/mono-threads* @luhenry @kumpera
99 /mono/utils/*-win* @lateralusX @kumpera
101 /msvc @lateralusX @luhenry
102 /msvc/*profiler* @alexrp
103 /msvc/scripts @akoeplinger @kg
105 /packaging/ @alexischr @akoeplinger @luhenry @directhex
106 /packaging/MacSDK/msbuild.py @radical @akoeplinger
108 /runtime @akoeplinger @marek-safar @luhenry
110 /samples @luhenry
111 /samples/profiler @alexrp
112 /samples/size @alexrp
114 /scripts @akoeplinger @luhenry
115 /scripts/ci @akoeplinger @alexischr
116 /scripts/ci/run-test-profiler-stress-tests.sh @alexrp
118 /sdks @marek-safar @luhenry
119 /sdks/builds/android* @luhenry @jonpryor
120 /sdks/builds/mxe* @luhenry @jonpryor
121 /sdks/builds/ios* @vargaz @rolfbjarne
122 /sdks/wasm @kumpera @lrz
123 /sdks/ios @vargaz @rolfbjarne
124 /sdks/android @luhenry @jonpryor
126 /support @luhenry @vargaz
128 /tools @kumpera @luhenry
129 /tools/checker @tritao
130 /tools/crash-bisector @kumpera
131 /tools/locale-builder @marek-safar
132 /tools/monograph @vargaz
133 /tools/nuget-hash-extractor @marek-safar
134 /tools/offsets-tool @lewurm @rolfbjarne
135 /tools/pedump @kumpera @lambdageek
136 /tools/sgen @brzvlad