..
c
Deprecate std.c.string and move its contents to druntime
2014-07-13 12:47:26 -05:00
container
Merge pull request #2382 from sigod/dlist-unused-code
2014-08-05 09:31:59 -07:00
digest
localize some imports
2014-08-02 01:05:56 +02:00
experimental
Fixup spelling mistake.
2014-05-21 22:18:07 +02:00
internal
localize some imports
2014-08-02 01:05:56 +02:00
net
Merge pull request #1527 from quickfur/post_contentType
2014-07-13 00:40:02 +03:00
windows
Fix a minor typo.
2014-07-28 22:28:20 +01:00
algorithm.d
fix issue 9942 - Add a functional switch function
2014-08-09 17:13:15 +03:00
array.d
localize some imports
2014-08-02 01:05:56 +02:00
ascii.d
Minor stylistic cleanup in std.ascii.
2014-05-22 16:08:27 -07:00
base64.d
Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path
2014-08-04 23:33:25 -05:00
bigint.d
fix property enforcement
2014-07-30 19:15:39 +09:00
bitmanip.d
std.bitmanip BitArray: add function attributes
2014-08-03 16:15:06 -04:00
compiler.d
complex.d
Enhancement request 13022: add std.complex.sqAbs
2014-07-03 18:47:06 +02:00
concurrency.d
conv.d
localize some imports
2014-08-02 01:05:56 +02:00
cstream.d
Add missing imports
2014-08-10 18:20:05 +09:00
csv.d
datetime.d
Deprecate std.c.string and move its contents to druntime
2014-07-13 12:47:26 -05:00
demangle.d
encoding.d
fix Issue 12853 - std.encoding EncodingSchemeUtf16Native and EncodingSchemeUtf32Native decode() and SafeDecode() wrong stripping length
2014-07-17 06:08:59 +09:00
exception.d
Deprecate std.c.string and move its contents to druntime
2014-07-13 12:47:26 -05:00
file.d
Merge pull request #2385 from tom-tan/trusted-file-getSize
2014-08-09 19:12:41 +04:00
format.d
localize some imports
2014-08-02 01:05:56 +02:00
functional.d
Added std.algorithm.safeLess for safe signed/unsigned comparison; rewrote min/max
2014-07-13 13:09:45 +08:00
getopt.d
Fix screwed up list nesting in getopt's ddoc comment.
2014-08-08 15:06:32 -07:00
json.d
Merge pull request #2292 from markisaa/constToString
2014-07-05 12:57:22 +04:00
math.d
Add more integer isXXX deprecations
2014-07-26 04:04:18 +02:00
mathspecial.d
mmfile.d
Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path
2014-08-04 23:33:25 -05:00
numeric.d
outbuffer.d
parallelism.d
Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path
2014-08-04 23:33:25 -05:00
path.d
Fix documentation of when dirName() allocates
2014-07-20 14:15:48 -06:00
process.d
Remove unused test in std.process
2014-08-10 22:36:03 +02:00
random.d
Fix missing $(RPAREN) in ddoc for std.random.uniform01.
2014-08-08 15:43:30 -07:00
range.d
Make TakeExactly!R implicitly convertible to Take!R
2014-07-26 12:20:34 +09:00
regex.d
Merge pull request #2234 from DmitryOlshansky/regex-reuse-sets
2014-06-08 17:09:56 -07:00
signals.d
Update the Qt signals and slots link.
2014-06-22 01:02:30 +03:00
socket.d
Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path
2014-08-04 23:33:25 -05:00
socketstream.d
stdint.d
stdio.d
Remove unused private writefx() function.
2014-08-07 15:22:35 -07:00
stdiobase.d
stream.d
Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path
2014-08-04 23:33:25 -05:00
string.d
Fix std.string ddoc problems.
2014-08-08 15:36:36 -07:00
syserror.d
Deprecate std.c.string and move its contents to druntime
2014-07-13 12:47:26 -05:00
system.d
Start getting tests passing on Android/x86
2014-07-09 17:52:15 -05:00
traits.d
Merge pull request #2131 from AndrejMitrovic/Fix12668
2014-07-29 21:51:19 +02:00
typecons.d
Merge pull request #2131 from AndrejMitrovic/Fix12668
2014-07-29 21:51:19 +02:00
typelist.d
typetuple.d
uni.d
Issue 13232 - avoid expensive template instantiations on module import
2014-08-01 02:15:56 +02:00
uri.d
utf.d
Fix issue 12923
2014-07-27 17:28:51 +04:00
uuid.d
variant.d
Merge pull request #2386 from MetaLang/variant-remove-float-min
2014-08-04 18:54:02 +10:00
xml.d
zip.d
zlib.d