summaryrefslogtreecommitdiff
path: root/CODEOWNERS
blob: 2a6f508fb4db20b239e31617993ae02f44d6b74c (plain)
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
# Confused about what this is? See
# https://gitlab.haskell.org/help/user/project/code_owners

# Catch-all
* @bgamari

# Build system
/hadrian                         @snowleopard @alp @DavidEichmann

# RTS-like things
/rts                             @bgamari @simonmar @osa1 @Phyx
/includes                        @bgamari @simonmar @osa1

# The compiler
/compiler/typecheck              @simonpj @goldfire
/compiler/rename                 @simonpj @goldfire
/compiler/typecheck/TcDeriv*     @RyanGlScott
/compiler/nativeGen              @simonmar @bgamari @AndreasK
/compiler/simplCore/CallArity.hs @nomeata
/compiler/utils/UnVarGraph.hs    @nomeata
/compiler/simplCore/Exitify.hs   @nomeata
/compiler/simplStg/StgCse.hs     @nomeata
/compiler/cmm/CmmSwitch.hs       @nomeata

# Core libraries
/libraries/base                  @hvr
/libraries/template-haskell      @goldfire