Commit graph

10138 commits

Author SHA1 Message Date
Jack Stouffer
a485ea00a0 Fixed local imports in std.parallelism 2016-07-01 09:16:22 -04:00
Jack Stouffer
e86c28fd59 Fixed local imports in std.numeric 2016-06-30 18:20:02 -04:00
Jack Stouffer
bd948f9995 Fixed local imports in std.net.isemail 2016-06-30 18:11:40 -04:00
Jack Stouffer
4b2220d9b5 Fixed local imports in std.net.curl 2016-06-30 18:11:39 -04:00
Jack Stouffer
c7a65ca81d Fixed local imports in std.json 2016-06-30 18:07:01 -04:00
Jack Stouffer
66d619ae1d Fixed local imports in std.format 2016-06-30 18:07:00 -04:00
Jack Stouffer
85860b7a5a Fixed local imports in std.file 2016-06-30 18:07:00 -04:00
Jack Stouffer
98531fbd57 Fixed local imports in std.experimental.allocator.package 2016-06-30 18:07:00 -04:00
Jack Stouffer
3deeaeb196 Fixed local imports in std.experimental.allocator.mmap_allocator 2016-06-30 18:07:00 -04:00
Jack Stouffer
fb67a6bb74 Fixed local imports in std.experimental.allocator.building_blocks.free_list 2016-06-30 18:07:00 -04:00
Jack Stouffer
3011d06039 Fixed local imports in std.experimental.allocator.building_blocks.bitmapped_block 2016-06-30 18:07:00 -04:00
Jack Stouffer
3be9dc0192 Fixed local imports in std.experimental.allocator.building_blocks.affix_allocator 2016-06-30 18:07:00 -04:00
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
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
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
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
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
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
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
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
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
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
Andrei Alexandrescu
3a0caddfb5 Merge pull request #4483 from WalterBright/typeconsinfer
std.typecons: prevent inference of attributes of test cases
2016-06-27 19:48:04 -04:00
Jack Stouffer
da603ca178 Removed global core.stdc.errorno import in std.exception 2016-06-27 18:55:55 -04:00