Commit graph

2157 commits

Author SHA1 Message Date
k-hara
fcacf2060e More exhaustive test cases 2011-09-22 21:21:53 +09:00
k-hara
5b81181700 Support conversions between class and interface 2011-09-22 21:21:52 +09:00
k-hara
1ef1c5cb7e Fix wrong spelling 2011-09-22 21:21:52 +09:00
k-hara
659ce6262f Issue 6288 - std.conv.to removes const/immutable when converting a class 2011-09-22 21:21:52 +09:00
Jonathan M Davis
5c5be44adc Merge pull request #269 from 9rnsr/fix6160
Issue 6160 - std.conv.to: Ignore _ to match the rest of D
2011-09-22 02:37:39 -07:00
k-hara
53f3776c92 Issue 6160 - std.conv.to: Ignore _ to match the rest of D 2011-09-20 21:38:02 +09:00
David Simcha
68ec117d9b Merge pull request #252 from andralex/master
Added partition3 and multiSort to sort ranges by multiple keys
2011-09-19 19:41:05 -07:00
Andrei Alexandrescu
32011d18f8 Merge pull request #158 from redstar/registryclean
Cleanup of std.windows.registry
2011-09-17 10:03:36 -07:00
Andrei Alexandrescu
c7ee2f5d2d Acted on comments 2011-09-17 11:57:26 -05:00
David Simcha
89ea5f6984 Merge pull request #264 from 9rnsr/fix6275
Issue 6275 - Const values in tuples
2011-09-16 13:20:28 -07:00
Andrei Alexandrescu
9006ba138b Merge branch 'master' of github.com:D-Programming-Language/phobos 2011-09-16 10:51:14 -05:00
k-hara
71ed134f6e Issue 6275 - Const values in tuples 2011-09-16 22:04:55 +09:00
dsimcha
9d216b9b64 Fix segfault on terminating daemon threads in std.parallelism. 2011-09-14 23:07:26 -04:00
Andrei Alexandrescu
169817e9e2 Merge pull request #254 from dawgfoto/master
small bug in isemail
2011-09-13 21:05:11 -07:00
Andrei Alexandrescu
f7858581bb Merge pull request #255 from dawgfoto/Bug6652
fix fallout from Bug6652
2011-09-13 21:04:41 -07:00
Iain Buclaw
1f30d04488 Move declaration of invalidSeq to correct place. 2011-09-13 23:41:52 +01:00
Iain Buclaw
9fc8498c17 Move code out of catch block, re-add goto in formatElement. 2011-09-13 22:58:39 +01:00
dawg
b51f6ce6fd small bug in isemail 2011-09-13 07:54:21 +02:00
dawg
8783e87185 fix fallout from fixing Bug6652 2011-09-13 07:53:24 +02:00
Iain Buclaw
863d7a6ff6 Remove goto into catch block. 2011-09-12 23:22:20 +01:00
k-hara
e34a7debfd Issue 5371 - ambiguous stringnize of class with alias this
By fixing bug 2777, we can implement StringTypeOf more properly.
2011-09-11 11:33:42 +09:00
k-hara
740f3ec78a Issue 6640 - More formatting consistency between string and range of char 2011-09-11 11:33:40 +09:00
Andrei Alexandrescu
85df36f7f4 Added multiSort 2011-09-10 20:18:53 -05:00
Andrei Alexandrescu
47db0fd804 Added multiSort 2011-09-10 18:56:13 -05:00
Andrei Alexandrescu
94cecaa6c1 Added partition3 algorithm 2011-09-10 17:55:50 -05:00
Andrei Alexandrescu
34a5deaddf Merge branch 'master' of github.com:D-Programming-Language/phobos 2011-09-10 12:11:09 -05:00
Andrei Alexandrescu
654cede3ce Merge pull request #244 from klickverbot/socket-byte-order
Trivial doc fix: InternetHost.getHostByAddr expects address in host byte order.
2011-09-10 08:53:04 -07:00
David Simcha
c7c6c8d7bd Merge pull request #251 from 9rnsr/fix6609
Issue 6609 additional Segfault fix.
2011-09-10 08:04:14 -07:00
k-hara
5caaa7a402 Segfault fix. 2011-09-10 23:50:07 +09:00
David Simcha
f281e11ad4 Merge pull request #246 from blackwhale/fix-emplace
emplace with classes, also fixes issue 5522
2011-09-10 07:46:17 -07:00
k-hara
c07dc78b12 Issue 6609 - std.conv.parse!Integer should consider sign when radix == 10 2011-09-10 02:15:24 +09:00
Andrei Alexandrescu
789846c7ac Merge branch 'master' of github.com:D-Programming-Language/phobos 2011-09-08 01:52:22 -05:00
Andrei Alexandrescu
1c9c424269 Removed Boilerplate: tag 2011-09-08 01:50:58 -05:00
kai
896e0b5c5f Fixed last merge conflict. 2011-09-08 08:27:40 +02:00
kai
3001d9cfaf Resolved some review issues
- Reduced number of imports
- Removed a template argument
- Fixed a local-dependent unit test
2011-09-08 07:56:09 +02:00
kai
0a5c6ee23c Cleanup of registry access 2011-09-08 07:54:13 +02:00
Dmitry Olshansky
65a0c2158b fix for emplace with classes 2011-09-06 20:41:58 +04:00
David Nadlinger
5adfd209db InternetHost.getHostByAddr accepts address in host byte order.
Thanks to Vladimir Panteleev for reporting this.
2011-09-06 16:06:09 +02:00
k-hara
149ddb7644 Add test for 6608 2011-09-06 15:57:11 +09:00
k-hara
fc8789e142 Add test for 6606 2011-09-06 15:53:57 +09:00
k-hara
0a91eaf60a Improve Tuple formatting 2011-09-06 15:35:12 +09:00
k-hara
2b67942f52 Split formatElement with template constraint, and change it from private to undocumented 2011-09-06 14:36:15 +09:00
k-hara
a1794d2896 Improve union support 2011-09-06 14:35:59 +09:00
Andrei Alexandrescu
d23280af75 Merge pull request #237 from 9rnsr/fmt_exception
Make FormatError an Exception instead of an Error
2011-09-05 06:37:26 -07:00
k-hara
558c3c5469 Consider "statement is not reachable" waring 2011-09-05 18:21:10 +09:00
k-hara
353f310abf Revert "Revert "Improve error message""
This reverts commit 152191c489.
2011-09-05 18:20:00 +09:00
jmdavis
152191c489 Revert "Improve error message"
This reverts commit 8e41c856e1.
2011-09-05 02:11:08 -07:00
Jonathan M Davis
528a690c55 Merge pull request #238 from 9rnsr/improve_unformat
Improve error message
2011-09-05 01:16:20 -07:00
k-hara
8e41c856e1 Improve error message 2011-09-05 14:27:01 +09:00
k-hara
fa9e87b550 Prevent passing rvalue to parse() 2011-09-05 14:11:33 +09:00