phobos/std
jmdavis a885cf85ff Added RefRange to std.range.
It's a wrapper which effectively allows you to pass a range by
reference.
2012-06-20 20:44:02 -07:00
..
c Change version( Win32 ) to version( Windows ) when Win64 would be supported as well. 2012-01-16 22:10:18 -05:00
hash Deprecate crc32 and move it into std.hash.crc32. 2012-06-06 07:48:47 +02:00
internal Merge branch 'master' into patch-1 2012-05-21 06:18:19 -05:00
net Fix documentation build 2012-04-13 22:05:29 -05:00
windows Merge pull request #406 from denis-sh/get-rid-of-win9x-support 2012-02-18 12:32:37 -08:00
algorithm.d fix Issue 8240 - std.algorithm.joiner and empty inputRangeObject 2012-06-15 13:23:15 +09:00
array.d Fix for issue# 8233. 2012-06-13 01:44:25 -07:00
ascii.d
base64.d std.base64: Fix invariants when decoding truncated strings 2012-02-19 19:14:38 +02:00
bigint.d Fix issue 8011 BigInt ++ and -- do wrong thing on negative numbers 2012-05-02 20:40:14 +02:00
bitmanip.d Added checks to verify indices. 2012-06-07 01:27:25 -07:00
compiler.d
complex.d
concurrency.d Kill some public imports of core.sync.* in std.concurrency. 2012-05-02 04:46:54 +02:00
container.d Add Example to SList.insertAfter documentation 2012-06-12 21:33:06 -06:00
conv.d Merge pull request #599 from 9rnsr/fix_nullfmt 2012-05-28 11:16:07 -07:00
cpuid.d Change to one format string and following formatted arguments 2012-04-09 02:11:46 +09:00
cstream.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
csv.d Provide both of Exceptions constructors. 2012-01-29 21:50:25 -08:00
ctype.d Moved removals of deprecated symbols from July to August. 2012-02-11 02:48:49 -08:00
datetime.d speed up SysTime opCmp tests 2012-06-07 21:20:05 +02:00
demangle.d
encoding.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
exception.d Deprecated the version of enforceEx which was scheduled for deprecation. 2012-03-10 19:09:35 -08:00
file.d Removed deprecated functions which were to be removed in May 2012. 2012-05-23 00:51:12 -07:00
format.d Merge pull request #573 from 9rnsr/disable_auto_escape 2012-06-05 22:30:47 -07:00
functional.d fix Issue 5358 - std.functional.binaryReverseArgs missing from documentation 2012-04-21 15:49:48 +09:00
getopt.d remove empty statements 2011-12-29 00:05:45 -08:00
json.d
math.d Merge pull request #610 from donc/deprecateGamma 2012-05-29 00:42:14 -07:00
mathspecial.d Change second paramater of gammaIncompleteComplInverse from x to p 2012-05-21 06:10:34 -05:00
md5.d std.md5: Lower buffer size in mdFile example 2012-03-31 20:02:07 +03:00
metastrings.d
mmfile.d Remove Windows 3.x and Win9x enforcements from std.mmfile 2012-02-10 14:28:14 +04:00
numeric.d Optimize fft to take advantage of symmetry for pure real FFTs. 2012-02-19 20:41:59 -05:00
outbuffer.d extern(C) not needed for vararg 2011-11-26 16:45:26 +01:00
parallelism.d Move implementation templates into template local scope 2012-01-29 20:37:48 +09:00
path.d Do not call getcwd (or other base) in absolutePath and relativePath if not needed. 2012-05-03 17:37:19 +04:00
perf.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
process.d remove windows declarations 2012-05-24 00:21:11 +02:00
random.d Fix Issue# 8026. 2012-05-03 19:47:15 -07:00
range.d Added RefRange to std.range. 2012-06-20 20:44:02 -07:00
regex.d unittest for bug 8203 2012-06-08 01:33:56 +04:00
regexp.d Changed deprecation not on std.regexp. 2012-03-10 19:09:35 -08:00
signals.d For propGetSet 2011-12-15 14:55:07 +09:00
socket.d Allow use of UnixAddress on Unix-like platforms. 2012-03-09 16:34:15 +01:00
socketstream.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
stdint.d
stdio.d Rename isStreamingDevice to isFileHandle and deprecate the old name. 2012-06-13 21:00:29 +02:00
stdiobase.d
stream.d Merge pull request #608 from jmdavis/xml 2012-06-05 23:26:57 -07:00
string.d Use toUTFz's better description for toStringz 2012-06-13 11:46:18 -06:00
syserror.d
system.d Minor documentation tweak to std.system. 2012-01-20 22:19:17 -08:00
traits.d Merge pull request #611 from jmdavis/traits 2012-06-11 02:15:42 -07:00
typecons.d Replace object.clear to destroy 2012-05-31 19:27:52 +09:00
typelist.d
typetuple.d Fix using F!() syntax instead of F[] in typetuple.d documentation 2012-03-22 11:58:49 +00:00
uni.d Capitalize Unicode throughout. 2012-02-24 16:21:06 -08:00
uri.d
utf.d Use toUTFz's better description for toStringz 2012-06-13 11:46:18 -06:00
variant.d Fix for issue# 8195. 2012-06-03 22:08:38 -07:00
xml.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
zip.d
zlib.d Revert "Changes required for Win64 support by MinGW64" 2012-01-22 17:17:32 -08:00