phobos/std
2021-04-21 03:00:57 +02:00
..
algorithm Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
container Merge pull request #7745 from kinke/emplace 2021-01-25 15:36:04 +08:00
datetime Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
digest std.digest.digest: Update deprecation comment 2021-03-19 23:55:12 +01:00
experimental Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
format Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
internal Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
math Clean up std.math.package 2021-04-20 10:04:22 +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 Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
regex Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
uni Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02: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 Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02: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 Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
concurrency.d std.concurrency docs: Group symbol links into table rows (#7892) 2021-03-22 10:21:12 +01:00
conv.d Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02: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 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 Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02: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 Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
json.d Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +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 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 Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02: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 Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02: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 Fix issue 21575 - Child processes spawned by std.process.spawnProcess accidentally inherit signal masks in parent process (#7766) 2021-04-19 17:58:16 +02:00
random.d Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02: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 Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
system.d Adds std.system.OS.unknown 2021-02-16 18:55:18 +07:00
traits.d Deprecate ImplicitConversionTarget 2021-04-14 14:16:50 +02:00
typecons.d Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02: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 Try to make std.variant.maxSize non-recursive 2021-04-14 14:16:46 +02: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