dmd D Programming Language compiler
Find a file
2025-03-05 15:33:12 +01:00
.azure-pipelines Get rid of obsolete DMC special cases 2024-05-25 19:34:44 +02:00
.circleci CI: Adapt to generic Makefile for Phobos 2023-12-18 17:10:31 +08:00
.github/workflows GitHub Actions: Bump macos-12 jobs to macos-13 (#17063) 2024-11-14 03:46:12 +01:00
changelog purge changelog 2025-03-05 15:33:12 +01:00
ci CI: Add extra Phobos tests (publictests and betterc make targets) 2024-12-08 10:21:15 +01:00
compiler Fix #20907 - DMD segfaults with static array length parameter derived from left-shifted template parameter property (#20919) 2025-02-28 21:46:10 +01:00
druntime Fix bugzilla issue 24882 - COM class is allocated using GC not malloc 2024-11-29 08:37:07 +01:00
src
.cirrus.yml
.codecov.yml
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore refactor gensaverestore() 2024-06-18 10:15:36 +02:00
.pre-commit-config.yaml
azure-pipelines.yml Kill off OMF support 2024-05-03 18:24:36 +12:00
CODEOWNERS
config.d
CONTRIBUTING.md Update the contributor guide (#16326) 2024-03-30 21:58:29 +01:00
dub.sdl Get rid of obsolete dmd.{lib,scan}omf modules 2024-05-25 16:25:35 +02:00
LICENSE.txt
Makefile
posix.mak
README.md Add building dmd with dub 2024-02-02 20:52:10 +01:00
VERSION bump VERSION to v2.110.0 2025-03-05 12:28:07 +01:00

dlang logo

DMD

GitHub tag Code coverage Bugzilla Issues 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
compiler/samples Various code examples
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.