gcc/gcc/d
..
dmd
ChangeLog
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
config-lang.in
d-attribs.cc
d-builtins.cc
d-codegen.cc
d-convert.cc
d-diagnostic.cc
d-frontend.cc
d-incpath.cc
d-lang.cc
d-longdouble.cc
d-spec.cc
d-system.h
d-target-def.h
d-target.cc
d-target.def
d-target.h
d-tree.def
d-tree.h
decl.cc
expr.cc
gdc.texi
imports.cc
intrinsics.cc
intrinsics.def
lang-specs.h
lang.opt
longdouble.h
Make-lang.in
modules.cc
README.gcc
runtime.cc
runtime.def
toir.cc
typeinfo.cc
types.cc
verstr.h

The files in the dmd subdirectory are part of the front-end for the
Digital Mars D compiler, hosted at https://github.com/dlang/dmd/.

They cover the lexical analysis, parsing, and semantic analysis of the
D Programming Language defined in the documents at https://dlang.org/.

To report a problem or look up known issues with the dmd front-end,
please visit the issue tracker at https://issues.dlang.org/.

All changes to dmd should go through the upstream repository first,
then merged back to GCC.