1
0
Fork
You've already forked dmd
0
No description
  • D 89.6%
  • HTML 4.7%
  • C 2.6%
  • C++ 2.2%
  • Makefile 0.4%
  • Other 0.3%
Find a file
Yelninei bb58656d18 Revert "silence linker stub warnings"
This reverts commit 6a952ba4ccac7356cf78da395bcb4def21173290.
2026年03月22日 11:32:30 +00: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 Merge remote-tracking branch 'upstream/master' into stable 2025年09月30日 21:16:19 +02:00
changelog ImportC: Add __module declarations ( #20659 ) 2025年12月09日 16:51:53 +01:00
ci GHA main: Add Alpine Linux job, to CI-test musl libc ( #20741 ) 2025年01月28日 00:28:20 +01:00
compiler set ELFOSABI to ELDOSABI_GNU 2026年03月21日 11:55:16 +00:00
druntime Revert "silence linker stub warnings" 2026年03月22日 11:32:30 +00:00
patches Add gdc patches 2026年03月13日 18:00:59 +00: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 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
.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 Refactored memcpy calls to D slices ( #21062 ) 2025年03月24日 07:12:13 +08:00
.pre-commit-config.yaml Add Valgrind GC integration ( #15304 ) 2023年06月15日 01:01:42 -07:00
azure-pipelines.yml Kill off OMF support 2024年05月03日 18:24:36 +12:00
CODEOWNERS Remove myself as *.h code owner 2021年06月26日 08:56:21 +00:00
config.d [stable] build.d: Fix VERSION fallback if git describe fails ( #21133 ) 2025年04月01日 22:10:37 +02:00
CONTRIBUTING.md Update the contributor guide, remove bugzilla references ( #20591 ) 2024年12月23日 20:18:16 +08:00
dub.sdl Packagise the glue layer into glue/ ( #21572 ) 2025年08月09日 08:49:30 +08:00
LICENSE.txt Make Boost license visible 2017年06月05日 03:20:55 +02:00
Makefile Remove 'samples' folder 2025年01月11日 08:12:48 +08:00
posix.mak Restore posix.mak, forwarding to generic Makefile 2023年12月09日 15:59:14 +01:00
README.md Remove 'samples' folder 2025年01月11日 08:12:48 +08:00
VERSION bump VERSION to v2.112.0 2025年12月12日 15:38:49 +01:00


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
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.