Martin Kinkelin
2bcc2375b6
Minor fixes for -preview=in and targets preferring by-ref for real
...
Code compiled with -preview=in is currently supposed to link
successfully against druntime/Phobos compiled without -preview=in.
There were still a few places where -preview=in makes a difference for
existing `in` params; convert them to `const [scope]`, analogous to
PR #7593 .
2020-11-01 01:50:26 +01:00
Nathan Sashihara
18f2e6f042
Fix Issue 20887 - Improve speed of std.digest.digest!(Hash, Range) on non-array ranges
2020-05-30 18:04:07 -07:00
Geod24
04f3979317
Replace 'Issue XXX' with Bugzilla links
...
Make the links clickable, as was done in the DMD repository.
Also avoids any ambiguity w.r.t. where the issue is stored.
2020-04-13 16:28:09 +09:00
Atila Neves
236c2d3f93
Add scope
preparing for in
to become const scope
2019-10-30 17:06:13 +01:00
Ben Jones
349691573a
factor out toHexStringCode
2019-04-12 08:23:53 -06:00
Iain Buclaw
fd5facfe04
posix.mak: Enforce whitespace before opening parenthesis for version conditions
2018-09-22 16:57:24 +02:00
Sebastian Wilzbach
c324714fde
Remove a few cases of underscore escaping
2018-06-04 13:05:01 +02:00
Sebastian Wilzbach
42894784dd
Markdownify Phobos
...
$(D word) -> `word`
2018-04-02 22:32:47 +02:00
Sebastian Wilzbach
21659561ef
Add more public examples to std.digest + add DScanner check
2018-03-29 23:03:37 +02:00
Sebastian Wilzbach
2591b61b4f
Start removing std.{json,zip,zlib,algorithm.mutation}
...
from the assert_without_msg blacklist
2017-12-01 09:28:05 +01:00
Jack Stouffer
8ca4bf715c
Add secureEqual to the digest booktable
2017-11-20 22:46:43 -05:00
Sebastian Wilzbach
df6365092a
Replace body
keyword with its replacement: do
...
Automatic replacement with
sed -i "s/^\([ ]*\)body/\1do/" -i **/*.d
2017-11-20 15:33:52 +01:00
Walter Bright
73ff97b90b
std.digest.package: fix slicing of temp array
2017-08-31 00:55:18 -07:00
Sebastian Wilzbach
28e7c95c97
rename digest.d -> package.d
2017-07-10 05:10:53 +02:00