The standard library of the D programming language
Find a file
Jan Jurzitza a5c3c24b71 std.stdio: clarify "not opened" documentation
when the code is `!isOpen` it now means:
- in exception documentation it's now always saying "not opened" (or similar, it's clear the file is in error state in that case)
- in general documentation it now always says "closed or not yet opened" (to avoid mistaking it with eof)
- in runtime error messages it always says "unopened"
2022-01-10 12:47:47 +00:00
.circleci Merge remote-tracking branch 'upstream/stable' into merge_stable 2021-11-09 10:30:28 +02:00
changelog Add to the changelog 2022-01-03 15:14:33 +01:00
etc/c zlib: Synchronize testsuite with 1.2.11 2021-12-16 04:23:10 +00:00
std std.stdio: clarify "not opened" documentation 2022-01-10 12:47:47 +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 Update dscanner commit hash to include AliasAssign detection 2021-08-27 09:20:04 +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 Azure: Replace deprecated vs2017-win2016 image with windows-2019 2022-01-08 20:08:16 +00:00
CODEOWNERS Add sumtype to Phobos (#7702) 2021-03-05 12:41:34 +01:00
CONTRIBUTING.md update issue link to issues.dlang.org 2016-05-17 09:40:29 +03:00
dub.sdl Expose a copy of std.conv with the DUB package of stdx.allocator 2018-06-26 06:17:36 +02:00
index.dd treewide: rename index.d to index.dd 2021-09-13 17:57:21 +09:00
Jenkinsfile use ci repo as shared jenkins library 2017-10-06 16:04:07 +02:00
LICENSE_1_0.txt Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules. 2009-09-16 18:19:51 +00:00
posix.mak add -preview=fieldwise to build (#6858) 2021-09-28 16:21:04 +00:00
project.ddoc add PROJECT=phobos ddoc macro 2014-01-10 19:16:53 +01:00
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 zlib: Synchronize testsuite with 1.2.11 2021-12-16 04:23:10 +00:00
win64.mak zlib: Synchronize testsuite with 1.2.11 2021-12-16 04:23:10 +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.