The standard library of the D programming language
Find a file
The Dlang Bot 3d322b7cc4
Merge pull request #7370 from burner/std.container.rbtree_assert_messages
adding assert messages to rbtree
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2020-02-02 04:24:33 +01:00
.circleci Merge pull request #7261 from atilaneves/circleci-numjobs 2019-11-01 17:45:26 +01:00
.github Add a sponsorship button 2019-06-04 20:20:00 +02:00
changelog Add release note for the transition from approxEqual to isClose. 2020-01-29 09:09:13 +01:00
etc/c Update header of sqlite3 to 3.30.1 2019-10-20 15:43:11 +02:00
std Merge pull request #7370 from burner/std.container.rbtree_assert_messages 2020-02-02 04:24:33 +01:00
test Remove separate @betterC tests 2018-09-20 18:37:39 +02:00
.codecov.yml
.dscanner.ini Disable undocumented_declaration_check for std.datetime 2019-12-02 20:56:47 +01:00
.editorconfig Fix line endings in .editorconfig 2018-09-16 12:19:04 -07:00
.gitignore
azure-pipelines.yml Run Azure Pipelines 2019-10-15 08:18:40 +02:00
CODEOWNERS
CONTRIBUTING.md
dub.sdl
index.d
Jenkinsfile
LICENSE_1_0.txt
posix.mak Don't define version CoreUnittest as it's not necessary any more 2020-01-21 13:36:17 +02: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
win32.mak Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
win64.mak Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02: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.