phobos/std
2021-08-19 12:18:29 +02:00
..
algorithm Add clarifications 2021-08-12 05:09:14 +03:00
container mark RBNode.left and RBNode.right @trusted 2021-08-09 12:29:07 +02:00
datetime remove usage of octal literals (#8168) 2021-07-16 08:10:10 +08:00
digest Fix DIP1000 violation in sdt.digest.hmac 2021-04-13 01:35:41 +02:00
experimental Qualify Mallocator members as const 2021-08-19 12:18:29 +02:00
format Fix Issue 20393 - formattedRead accepts input, that should be rejected (#8144) 2021-06-16 16:08:53 +08:00
internal add explicit scope/return for pure functions 2021-07-11 13:34:25 +00:00
math std.math.algebraic: use fabs from druntime 2021-08-19 09:56:55 +00:00
net Annotate std/net/isemail.d to please dlang/dmd#12520 2021-05-18 00:29:19 +02:00
range add explicit scope/return for pure functions 2021-07-11 13:34:25 +00:00
regex Fix Issue 21600 - (Try to) Document named captures 2021-07-20 01:55:01 +01:00
uni add return scope to realloc 2021-06-08 09:32:30 +00:00
windows Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
array.d [DSSv3] Fix issue - 16339 (#8181) 2021-07-30 15:40:04 +00:00
ascii.d
base64.d Annotate std/base64.d to please dlang/dmd#12520 #8076 2021-05-18 03:28:07 +02:00
bigint.d add more return/scope to pure bigint functions 2021-05-30 01:10:13 +02:00
bitmanip.d Annotate std/bitmanip to please dlang/dmd#12520 2021-05-18 04:48:36 +02:00
compiler.d
complex.d std.complex: Add missing imports in unittests for non-DigitalMars targets 2021-05-11 14:30:35 +02:00
concurrency.d Fix import 2021-08-03 12:57:03 +03:00
conv.d use static foreach for correct scope inference 2021-06-08 10:21:59 +00:00
csv.d Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
demangle.d
encoding.d Rename the initial value of some enums from init to _init 2021-05-12 10:56:46 +08:00
exception.d Typifiy an always throwing method as noreturn (#7834) 2021-05-05 10:56:48 +08:00
file.d Windows readImpl is now marked @trusted 2021-08-02 17:55:56 +03:00
functional.d
getopt.d use icmp instead of toUpper in getopt 2021-06-01 13:36:56 +02:00
json.d Fix static assert message in std.json 2021-06-08 15:12:25 +00:00
mathspecial.d
meta.d Make staticIsSorted use static foreach instead of recursion 2021-05-10 19:20:37 +02:00
mmfile.d
numeric.d Merge pull request #7975 from ibuclaw/numeric/lcm 2021-04-22 15:36:55 +08:00
outbuffer.d Add compile-time checked variants of writef and writefln to std.outbuffer. 2021-08-09 14:21:54 -07:00
package.d Add forgotten modules to std.package. 2021-03-12 07:21:39 +01:00
parallelism.d Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
path.d Fix Issue 19727 - std.algorithm.endsWith fails to compile while startsWith succeeds. 2021-08-12 05:09:14 +03:00
process.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2021-07-20 10:54:24 +02:00
random.d add explicit scope/return for pure functions 2021-07-11 13:34:25 +00:00
signals.d Issue 19842 - only class member functions must be used be used as slots 2021-07-13 10:33:38 +00:00
socket.d Annotate std/socket.d to please dlang/dmd#12520 2021-05-17 21:50:31 +02:00
stdint.d
stdio.d std.stdio: change exit(0) to _exit(0) to prevent segfault 2021-08-19 04:23:46 +00:00
string.d isSomeChar!(Unqual!T) -> isSomeChar!T 2021-07-24 09:26:46 +00:00
sumtype.d Fix issue 22077 - std.sumtype support for copy constructors is incomplete 2021-08-12 03:23:11 +00:00
system.d
traits.d Merge pull request #8176 from ljmf00/fix-functiontypeof 2021-08-04 15:20:31 +08:00
typecons.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2021-08-09 22:41:03 +02:00
typetuple.d
uri.d Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
utf.d static if inside the save function 2021-08-03 16:34:59 +03:00
uuid.d isSomeChar!(Unqual!T) -> isSomeChar!T 2021-07-24 09:26:46 +00:00
variant.d Using std.meta.Alias instead of MutableOf 2021-05-06 13:48:54 -04:00
xml.d add return scope to xml.toType 2021-05-30 01:07:37 +02:00
zip.d
zlib.d