dmd D Programming Language compiler
Find a file
2023-01-26 11:28:50 +02: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 Merge remote-tracking branch 'upstream/stable' into merge_stable 2022-11-01 11:39:15 +00:00
changelog Deprecate traits(isVirtualFunction) and traits(getVirtualFunctions) (#14802) 2023-01-20 10:11:37 +02:00
ci cirrus: Only run bootstrap pipeline on 11.x 2022-09-11 00:45:45 +02:00
compiler fix Issue 23598 - Circular reference bug with static if and eponymous templates (#14838) 2023-01-26 11:28:50 +02:00
druntime core.int128 alignment is adjusted (#14768) 2023-01-26 11:21:40 +02:00
src Makefile: stub out all auto-tester-build and auto-tester-test recipes 2023-01-03 01:23:03 +02:00
.cirrus.yml ci: Update cirrus macOS image to M1-based runners (#14772) 2023-01-03 01:23:03 +02:00
.codecov.yml
.editorconfig
.git-blame-ignore-revs Use Array.length instead of Array.dim (#14613) 2022-11-03 21:42:36 -07:00
.gitattributes Fix build script paths to work with new merged repository structure 2022-07-09 23:49:27 +02:00
.gitignore gitignore: Only match dmd in top-level directory 2022-12-27 13:47:02 +00:00
.pre-commit-config.yaml chore(pre-commit): update pre-commit hooks (#14534) 2022-10-10 06:42:01 +03:00
azure-pipelines.yml
CODEOWNERS
config.d
CONTRIBUTING.md Update CONTRIBUTING.md 2022-06-20 14:32:59 +00:00
dub.sdl extricate location.d into its own file 2022-12-25 06:32:05 +01:00
LICENSE.txt
posix.mak Makefile: stub out all auto-tester-build and auto-tester-test recipes 2023-01-03 01:23:03 +02:00
README.md Update README following root -> compiler move 2022-07-11 19:43:55 +02:00
VERSION bump VERSION to v2.102.0-rc.1 2023-01-15 17:23:11 +00:00
win32.mak Makefile: stub out all auto-tester-build and auto-tester-test recipes 2023-01-03 01:23:03 +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.