Commit graph

10262 commits

Author SHA1 Message Date
Walter Bright
1e95d6918f Merge pull request #4559 from atilaneves/std_socket_ut
Add @system and @safe to std.socket unit tests
2016-07-04 13:44:30 -07:00
Walter Bright
72fb2d0256 Merge pull request #4560 from atilaneves/std_encoding_ut
Add @system and @safe to std.encoding unit tests
2016-07-04 13:43:55 -07:00
Walter Bright
564b621778 Merge pull request #4561 from atilaneves/std_utf_ut
Add @system and @safe to std.utf unit tests
2016-07-04 13:29:38 -07:00
Walter Bright
c10551ac34 Merge pull request #4562 from atilaneves/std_process_ut
Add @system and @safe to std.process unit tests
2016-07-04 13:28:54 -07:00
Jack Stouffer
31e7f4a510 Removed package wide std.range import from std.regex.internal.parser 2016-07-04 15:37:30 -04:00
Jack Stouffer
b2fd3141b6 Removed package wide std.range import from std.regex.internal.backtracking 2016-07-04 15:37:30 -04:00
Jack Stouffer
f9001ae545 Removed package wide std.range import from std.regex.internal.ir 2016-07-04 15:37:30 -04:00
Jack Stouffer
03060622d8 Removed package wide std.range import from std.regex.internal.thompson 2016-07-04 15:37:30 -04:00
Jack Stouffer
3d580b8bf1 Removed global std.exception import from std.regex.package 2016-07-04 15:37:29 -04:00
Jack Stouffer
996aeb4505 Removed package wide std.range import from std.regex.package 2016-07-04 15:37:27 -04:00
Atila Neves
9861693bfb Add @system and @safe to std.process unit tests 2016-07-04 17:41:31 +02:00
Atila Neves
4f5571f6e8 Add @system and @safe to std.utf unit tests 2016-07-04 17:33:10 +02:00
Atila Neves
44c01ba36b Add @system and @safe to std.encoding unit tests 2016-07-04 17:23:47 +02:00
Atila Neves
5ba5c8326c Add @system and @safe to std.socket unit tests 2016-07-04 17:19:31 +02:00
Atila Neves
2c4e4c76ce Add @system and @safe to std.array unit tests 2016-07-04 11:01:34 +02:00
Walter Bright
7ae4e6b1a3 Merge pull request #4553 from JackStouffer/patch-anightattheopera
Remove several global imports from std.process
2016-07-04 00:25:17 -07:00
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
Walter Bright
efe8c99b0e Merge pull request #4554 from JackStouffer/patch-imagesandwords
Removed globals imports from std.variant
2016-07-03 22:31:04 -07:00
Jack Stouffer
f085c82bf6 Removed global std.math import from std.experimental.allocator.common 2016-07-03 21:39:59 -04:00
Jack Stouffer
79e87255ba Fixed std.algorithm import in std.experimental.allocator.common to not be package wide 2016-07-03 21:38:30 -04:00
Jack Stouffer
b7019f1677 Removed unused debug imports from std.experimental.allocator 2016-07-03 21:34:26 -04:00
Jack Stouffer
9e75dd0b35 Removed global std.exception import from std.experimental.allocator 2016-07-03 21:33:18 -04:00
Jack Stouffer
3f618f24f8 Removed global std.conv import from std.experimental.allocator 2016-07-03 21:32:11 -04:00
Jack Stouffer
ffd5c44de6 Replaced package wide std.range import in std.experimental.allocator 2016-07-03 21:30:34 -04:00
Jack Stouffer
665dd87fde Removed global std.algorithm import from std.experimental.allocator 2016-07-03 21:29:17 -04:00
Jack Stouffer
503e9f8cb3 Removed global core.stdc.string import from std.variant 2016-07-03 19:39:35 -04:00
Jack Stouffer
909c46251a Removed global std.exception import from std.variant 2016-07-03 19:37:41 -04:00
Jack Stouffer
6a79d1ea06 Removed global std.conv import from std.variant 2016-07-03 19:33:02 -04:00
Andrei Alexandrescu
5e49ae97f0 Merge pull request #4468 from WalterBright/fmtsep
harmonize use of std.format sep[]
2016-07-03 17:26:21 -04:00
Walter Bright
8ed6280d79 Merge pull request #4456 from JackStouffer/slurp
Improved docs for std.file.slurp
2016-07-03 13:46:13 -07:00
Walter Bright
b9557aca17 Merge pull request #4507 from burner/encoding_safe_pure
std.encoding marked unittests and functions @safe pure nothrow
2016-07-03 13:15:40 -07: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
Walter Bright
c2b4aebab4 harmonize use of std.format sep[] 2016-07-03 11:59:49 -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