phobos/std/digest
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
..
crc.d Remove deprecated symbols from std.digest.digest 2020-04-09 11:35:23 +02:00
digest.d Remove deprecated symbols from std.digest.digest 2020-04-09 11:35:23 +02:00
hmac.d
md.d
murmurhash.d
package.d Minor fixes for -preview=in and targets preferring by-ref for real 2020-11-01 01:50:26 +01:00
ripemd.d
sha.d Temporarily disable inlining of T_SHA2_16_79 because it increases build speed by 10x. 2020-08-04 19:01:37 +02:00