Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 30-Jul-2023 | - | ||||
libdruntime/ | H | 30-Jul-2023 | - | 38,646 | 27,318 | |
m4/ | H | 30-Jul-2023 | - | 1,017 | 905 | |
src/ | H | 30-Jul-2023 | - | 362,931 | 264,148 | |
testsuite/ | H | 30-Jul-2023 | - | 6,925 | 5,076 | |
ChangeLog | H A D | 30-Jul-2023 | 55.6 KiB | 1,550 | 1,223 | |
Makefile.am | H A D | 30-Jul-2023 | 2.3 KiB | 78 | 50 | |
Makefile.in | H A D | 30-Jul-2023 | 22 KiB | 739 | 621 | |
README.gcc | H A D | 08-May-2022 | 830 | 27 | 20 | |
acinclude.m4 | H A D | 30-Jul-2023 | 729 | 19 | 16 | |
aclocal.m4 | H A D | 30-Jul-2023 | 32.1 KiB | 888 | 802 | |
config.h.in | H A D | 08-May-2022 | 2.2 KiB | 89 | 65 | |
configure | H A D | 30-Jul-2023 | 537.5 KiB | 18,265 | 15,269 | |
configure.ac | H A D | 30-Jul-2023 | 9.4 KiB | 300 | 264 | |
configure.tgt | H A D | 30-Jul-2023 | 1.9 KiB | 74 | 71 | |
d_rules.am | H A D | 30-Jul-2023 | 1.3 KiB | 35 | 29 |
README.gcc
1The files in this directory where noted are part of the DRuntime 2and Phobos library. 3 4DRuntime is the low-level runtime library backing the D programming 5language, hosted at https://github.com/dlang/druntime/. 6 7Phobos is the standard library for the D Programming Language, hosted 8at https://github.com/dlang/phobos/. 9 10The following sources and directories are part of DRuntime: 11 libdruntime/core/ 12 libdruntime/gc/ 13 libdruntime/gcstub/ 14 libdruntime/object.d 15 libdruntime/rt/ 16 17The following sources and directories are part of Phobos: 18 src/etc/ 19 src/index.d 20 src/std/ 21 22To report a bug or look up known issues with the runtime or standard 23library please visit the issue tracker at https://issues.dlang.org/. 24 25All changes to either of these libraries should go through the 26upstream repository first, then merged back to GCC. 27