dmd D Programming Language compiler
Find a file
2023-09-17 20:06:31 +02:00
.azure-pipelines
.circleci
.github/workflows [work around apparent macOS bug in ci/run.sh rebuild] 2023-09-17 20:06:31 +02:00
changelog purge changelog 2023-09-01 20:56:08 +00:00
ci
compiler change toCBuffer to use ref parameters (#15615) 2023-09-16 23:14:03 -07:00
druntime Merge remote-tracking branch 'upstream/stable' into merge_stable 2023-09-15 22:23:02 +00:00
src
.cirrus.yml CI: Move non-FreeBSD Cirrus CI coverage jobs to GitHub Actions 2023-09-17 20:06:31 +02:00
.codecov.yml
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.pre-commit-config.yaml
azure-pipelines.yml
CODEOWNERS
config.d
CONTRIBUTING.md
dub.sdl
LICENSE.txt
posix.mak
README.md
VERSION bump VERSION to v2.105.2 2023-09-15 21:01:08 +00:00
win32.mak
win64.mak

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

For more general 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.