Commit graph

10302 commits

Author SHA1 Message Date
Walter Bright
e41d77db83 Merge pull request #4467 from JackStouffer/format
Fixed std.algorithm imports in std.format
2016-07-08 03:36:37 -07:00
Steven Schveighoffer
b08b2a680e Merge pull request #4459 from weka-io/shachar/iota_end
Allow iota implementation of custom types
2016-07-07 15:32:23 -04:00
Jack Stouffer
50476873b0 Removed package wide std.algorithm imports from std.container.array/binaryheap 2016-07-07 09:46:02 -04:00
H. S. Teoh
c4b397315c Merge pull request #4489 from aG0aep6G/16192-2
fix issue 16192 - std.conv.toChars() opSlice wrong for radix other th…
2016-07-06 16:53:55 -07:00
H. S. Teoh
5225064a82 Merge pull request #4570 from aG0aep6G/16241
fix issue 16241 - std.xml mistakenly disallows "==" in comments but a…
2016-07-06 16:07:52 -07:00
H. S. Teoh
d231d783e6 Merge pull request #4567 from aG0aep6G/4509
Fix issue 4509 - XML parser in std.xml throws TagException if the attr value is put in apostrophes.
2016-07-06 15:35:48 -07:00
H. S. Teoh
0641a8d8ca Merge pull request #4568 from JackStouffer/patch-crazydiamond
Added error messages to asserts in std.range
2016-07-06 14:53:00 -07:00
anonymous
bab9832adf actually do the parsing 2016-07-06 23:45:01 +02:00
anonymous
82afcc0c19 fix issue 16241 - std.xml mistakenly disallows "==" in comments but allows "--" 2016-07-06 23:38:14 +02:00
Dmitry Olshansky
01f14f7141 Merge pull request #4571 from schveiguy/fixcycles3
Fix loop during unit tests between std.parallelism and std.range
2016-07-06 19:34:08 +02:00
Jack Stouffer
0855a87abf Added error messages to asserts in std.range.package 2016-07-06 12:10:20 -04:00
Steven Schveighoffer
612444ea67 Fix loop during unit tests between std.parallelism and std.range 2016-07-06 11:45:52 -04:00
Jack Stouffer
880b13313c Remove too broad local import from phobosinit 2016-07-06 10:00:39 -04:00
David Nadlinger
c33f3862b7 Merge pull request #4493 from schveiguy/fixcycles2
Fix cycles in Phobos
2016-07-06 00:06:11 +01:00
anonymous
85bb6c20f8 add asserts and attributes
Also remove extra trailing newlines at the end of the file.
2016-07-05 23:21:17 +02:00
coderabhishek
1533801fc8 std.xml: accept single quotes for attributes
Fixes issue 4509 - XML parser in std.xml throws TagException if the
attr value is put in apostrophes.
2016-07-05 23:06:29 +02:00
Steven Schveighoffer
e41b83f0a3 Merge pull request #4566 from aG0aep6G/16238
fix issue 16238 - std.string.lastIndexOf fails compilation with -de
2016-07-05 12:01:07 -04:00
anonymous
d9a2d28514 fix issue 16238 - std.string.lastIndexOf fails compilation with -de 2016-07-05 15:49:35 +02:00
Walter Bright
453b24281d Merge pull request #4565 from atilaneves/std_bitmanip_ut
Add @system and @safe to std.bitmanip unit tests
2016-07-05 02:05:17 -07:00
Atila Neves
c45e4d4353 Add @system and @safe to std.bigint unit tests 2016-07-05 09:39:28 +02:00
Atila Neves
b543043a87 Add @system and @safe to std.bitmanip unit tests 2016-07-05 09:35:47 +02:00
Jack Stouffer
0bdd144e01 Fixed package wide std.range import in std.regex.internal.kickstart 2016-07-05 00:13:24 -04:00
Jack Stouffer
e97579b66a Fixed package wide std.algorithm imports in std.regex.internal.tests 2016-07-05 00:13:24 -04:00
Jack Stouffer
6420451c1b Fixed package wide std.algorithm imports in std.regex.internal.kickstart 2016-07-05 00:13:24 -04:00
Jack Stouffer
808ea77a99 Fixed package wide std.algorithm imports in std.regex.internal.backtracking 2016-07-05 00:13:24 -04:00
Jack Stouffer
67b196cafe Fixed package wide std.algorithm imports in std.regex.internal.parser 2016-07-05 00:13:24 -04:00
Jack Stouffer
399b4fa842 Fixed package wide std.algorithm imports in std.regex.internal.ir 2016-07-05 00:13:24 -04:00
Jack Stouffer
89fadf3edc Fixed package wide std.algorithm imports in std.regex.package 2016-07-05 00:13:22 -04:00
Dmitry Olshansky
c8f75f77c9 Merge pull request #4556 from WalterBright/scopeparallel
remove incorrect use of 'scope'
2016-07-05 03:06:18 +02:00
Walter Bright
665fffb0fb Merge pull request #4552 from aG0aep6G/partly-revert-pr4549
restore mistakenly removed 'scope'
2016-07-04 17:06:56 -07:00
Dmitry Olshansky
f0634c25bd Merge pull request #4448 from JackStouffer/icmp
Removed auto-decoding from std.uni.icmp
2016-07-04 23:17:16 +02:00
Walter Bright
b9c344ea5a Merge pull request #4557 from atilaneves/std_xml_ut
Add @system and @safe to std.xml unit tests
2016-07-04 13:45:20 -07:00
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
Walter Bright
1decb74758 remove incorrect use of 'scope' 2016-07-04 13:22:29 -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
e74e7be713 Add @system and @safe to std.xml unit tests 2016-07-04 16:21:19 +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