phobos/std
2021-10-22 21:53:40 +00:00
..
algorithm Update std/algorithm/comparison.d 2021-10-19 10:42:27 -04:00
container std.container.Array: Payload.reserve re-used, object leak fixed. 2021-09-27 02:23:14 +03:00
datetime Fix issue 21507 - added precision for function SysTime.toIsoExtString (#8255) 2021-09-30 06:50:28 +00:00
digest Fix DIP1000 violation in sdt.digest.hmac 2021-04-13 01:35:41 +02:00
experimental Fix Issue 22249 - std.experimental.checkedint: Warn.onLowerBound does not compile 2021-08-29 23:05:05 +00:00
format Reduce template bloat in IntegralTypeOf-overload of formatValueImpl 2021-10-22 09:37:40 +00:00
internal add explicit scope/return for pure functions 2021-07-11 13:34:25 +00:00
math Qualify some function parameters under std.format as const to reduce template bloat 2021-09-22 23:12:15 +00:00
net Annotate std/net/isemail.d to please dlang/dmd#12520 2021-05-18 00:29:19 +02:00
range Merge pull request #8284 from andralex/variadicEquals 2021-10-20 10:26:37 +03:00
regex Fix Issue 21600 - (Try to) Document named captures 2021-07-20 01:55:01 +01:00
uni @safe tests in std.uni 2021-10-15 11:30:04 +00:00
windows Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
array.d Completed attribute lithany on sameTail and sameHead 2021-09-15 03:09:09 +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 Remove need for Unqual in EndianSwapper 2021-09-03 14:30:32 +00: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 issue 17037 - std.concurrency has random segfaults 2021-10-19 13:29:49 +00:00
conv.d remove workaround for issue 20150 2021-08-25 23:36:22 +02:00
csv.d std.csv allow un equal number of value separators 2021-08-26 15:37:24 +00: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 Fix 22386 - Omit unreachable throw in assertThrown with noreturn value 2021-10-14 15:40:57 +00:00
file.d Move import of dirSeparator to larger scope 2021-10-22 14:52:57 +03:00
functional.d Refactor adjoin 2021-10-18 14:11:24 +02:00
getopt.d Fix Issue 22394 - std.getopt cannot handle "-" 2021-10-17 01:48:51 +00:00
json.d indent with spaces 2021-08-28 19:52:28 +02:00
mathspecial.d Throughout Phobos use core.math intrinsics instead of std.math wrappers 2021-03-02 07:09:08 +01:00
meta.d Match documentation with template heading. 2021-10-18 18:18:24 +00:00
mmfile.d std.mmfile: Add testmmfile from dmd testsuite as a unittest 2021-08-26 12:17:32 +00:00
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 Fix Issue 22340 - totalCPUs may not return accurate number of CPUs 2021-09-28 12:13:56 +00: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 Replace lsof failure with warning for CI's sake 2021-10-22 21:53:40 +00:00
random.d Alter AMD RDAND bug detection to reduce bias against -1 in unpredictableSeed 2021-10-15 02:54:11 +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 Replace FieldProxy with @property ref functions 2021-10-03 08:15:39 +00: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 indent multiline param description 2021-09-17 04:20:30 -05:00
sumtype.d Fix Issue 22117 - Can't store scope pointer in a SumType 2021-08-23 21:52:40 -04:00
system.d Adds std.system.OS.unknown 2021-02-16 18:55:18 +07:00
traits.d Use AliasAssign directly in EnumMembers 2021-10-19 15:09:49 +02:00
typecons.d refCounted: unittest now also checks object destruction.. 2021-09-27 02:19:34 +03: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