Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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/int128.d @WalterBright
src/core/math.d @ibuclaw @redstar
src/core/runtime.d @MartinNowak @Abscissa
src/core/simd.d @WalterBright @MartinNowak
Expand Down
1 change: 1 addition & 0 deletions mak/DOCS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ DOCS=\
$(DOCDIR)\core_bitop.html \
$(DOCDIR)\core_checkedint.html \
$(DOCDIR)\core_exception.html \
$(DOCDIR)\core_int128.html \
$(DOCDIR)\core_math.html \
$(DOCDIR)\core_vararg.html \
$(DOCDIR)\core_volatile.html \
Expand Down
1 change: 1 addition & 0 deletions mak/SRCS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ SRCS=\
src\core\cpuid.d \
src\core\demangle.d \
src\core\exception.d \
src\core\int128.d \
src\core\lifetime.d \
src\core\math.d \
src\core\memory.d \
Expand Down
Loading