.. |
algorithm
|
Fix Issue 22105 - std.container.array.Array.length setter creates values of init-less types
|
2021-12-28 23:33:31 +00:00 |
container
|
Fix Issue 22105 - std.container.array.Array.length setter creates values of init-less types
|
2021-12-28 23:33:31 +00:00 |
datetime
|
Ignore SECURITY file when listing timezones
|
2021-12-13 19:17:33 +00:00 |
digest
|
Remove redundant access specifier from Phobos
|
2021-10-27 10:04:23 +03:00 |
experimental
|
Move checkedint out of experimental (#8100)
|
2022-01-25 00:17:24 +00:00 |
format
|
✏️ fix typos in docs
|
2022-01-05 22:09:24 +00:00 |
internal
|
Use return scope instead of just return
|
2021-11-26 17:03:06 +01:00 |
math
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2021-11-09 10:30:28 +02:00 |
net
|
Use return scope instead of just return
|
2021-11-26 17:03:06 +01:00 |
range
|
Style fixed.
|
2022-01-25 22:55:43 +02:00 |
regex
|
std.regex: doc: Add zero or one repetition (greedy/reluctant)
|
2022-01-23 18:15:32 +09:00 |
uni
|
add scome scope to std.uni.package
|
2021-12-23 01:43:14 -08:00 |
windows
|
Remove redundant access specifier from Phobos
|
2021-10-27 10:04:23 +03:00 |
array.d
|
Fixes issues 22185, 22673 (#8359)
|
2022-01-26 11:24:59 +00:00 |
ascii.d
|
Reduce the number of isAggregateType!T checks
|
2020-08-18 03:50:12 +02:00 |
base64.d
|
Annotate std/base64.d to please dlang/dmd#12520 #8076
|
2021-05-18 03:28:07 +02:00 |
bigint.d
|
add more return/scope to pure bigint functions
|
2021-05-30 01:10:13 +02:00 |
bitmanip.d
|
Remove need for Unqual in EndianSwapper
|
2021-09-03 14:30:32 +00:00 |
checkedint.d
|
Move checkedint out of experimental (#8100)
|
2022-01-25 00:17:24 +00:00 |
compiler.d
|
|
|
complex.d
|
Fix Issue 22704 - Linker error when running the public unittests
|
2022-01-25 18:48:04 +00:00 |
concurrency.d
|
Remove redundant access specifier from Phobos
|
2021-10-27 10:04:23 +03:00 |
conv.d
|
add isSomeFiniteCharInputRange as simplification
|
2022-01-15 18:38:52 +01:00 |
csv.d
|
std.csv allow un equal number of value separators
|
2021-08-26 15:37:24 +00:00 |
demangle.d
|
|
|
encoding.d
|
Rename the initial value of some enums from init to _init
|
2021-05-12 10:56:46 +08:00 |
exception.d
|
Fix 22386 - Omit unreachable throw in assertThrown with noreturn value
|
2021-10-14 15:40:57 +00:00 |
file.d
|
Fix Issue 22738 - std.file.tempDir adds an addition / even when it already has one
|
2022-02-06 04:17:40 +13:00 |
functional.d
|
std.functional: use public import for 'forward'
|
2022-02-01 22:06:15 -05:00 |
getopt.d
|
Fix Issue 22394 - std.getopt cannot handle "-"
|
2021-10-17 01:48:51 +00:00 |
json.d
|
add isSomeFiniteCharInputRange as simplification
|
2022-01-15 18:38:52 +01:00 |
mathspecial.d
|
Throughout Phobos use core.math intrinsics instead of std.math wrappers
|
2021-03-02 07:09:08 +01:00 |
meta.d
|
Use alias assignment in staticMap (#8039)
|
2021-10-26 22:06:41 +00:00 |
mmfile.d
|
std.mmfile: Add testmmfile from dmd testsuite as a unittest
|
2021-08-26 12:17:32 +00:00 |
numeric.d
|
Merge pull request #7975 from ibuclaw/numeric/lcm
|
2021-04-22 15:36:55 +08:00 |
outbuffer.d
|
Add compile-time checked variants of writef and writefln to std.outbuffer.
|
2021-08-09 14:21:54 -07:00 |
package.d
|
Add forgotten modules to std.package.
|
2021-03-12 07:21:39 +01:00 |
parallelism.d
|
Fix a potential memory leak, typos
|
2021-12-12 05:39:12 +00:00 |
path.d
|
add isSomeFiniteCharInputRange as simplification
|
2022-01-15 18:38:52 +01:00 |
process.d
|
add isSomeFiniteCharInputRange as simplification
|
2022-01-15 18:38:52 +01:00 |
random.d
|
std.random: Fix test for version(X32) targets
|
2021-11-30 13:25:09 +00:00 |
signals.d
|
Issue 19842 - only class member functions must be used be used as slots
|
2021-07-13 10:33:38 +00:00 |
socket.d
|
Replace FieldProxy with @property ref functions
|
2021-10-03 08:15:39 +00:00 |
stdint.d
|
|
|
stdio.d
|
add isSomeFiniteCharInputRange as simplification
|
2022-01-15 18:38:52 +01:00 |
string.d
|
indent multiline param description
|
2021-09-17 04:20:30 -05:00 |
sumtype.d
|
sumtype: remove redundant "See Also" in tryMatch documentation
|
2021-12-22 21:24:30 +00:00 |
system.d
|
Fix Issue 22458 - OpenBSD: Add OpenBSD to std/system.d OS list
|
2021-10-31 23:19:28 +00:00 |
traits.d
|
Fix Issue 22695 - std.traits.isBuiltinType is false for typeof(null)
|
2022-01-27 18:42:28 +01:00 |
typecons.d
|
Fix issue 22701: Remove is(typeof()) callable check in std.typecons.apply.
|
2022-01-26 13:03:29 +01:00 |
typetuple.d
|
|
|
uri.d
|
Adapt imports of std.format to new structure of std.format.
|
2021-03-19 13:22:00 +01:00 |
utf.d
|
add isSomeFiniteCharInputRange as simplification
|
2022-01-15 18:38:52 +01:00 |
uuid.d
|
isSomeChar!(Unqual!T) -> isSomeChar!T
|
2021-07-24 09:26:46 +00:00 |
variant.d
|
std.variant: Add Variant unittests for 'null' comparisons
|
2022-01-10 11:35:15 +00:00 |
xml.d
|
Make phobos compile with pure-scope fix
|
2021-12-23 18:52:04 +01:00 |
zip.d
|
|
|
zlib.d
|
|
|