dmd D Programming Language compiler
Find a file
Martin Kinkelin e48bc0987d Cirrus CI: Allow single remaining FreeBSD coverage job to fail (might be out of credits)
I don't think it's a big loss to make it optional, i.e., extra FreeBSD
coverage possibly not showing up near the end of the month.

(I'm a bit reluctant to move the job to GHA, as it would IMO probably
disproportionally uglify the current GHA script.)
2023-10-29 02:40:10 +01:00
.azure-pipelines
.circleci
.github/workflows Change host hypervisor to qemu for FreeBSD 2023-10-28 00:36:33 +02:00
changelog purge changelog 2023-09-01 20:56:08 +00:00
ci
compiler Merge pull request #15618 from kinke/gha_freebsd 2023-10-28 16:02:27 +01:00
druntime Fixed use of const with "macros" in FreeBSD's if_dl.d. (#15742) 2023-10-29 09:37:29 +08:00
src
.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
.pre-commit-config.yaml
azure-pipelines.yml
CODEOWNERS
config.d
CONTRIBUTING.md
dub.sdl
LICENSE.txt
posix.mak
README.md
VERSION bump VERSION to v2.105.2 2023-09-15 21:01:08 +00: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.

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

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