dmd D Programming Language compiler
Find a file
2022-10-28 15:30:59 +01:00
.azure-pipelines Update downloads.dlang.org links to use https (#14516) 2022-10-05 05:10:57 +03:00
.circleci circleci: Migrate to circleci convenience images 2022-10-17 00:38:42 +02:00
.github/workflows github: Add step to pre_commit.yaml that checks changelog entry filenames 2022-10-28 15:30:59 +01:00
changelog changelog: Clarify naming convention of changelog entries that are now picked up by changed.d 2022-10-28 15:30:59 +01:00
ci cirrus: Only run bootstrap pipeline on 11.x 2022-09-11 00:45:45 +02:00
compiler fix Issue 23439 - [REG 2.098] Error: CTFE internal error: literal 'assert(false, "Accessed expression of type noreturn")' (#14596) 2022-10-27 09:01:55 +03:00
druntime make: Put windows build files in the toplevel generated directory 2022-10-12 19:54:12 +02:00
src Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02:00
.cirrus.yml cirrus: Only run bootstrap pipeline on 11.x 2022-09-11 00:45:45 +02:00
.codecov.yml Fix capitalization of CircleCI in codecov configuration 2021-10-19 01:53:57 +00:00
.editorconfig Replace http:// with https:// for various links throughout codebase 2021-12-22 21:45:11 +00:00
.git-blame-ignore-revs add blame ignore revs file for the previous commit 2022-09-10 07:02:35 +08:00
.gitattributes Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02:00
.gitignore Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02:00
.pre-commit-config.yaml chore(pre-commit): update pre-commit hooks (#14534) 2022-10-10 06:42:01 +03:00
azure-pipelines.yml Merge branch 'stable' into merge_stable 2022-02-11 20:17:02 +01:00
CODEOWNERS Remove myself as *.h code owner 2021-06-26 08:56:21 +00:00
config.d fix(dub): Make config.d executable to incremental compilation (#13712) 2022-02-28 14:08:59 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2022-06-20 14:32:59 +00:00
dub.sdl Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02:00
LICENSE.txt Make Boost license visible 2017-06-05 03:20:55 +02:00
posix.mak Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02:00
README.md Update README following root -> compiler move 2022-07-11 19:43:55 +02:00
VERSION bump VERSION to v2.101.0-beta.1 2022-09-18 12:15:43 +02:00
win32.mak Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02:00
win64.mak Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02: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

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.