phobos/std
H. S. Teoh 15a60b42a6 Merge pull request #1980 from CyberShadow/fix12297
fix Issue 12297 - std.typecons.Proxy does not properly forward IFTI calls
2014-08-13 17:40:46 -07:00
..
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 attributes and two small bug fixes for csv 2014-08-13 17:29:27 +02:00
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 annotate mathspecial functions 2014-05-18 10:37:49 -07:00
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 Trivial documentation fix for issue 12557 2014-05-14 15:44:58 +02:00
outbuffer.d OutBuffer is now an OutputRange 2014-03-20 18:19:59 -07:00
parallelism.d Do the same for amap and reduce, for consistency's sake. 2014-08-08 16:12:12 -07:00
path.d Fix documentation of when dirName() allocates 2014-07-20 14:15:48 -06:00
process.d Fixed std.process.system() deprecation message 2014-08-13 08:45:47 +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 #1980 from CyberShadow/fix12297 2014-08-13 17:40:46 -07: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 Sed "@safe pure nothrow" 2014-05-06 08:21:13 +02:00
variant.d fix Issue 13284 - Cannot match shared classes at receive 2014-08-12 16:37:20 +09:00
xml.d
zip.d
zlib.d Replace implicit catches of Throwables with explicit catches. 2014-04-21 23:05:50 +02:00