dmd D Programming Language compiler
Find a file
Luís Ferreira 3cea26d5e0 chore(pre-commit): bump hook versions
Updated versions:
- pre-commit/pre-commit-hooks: v4.1.0 -> v4.2.0
- sirosen/check-jsonschema: 0.14.1 -> 0.14.2

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
2022-04-12 02:30:36 +00:00
.azure-pipelines treewide: fix end of file to conform with POSIX 3.206 (#13638) 2022-03-22 13:20:27 +02:00
.circleci CircleCI: Try to use same-named druntime/Phobos branches for PRs from official repo 2022-01-31 20:09:12 +01:00
.github/workflows ci(github): update actions/download-artifact from v2 to v3 2022-03-30 07:40:22 +08:00
changelog Merge remote-tracking branch 'upstream/stable' into merge_stable 2022-04-07 20:33:16 +02:00
ci feat(test): Add DWARF_VERIFY flag on DWARF tests (#13754) 2022-03-08 14:04:15 +02:00
docs treewide: fix end of file to conform with POSIX 3.206 (#13638) 2022-03-22 13:20:27 +02:00
ini Adapt default sc.ini to MsCoff by default 2022-02-05 21:08:21 +01:00
samples treewide: fix end of file to conform with POSIX 3.206 (#13638) 2022-03-22 13:20:27 +02:00
src remove Visitor from checkSharedAccess() 2022-04-11 08:10:27 +00:00
test consolidate C tests into ctests1.c 2022-04-12 01:32:28 +00:00
.cirrus.yml Merge remote-tracking branch 'upstream/stable' into merge_stable 2022-03-27 03:55:23 +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
.gitattributes test: make testsuite conform with POSIX 3.206 (#13639) 2022-02-14 11:14:07 +02:00
.gitignore Add IntelliJ IDEA / CLion specifics files to gitignore 2021-04-02 09:31:31 +09:00
.pre-commit-config.yaml chore(pre-commit): bump hook versions 2022-04-12 02:30:36 +00: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 Move copyright notice to CONTRIBUTING.md 2022-01-13 17:27:22 +01:00
dub.sdl Move dmd.utf to the root library 2021-12-30 21:58:50 +00:00
Jenkinsfile
LICENSE.txt
posix.mak Build dmd before attempting to test it 2020-09-17 01:20:19 +02:00
README.md Revise introduction and add an overview of the repository structure 2022-01-13 19:01:40 +01:00
VERSION bump VERSION to v2.099.1 2022-04-07 16:26:44 +02:00
win32.mak treewide: fix end of file to conform with POSIX 3.206 (#13638) 2022-03-22 13:20:27 +02:00
win64.mak Updated comments on top-level win64.mak 2017-11-01 12:22:18 +01: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
src source code, build system and build instructions
test tests and testing infrastructure
changelog changelog entries for the upcoming release
ci CI related scripts / utilities
docs man pages and internal documentation
ini predefined dmd.conf files
samples Various code examples

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 / DRuntime / Phobos master branch can be found here.