phobos/std
Nick Treleaven ddad09bbea Recommend using portable std.ascii.newline for line terminator
Also document 'lines' constructor.
2014-07-23 15:21:31 +01:00
..
c Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
container std.container.array.Array.stableLinearRemove aliases to wrong symbol 2014-07-14 13:44:01 +09:00
digest
experimental
internal some love for std.string 2014-07-17 09:48:56 +02:00
net Merge pull request #1527 from quickfur/post_contentType 2014-07-13 00:40:02 +03:00
windows
algorithm.d Use unsigned-safe comparing in clamp contract 2014-07-19 08:10:25 +09:00
array.d fix Issue 13077 - std.range.array with shared InputRangeObject 2014-07-17 12:39:15 +09:00
ascii.d
base64.d
bigint.d
bitmanip.d
compiler.d
complex.d Enhancement request 13022: add std.complex.sqAbs 2014-07-03 18:47:06 +02:00
concurrency.d
conv.d Merge pull request #2160 from monarchdodra/emplaceRef 2014-07-20 16:13:47 +04:00
cstream.d
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 #1653 from denis-sh/fix-bug-7648-comments 2014-07-12 05:17:13 +03:00
format.d Merge pull request #2150 from joakim-noah/android 2014-07-12 04:05:07 +03: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 #2072 from burner/getoptx 2014-07-10 15:04:28 -07:00
json.d Merge pull request #2292 from markisaa/constToString 2014-07-05 12:57:22 +04:00
math.d Merge pull request #2311 from ibuclaw/intnan 2014-07-23 05:02:01 +02:00
mathspecial.d
mmfile.d Changed tabs to spaces 2014-07-07 09:57:09 +10:00
numeric.d
outbuffer.d
parallelism.d Start getting tests passing on Android/x86 2014-07-09 17:52:15 -05:00
path.d Fix documentation of when dirName() allocates 2014-07-20 14:15:48 -06:00
process.d Merge pull request #1873 from lionello/bug4483 2014-07-16 21:59:26 +10:00
random.d Fix Issue #12835: open lower bound for integral-type uniform() 2014-07-11 23:10:18 +02:00
range.d Merge pull request #1138 from quickfur/transposed 2014-07-17 19:23:30 +04:00
regex.d
signals.d Update the Qt signals and slots link. 2014-06-22 01:02:30 +03:00
socket.d Pre-allocate result array in getAddress and use Appender in getAddressInfoImpl 2014-07-20 00:11:09 +09:00
socketstream.d
stdint.d
stdio.d Recommend using portable std.ascii.newline for line terminator 2014-07-23 15:21:31 +01:00
stdiobase.d
stream.d Added unittest 2014-07-11 13:26:17 -07: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 Make ModifyTypePreservingSTC package instead of private 2014-07-20 21:18:58 +09:00
typecons.d Merge pull request #2308 from ntrel/unique-tests 2014-07-20 20:15:41 +04:00
typelist.d
typetuple.d
uni.d some love for std.string 2014-07-17 09:48:56 +02:00
uri.d
utf.d Add @nogc attributes to std.utf. 2014-07-13 15:17:51 +04:00
uuid.d
variant.d Fixed handling of a struct with no "length" field defined but with opDispatch of inappropriate type. 2014-07-15 23:57:01 +03:00
xml.d
zip.d
zlib.d