Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# See also:
# - https://github.com/blog/2392-introducing-code-owners
# - https://help.github.com/articles/about-codeowners/

# Each line is a file pattern followed by one or more owners (sorted alphabetically).
# Please feel free to add yourself to a module or create a new mapping.
# Ideally each module should have two or more owners.

# Code owners are automatically requested for review
# when someone opens a pull request that modifies code that they own.
# Later matches take precedence.

# wildcard match (this will be used if no matching pattern is found)
* @andralex @wilzbach @JackStouffer

src/checkedint.d @redstar @andralex @JackStouffer

src/core/atomic.d @WalterBright @ibuclaw
src/core/attribute.d @jacob-carlborg
src/core/bitop.d @schveiguy @tsbockman @mathias-lang-sociomantic @Geod24
src/core/cpuid.d @WalterBright @ibuclaw @JackStouffer
src/core/demangle.d @WalterBright @MartinNowak @rainers @ibuclaw
src/core/exception.d @MartinNowak @WalterBright @jmdavis @CyberShadow
src/core/internal @MartinNowak @schveiguy
src/core/math.d @ibuclaw @redstar
src/core/runtime.d @MartinNowak @Abscissa
src/core/simd.d @WalterBright @MartinNowak
src/core/stdc/* @schveiguy @ibuclaw
src/core/stdcpp/* @WalterBright @Darredevil
src/core/sync/* @MartinNowak @mathias-lang-sociomantic @Geod24 @WalterBright @ZombineDev
src/core/sys/bionic/* @joakim-noah
src/core/sys/darwin/* @jacob-carlborg @klickverbot @etcimon @MartinNowak
src/core/sys/freebsd/* @redstar @MartinNowak @Calrama @jmdavis
src/core/sys/linux/* @Burgos @redstar @MartinNowak
src/core/sys/netbsd/* @nrTQgc @joakim-noah
src/core/sys/openbsd/* @redstar
src/core/sys/osx/* @jacob-carlborg @klickverbot @etcimon @MartinNowak
src/core/sys/posix/* @CyberShadow @MartinNowak @joakim-noah @redstar
src/core/sys/solaris/* @redstar
src/core/sys/windows/* @CyberShadow
src/core/thread.d @MartinNowak @Burgos @jpf91 @ZombineDev
src/core/time.d @jmdavis @schveiguy @CyberShadow

src/etc* @deadalnix @MartinNowak
src/gc* @rainers @DmitryOlshansky @MartinNowak @leandro-lucarella-sociomantic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will match subdirectories right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.


src/object.d @andralex @MartinNowak

src/rt/deh_win32.d @WalterBright
src/rt/dwarfeh.d @WalterBright
src/rt/lifetime.d @rainers @schveiguy @Burgos
src/rt/minfo.d @schveiguy
src/rt/msvc* @rainers
src/rt/sections_android.d @joakim-noah
src/rt/sections_win* @rainers @CyberShadow
src/rt/sections_osx* @jacob-carlborg @klickverbot
src/rt/osx_tls.c @jacob-carlborg @klickverbot
src/rt/sections_elf_shared* @Burgos
src/rt/typeinfo/* @mathias-lang-sociomantic @Geod24 @WalterBright @redstar
src/rt/util/* @MartinNowak @WalterBright @klickverbot

src/test_runner.d @atilaneves @wilzbach @MartinNowak @andralex