dmd D Programming Language compiler
Find a file
2022-01-13 17:37:27 +01:00
.azure-pipelines Try continueOnError: true 2022-01-13 02:43:56 +01:00
.circleci Switch to new CodeCov uploader 2021-10-27 07:37:27 +00:00
.github/workflows workflows/runnable_cxx.yml: Add newer versions of gcc and clang to test 2021-12-31 15:26:05 +09:00
changelog Rebase + add more information in the changelog entry 2022-01-10 14:48:59 +02:00
ci Revert "Coverage: Don't fail if reports could not be uploaded to CodeCov" 2022-01-13 00:49:26 +01:00
docs docs: Replace http:// with https:// for digitalmars.com links 2021-12-22 16:56:12 +00:00
ini add necessary libraries to the default config on Solaris 2021-12-09 18:05:24 +00:00
samples Replace http:// with https:// for various links throughout codebase 2021-12-22 21:45:11 +00:00
src fix Issue 22656 - SSE2 instructions have inconsistent layouts in the disassembler output 2022-01-13 02:31:19 +00:00
test backend: use correct type names for D 2022-01-10 14:34:15 +00:00
.cirrus.yml ci: make Cirrus CI configuration YAML compliant (#13480) 2021-12-31 13:31:33 +00: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
.gitignore Add IntelliJ IDEA / CLion specifics files to gitignore 2021-04-02 09:31:31 +09:00
azure-pipelines.yml Switch to new CodeCov uploader 2021-10-27 07:37:27 +00:00
ci.sh Switch to new CodeCov uploader 2021-10-27 07:37:27 +00:00
cirrusci.sh Merge remote-tracking branch 'upstream/stable' into merge_stable 2021-11-08 19:02:29 +02:00
CODEOWNERS Remove myself as *.h code owner 2021-06-26 08:56:21 +00:00
config.d Workaround for incorrect working directory for Dub 2019-03-17 15:30:41 +01: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 Link to bug report section of CONTRIBUTING.md 2022-01-13 17:37:27 +01:00
VERSION Merge stable (#13444) 2021-12-20 18:38:33 +02:00
win32.mak
win64.mak

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.

Please refer to the guidelines for bug reports to report a problem or browse the list of open bugs.

For more information, including instructions for compiling, installing, and hacking on DMD, check the contribution guide and visit the D Wiki.