• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

libdruntime/H08-Apr-2021-210,784164,587

m4/H08-Apr-2021-983873

src/H03-May-2022-293,436213,203

testsuite/H08-Apr-2021-4,3163,131

ChangeLogH A D08-Apr-202128.8 KiB824653

Makefile.amH A D08-Apr-20212.3 KiB7850

Makefile.inH A D08-Apr-202121.7 KiB730612

README.gccH A D08-Apr-2021830 2720

acinclude.m4H A D08-Apr-2021729 1916

aclocal.m4H A D08-Apr-202132.1 KiB886800

config.h.inH A D08-Apr-20212.2 KiB8965

configureH A D08-Apr-2021534.5 KiB18,11715,161

configure.acH A D08-Apr-20219.4 KiB294259

configure.tgtH A D08-Apr-20211.7 KiB6259

d_rules.amH A D08-Apr-20211.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