Jack Stouffer
9b3991ec42
Fixed local imports in std.datetime
2016-06-30 18:06:58 -04:00
Jack Stouffer
aba30c6c40
Fixed local imports in std.container.util
2016-06-30 17:54:13 -04:00
Jack Stouffer
565b45ed0d
Fixed local imports in std.container.slist
2016-06-30 17:54:13 -04:00
Jack Stouffer
e51a044c19
Fixed local imports in std.container.rbtree
2016-06-30 17:54:13 -04:00
Jack Stouffer
fb12e930c0
Fixed local imports in std.container.array
2016-06-30 17:54:13 -04:00
Jack Stouffer
1e7a168c9a
Fixed local imports in std.concurrency
2016-06-30 17:54:13 -04:00
Jack Stouffer
3be598effc
Fixed local imports in std.bitmanip
2016-06-30 17:54:13 -04:00
Jack Stouffer
baf06a1c5e
Fixed local imports in std.bigint
2016-06-30 17:54:13 -04:00
Jack Stouffer
af1c22b6c8
Fixed local imports in std.array
2016-06-30 17:54:12 -04:00
Steven Schveighoffer
5b02e86997
Merge pull request #4460 from MetaLang/fix12357
...
Fix Issue 12357 - Deprecate calling text, wtext and dtext with 0 arguments
2016-06-30 17:22:23 -04:00
anonymous
ac91dfef6b
remove bad @trusted annotations from etc.c.curl
...
Functions that take pointer and length separately cannot be memory-safe.
The caller can pass a length that's too large, leading to an out-of-bounds
read.
2016-06-30 23:06:43 +02:00
Robert Schadek
b5215cbbba
Merge pull request #4499 from atilaneves/std_functional_safe
...
Add @safe to some std.functional unit tests
2016-06-30 17:26:14 +02:00
Robert burner Schadek
5e3aec9819
marked unittests and functions @safe pure nothrow in std.encoding
...
nogc
review
nogc
2016-06-30 17:07:00 +02:00
Jack Stouffer
fdccd62396
Improved docs for std.array.join
2016-06-30 11:01:56 -04:00
Jack Stouffer
a8847ee31f
Improved docs for std.file.slurp
2016-06-30 10:46:27 -04:00
Steven Schveighoffer
f46a6b6fd1
Merge pull request #4502 from dmi7ry/patch-1
...
Added some spaces (std.file documentation)
2016-06-30 10:31:09 -04:00
Robert burner Schadek
29135bd846
std.complex unittest safe pure
...
* all tests are safe
* most are pure
* 99% test coverage
2016-06-30 15:58:33 +02:00
Dmitry
b63d98cbc2
Added some spaces (std.file documentation)
...
Few code formatting of the documentation's example, for more readable
Update file.d
2016-06-30 18:18:42 +06:00
Robert Schadek
7f3d8545dc
Merge pull request #4503 from JackStouffer/makeArray
...
[Issue 16219] makeArray does unnecessary allocations for ranges with length
2016-06-30 12:02:47 +02:00
Robert Schadek
eb90e706e4
Merge pull request #4500 from atilaneves/std_csv_safe
...
Add @safe and @system to std.csv unit tests
2016-06-30 11:03:27 +02:00
MetaLang
ac01da550f
Fix Issue 12357 - Deprecate calling text, wtext and dtext with 0 arguments
2016-06-29 20:33:20 -03:00
Ilya Yaroshenko
d89aea0ccf
Merge pull request #4488 from JackStouffer/issue14485
...
[Issue 14485] .front of empty filtered zip range is accessible
2016-06-30 00:02:55 +02:00
Ilya Yaroshenko
ca5fcd968b
Merge pull request #4504 from JackStouffer/patch-13
...
Fix too permissive constraint on makeArray
2016-06-29 23:24:59 +02:00
Jack Stouffer
833bca4aa5
Fixed Issue 16219: std.experimental.allocator.makeArray does unnecessary allocations for ranges with length
2016-06-29 16:51:18 -04:00
anonymous
2bb8966a10
XREF -> REF
2016-06-29 21:42:30 +02:00
anonymous
6219ef1fcc
changelog: add missing parenthesis
2016-06-29 21:41:50 +02:00
Dmitry Olshansky
a72796e6cd
Merge pull request #4497 from atilaneves/std_outbuffer_safe
...
Add @safe to std.outbuffer unittests
2016-06-29 21:40:58 +02:00
Andrei Alexandrescu
ec5a5056fd
Merge pull request #4319 from wilzbach/fix_json_example
...
fix top-level json.d example
2016-06-29 14:47:51 -04:00
Dmitry Olshansky
0b0cbdf770
Merge pull request #4498 from atilaneves/std_complex_safe
...
Add @safe to std.complex unittests
2016-06-29 20:03:25 +02:00
Jack Stouffer
9ad30b3e39
Fix too permissive constraint on std.experimental.allocator.makeArray
2016-06-29 14:03:02 -04:00
Sebastian Wilzbach
6982cdc511
fix top-level json.d example
2016-06-29 19:53:02 +02:00
Atila Neves
54645f05fd
Add @safe and @system to std.csv unit tests
2016-06-29 19:12:38 +02:00
Atila Neves
dc7fe7e593
Add @safe to some std.functional unit tests
2016-06-29 19:07:07 +02:00
Atila Neves
519100ff63
Add @safe to std.complex unittests
2016-06-29 18:57:56 +02:00
Atila Neves
4034b6a8fb
Add @safe to std.outbuffer unittests
2016-06-29 18:47:07 +02:00
Robert Schadek
cba5d1078d
Merge pull request #4490 from JackStouffer/patch-10
...
Small improvement to std.range.only docs
2016-06-29 17:40:15 +02:00
David Nadlinger
b220767df2
Merge pull request #4491 from JackStouffer/patch-13
...
Fix bug in std.range.roundRobin example
2016-06-29 15:17:27 +01:00
David Nadlinger
9689cd637e
Merge pull request #4496 from atilaneves/safe_std_ascii
...
Add @safe to std.ascii unittests
2016-06-29 13:52:26 +01:00
Atila Neves
a4a8174e3a
Add @safe to std.ascii unittests
2016-06-29 13:58:48 +02:00
Steven Schveighoffer
b54a972424
Merge pull request #4494 from WalterBright/file-delete
...
std.file: delete is not @safe
2016-06-29 06:22:11 -04:00
Walter Bright
b4867627dc
std.file: delete is not @safe
2016-06-28 19:24:03 -07:00
Steven Schveighoffer
df168487fc
Fix cycles in Phobos
2016-06-28 15:00:01 -04:00
Jack Stouffer
392d78a87b
Fix bug in std.range.roundRobin example
2016-06-28 10:34:39 -04:00
Jack Stouffer
703ee237d9
Small improvement to std.range.only docs
2016-06-28 10:30:22 -04:00
anonymous
18c9ffc625
fix issue 16192 - std.conv.toChars() opSlice wrong for radix other than 10
2016-06-28 16:12:09 +02:00
Jack Stouffer
f3e9476301
Improved docs for std.range.enumerate
2016-06-28 10:07:04 -04:00
Jack Stouffer
ad7dbaa050
Fixed Issue 14485: .front of empty filtered zip range is accessible
2016-06-28 09:48:56 -04:00
Andrei Alexandrescu
1a740efa79
Merge pull request #4485 from WalterBright/variant-infer
...
std.variant: add attributes of test cases
2016-06-28 08:12:48 -04:00
Robert Schadek
49021f3fd9
Merge pull request #4480 from JackStouffer/exception
...
Removed global imports in std.exception
2016-06-28 03:38:47 +02:00
Walter Bright
853496f7d2
std.variant: add attributes of test cases
2016-06-27 18:16:50 -07:00