gcc/gcc/d
GCC Administrator 69273534c6 Daily bump.
2020-06-29 00:16:29 +00:00
..
dmd d: Merge upstream dmd 8508c4e68. 2020-06-28 18:04:20 +02:00
ChangeLog Daily bump. 2020-06-29 00:16:29 +00:00
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
ChangeLog-2019
config-lang.in
d-attribs.cc d: Fix ICE in uda_attribute_p when looking up unknown attribute 2020-06-25 17:02:45 +02:00
d-builtins.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-codegen.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-compiler.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-convert.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-ctfloat.cc d: Merge upstream dmd 56f0a65c4. 2020-06-05 17:52:57 +02:00
d-diagnostic.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-frontend.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-incpath.cc d: Merge upstream dmd 48d704f08 2020-06-04 23:27:12 +02:00
d-lang.cc d: Move d_signed_type and d_unsigned_type to types.cc 2020-06-25 17:02:47 +02:00
d-longdouble.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-port.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-spec.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-system.h
d-target-def.h
d-target.cc d: Merge upstream dmd b0df0e982 2020-06-07 16:50:46 +02:00
d-target.def
d-target.h
d-tree.def
d-tree.h d: Move d_signed_type and d_unsigned_type to types.cc 2020-06-25 17:02:47 +02:00
decl.cc d: Do not implicitly set DECL_DECLARED_INLINE_P on member functions. 2020-06-25 17:02:47 +02:00
expr.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
gdc.texi
imports.cc d: Consistently format quotations in comments. 2020-06-16 23:37:55 +02:00
intrinsics.cc d: Merge upstream dmd 108ca1bcd. 2020-06-07 19:44:20 +02:00
intrinsics.def
lang-specs.h
lang.opt
longdouble.h d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
Make-lang.in d: Split up d-frontend.cc into multiple parts. 2020-06-04 18:19:59 +02:00
modules.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
README.gcc
runtime.cc d: Consistently format quotations in comments. 2020-06-16 23:37:55 +02:00
runtime.def
toir.cc d: Merge upstream dmd 4f1046222. 2020-06-25 17:02:44 +02:00
typeinfo.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
types.cc d: Move d_signed_type and d_unsigned_type to types.cc 2020-06-25 17:02:47 +02:00
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.