phobos/std
2021-04-04 11:56:27 +02:00
..
algorithm Fix assigning size_t to int for "a=i" 2021-03-19 16:18:29 +00:00
container Merge pull request #7745 from kinke/emplace 2021-01-25 15:36:04 +08:00
datetime Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
digest std.digest.digest: Update deprecation comment 2021-03-19 23:55:12 +01:00
experimental Fix Issue 21759 - std.experimental.checkedint.Checked is not compatible with "%d" and "%x" integer format specifiers 2021-03-25 00:04:02 +01:00
format Rework documentation of std.format.spec: Module description 2021-04-01 09:54:38 +02:00
internal Throughout Phobos use core.math intrinsics instead of std.math wrappers 2021-03-02 07:09:08 +01:00
math Add empty submodules to std.math. 2021-04-04 11:56:27 +02:00
net Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
range Merge pull request #7900 from CyberShadow/pull-20210321-212125 2021-03-22 11:43:20 +01:00
regex Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
uni Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
windows Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
array.d Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
ascii.d Reduce the number of isAggregateType!T checks 2020-08-18 03:50:12 +02:00
base64.d New overload for std.base64.Base64Impl.decoder that takes char arrays as-is 2021-03-31 17:16:34 +02:00
bigint.d Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
bitmanip.d Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
compiler.d
complex.d fix Issue 18627 - Use cephes algorithm for complex divide 2021-03-22 09:18:45 +01:00
concurrency.d std.concurrency docs: Group symbol links into table rows (#7892) 2021-03-22 10:21:12 +01:00
conv.d Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
csv.d Fixes #21629 2021-02-12 12:01:27 +01:00
demangle.d
encoding.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
exception.d Remove deprecated std.exception : enforceEx. 2021-03-12 14:56:35 +01:00
file.d fix missing doc example warning 2021-03-23 17:03:23 +00:00
functional.d Replace usages of std.functional.forward with core.lifetime.forward 2021-01-31 12:20:09 +01:00
getopt.d Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
json.d Fix Issue 16432 - JSON incorrectly parses to string 2021-03-22 14:13:25 +01:00
mathspecial.d Throughout Phobos use core.math intrinsics instead of std.math wrappers 2021-03-02 07:09:08 +01:00
meta.d Fix issue 21088: move alias statement into staticMap mixin body. 2020-07-30 05:51:25 +02:00
mmfile.d We should not be promoting using GC.free casually. 2021-01-26 22:29:30 +01:00
numeric.d Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
outbuffer.d Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
package.d Add forgotten modules to std.package. 2021-03-12 07:21:39 +01:00
parallelism.d Remove a few uses of fully qualified names that rely on a DMD bug 2021-02-22 08:16:13 -03:00
path.d Fix a few places where opDollar could be an alias of length 2020-11-11 02:09:56 +01:00
process.d Implement missing OpenBSD ports in phobos 2021-02-01 18:46:54 +01:00
random.d Fix issue 21609 - LinearCongruentialEngine fails for m = 0 2021-02-05 02:37:24 +01:00
signals.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
socket.d Change Socket constructor to accept its parameter by const scope 2020-08-16 11:12:40 +02:00
stdint.d
stdio.d std.stdio docs: Group symbol links in a table (#7904) 2021-03-31 13:38:08 +02:00
string.d fix test 2021-02-22 12:06:18 +01:00
sumtype.d Revert "Fix Issue 21731 - SumType should provide convenient access to the typ…" 2021-03-26 22:01:23 +01:00
system.d Adds std.system.OS.unknown 2021-02-16 18:55:18 +07:00
traits.d Remove two unnecessary 'the' in documentation. 2021-03-19 00:17:27 +01:00
typecons.d Deprecate public access of formatElement 2021-03-25 10:17:21 +01:00
typetuple.d typetuple: 100% code coverage 2019-09-29 20:13:44 +02:00
uri.d Adapt imports of std.format to new structure of std.format. 2021-03-19 13:22:00 +01:00
utf.d Fix Issue 21559 - Speed up walkLength for narrow strings 2021-01-19 10:49:21 -05:00
uuid.d Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar 2020-08-27 16:47:53 +02:00
variant.d Add sumtype to Phobos (#7702) 2021-03-05 12:41:34 +01:00
xml.d Remove documentation from std.xml due to deprecation in midterm. 2021-01-28 16:23:10 +01:00
zip.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
zlib.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00