dmd D Programming Language compiler
Find a file
Martin Kinkelin dbba866c71
macOS CI: Upgrade GNU make in ci/cirrusci.sh (#17034)
This should fix Phobos CI, which expects such prerequisites provisioning
to happen in DMD's ci/cirrusci.sh. Because this YAML addition hasn't been
duplicated in Phobos, Phobos CI is still using the default make on macOS,
which is too old and doesn't support the newly required `private` modifier.
2024-10-27 14:27:05 +01:00
.azure-pipelines Get rid of obsolete DMC special cases 2024-05-25 19:34:44 +02:00
.circleci
.github/workflows macOS CI: Upgrade GNU make in ci/cirrusci.sh (#17034) 2024-10-27 14:27:05 +01:00
changelog Add link to new ref item 2024-10-25 15:20:54 +08:00
ci macOS CI: Upgrade GNU make in ci/cirrusci.sh (#17034) 2024-10-27 14:27:05 +01:00
compiler feat(errors): integrate warnings and enhance SARIF formatting (#17032) 2024-10-27 12:39:38 +08:00
druntime Make sure we don't call bsr on 0 capacity 2024-10-09 15:04:00 +08: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 dub build: Fix cross-compilation 2024-07-28 09:01:09 +08:00
CONTRIBUTING.md Update the contributor guide (#16326) 2024-03-30 21:58:29 +01:00
dub.sdl Fix dub recipe for the lexer subpackage 2024-10-26 18:17:47 +02:00
LICENSE.txt
Makefile
posix.mak
README.md
VERSION bump VERSION to v2.110.0-beta.1 2024-07-01 22:51:28 +00: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.