.. |
c
|
Change version( Win32 ) to version( Windows ) when Win64 would be supported as well.
|
2012-01-16 22:10:18 -05:00 |
internal
|
clean up CTFE, workarounds--
|
2012-03-23 12:17:20 +04: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
|
Mehrdad's first commit, mainly as a test. Changed filter()'s structure to FilteredRange to give better error messages.
|
2012-05-11 16:20:26 -07:00 |
array.d
|
Add @property more
|
2012-03-19 21:28:18 +09: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
|
Make generated accessor for bitfields @safe pure nothrow.
|
2012-05-13 23:14:06 +02: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
|
avoid performance penalty for scope (success)
|
2012-04-29 15:03:21 +02:00 |
conv.d
|
Fix for BUG 4744, enum parsing will now test every member and select the one with the longest matching string
|
2012-04-29 19:58:03 -07:00 |
cpuid.d
|
Change to one format string and following formatted arguments
|
2012-04-09 02:11:46 +09:00 |
cstream.d
|
use module scope for imports...
|
2012-02-13 16:55:37 +01: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
|
Merge pull request #518 from CyberShadow/std-datetime-optimize-filetime
|
2012-04-20 20:53:37 -07: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
|
Merge pull request #513 from CyberShadow/std-file-windows-attributes
|
2012-05-06 00:56:50 -07:00 |
format.d
|
Merge pull request #536 from Aatch/std-format-changes
|
2012-05-12 02:52:19 -07:00 |
functional.d
|
More use of eponymous template trick
|
2012-01-29 20:39:55 +09:00 |
getopt.d
|
remove empty statements
|
2011-12-29 00:05:45 -08:00 |
json.d
|
|
|
math.d
|
Missed one.
|
2012-02-20 23:05:49 +11:00 |
mathspecial.d
|
|
|
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
|
Merge pull request #460 from quickfur/6926-process
|
2012-05-20 14:48:10 -07:00 |
random.d
|
Merge pull request #398 from jpf91/isRNG
|
2012-04-07 13:37:54 -07:00 |
range.d
|
Merge pull request #523 from denis-sh/improve-isInfinite
|
2012-05-06 01:10:11 -07:00 |
regex.d
|
Merge pull request #543 from CyberShadow/patch-2
|
2012-05-13 16:54:47 -07: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
|
|
|
stdint.d
|
|
|
stdio.d
|
Merge pull request #527 from mylodon/fix-issues-7831-7022
|
2012-05-20 15:32:36 -07:00 |
stdiobase.d
|
|
|
stream.d
|
more nothrow
|
2012-04-06 16:26:42 -07:00 |
string.d
|
Add new xformat and xsformat, they use formattedWrite as well as like writef family.
|
2012-04-09 02:13:00 +09:00 |
syserror.d
|
|
|
system.d
|
Minor documentation tweak to std.system.
|
2012-01-20 22:19:17 -08:00 |
traits.d
|
Merge pull request #517 from deadalnix/isbuiltin
|
2012-05-20 15:31:25 -07:00 |
typecons.d
|
Change scoped to "Voldemort Type"
|
2012-05-12 18:38:09 +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
|
Changed toUTFz to use an outer template.
|
2012-03-14 00:28:48 -07:00 |
variant.d
|
string to int coerce unittest
|
2012-03-17 13:19:59 -04:00 |
xml.d
|
Merge pull request #516 from jacob-carlborg/xml
|
2012-05-06 00:59:33 -07:00 |
zip.d
|
|
|
zlib.d
|
Revert "Changes required for Win64 support by MinGW64"
|
2012-01-22 17:17:32 -08:00 |