phobos/std
2016-07-20 10:03:35 -04:00
..
algorithm Merge pull request #4603 from JackStouffer/cache 2016-07-15 16:45:30 -04:00
c Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
container Removed package wide std.algorithm imports from std.container.array/binaryheap 2016-07-07 09:46:02 -04:00
digest restore mistakenly removed 'scope' 2016-07-03 22:42:43 +02:00
experimental Merge pull request #4493 from schveiguy/fixcycles2 2016-07-06 00:06:11 +01:00
internal Remove too broad local import from phobosinit 2016-07-06 10:00:39 -04:00
net Merge pull request #4615 from JackStouffer/unused-variables 2016-07-20 05:45:28 -07:00
range Merge pull request #4511 from JackStouffer/patch-19 2016-07-18 22:47:31 +01:00
regex Fixed package wide std.range import in std.regex.internal.kickstart 2016-07-05 00:13:24 -04:00
windows Fixed local imports in std.windows.syserror 2016-07-01 15:35:46 -04:00
array.d Merge pull request #4578 from JackStouffer/unused-variables 2016-07-11 21:38:30 +02:00
ascii.d Add @safe to std.ascii unittests 2016-06-29 13:58:48 +02:00
base64.d Add @system and @safe to std.base64 unit tests 2016-07-01 19:09:44 +02:00
bigint.d Fix all windows cycles 2016-07-08 21:07:15 -04:00
bitmanip.d Added const and immutable to several variables in std.bitmanip 2016-07-19 12:03:09 -04:00
compiler.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
complex.d std.complex unittest safe pure 2016-06-30 15:58:33 +02:00
concurrency.d Merge pull request #4537 from atilaneves/std_concurrency_ut 2016-07-02 04:25:09 -07:00
concurrencybase.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
conv.d Merge pull request #4600 from JackStouffer/conv 2016-07-15 16:47:27 -04:00
cstream.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
csv.d Add @safe and @system to std.csv unit tests 2016-06-29 19:12:38 +02:00
datetime.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2016-07-20 11:40:15 +02:00
demangle.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
encoding.d Added immutable to, and got rid of several variables in std.encoding 2016-07-19 15:35:23 -04:00
exception.d Add @system and @safe to std.exception unit tests 2016-07-01 19:15:48 +02:00
file.d Removed unused variables from std.file 2016-07-12 09:51:35 -04:00
format.d Add @system and @safe to std.format unit tests 2016-07-10 14:09:30 +02:00
functional.d Add @system to std.functional unit tests 2016-07-01 11:07:27 +02:00
getopt.d Removed unused variables from std.getopt 2016-07-13 11:33:53 -04:00
json.d Merge pull request #4605 from jmdavis/deprecations 2016-07-19 01:29:24 -07:00
math.d Merge pull request #4619 from JackStouffer/immutable3 2016-07-20 00:46:07 -07:00
mathspecial.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
meta.d Add @safe to std.meta unit tests 2016-07-01 11:14:48 +02:00
mmfile.d Add @system to std.mmfile unit tests 2016-07-01 10:26:08 +02:00
numeric.d Removed unused variables from std.numeric 2016-07-12 11:15:45 -04:00
outbuffer.d Add @safe to std.outbuffer unittests 2016-06-29 18:47:07 +02:00
parallelism.d Fix all windows cycles 2016-07-08 21:07:15 -04:00
path.d Add @system and @safe to std.path unit tests 2016-07-08 16:24:32 +02:00
process.d Merge pull request #4455 from JackStouffer/file 2016-07-08 20:26:52 -07:00
random.d Add @system and @safe to std.random unit tests 2016-07-02 11:00:32 +02:00
signals.d Add @system to std.signal unit tests 2016-07-01 10:16:43 +02:00
socket.d Add @system and @safe to std.socket unit tests 2016-07-04 17:19:31 +02:00
socketstream.d remove the deprecated wiki macros 2016-05-27 05:52:23 +02:00
stdint.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
stdio.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2016-07-20 11:40:15 +02:00
stdiobase.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
stream.d Fixed local imports in std.stream 2016-07-01 15:35:45 -04:00
string.d enable travis check for selected imports 2016-07-10 03:08:15 +02:00
system.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
traits.d Move deprecations along. 2016-07-18 14:56:03 -07:00
typecons.d Add @system and @safe to std.typecons unit tests 2016-07-10 14:30:36 +02:00
typetuple.d Add @safe to std.typetuple unit tests 2016-07-02 11:03:08 +02:00
uni.d Added const and immutable to several variables in std.uni 2016-07-20 10:03:35 -04:00
uri.d Add @safe and @system to std.uri unit tests 2016-07-01 10:22:22 +02:00
utf.d Add @system and @safe to std.utf unit tests 2016-07-04 17:33:10 +02:00
uuid.d Add @system and @safe to std.uuid unit tests 2016-07-01 18:56:53 +02:00
variant.d Removed global core.stdc.string import from std.variant 2016-07-03 19:39:35 -04:00
xml.d Merge pull request #4570 from aG0aep6G/16241 2016-07-06 16:07:52 -07:00
zip.d Removed unused variables from std.zip 2016-07-12 10:10:13 -04:00
zlib.d Add @system to std.zlib unit tests 2016-07-01 10:50:13 +02:00