phobos/std
Luís Ferreira ae90bc7d9e
container: array: add ctors for Array!bool
Array!bool should have the same ctors as Array!T for other types.

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
2021-01-18 23:14:26 +00:00
..
algorithm Fix broken link in minElement doc 2020-11-28 20:37:54 +01:00
container container: array: add ctors for Array!bool 2021-01-18 23:14:26 +00:00
datetime Merge pull request #7711 from kinke/reduce_ldc_diff 2021-01-13 19:35:05 +01:00
digest Minor fixes for -preview=in and targets preferring by-ref for real 2020-11-01 01:50:26 +01:00
experimental Merge remote-tracking branch 'upstream/stable' into merge_stable 2020-10-18 21:34:13 +02:00
internal std.internal.math.gammafunction: Minimally relax 2 unittest checks 2020-11-28 20:17:08 +01: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 Revert "Remove some unnecessary undocumented explicit ctors in std.range" 2020-12-19 11:46:40 +00:00
regex review comments 2020-12-12 14:53:29 +01:00
uni Fix a few places where opDollar could be an alias of length 2020-11-11 02:09:56 +01:00
windows Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
array.d std.array: Don't assume that .idup of immutable array will reallocate 2020-11-24 14:56:38 +01:00
ascii.d Reduce the number of isAggregateType!T checks 2020-08-18 03:50:12 +02:00
base64.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
bigint.d Change private function BigInt.isNegative to an alias 2020-11-26 15:23:37 +01:00
bitmanip.d Fix Issue 21430 - Add const to front, save, & length properties of range returned by std.bitmanip.bitsSet 2020-11-28 20:00:16 +01:00
compiler.d
complex.d std.math: Add support for FreeBSD x86 53-bit precision reals 2020-11-09 15:04:08 +01:00
concurrency.d Revert "Fix issue 13930, 19345 - Fix receiveOnly for non-assignable types" 2020-10-11 01:23:20 +02:00
conv.d Temporarily comment one test 2021-01-15 02:37:07 +09: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
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 file: make rmdirRecurse @safe 2020-10-29 05:25:03 +01:00
format.d Use templated formattedWrite in the example of it 2021-01-01 12:11:54 +01:00
functional.d Fix issue 21347 - std.functional.adjoin should work in BetterC 2020-10-29 04:45:15 +01:00
getopt.d std.getopt: Fix link to perl docs (#7572) 2020-07-31 10:11:06 +08:00
json.d Better wording & removed useless import 2020-12-03 19:42:10 +02:00
math.d Merge pull request #7711 from kinke/reduce_ldc_diff 2021-01-13 19:35:05 +01:00
mathspecial.d Clarify documentation for betaIncomplete. (#7729) 2020-12-22 10:05:12 +08:00
meta.d Fix issue 21088: move alias statement into staticMap mixin body. 2020-07-30 05:51:25 +02:00
mmfile.d std.mmfile: correct the documented type of thrown exceptions 2020-12-31 09:25:30 +01:00
numeric.d Minor fixes for -preview=in and targets preferring by-ref for real 2020-11-01 01:50:26 +01: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 Fix a few places where opDollar could be an alias of length 2020-11-11 02:09:56 +01:00
process.d std.process: Simplify error message generation on Windows 2020-12-17 17:43:05 +00:00
random.d Fix Issue 21384 - std.random.uniform!T() and std.random.uniform!T(urng) when T is dchar with any qualifiers can exceed dchar.max 2020-11-13 06:58:07 -08:00
signals.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
socket.d Change Socket constructor to accept its parameter by const scope 2020-08-16 11:12:40 +02:00
stdint.d
stdio.d Fix Issue 21523 - Microsoft Windows std.stdio.File.lock(), tryLock(), unlock(): do not allocate memory for error messages when they are not needed 2021-01-04 04:55:24 +01: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 fix Issue 21452 - isCallable erroneously returns false on function templates 2020-12-04 01:09:19 +01:00
typecons.d Issue 21250 - dirEntries on non-existent directory causes assert error (#7646) 2020-10-02 16:49:09 +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 Reduce trait template instantiation in std.utf 2020-09-15 13:22:09 +02:00
uuid.d Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar 2020-08-27 16:47:53 +02:00
variant.d std.variant: Make use of core.lifetime.copyEmplace() (#7688) 2020-11-04 12:18:02 +08: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