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

..07-May-2022-

dmd/H03-May-2022-125,18997,032

ChangeLogH A D08-Oct-202118.8 KiB591430

ChangeLog-2006H A D08-Oct-202129.4 KiB955611

ChangeLog-2007H A D08-Oct-202140.9 KiB1,341872

ChangeLog-2008H A D08-Oct-20219 KiB332198

ChangeLog-2009H A D08-Oct-20215.4 KiB186107

ChangeLog-2010H A D08-Oct-202142.2 KiB1,4851,075

ChangeLog-2011H A D08-Oct-202138 KiB1,249908

ChangeLog-2012H A D08-Oct-202133.6 KiB858723

ChangeLog-2013H A D08-Oct-202150 KiB1,2221,010

ChangeLog-2014H A D08-Oct-202126.1 KiB661545

ChangeLog-2015H A D08-Oct-202130.2 KiB772663

ChangeLog-2016H A D08-Oct-202147.5 KiB1,263993

ChangeLog-2017H A D08-Oct-202142.1 KiB1,176901

ChangeLog-2018H A D08-Oct-202121.4 KiB645459

ChangeLog-2019H A D08-Oct-202111.1 KiB332238

Make-lang.inH A D08-Oct-20219.2 KiB340282

README.gccH A D08-Oct-2021501 128

config-lang.inH A D08-Oct-20211.8 KiB5241

d-attribs.ccH A D08-Oct-202125.2 KiB880627

d-builtins.ccH A D08-Oct-202138.7 KiB1,231886

d-codegen.ccH A D08-Oct-202173.2 KiB2,6911,777

d-convert.ccH A D08-Oct-202123.5 KiB842594

d-diagnostic.ccH A D08-Oct-202110 KiB413280

d-frontend.ccH A D08-Oct-202114.3 KiB630404

d-incpath.ccH A D08-Oct-20214.4 KiB196130

d-lang.ccH A D08-Oct-202147.8 KiB1,8801,297

d-longdouble.ccH A D08-Oct-20214.4 KiB205141

d-spec.ccH A D08-Oct-202112.9 KiB518353

d-system.hH A D08-Oct-20212.3 KiB8249

d-target-def.hH A D08-Oct-2021849 213

d-target.ccH A D08-Oct-202111.7 KiB425259

d-target.defH A D08-Oct-20212.2 KiB6148

d-target.hH A D08-Oct-20211.2 KiB3510

d-tree.defH A D08-Oct-20211.4 KiB3023

d-tree.hH A D08-Oct-202122.7 KiB689432

decl.ccH A D08-Oct-202169.1 KiB2,4461,591

expr.ccH A D08-Oct-202189.4 KiB3,1692,194

gdc.texiH A D08-Oct-202124.5 KiB738603

imports.ccH A D08-Oct-20215.1 KiB209132

intrinsics.ccH A D08-Oct-202126.3 KiB884492

intrinsics.defH A D08-Oct-20218 KiB158132

lang-specs.hH A D08-Oct-20211.1 KiB309

lang.optH A D08-Oct-20216.3 KiB367276

longdouble.hH A D08-Oct-20213.6 KiB13778

modules.ccH A D08-Oct-202127.8 KiB926574

runtime.ccH A D08-Oct-20218.5 KiB316207

runtime.defH A D08-Oct-20219.9 KiB225183

toir.ccH A D08-Oct-202140.2 KiB1,472961

typeinfo.ccH A D08-Oct-202150.1 KiB1,7831,096

types.ccH A D08-Oct-202129.6 KiB1,020650

verstr.hH A D08-Oct-202110 21

README.gcc

1The files in the dmd subdirectory are part of the front-end for the
2Digital Mars D compiler, hosted at https://github.com/dlang/dmd/.
3
4They cover the lexical analysis, parsing, and semantic analysis of the
5D Programming Language defined in the documents at https://dlang.org/.
6
7To report a problem or look up known issues with the dmd front-end,
8please visit the issue tracker at https://issues.dlang.org/.
9
10All changes to dmd should go through the upstream repository first,
11then merged back to GCC.
12