phobos/std
Lance Bachmeier a864971c45
Update std/random.d
Co-authored-by: Sebastian Wilzbach <seb@wilzba.ch>
2020-08-10 10:25:45 -05:00
..
algorithm Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
container Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
datetime Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
digest Temporarily disable inlining of T_SHA2_16_79 because it increases build speed by 10x. 2020-08-04 19:01:37 +02:00
experimental Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
internal Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
net Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
range Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
regex Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
uni Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
windows Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
array.d Fix 21131. Detect certain string appending situations and properly 2020-08-07 13:03:26 +02:00
ascii.d [TRIVIAL] Make link clickable and safe (#7045) 2019-05-27 17:35:26 +02:00
base64.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
bigint.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
bitmanip.d Replace Unqual-based idiom with immutable-based idiom (#7576) 2020-08-04 04:32:14 +02:00
compiler.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
complex.d Relax some new std.complex unittests for double-precision real 2020-07-27 15:56:21 +02:00
concurrency.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
conv.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
csv.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
demangle.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
encoding.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
exception.d Followup to #7458 - Return true for mayPointTo(void[N]) that can hold a slice, 2020-04-30 10:18:54 -04:00
file.d Fix issue 21113: Use sysctl for thisExePath on BSD. 2020-08-05 10:20:11 +02:00
format.d Replace Unqual-based idiom with immutable-based idiom (#7576) 2020-08-04 04:32:14 +02:00
functional.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
getopt.d std.getopt: Fix link to perl docs (#7572) 2020-07-31 10:11:06 +08:00
json.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
math.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
mathspecial.d Fix Issue 19283 - [std.mathspecial] documentation for normal distribution doesn't list parameters 2019-10-16 16:14:31 +02:00
meta.d Fix issue 21088: move alias statement into staticMap mixin body. 2020-07-30 05:51:25 +02:00
mmfile.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
numeric.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
outbuffer.d Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
package.d std.package: Don't use partial in test. 2020-05-05 11:23:20 +02:00
parallelism.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
path.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
process.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
random.d Update std/random.d 2020-08-10 10:25:45 -05:00
signals.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
socket.d Apply suggestions from code review 2020-08-05 10:21:59 +00:00
stdint.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
stdio.d Replace Unqual-based idiom with immutable-based idiom (#7576) 2020-08-04 04:32:14 +02:00
string.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
system.d Add support for iOS derived platforms to std.system 2020-03-14 15:14:30 +01:00
traits.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
typecons.d Fix public examples failing due to missing imports 2020-06-28 18:12:56 +02:00
typetuple.d typetuple: 100% code coverage 2019-09-29 20:13:44 +02:00
uri.d std.uri: Add unittests for 100% code coverage. (#7220) 2019-10-17 09:22:45 +02:00
utf.d Fix 21131. Detect certain string appending situations and properly 2020-08-07 13:03:26 +02:00
uuid.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
variant.d Replace Unqual-based idiom with immutable-based idiom (#7576) 2020-08-04 04:32:14 +02:00
xml.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
zip.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
zlib.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00