.. |
algorithm
|
Merge branch 'master' of github.com:dlang/phobos into TaskPool_fold
|
2017-12-28 22:53:51 -08:00 |
c
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
container
|
Replace body keyword with its replacement: do
|
2017-11-20 15:33:52 +01:00 |
datetime
|
Merge pull request #5966 from ThomasMader/custom_paths
|
2017-12-27 23:45:20 +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
|
get rid of stray parenthesis
|
2017-12-18 17:05:21 +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
|
has_public_example: std.ascii
|
2017-07-10 02:28:28 +02:00 |
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
|
Revert "Sort selective imports"
|
2017-06-13 17:51:52 +00:00 |
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
|
Merge pull request #5606 from andralex/upcase-ddoc-labels
|
2017-07-12 22:19:10 +02:00 |
demangle.d
|
|
|
encoding.d
|
Replace body keyword with its replacement: do
|
2017-11-20 15:33:52 +01:00 |
exception.d
|
Convert section labels to title case
|
2017-07-12 15:19:57 -04:00 |
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
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2017-08-16 12:17:39 +02:00 |
getopt.d
|
Fix issue 17650: std.getopt range violation when option value is a hyphen.
|
2017-07-16 01:28:55 +02:00 |
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
|
style, switches in MmFile can be final
|
2017-09-13 19:12:48 +02:00 |
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
|
remove surprising emtpy line
|
2018-01-16 11:58:56 -05:00 |
path.d
|
Don't expect root home dir in unittest
|
2017-12-28 09:13:36 +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
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
utf.d
|
Replace body keyword with its replacement: do
|
2017-11-20 15:33:52 +01:00 |
uuid.d
|
Make std.uuid examples runnable
|
2017-07-09 16:22:48 +02:00 |
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 |