dmd D Programming Language compiler
Find a file
2022-10-05 05:37:10 +03:00
.azure-pipelines Update downloads.dlang.org links to use https (#14516) 2022-10-05 05:10:57 +03:00
.circleci Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02:00
.github/workflows GH CI: Set -isysroot to the default pipeline SDK path & use OSX11 2022-09-26 05:56:08 +02:00
changelog Add predefined version D_Optimized when compiling with -O (#14245) 2022-10-05 05:28:03 +03:00
ci cirrus: Only run bootstrap pipeline on 11.x 2022-09-11 00:45:45 +02:00
compiler add class ErrorExp in ASTBase (#14520) 2022-10-05 05:37:10 +03:00
druntime Update downloads.dlang.org links to use https (#14516) 2022-10-05 05:10:57 +03:00
src Fix Issue 23234 - Delegate literal with inferred return value that re… (#14300) 2022-07-20 09:34:39 +03: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 hook versions (#14346) 2022-08-02 19:39:48 +08: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.100.2 2022-09-10 11:51:17 +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.