Name Date Size #Lines LOC

..30-Jul-2023-

libdruntime/H30-Jul-2023-38,64627,318

m4/H30-Jul-2023-1,017905

src/H30-Jul-2023-362,931264,148

testsuite/H30-Jul-2023-6,9255,076

ChangeLogH A D30-Jul-202355.6 KiB1,5501,223

Makefile.amH A D30-Jul-20232.3 KiB7850

Makefile.inH A D30-Jul-202322 KiB739621

README.gccH A D08-May-2022830 2720

acinclude.m4H A D30-Jul-2023729 1916

aclocal.m4H A D30-Jul-202332.1 KiB888802

config.h.inH A D08-May-20222.2 KiB8965

configureH A D30-Jul-2023537.5 KiB18,26515,269

configure.acH A D30-Jul-20239.4 KiB300264

configure.tgtH A D30-Jul-20231.9 KiB7471

d_rules.amH A D30-Jul-20231.3 KiB3529

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