phobos/std
H. S. Teoh 16822243a1 Remove unused private writefx() function.
This eliminates the 3rd last usage of doFormat in Phobos, thus inching
us closer to fully fixing bug #4532.
2014-08-07 15:22:35 -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 Merge pull request #2060 from monarchdodra/reduceReimpl 2014-07-28 03:59:46 +04: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 [Trivial] Fix documentation typos 2014-02-28 21:08:19 +02:00
conv.d localize some imports 2014-08-02 01:05:56 +02:00
cstream.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
csv.d Remove use of automatic adjacent string literal concatenation from phobos 2014-01-20 03:42:21 +11:00
datetime.d Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
demangle.d Remove trailing white 2014-01-08 08:30:28 +01:00
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 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
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 Merge pull request #2398 from CyberShadow/getopt-bundling-doc 2014-08-04 04:36:20 +02: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 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 Merge pull request #2400 from CyberShadow/std-process-close 2014-08-05 10:58:43 -07:00
random.d Fix Issue #12835: open lower bound for integral-type uniform() 2014-07-11 23:10:18 +02: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 Merge pull request #2312 from burner/issue13018 2014-07-21 18:37:17 +02: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 Convert to new alias syntax 2014-02-11 15:27:05 +09:00
uni.d Issue 13232 - avoid expensive template instantiations on module import 2014-08-01 02:15:56 +02:00
uri.d Allow mutable char/wchar/dchar[] to be used in std.uri 2014-03-13 02:42:14 -04:00
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 Merge pull request #2386 from MetaLang/variant-remove-float-min 2014-08-04 18:54:02 +10:00
xml.d [Trivial] Fix documentation typos 2014-02-28 21:08:19 +02:00
zip.d Merge pull request #1870 from MartinNowak/fix1832 2014-02-16 21:01:54 +01:00
zlib.d Replace implicit catches of Throwables with explicit catches. 2014-04-21 23:05:50 +02:00