Commit graph

16903 commits

Author SHA1 Message Date
Sebastian Wilzbach
567e37ce3f
Merge pull request #6568 from WalterBright/exception-scope
exception.d: add scope
2018-06-10 17:39:32 +02:00
Sebastian Wilzbach
9c2ab8c0d5
Merge pull request #6573 from WalterBright/process-scope2
process: add scope
2018-06-10 17:39:21 +02:00
Sebastian Wilzbach
f4fca6fb98
Merge pull request #6574 from WalterBright/file-scope
file: add scope
2018-06-10 17:38:36 +02:00
Sebastian Wilzbach
76466ef6db
Merge pull request #6575 from WalterBright/string-scope
string: add scope
2018-06-10 17:38:15 +02:00
Basile Burg
a8869e2666 RandomCover use a @nogc buffer to store already chosen results 2018-06-10 15:26:09 +02:00
Walter Bright
2954db64e0 string: add scope 2018-06-09 22:54:04 -07:00
Walter Bright
beba2bea7f file: add scope 2018-06-09 22:34:52 -07:00
Walter Bright
60a766128f process: add scope 2018-06-09 21:32:38 -07:00
Walter Bright
543d18f269
Merge pull request #6566 from WalterBright/socket-scope
socket: use scope
2018-06-09 21:04:42 -07:00
Sebastian Wilzbach
8f80bf04b5
Merge pull request #6569 from WalterBright/charset-scope
charset: add scope
2018-06-10 00:11:34 +02:00
Sebastian Wilzbach
e1b7d600a3
Merge pull request #6571 from WalterBright/stdio-scope2
stdio: add scope
2018-06-10 00:10:38 +02:00
Sebastian Wilzbach
81135b9ab8
Merge pull request #6572 from WalterBright/cstring-scope
cstring: add scope
2018-06-10 00:09:33 +02:00
The Dlang Bot
a661911d81
Merge pull request #6555 from WalterBright/string-scope
add 'scope' to string.d
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2018-06-09 11:23:52 +02:00
The Dlang Bot
85990e43e8
Merge pull request #6556 from WalterBright/file-scope
file.d: don't leak file names
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2018-06-09 10:31:31 +02:00
Walter Bright
45dbd56ccb cstring: add scope 2018-06-09 01:13:48 -07:00
Walter Bright
827dbbb6b1 stdio: add scope 2018-06-09 01:07:56 -07:00
Walter Bright
e80f0089a6 charset: add scope 2018-06-09 00:47:22 -07:00
Walter Bright
02de37e6ae exception.d: add scope 2018-06-09 00:41:04 -07:00
The Dlang Bot
9cecdb8c8d
Merge pull request #6561 from WalterBright/stdio-scope
all put() functions should have 'scope' parameters
merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>
2018-06-09 09:37:26 +02:00
Walter Bright
2846af3fd5 uuid: add scope 2018-06-09 00:37:15 -07:00
The Dlang Bot
790d082f2a
Merge pull request #6562 from WalterBright/format-scope
format.d: add scope
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2018-06-09 08:43:31 +02:00
The Dlang Bot
44f82201d6
Merge pull request #6565 from WalterBright/typecons-scope
typecons: add scope
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2018-06-09 07:45:53 +02:00
The Dlang Bot
53d1cc73d8
Merge pull request #6564 from WalterBright/outbuffer-scope
outbuffer: add scope
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2018-06-09 06:41:13 +02:00
Walter Bright
ec16c4e6a2 socket: use scope 2018-06-08 20:28:21 -07:00
The Dlang Bot
e64eb78d45
Merge pull request #6563 from WalterBright/nullsink
add scope to NullSink
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2018-06-09 05:14:13 +02:00
Walter Bright
6ce1a7ab81 typecons: add scope 2018-06-08 19:53:52 -07:00
Walter Bright
2c01a81b7a outbuffer: add scope 2018-06-08 19:48:05 -07:00
Dmitry Olshansky
335a2a114f
Merge pull request #6559 from WalterBright/uni-scope
uni.d: use scope
2018-06-09 03:53:08 +03:00
Walter Bright
a6f0c855e9 add scope to NullSink 2018-06-08 17:42:52 -07:00
Walter Bright
7e9193ffa6 format.d: add scope 2018-06-08 16:31:19 -07:00
Walter Bright
433d3182c8 all put() functions should have 'scope' parameters 2018-06-08 16:23:37 -07:00
Walter Bright
d3ea319248 uni.d: use scope 2018-06-08 16:04:09 -07:00
The Dlang Bot
a21a80505c
Merge pull request #6557 from WalterBright/process-scope
process.d: add scope
merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>
2018-06-09 00:01:28 +02:00
Walter Bright
faf2bdf4e4 process.d: add scope 2018-06-08 13:43:17 -07:00
Walter Bright
32d5038b56 file.d: don't leak file names 2018-06-08 13:02:39 -07:00
Walter Bright
5c0946d322 add 'scope' to string.d 2018-06-08 12:09:55 -07:00
The Dlang Bot
44a6938326
Merge pull request #6554 from ntrel/popFront-prop
[trivial] popFront is not a property
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-06-08 20:53:51 +02:00
The Dlang Bot
5ac6bb0ea8
Merge pull request #6553 from WalterBright/ltw-scope
LockingTextWriter() should not leak its parameter
merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>
2018-06-08 19:59:45 +02:00
Nick Treleaven
02d0104c57 popFront is not a property 2018-06-08 17:33:55 +01:00
The Dlang Bot
351646bd17
Merge pull request #6552 from WalterBright/uuid-sink
uuid.d: sink() should not leak its parameter
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-06-08 12:35:05 +02:00
Sebastian Wilzbach
7a8ff39cbb Fix Issue 18952 - std.experimental.checkedint.Saturate prints integral promotion deprecation message 2018-06-08 11:56:01 +02:00
Walter Bright
e8290737e3 LockingTextWriter() should leak its parameter 2018-06-08 02:38:31 -07:00
Walter Bright
d8f78b75cf uuid.d: sink() should not leak its parameter 2018-06-08 02:20:18 -07:00
The Dlang Bot
f8a17a7898
Merge pull request #6508 from CyberShadow/pull-20180515-044632
Fix Issue 18847 - std.allocator: Region uses .parent before it can be set
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-06-07 23:01:39 +02:00
Sebastian Wilzbach
622c5d2098 Fix Issue 12086 - std.algorithm.remove + range of indices produces wrong results 2018-06-07 21:35:10 +02:00
Sebastian Wilzbach
dca849389f Fix Issue 12335 - std.algorithm.skipOver should support multiple args like startsWith 2018-06-07 19:17:20 +02:00
Sebastian Wilzbach
e34f420ff1 Fix Issue 13121 - std.algorithm.joiner should return a bidirectional range if possible 2018-06-07 19:09:02 +02:00
Steven Schveighoffer
2de6f8da22 Fix issue 18934 - make std.variant support getting types that have const
members.
2018-06-07 12:43:13 -04:00
The Dlang Bot
ae88e34272
Merge pull request #6548 from joakim-noah/musl
Musl: last remaining tweaks
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-06-07 13:09:49 +02:00
Joakim
f916d73af7 Musl: last remaining tweaks 2018-06-07 11:58:44 +05:30