phobos/std
Vladimir Panteleev 6caa5fa19a
std.container.rbtree: Add trisect (#10756)
Useful in case we need >= or <= (instead of > or < or = as provided by
lowerBound/upperBound/equalRange).

Same convention as SortedRange.trisect, except just return a static
array instead of a tuple (as the type is the same).
2025-04-20 07:29:02 +08:00
..
algorithm [std.algorithm.searching] Tweak countUntil docs (#10734) 2025-04-03 15:51:28 -07:00
container std.container.rbtree: Add trisect (#10756) 2025-04-20 07:29:02 +08:00
datetime Remove flakey stopwatch test (#10628) 2025-01-22 05:00:11 +08:00
digest Optimize fromHexString() 2024-11-04 03:43:04 +01:00
experimental std.allocator: Comment out broken class instance size test (#10717) 2025-03-27 07:31:01 +08:00
format Fix #10699 - std.format with position with omitted second number does not work (#10716) 2025-03-28 01:49:06 -07:00
internal Fix Issue 10523 - Enabled BigInt to work in CTFE (#10725) 2025-04-02 13:28:08 +08:00
logger Fix #10581std.logger has an ostensibly broken example and wrong docs 2024-12-11 09:30:19 +01:00
math Fix #10513 - powmod is slow for ulong (#10688) 2025-03-27 17:54:57 +08:00
net std.net.curl: Fix fast-path check when encoding is "utf-8" (lower-case) (#10721) 2025-03-29 18:59:08 +08:00
range Fix chain potentially mutating a stale object (#10643) 2025-02-20 06:23:34 +08:00
regex Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
uni Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
windows Remove unused import 2024-11-27 21:40:53 +08:00
array.d Add low-overhead InPlaceAppender (#8789) 2025-01-19 08:03:43 +08:00
ascii.d
base64.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
bigint.d Fix #10565: Prevent negative zero when multiplying BigInt zero by neg… (#10655) 2025-03-02 21:08:03 +08:00
bitmanip.d Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
checkedint.d Docs: fix 'for signed integrals' appearing twice (#10626) 2025-01-19 19:19:11 +08:00
compiler.d
complex.d Unify hypot and abs of complex values 2025-03-17 22:40:31 +01:00
concurrency.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
conv.d Improve error message for to!string when used on infinite ranges (#10744) 2025-04-15 15:34:35 +08:00
csv.d Fix bugzilla 24478 - std.csv array out of bounds when row size exceeds header 2024-04-02 21:28:26 +02:00
demangle.d
encoding.d fix std.encoding.sanitize usable in @safe.Fix #10545 (#10735) 2025-04-03 15:47:36 -07:00
exception.d remove uses of classinfo, rebases part of #7445 (#9062) 2024-10-21 09:50:11 +03:00
file.d Revert "Fix #9584 - Using dirEntries and chdir() can have unwanted results (#10666)" (#10718) 2025-03-27 16:21:21 +08:00
functional.d Remove outdated @safe bug entry from toDelegate documentation (#10672) 2025-03-18 06:36:21 +08:00
getopt.d Fix #10680 - Instead of passing receiver into the conversion function, (#10684) 2025-03-18 06:38:36 +08:00
int128.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
json.d Merge pull request #10732 from dlang/stable 2025-04-02 13:43:44 +02:00
mathspecial.d
meta.d
mmfile.d Fix std.mmap documentation 2024-01-16 17:59:49 +01:00
numeric.d std.numeric: Fix IEEE typo in link 2025-03-20 15:11:25 +01:00
outbuffer.d Fix Bugzilla 20870 - std.outbuffer.printf is trusted (#9037) 2024-07-31 20:05:48 +08:00
package.d
parallelism.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
path.d Fix #10742: withExtension should support ranges with mutable properties (#10737) 2025-04-07 04:25:01 +08:00
process.d std.process: Fix memory corruption in exec functions 2025-02-18 13:24:48 +01:00
random.d Make unpredictableSeed use BCryptGenRandom (CNG) on Windows 2025-01-26 01:56:31 +01:00
signals.d User hyperlinks to refer to bugzilla issues (#8766) 2023-06-16 14:45:44 +03:00
socket.d Fix reference to 'samples' folder 2025-01-13 23:53:54 +01:00
stdint.d
stdio.d stdio: add readfln and File.readfln 2025-03-03 03:47:52 +01:00
string.d overhaul documentation of std.string indexOf-like functions (#8560) 2024-10-27 14:32:06 +08:00
sumtype.d sumtype: rename 'degrees' to 'value' in example 2025-03-11 10:33:32 -04:00
system.d fix issue 23881: add std.system.instructionSetArchitecture and std.system.ISA (#8744) 2023-05-09 15:37:29 +03:00
traits.d std.traits.TemplateOf doesn't return void for non-template functions #10527 2025-03-19 14:47:43 +00:00
typecons.d Fix #9811 Remove const from Tuple.toString (#10646) 2025-02-22 09:25:20 +08:00
typetuple.d
uri.d
utf.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
uuid.d Fix #10701 - Broken link in documentation of randomUUID (#10702) 2025-03-21 04:24:23 +08:00
variant.d Variant segfault (#10697) 2025-03-26 07:14:47 +08:00
zip.d
zlib.d