phobos/std
Jonathan M Davis 9e09703b8c Remove const scope from value types in std.datetime.date.
None of these uses of const scope should be required, because Date,
TimeOfDay, and DateTime are all value types with no indirections.
2018-06-24 19:38:12 -06:00
..
algorithm Fix typo. 2018-06-20 21:30:59 -07:00
container Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
datetime Remove const scope from value types in std.datetime.date. 2018-06-24 19:38:12 -06:00
digest Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
experimental Merge pull request #6440 from nordlow/qualify-mmap-allocator 2018-06-18 06:27:07 +02:00
internal cstring: add scope 2018-06-09 01:13:48 -07:00
net Merge pull request #6542 from wilzbach/underscore 2018-06-04 22:29:52 +02:00
range Fix Issue 18933 - std.range.assumeSorted should not nest SortedRange!(SortedRange!(...), pred) 2018-06-18 17:12:32 -04:00
regex popFront is not a property 2018-06-08 17:33:55 +01:00
windows charset: add scope 2018-06-09 00:47:22 -07:00
array.d Fix issue 18995 - Make sure GC calls destructor when using std.array.array 2018-06-16 14:42:40 -04:00
ascii.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
base64.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
bigint.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
bitmanip.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
compiler.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
complex.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
concurrency.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
conv.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
csv.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
demangle.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
encoding.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
exception.d [trivial] Getter property should not return void 2018-06-18 13:23:35 +01:00
file.d file: add scope 2018-06-09 22:34:52 -07:00
format.d format.d: add scope 2018-06-08 16:31:19 -07:00
functional.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
getopt.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
json.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
math.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
mathspecial.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
meta.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
mmfile.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
numeric.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
outbuffer.d outbuffer: add scope 2018-06-08 19:48:05 -07:00
parallelism.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
path.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
process.d process: add scope 2018-06-09 21:32:38 -07:00
random.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
signals.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
socket.d socket: use scope 2018-06-08 20:28:21 -07:00
stdint.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
stdio.d stdio: add scope 2018-06-09 01:07:56 -07:00
string.d string: add scope 2018-06-09 22:54:04 -07:00
system.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
traits.d Fix std.traits.Variadic doc layout 2018-06-11 12:02:16 +02:00
typecons.d typecons: add scope 2018-06-08 19:53:52 -07:00
typetuple.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
uni.d std.uni.toCase reserve before appending, not after 2018-06-18 04:04:02 -04:00
uri.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
utf.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
uuid.d uuid: add scope 2018-06-09 00:37:15 -07:00
variant.d Merge remote-tracking branch 'upstream/master' into stable 2018-06-16 07:27:16 +02:00
xml.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
zip.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
zlib.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00