dmd D Programming Language compiler
Find a file
Andrei Horodniceanu 676bda7645 .github/workflows/pre_commit.yml: Specify python version to install
This should fix CI failing during the pre-commit action.

Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
2024-09-27 14:11:11 +08:00
.azure-pipelines Get rid of obsolete DMC special cases 2024-05-25 19:34:44 +02:00
.circleci CI: Adapt to generic Makefile for Phobos 2023-12-18 17:10:31 +08:00
.github/workflows .github/workflows/pre_commit.yml: Specify python version to install 2024-09-27 14:11:11 +08:00
changelog Add expect and trap to core.builtins 2024-09-18 15:18:59 +01:00
ci CI: Use macOS-12 instead of macOS-11 2024-06-22 04:03:12 +02:00
compiler fix bugzilla Issue 16643 - CTFE internal error with null 2024-09-27 10:41:20 +08:00
druntime Ensure thread_preSuspend and thread_postSuspend can be called in detached threads. 2024-09-25 21:48:06 +02:00
src Convert posix.mak to generic Makefile 2023-12-09 15:59:14 +01:00
.cirrus.yml Cirrus CI: Allow single remaining FreeBSD coverage job to fail (might be out of credits) 2023-10-29 02:40:10 +01:00
.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 dub build: Fix cross-compilation 2024-07-28 09:01:09 +08:00
LICENSE.txt
Makefile Makefiles: Add comments wrt. usage on Windows and a few example invocations 2023-12-18 07:29:32 +08:00
posix.mak Restore posix.mak, forwarding to generic Makefile 2023-12-09 15:59:14 +01:00
README.md Add building dmd with dub 2024-02-02 20:52:10 +01:00
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.