phobos/std
Sebastian Wilzbach b80820e50f std.range.nullSink - allow convenient use of the NullSink
`nullSink` returns the `NullSink` by reference and thus allows using it
directly in code which expects an OutputRange by reference.

The pattern is providing convenience wrappers for struct construction is
very common in Phobos, e.g. `rebindable`, `nullable`, `refCounted`, ...
2017-12-25 00:02:04 +01:00
..
algorithm Expand topN testcase 2017-12-15 00:18:25 +01:00
c
container Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
datetime Port of phobos to DragonFlyBSD 2017-12-20 08:05:49 +01:00
digest Start removing std.{json,zip,zlib,algorithm.mutation} 2017-12-01 09:28:05 +01:00
experimental Use posix_memalign declaration from druntime instead 2017-12-22 18:42:35 +05:30
internal Merge pull request #5927 from wilzbach/udflags 2017-12-21 13:10:52 +01:00
net Merge pull request #5927 from wilzbach/udflags 2017-12-21 13:10:52 +01:00
range std.range.nullSink - allow convenient use of the NullSink 2017-12-25 00:02:04 +01:00
regex Faster to import std.regex, by lazy eval of wordMatcher 2017-12-18 17:50:53 +03:00
windows Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
array.d Use named tuple for std.array.byPair 2017-11-28 17:05:03 +01:00
ascii.d
base64.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
bigint.d Turned BigInt.toDecimalString pure 2017-12-10 11:46:14 +00:00
bitmanip.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
compiler.d
complex.d
concurrency.d Add StdUnittest to std.net.curl + stdx.allocator 2017-12-21 09:36:10 +01:00
conv.d fix Issue 18044 - std.conv.to for implicitly convertible associative arrays 2017-12-07 16:50:57 +00:00
csv.d
demangle.d
encoding.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
exception.d
file.d Use the Posix TMPDIR logic, as D can be used from the command-line too on Android. 2017-12-22 18:42:35 +05:30
format.d Merge pull request #5923 from JackStouffer/formatValue 2017-12-14 15:10:30 +01:00
functional.d
getopt.d
json.d Fix ddoc in std.json 2017-12-22 00:55:18 +01:00
math.d Don't run HardFloat tests on SoftFloat systems, like ARM_SoftFloat. 2017-12-22 18:42:35 +05:30
mathspecial.d Manually fix Allman brace style 2017-11-20 15:45:04 +01:00
meta.d use proper partion-and-conquer for NoDuplicates 2017-11-21 18:59:08 +01:00
mmfile.d
numeric.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
outbuffer.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
parallelism.d Port of phobos to DragonFlyBSD 2017-12-20 08:05:49 +01:00
path.d Port of phobos to DragonFlyBSD 2017-12-20 08:05:49 +01:00
process.d std.process: Skip permission test when running as root 2017-10-31 12:15:12 +02:00
random.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
signals.d Manually fix Allman brace style 2017-11-20 15:45:04 +01:00
socket.d Port of phobos to DragonFlyBSD 2017-12-20 08:05:49 +01:00
stdint.d
stdio.d Port of phobos to DragonFlyBSD 2017-12-20 08:05:49 +01:00
string.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
system.d std.system: Add comment fix for Android 2017-12-22 18:42:35 +05:30
traits.d Simplify hasElaborateConstructor. 2017-11-18 22:57:03 -07:00
typecons.d Merge pull request #5953 from wilzbach/fix-5489 2017-12-21 22:39:47 +01:00
typetuple.d
uni.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
uri.d
utf.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
uuid.d
variant.d Add StdUnittest to std.net.curl + stdx.allocator 2017-12-21 09:36:10 +01:00
xml.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
zip.d Start removing std.{json,zip,zlib,algorithm.mutation} 2017-12-01 09:28:05 +01:00
zlib.d Start removing std.{json,zip,zlib,algorithm.mutation} 2017-12-01 09:28:05 +01:00