monarch dodra
086d9bd34e
Merge pull request #1733 from blackwhale/nice-templ-regex
...
Use the new template syntax in std.regex
2013-11-28 13:57:03 -08:00
monarch dodra
a419cd25ff
Merge pull request #1732 from blackwhale/revert-wa-regex
...
[TRIVIAL] CTFE bug 9634 was fixed, remove the workaround
2013-11-28 13:56:14 -08:00
Dmitry Olshansky
d27811a1d9
ctRegex is no experiment anymore
2013-11-29 00:34:45 +04:00
Dmitry Olshansky
924ddac4e6
Turn the venerable alias A B; to alias B = A;
2013-11-29 00:34:16 +04:00
Dmitry Olshansky
9719cfcc0a
Modernize syntax: template(T)+enum --> enum(T) etc.
2013-11-29 00:24:07 +04:00
Dmitry Olshansky
3e22b63a8b
CTFE bug 9634 was fixed, remove the workaround
2013-11-29 00:16:21 +04:00
monarch dodra
90e7c103a6
Merge pull request #1725 from yebblies/nceg
...
Remove uses of nceg operators from std.math
2013-11-28 04:36:16 -08:00
monarch dodra
d2ea17ebcc
Merge pull request #1730 from WebDrake/complex-format
...
Correct docs & deprecation message in std.complex.
2013-11-27 12:00:44 -08:00
Joseph Rushton Wakeling
1d04bb2883
Correct docs & deprecation message in std.complex.
...
Reference to std.format.format [sic!] should be to std.string.format.
I've also taken the opportunity to slightly clean up the module's
import statements and some whitespace errors.
2013-11-27 19:48:54 +01:00
Hara Kenji
1fd3a5689e
Merge pull request #1722 from monarchdodra/cleanJSON
...
fix bool test
2013-11-27 10:41:32 -08:00
Hara Kenji
8e2ad40689
Merge pull request #1723 from monarchdodra/chainTuple
...
Remove useless Tuple from chain
2013-11-27 09:19:58 -08:00
monarch dodra
27176f5ca7
Merge pull request #1728 from adamdruppe/std_uni_compile_error
...
import std.typecons outside unittests since it is needed
2013-11-27 07:50:59 -08:00
Adam D. Ruppe
5861654c7a
import std.typecons outside unittests since it is needed
2013-11-27 09:53:33 -05:00
Daniel Murphy
13f343334c
Remove cases where an array is used in a boolean context
2013-11-27 18:23:07 +11:00
Daniel Murphy
de64ad0e30
Remove uses of nceg operators from std.math
2013-11-27 04:07:46 +11:00
John Colvin
9e1c119786
missing space in joiner example
2013-11-26 14:49:23 +00:00
monarchdodra
f95a918506
Remove useless Tuple from chain
2013-11-26 08:31:04 +01:00
monarchdodra
833a713661
fix bool test
2013-11-26 08:24:19 +01:00
Hara Kenji
ac041b5e5b
Merge pull request #1720 from shoo/fix_json
...
Fix and test for JSONValue(true), JSONValue(false)
2013-11-25 09:44:49 -08:00
SHOO
007302fd1e
Fix and test for JSONValue(true), JSONValue(false)
2013-11-25 22:52:13 +09:00
Daniel Murphy
9562429379
Result of __traits(parent) may not have a type
2013-11-25 23:27:49 +11:00
k-hara
794e0f73ac
fix property enforcement
2013-11-25 15:40:01 +09:00
monarchdodra
ad52c5f027
Revert "Workaround Issue 11497 - lambda in "static if"/"assert" prevent inlining of function"
...
This reverts commit 8f10b877ea
.
Itroduced by pull #1688 . Because 11497 is now fixed.
2013-11-23 22:48:44 +01:00
Daniel Murphy
21e6cb98b5
Merge pull request #1569 from monarchdodra/putFix3
...
Put fix 3
2013-11-22 17:36:39 -08:00
monarchdodra
d78433f76e
Fix typos
2013-11-22 21:41:54 +01:00
monarchdodra
87c71e6e14
Further improve put
2013-11-22 21:41:54 +01:00
monarchdodra
156962217c
Issue 10571 - formattedWrite error with delegate and string
2013-11-22 21:41:54 +01:00
monarchdodra
c717b503e7
put rewrite
...
Better compatibility with cross string output
2013-11-22 21:41:54 +01:00
monarchdodra
34f4bdc7b8
improve strip documentation
2013-11-22 18:04:41 +01:00
Andrej Mitrovic
d580aa0f61
Merge pull request #1709 from jlquinn/patch-1
...
Update getopt.d
2013-11-22 05:30:35 -08:00
monarch dodra
b6add96a2b
Merge pull request #1710 from quickfur/issue11576
...
Fix issue 11576.
2013-11-22 00:31:35 -08:00
H. S. Teoh
c1ce350db9
Fix issue 11576.
2013-11-21 22:47:41 -08:00
Martin Nowak
289c10521a
Merge pull request #1697 from trikko/master
...
Issue 1832 - reading/writing an archive causes data loss; std.zip horribly broken
2013-11-21 20:04:36 -08:00
Andrea Fontana
83f318526f
Fixed comments after guidelines
2013-11-20 22:56:11 +01:00
jlquinn
a6955b5965
Update getopt.d
...
Fix docs - Exception is thrown, not ConvException.
2013-11-20 13:14:12 -05:00
k-hara
38068aa53c
Fix unittest for issue 10268.
2013-11-20 21:17:31 +09:00
k-hara
6b21137ebe
Update ddoc comment
2013-11-20 21:01:02 +09:00
k-hara
20b9d60c24
Make type field to read-only property, then make store and type_tag private
2013-11-20 21:01:00 +09:00
k-hara
5440ea8fbc
fix Issue 11527 - JSONValue cannot set values through named fields
2013-11-20 21:00:58 +09:00
Andrea Fontana
afe4570e71
Fixing spaces/tabs
2013-11-20 00:02:24 +01:00
Andrea Fontana
e7a681991b
Fixed as suggested by Martin
2013-11-19 23:54:00 +01:00
Andrea Fontana
1fc7a86f16
Exception -> ZipException
2013-11-19 19:13:01 +01:00
Andrea Fontana
15d62a12b0
Add some properties and enum
2013-11-19 19:03:08 +01:00
Daniel Murphy
1754eed7f6
Fix cases where goto skips initialization of variables
2013-11-20 00:20:33 +11:00
Iain Buclaw
19bed560cd
Merge pull request #1700 from yebblies/classinfo_typeid
...
Convert x.classinfo to typeid(x)
2013-11-18 14:03:15 -08:00
Daniel Murphy
522b551ccf
Don't call dup on a type
2013-11-18 22:09:27 +11:00
Daniel Murphy
92358ab76c
Convert x.classinfo to typeid(x)
2013-11-18 21:54:02 +11:00
monarch dodra
9a93d82e99
Merge pull request #1679 from BioTronic/master
...
BigInt const (Fixes 11148 and parts of 11188)
2013-11-18 01:29:53 -08:00
monarch dodra
cc52695e4a
Merge pull request #1691 from CyberShadow/std-algorithm-sort-ddoc-nan-warning
...
std.algorithm: Document sort's predicate expectations
2013-11-18 01:28:32 -08:00
Brad Roberts
01be956412
Merge pull request #1696 from dawgfoto/fix11112
...
fix Issue 11112 - Unable to execute shell commands in different threads
2013-11-17 23:04:50 -08:00