.. |
algorithm
|
add explicit scope/return for pure functions
|
2021-07-11 13:34:25 +00:00 |
container
|
std.container.array: Hide unintentionally-public unittest
|
2021-07-05 05:40:36 +00:00 |
datetime
|
remove usage of octal literals (#8168)
|
2021-07-16 08:10:10 +08:00 |
digest
|
Fix DIP1000 violation in sdt.digest.hmac
|
2021-04-13 01:35:41 +02:00 |
experimental
|
Annotate bitmapped_block.d to please dlang/dmd#12520
|
2021-05-18 01:13:52 +02:00 |
format
|
Fix Issue 20393 - formattedRead accepts input, that should be rejected (#8144)
|
2021-06-16 16:08:53 +08:00 |
internal
|
add explicit scope/return for pure functions
|
2021-07-11 13:34:25 +00:00 |
math
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2021-07-13 12:24:06 +02:00 |
net
|
Annotate std/net/isemail.d to please dlang/dmd#12520
|
2021-05-18 00:29:19 +02:00 |
range
|
add explicit scope/return for pure functions
|
2021-07-11 13:34:25 +00:00 |
regex
|
Remove duplicate assumePureFunction from std.regex
|
2021-05-10 13:17:42 +02:00 |
uni
|
add return scope to realloc
|
2021-06-08 09:32:30 +00:00 |
windows
|
Adapt imports of std.format to new structure of std.format.
|
2021-03-19 13:22:00 +01:00 |
array.d
|
add explicit scope/return for pure functions
|
2021-07-11 13:34:25 +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
|
Annotate std/bitmanip to please dlang/dmd#12520
|
2021-05-18 04:48:36 +02:00 |
compiler.d
|
|
|
complex.d
|
std.complex: Add missing imports in unittests for non-DigitalMars targets
|
2021-05-11 14:30:35 +02:00 |
concurrency.d
|
Fix Issue 21512 - RedBlackTree!Tid treats any values as duplicated except for Tid.init
|
2021-05-03 00:48:43 +02:00 |
conv.d
|
use static foreach for correct scope inference
|
2021-06-08 10:21:59 +00:00 |
csv.d
|
Narrow imports of std.math in the rest of phobos.
|
2021-04-21 03:00:57 +02: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
|
Typifiy an always throwing method as noreturn (#7834)
|
2021-05-05 10:56:48 +08:00 |
file.d
|
add cast(void) to silence warnings in tests (#8169)
|
2021-07-20 08:19:00 +08:00 |
functional.d
|
Replace usages of std.functional.forward with core.lifetime.forward
|
2021-01-31 12:20:09 +01:00 |
getopt.d
|
use icmp instead of toUpper in getopt
|
2021-06-01 13:36:56 +02:00 |
json.d
|
Fix static assert message in std.json
|
2021-06-08 15:12:25 +00:00 |
mathspecial.d
|
Throughout Phobos use core.math intrinsics instead of std.math wrappers
|
2021-03-02 07:09:08 +01:00 |
meta.d
|
Make staticIsSorted use static foreach instead of recursion
|
2021-05-10 19:20:37 +02:00 |
mmfile.d
|
We should not be promoting using GC.free casually.
|
2021-01-26 22:29:30 +01:00 |
numeric.d
|
Merge pull request #7975 from ibuclaw/numeric/lcm
|
2021-04-22 15:36:55 +08:00 |
outbuffer.d
|
Adapt imports of std.format to new structure of std.format.
|
2021-03-19 13:22:00 +01:00 |
package.d
|
Add forgotten modules to std.package.
|
2021-03-12 07:21:39 +01:00 |
parallelism.d
|
Narrow imports of std.math in the rest of phobos.
|
2021-04-21 03:00:57 +02:00 |
path.d
|
add explicit scope/return for pure functions
|
2021-07-11 13:34:25 +00:00 |
process.d
|
add explicit scope/return for pure functions
|
2021-07-11 13:34:25 +00:00 |
random.d
|
add explicit scope/return for pure functions
|
2021-07-11 13:34:25 +00:00 |
signals.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
socket.d
|
Annotate std/socket.d to please dlang/dmd#12520
|
2021-05-17 21:50:31 +02:00 |
stdint.d
|
|
|
stdio.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2021-06-04 13:02:58 +02:00 |
string.d
|
Fix issue 18632 - enable use of fromStringz with char[n]
|
2021-07-12 01:33:15 +02:00 |
sumtype.d
|
Disable non-@nogc unittest in -betterC (#8163)
|
2021-07-13 08:55:35 +08:00 |
system.d
|
Adds std.system.OS.unknown
|
2021-02-16 18:55:18 +07:00 |
traits.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2021-07-13 12:24:06 +02:00 |
typecons.d
|
add cast(void) to silence warnings in tests (#8169)
|
2021-07-20 08:19:00 +08: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
|
std.utf: Add isValidCodepoint.
|
2021-07-05 10:00:30 +00: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
|
Using std.meta.Alias instead of MutableOf
|
2021-05-06 13:48:54 -04:00 |
xml.d
|
add return scope to xml.toType
|
2021-05-30 01:07:37 +02: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 |