Commit graph

10229 commits

Author SHA1 Message Date
Jack Stouffer
2bc85ac4a2 Removed global core.sys.posix.stdio import from std.process 2016-07-04 02:17:59 -04:00
Jack Stouffer
ecb5c4b9e6 Removed global core.stdc.errno import from std.process 2016-07-04 02:17:59 -04:00
Jack Stouffer
ed05655893 Removed global core.stdc.string import from std.process 2016-07-04 02:17:59 -04:00
Jack Stouffer
fd1afb27b2 Removed global std.exception import from std.process 2016-07-04 02:17:57 -04:00
Jack Stouffer
703566e28e Removed global std.path import from std.process 2016-07-03 16:07:45 -04:00
Jack Stouffer
1aa7eee00a Removed global std.conv import from std.process 2016-07-03 16:04:21 -04:00
Walter Bright
0ed1cf1735 Merge pull request #4495 from BBasile/string-bettercov
Add @safe and @system to std.string unittests, + coverage
2016-07-03 12:37:18 -07:00
Andrei Alexandrescu
3e9367a6c1 Merge pull request #4549 from WalterBright/scopedigest
std.digest: remove wrong use of scope
2016-07-03 14:57:04 -04:00
Basile Burg
268b77e25f std.string, annotate unittests + coverage 2016-07-03 20:24:36 +02:00
Dmitry Olshansky
fbccadbc5e Merge pull request #4543 from Geod24/correct-opassign
Issue 16142 - Enable test for disabled recursive identity opAssign
2016-07-03 18:27:54 +02:00
Dmitry Olshansky
3a744b0c67 Merge pull request #4510 from burner/std.complex_safe_pure_99
std.complex unittest safe pure
2016-07-03 14:59:58 +02:00
Andrei Alexandrescu
9c466fe70f Merge pull request #4542 from WalterBright/traitsret
std.traits: fix return ref
2016-07-03 07:52:41 -04:00
Walter Bright
77aa18e3e5 std.digest: remove wrong use of scope 2016-07-03 02:13:38 -07:00
Walter Bright
7cc1cebf6c Merge pull request #4545 from JackStouffer/patch-killerqueen
Fixed std.algorithm imports in std.typecons to not be package wide
2016-07-03 01:12:14 -07:00
Walter Bright
19c0ad4ef7 Merge pull request #4547 from JackStouffer/patch-batoutofhell
Fixed std.algorithm imports in std.getopt to not be package wide
2016-07-03 00:01:37 -07:00
Jack Stouffer
c183c2e5c2 Fixed std.algorithm imports in std.experimental.allocator to not be package wide 2016-07-03 01:34:31 -04:00
Jack Stouffer
541aa66f5d Fixed std.algorithm imports in std.getopt to not be package wide 2016-07-03 01:15:41 -04:00
Walter Bright
b954b592cb Merge pull request #4544 from JackStouffer/patch-useyourillusion
Fixed std.algorithm imports in std.bitmanip to not be package wide
2016-07-02 22:07:04 -07:00
Jack Stouffer
94717e5f4f Fixed std.algorithm imports in std.conv to not be package wide 2016-07-02 23:59:48 -04:00
Jack Stouffer
dffa714429 Fixed std.algorithm imports in std.typecons to not be package wide 2016-07-02 23:56:36 -04:00
Geod24
dbb412d49c Issue 16142 - Enable test for disabled recursive identity opAssign 2016-07-03 05:39:42 +02:00
Jack Stouffer
8b18cc082b Fixed std.algorithm imports in std.bitmanip to not be package wide 2016-07-02 23:37:46 -04:00
Walter Bright
4dabad58a3 std.traits: fix return ref 2016-07-02 18:59:12 -07:00
Jack Stouffer
c8cbb67c05 Fixed std.algorithm imports in std.array to not be package wide 2016-07-02 17:38:18 -04:00
Walter Bright
4020872172 Merge pull request #4539 from atilaneves/std_typetuple_ut
Add @safe to std.typetuple unit tests
2016-07-02 13:25:08 -07:00
Walter Bright
efbf87a28a Merge pull request #4540 from atilaneves/std_numeric_ut
Add @system and @safe to std.numeric unit tests
2016-07-02 13:24:43 -07:00
Walter Bright
bb5e6a5284 Merge pull request #4537 from atilaneves/std_concurrency_ut
Add @system and @safe to std.concurrency unit tests
2016-07-02 04:25:09 -07:00
Atila Neves
0a896934e5 Add @system and @safe to std.numeric unit tests 2016-07-02 11:16:33 +02:00
Atila Neves
9af7855f38 Add @safe to std.typetuple unit tests 2016-07-02 11:03:08 +02:00
Atila Neves
3de6bed5c6 Add @system and @safe to std.random unit tests 2016-07-02 11:00:32 +02:00
Atila Neves
6b12f49b39 Add @system and @safe to std.concurrency unit tests 2016-07-02 10:41:52 +02:00
Walter Bright
558aefd7e6 Merge pull request #4536 from JackStouffer/patch-7
Enable long line checks in travis
2016-07-02 00:30:29 -07:00
Walter Bright
a30b1cc57b Merge pull request #4520 from atilaneves/std_mmfile_ut
Add @system to std.mmfile unit tests
2016-07-01 23:14:03 -07:00
Jack Stouffer
6b22c63c5b Enable long line checks in travis 2016-07-02 01:10:29 -04:00
Walter Bright
d71ef1f69b Merge pull request #4521 from atilaneves/std_zip_ut
Add @safe and @system to std.zip unit tests
2016-07-01 21:58:25 -07:00
Walter Bright
20e121489d Merge pull request #4523 from atilaneves/std_functional_ut
Add @system to std.functional unit tests
2016-07-01 21:11:29 -07:00
Walter Bright
f6ad90e511 Merge pull request #4513 from JackStouffer/local_imports
Start work on checking of too broad local imports outside of unit tests
2016-07-01 20:24:23 -07:00
Walter Bright
94c3e55189 Merge pull request #4531 from atilaneves/std_uuid_ut
Add @system and @safe to std.uuid unit tests
2016-07-01 19:34:33 -07:00
Walter Bright
2f4767ee67 Merge pull request #4532 from atilaneves/std_json_ut
Add @system and @safe to std.json unit tests
2016-07-01 18:42:24 -07:00
Walter Bright
8e4967e025 Merge pull request #4534 from atilaneves/std_base64_ut
Add @system and @safe to std.base64 unit tests
2016-07-01 18:26:04 -07:00
Walter Bright
2d2856796f Merge pull request #4535 from atilaneves/std_exception_ut
Add @system and @safe to std.exception unit tests
2016-07-01 17:46:55 -07:00
Walter Bright
122194f7ee Merge pull request #4533 from JackStouffer/patch-yes
Add some const and immutable to std.algorithm
2016-07-01 15:59:36 -07:00
Jack Stouffer
268fa2538d Add some const and immutable to std.algorithm 2016-07-01 17:11:09 -04:00
Walter Bright
43a0781494 Merge pull request #4529 from JackStouffer/local_imports2
Finish work on checking of too broad local imports outside of unit tests
2016-07-01 13:51:06 -07:00
Jack Stouffer
cafb16ec67 Fixed local imports in std.windows.syserror 2016-07-01 15:35:46 -04:00
Jack Stouffer
e9ca18d573 Fixed local imports in std.utf 2016-07-01 15:35:46 -04:00
Jack Stouffer
71ec4adbfb Fixed local imports in std.stream 2016-07-01 15:35:45 -04:00
Jack Stouffer
dc8ed10db7 Fixed local imports in std.stdio 2016-07-01 15:35:43 -04:00
Atila Neves
c4afb8774b Add @system and @safe to std.exception unit tests 2016-07-01 19:15:48 +02:00
Atila Neves
bfb8803724 Add @system and @safe to std.base64 unit tests 2016-07-01 19:09:44 +02:00