GitHunt
GE

Geod24/dmd

dmd D Programming Language compiler

dlang logo

DMD

GitHub tag
Code coverage
license

Build status
CircleCI
Build Status
Buildkite


DMD is the reference compiler for the D programming language.

Releases, language specification and other resources can be found on the homepage.
Please refer to the guidelines for bug reports to
report a problem or browse the list of open bugs.

Overview

This repository is structured into the following directories.
Refer to their respective README.md for more in-depth information.

Directory Description
changelog changelog entries for the upcoming release
ci CI related scripts / utilities
compiler root of all compiler (DMD/frontend) related code
compiler/src source code, build system and build instructions
compiler/test tests and testing infrastructure
compiler/docs man pages and internal documentation
compiler/ini predefined dmd.conf files
druntime root of all runtime related code

With a D compiler and dub installed, dmd can be built with:

dub build dmd:compiler

For more information regarding compiling, installing, and
hacking on DMD, check the contribution guide and
visit the D Wiki.

Nightlies

Nightly builds based of the current DMD / Phobos master branch
can be found here.

Languages

D89.4%HTML4.7%C2.6%C++2.3%DTrace0.3%Shell0.3%Makefile0.2%SWIG0.1%Assembly0.1%Batchfile0.0%R0.0%Roff0.0%Objective-C0.0%
Boost Software License 1.0
Created October 19, 2013
Updated May 26, 2025
Geod24/dmd | GitHunt