phobos/std
David Nadlinger c33f3862b7 Merge pull request #4493 from schveiguy/fixcycles2
Fix cycles in Phobos
2016-07-06 00:06:11 +01:00
..
algorithm Enable long line checks in travis 2016-07-02 01:10:29 -04:00
c Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
container Fixed local imports in std.container.util 2016-06-30 17:54:13 -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 Fix cycles in Phobos 2016-06-28 15:00:01 -04:00
net Fixed local imports in std.net.isemail 2016-06-30 18:11:40 -04:00
range Merge pull request #4446 from JackStouffer/patch-12 2016-06-30 22:46:00 -07: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 Add @system and @safe to std.array unit tests 2016-07-04 11:01:34 +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 Add @system and @safe to std.bigint unit tests 2016-07-05 09:39:28 +02:00
bitmanip.d Add @system and @safe to std.bitmanip unit tests 2016-07-05 09:35:47 +02: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 Fixed std.algorithm imports in std.conv to not be package wide 2016-07-02 23:59:48 -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 Fixed local imports in std.datetime 2016-06-30 18:06:58 -04:00
demangle.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
encoding.d Merge pull request #4493 from schveiguy/fixcycles2 2016-07-06 00:06:11 +01:00
exception.d Add @system and @safe to std.exception unit tests 2016-07-01 19:15:48 +02:00
file.d Merge pull request #4456 from JackStouffer/slurp 2016-07-03 13:46:13 -07:00
format.d Merge pull request #4468 from WalterBright/fmtsep 2016-07-03 17:26:21 -04:00
functional.d Add @system to std.functional unit tests 2016-07-01 11:07:27 +02:00
getopt.d Fixed std.algorithm imports in std.getopt to not be package wide 2016-07-03 01:15:41 -04:00
json.d Merge pull request #4513 from JackStouffer/local_imports 2016-07-01 20:24:23 -07:00
math.d Merge pull request #3386 from ibuclaw/overunderflow 2016-06-18 05:44:48 -04: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 Add @system and @safe to std.numeric unit tests 2016-07-02 11:16:33 +02:00
outbuffer.d Add @safe to std.outbuffer unittests 2016-06-29 18:47:07 +02:00
parallelism.d remove incorrect use of 'scope' 2016-07-04 13:22:29 -07:00
path.d Fixed local imports in std.path 2016-07-01 09:42:41 -04:00
process.d Merge pull request #4493 from schveiguy/fixcycles2 2016-07-06 00:06:11 +01: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 Fixed local imports in std.stdio 2016-07-01 15:35:43 -04: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 fix issue 16238 - std.string.lastIndexOf fails compilation with -de 2016-07-05 15:49:35 +02:00
system.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
traits.d Merge pull request #4543 from Geod24/correct-opassign 2016-07-03 18:27:54 +02:00
typecons.d Fixed std.algorithm imports in std.typecons to not be package wide 2016-07-02 23:56:36 -04:00
typetuple.d Add @safe to std.typetuple unit tests 2016-07-02 11:03:08 +02:00
uni.d Merge pull request #4448 from JackStouffer/icmp 2016-07-04 23:17:16 +02: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 Add @system and @safe to std.xml unit tests 2016-07-04 16:21:19 +02:00
zip.d Add @safe and @system to std.zip unit tests 2016-07-01 10:49:27 +02:00
zlib.d Add @system to std.zlib unit tests 2016-07-01 10:50:13 +02:00