phobos/std
John Dougan 9e7d2f37cf
Fix typos in compound format descriptions (#10572)
Someone tried to \( instead of $(LPAREN) inside of a bold macro. Didn't work and made the description very misleading.
2024-12-04 08:32:35 +08:00
..
algorithm Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
container Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
datetime Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
digest Optimize fromHexString() 2024-11-04 03:43:04 +01:00
experimental Add AllocatorState (#8596) 2024-10-27 19:52:29 +08:00
format Fix typos in compound format descriptions (#10572) 2024-12-04 08:32:35 +08:00
internal Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
logger Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
math Move std.math.exponential.pow implementation outside template (#9019) 2024-07-03 10:22:25 +03:00
net Fix assigning const(void)[] to void[] 2024-06-16 08:57:24 +02:00
range Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07: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 Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
ascii.d
base64.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
bigint.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
bitmanip.d Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
checkedint.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
compiler.d
complex.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
concurrency.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
conv.d Fixes for -preview=rvaluerefparam (#9092) 2024-11-26 22:29:24 -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
exception.d remove uses of classinfo, rebases part of #7445 (#9062) 2024-10-21 09:50:11 +03:00
file.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
functional.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
getopt.d Fix Issue 23940 - std.getopt does not assert with options that only differ in case with config.caseInsensitive 2023-05-27 17:38:25 +02:00
int128.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
json.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
mathspecial.d
meta.d
mmfile.d Fix std.mmap documentation 2024-01-16 17:59:49 +01:00
numeric.d Fix bugzilla 24851 - Some members of CustomFloat can have const this 2024-11-10 13:53:13 +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 std/path: make globMatch work with @nogc (#9055) 2024-10-27 17:24:46 +08:00
process.d Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
random.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
signals.d User hyperlinks to refer to bugzilla issues (#8766) 2023-06-16 14:45:44 +03:00
socket.d Fix Bugzilla Issue 17416 - Add REUSEPORT to std.socket 2024-11-04 05:09:48 +01:00
stdint.d
stdio.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
string.d overhaul documentation of std.string indexOf-like functions (#8560) 2024-10-27 14:32:06 +08:00
sumtype.d sumtype: add fast path for single dispatch 2024-11-20 15:25:01 -05: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 Fix Bugzilla issue 24875 (#9090) 2024-11-23 16:02:11 -08:00
typecons.d Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
typetuple.d
uri.d
utf.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
uuid.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
variant.d Fix D-Scanner linting issues (#9070) 2024-10-27 01:21:56 -07:00
zip.d
zlib.d