Home

Awesome

<div align="center">

dlang logo

DMD

GitHub tag Code coverage Bugzilla Issues license

Build status CircleCI Build Status Buildkite

</div>

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.

DirectoryDescription
changelogchangelog entries for the upcoming release
ciCI related scripts / utilities
compilerroot of all compiler (DMD/frontend) related code
compiler/srcsource code, build system and build instructions
compiler/testtests and testing infrastructure
compiler/docsman pages and internal documentation
compiler/inipredefined dmd.conf files
compiler/samplesVarious code examples
druntimeroot 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.