mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
76 lines
1.8 KiB
Text
76 lines
1.8 KiB
Text
# 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.
|
|
|
|
.dscanner.ini
|
|
circleci.sh @CyberShadow @MartinNowak
|
|
etc/c/* @CyberShadow
|
|
posix.mak @CyberShadow @MartinNowak
|
|
# tools/unicode_table_generator.d
|
|
std/*
|
|
std/algorithm/* @PetarKirov
|
|
std/array.d @PetarKirov
|
|
std/ascii.d
|
|
# std/base64.d
|
|
std/bigint.d
|
|
# std/bitmanip.d
|
|
std/c/windows/* @CyberShadow
|
|
# std/compiler.d
|
|
std/complex.d
|
|
std/concurrency.d @MartinNowak
|
|
std/container/ @PetarKirov
|
|
std/conv.d
|
|
# std/csv.d
|
|
std/datetime/* @jmdavis
|
|
std/demangle.d @MartinNowak @rainers
|
|
std/digest/*
|
|
# std/encoding.d
|
|
# std/exception.d
|
|
std/experimental/allocator/* @PetarKirov
|
|
std/experimental/checkedint/*
|
|
std/file.d @CyberShadow
|
|
# std/format.d
|
|
# std/functional.d
|
|
# std/getopt.d
|
|
# std/internal/
|
|
std/json.d @CyberShadow
|
|
std/logger/* @burner
|
|
std/math* @ibuclaw
|
|
std/meta.d @PetarKirov
|
|
# std/mmfile.d
|
|
std/net/curl.d @CyberShadow
|
|
std/net/isemail.d
|
|
# std/numeric.d
|
|
# std/outbuffer.d
|
|
# std/parallelism.d
|
|
std/path.d @CyberShadow
|
|
std/process.d @CyberShadow @schveiguy
|
|
std/random.d
|
|
std/range/* @PetarKirov
|
|
std/regex/* @DmitryOlshansky
|
|
# std/signals.d
|
|
std/socket.d @CyberShadow
|
|
# std/stdint.d
|
|
std/stdio.d @CyberShadow @schveiguy
|
|
std/string.d @burner
|
|
std/sumtype.d @pbackus
|
|
# std/system.d
|
|
std/traits.d @PetarKirov
|
|
std/typecons.d @PetarKirov
|
|
# std/typetuple.d
|
|
std/uni.d @DmitryOlshansky
|
|
# std/uri.d
|
|
std/utf.d @jmdavis
|
|
std/uuid.d
|
|
# std/variant.d
|
|
std/windows/* @CyberShadow
|
|
std/zip.d @CyberShadow
|
|
std/zlib.d @CyberShadow
|