.. |
algorithm
|
Merge pull request #4167 from 9il/api
|
2016-04-10 17:07:51 +04:00 |
c
|
Fix missing ')' in std.c.windows.com deprecation message.
|
2016-01-06 12:18:33 -08:00 |
container
|
UFCS for moveAt, moveFront, moveBack
|
2016-04-09 09:28:14 +02:00 |
digest
|
Linux/PPC: Really fix the import for md.d/ripemd.d.
|
2016-03-12 20:19:33 +01:00 |
experimental
|
Fix docs in ndslice.iteration
|
2016-04-04 20:56:36 +02:00 |
internal
|
Merge pull request #3992 from quickfur/bigint_octal
|
2016-03-31 16:56:40 -04:00 |
net
|
convert docstring examples to unittests
|
2016-03-09 21:22:15 +02:00 |
range
|
Merge pull request #4167 from 9il/api
|
2016-04-10 17:07:51 +04:00 |
regex
|
Fix issue 12367 - std.regex: Recognize (?# ... ) comment syntax
|
2016-04-10 22:47:40 +03:00 |
windows
|
Moving deprecations along.
|
2016-02-10 16:43:25 -08:00 |
array.d
|
fix imports 2
|
2016-04-07 15:54:04 +02:00 |
ascii.d
|
|
|
base64.d
|
|
|
bigint.d
|
Implement conversion of biguint to octal.
|
2016-02-25 13:30:35 -08:00 |
bitmanip.d
|
Change taggedClassRef and taggedPointer so that the bitfield appear as a void* in the parent
|
2016-03-24 17:20:27 -07:00 |
compiler.d
|
|
|
complex.d
|
Switch some static imports to selective.
|
2016-02-22 17:06:29 -05:00 |
concurrency.d
|
Remove deprecated std.concurrency.MessageBox.isClosed() const .
|
2016-03-28 11:25:44 +02:00 |
concurrencybase.d
|
|
|
conv.d
|
Fix emplace!Class(void[]) docs
|
2016-03-21 11:09:36 +00:00 |
cstream.d
|
Fix remaining import deprecation messages
|
2016-02-22 16:03:12 -05:00 |
csv.d
|
migrate other Phobos modules to use std.exception.basicExceptionCtors
|
2016-01-17 10:39:37 +05:30 |
datetime.d
|
Merge pull request #4068 from nrTQgc/netbsd_patch
|
2016-03-10 22:04:53 -08:00 |
demangle.d
|
|
|
encoding.d
|
Changed "Examples:" in Ddoc to "Example:"
|
2015-12-17 18:32:41 -08:00 |
exception.d
|
Add basicExceptionCtors mixin
|
2016-01-17 10:39:37 +05:30 |
file.d
|
fix Issue 15865 - std.file.copy(from,to) deletes the file if from and to specify the same file
|
2016-04-04 14:17:06 +00:00 |
format.d
|
Merge pull request #3977 from joakim-noah/android
|
2016-02-23 13:51:42 -08:00 |
functional.d
|
convert docstring examples to unittests
|
2016-03-09 21:22:15 +02:00 |
getopt.d
|
Typo
|
2016-04-03 16:36:13 +02:00 |
json.d
|
add an option allowing to escape non ascii chars
|
2016-04-09 07:58:53 +02:00 |
math.d
|
Merge pull request #3999 from redstar/solarismath
|
2016-03-31 22:38:53 -07:00 |
mathspecial.d
|
HTML fixes
|
2015-10-24 06:19:23 +00:00 |
meta.d
|
Fix 14561 - Large enums cannot be parsed due to too many recursive template expansions
|
2016-04-03 16:47:36 +00:00 |
mmfile.d
|
netbsd patch
|
2016-03-11 10:10:47 +06:00 |
numeric.d
|
core.bitop bsr(), bsf(), and popcnt() now support ulong inputs even on a 32-bit arch.
|
2016-01-13 13:54:27 -08:00 |
outbuffer.d
|
HTML fixes
|
2015-10-24 06:19:23 +00:00 |
parallelism.d
|
netbsd patch
|
2016-03-11 10:10:47 +06:00 |
path.d
|
std.path: Emphasize that isValidPath does not check existence
|
2016-04-02 07:55:45 +00:00 |
process.d
|
Avoid brute force fd close() on Linux
|
2016-04-04 08:42:17 -07:00 |
random.d
|
change usage of swapAt to UFCS
|
2016-04-08 01:18:45 +03:00 |
signals.d
|
convert docstring examples to unittests
|
2016-03-03 15:24:26 +02:00 |
socket.d
|
std.socket: add examples to unittests
|
2016-03-23 15:24:40 +02:00 |
socketstream.d
|
|
|
stdint.d
|
HTML fixes
|
2015-10-24 06:19:23 +00:00 |
stdio.d
|
Merge pull request #4079 from greenify/stdio_byrecord
|
2016-03-28 15:24:13 +04:00 |
stdiobase.d
|
|
|
stream.d
|
fix lookup of core.stdc.stdio.remove()
|
2016-02-13 09:54:41 -08:00 |
string.d
|
convert docstring examples to unittests
|
2016-03-03 15:24:26 +02:00 |
system.d
|
netbsd patch
|
2016-03-11 10:10:47 +06:00 |
traits.d
|
Merge pull request #3275 from Biotronic/master
|
2016-04-09 16:45:19 +04:00 |
typecons.d
|
Use __traits(identifier) instead of stringof + startsWith in std.typecons.Proxy
|
2016-03-31 10:36:26 +09:00 |
typetuple.d
|
|
|
uni.d
|
Merge pull request #4151 from JackStouffer/issue13422
|
2016-04-05 19:02:31 +04:00 |
uri.d
|
migrate other Phobos modules to use std.exception.basicExceptionCtors
|
2016-01-17 10:39:37 +05:30 |
utf.d
|
Fix Phobos issue #15586 - std.utf.toUTF8() halts on invalid dchar.
|
2016-01-29 15:35:14 -08:00 |
uuid.d
|
convert docstring examples to unittests
|
2016-03-03 15:24:26 +02:00 |
variant.d
|
Merge pull request #4118 from MaksimZh/fix-15827
|
2016-03-30 10:15:19 -07:00 |
xml.d
|
fix issue 14966: misuse of super
|
2016-04-03 18:40:56 +02:00 |
zip.d
|
fix incorrect imports/fqn usages
|
2016-02-20 14:41:44 +01:00 |
zlib.d
|
Merge pull request #4095 from WalterBright/fix15457
|
2016-03-20 11:09:23 +04:00 |