The standard library of the D programming language
Find a file
Max Haughton e7724164b2
Fixes issues 22185, 22673 (#8359)
Fixes issues 22185, 22673

Signed-off-by: Nicholas Wilson <thewilsonator@users.noreply.github.com>
Signed-off-by: Razvan Nitu <RazvanN7@users.noreply.github.com>
Merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>
2022-01-26 11:24:59 +00:00
.circleci Merge remote-tracking branch 'upstream/stable' into merge_stable 2021-11-09 10:30:28 +02:00
changelog Move checkedint out of experimental (#8100) 2022-01-25 00:17:24 +00:00
etc/c zlib: Synchronize testsuite with 1.2.11 2021-12-16 04:23:10 +00:00
std Fixes issues 22185, 22673 (#8359) 2022-01-26 11:24:59 +00:00
test Add sumtype to Phobos (#7702) 2021-03-05 12:41:34 +01:00
.cirrus.yml Merge remote-tracking branch 'upstream/stable' into merge_stable 2021-11-09 10:30:28 +02:00
.codecov.yml yaml: make files comply with YAML specification 2021-08-30 14:54:57 +00:00
.dscanner.ini Move checkedint out of experimental (#8100) 2022-01-25 00:17:24 +00:00
.editorconfig Fix line endings in .editorconfig 2018-09-16 12:19:04 -07:00
.gitignore Add initial dub.sdl with stdx-allocator and stdx-checkedint 2018-06-22 16:56:20 +02:00
azure-pipelines.yml Make win32.mak compatible with MODEL=32omf 2022-01-25 17:20:51 +01:00
CODEOWNERS Add sumtype to Phobos (#7702) 2021-03-05 12:41:34 +01:00
CONTRIBUTING.md
dub.sdl Move checkedint out of experimental (#8100) 2022-01-25 00:17:24 +00:00
index.dd Move checkedint out of experimental (#8100) 2022-01-25 00:17:24 +00:00
Jenkinsfile use ci repo as shared jenkins library 2017-10-06 16:04:07 +02:00
LICENSE_1_0.txt
posix.mak Fix Issue 22704 - Linker error when running the public unittests 2022-01-25 18:48:04 +00:00
project.ddoc
README.md Remove no longer available issue stats and add a Buildkite badge 2019-01-04 18:02:28 +01:00
unittest.d Remove deprecated symbols from std.digest.digest 2020-04-09 11:35:23 +02:00
win32.mak Make win32.mak compatible with MODEL=32omf 2022-01-25 17:20:51 +01:00
win64.mak Move checkedint out of experimental (#8100) 2022-01-25 00:17:24 +00:00

D Logo Phobos Standard Library

GitHub tag Bugzilla Issues CircleCi Buildkite Code coverage license

Phobos is the standard library that comes with the D Programming Language Compiler.

Download

Phobos is packaged together with the compiler. You should download the whole precompiled package.

To build everything yourself, there is a description in the wiki.

Phobos is distributed under Boost Software Licence. See the licence file.

I Want to Contribute

Great! See the CONTRIBUTING.md file.