.. |
algorithm
|
Break line to please maximum line length enforced by style checker
|
2021-05-17 12:04:06 +02:00 |
container
|
container.array: RangeT: moveBack: Improve an assertion.
|
2021-05-04 08:13:40 +02:00 |
datetime
|
Narrow imports of std.math in the rest of phobos.
|
2021-04-21 03:00:57 +02:00 |
digest
|
Fix DIP1000 violation in sdt.digest.hmac
|
2021-04-13 01:35:41 +02:00 |
experimental
|
Annotate allocator/common.d to please dlang/dmd#12520
|
2021-05-17 05:21:35 +02:00 |
format
|
Merge pull request #8050 from berni44/rounding_e
|
2021-05-14 14:38:42 +08:00 |
internal
|
Annotate std/internal/digest/sha_SSSE3.d to please dlang/dmd#12520
|
2021-05-17 23:00:24 +02:00 |
math
|
std.math.algebraic: Convert hypot to a template
|
2021-05-11 12:22:13 +02:00 |
net
|
Annotate std/net/isemail.d to please dlang/dmd#12520
|
2021-05-18 00:29:19 +02:00 |
range
|
Fix Issue 21125 - Typo in std.range.refRange documentation for opIndex
|
2021-05-16 21:14:25 +02:00 |
regex
|
Remove duplicate assumePureFunction from std.regex
|
2021-05-10 13:17:42 +02:00 |
uni
|
Annotate std/uni/package.d to please dlang/dmd#12520
|
2021-05-17 18:30:15 +02:00 |
windows
|
Adapt imports of std.format to new structure of std.format.
|
2021-03-19 13:22:00 +01:00 |
array.d
|
Adapt imports of std.format to new structure of std.format.
|
2021-03-19 13:22:00 +01:00 |
ascii.d
|
Reduce the number of isAggregateType!T checks
|
2020-08-18 03:50:12 +02:00 |
base64.d
|
New overload for std.base64.Base64Impl.decoder that takes char arrays as-is
|
2021-03-31 17:16:34 +02:00 |
bigint.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2021-04-25 21:19:23 +02:00 |
bitmanip.d
|
Reduce template instantiations when importing std.bitmanip
|
2021-05-08 22:30:56 +09: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
|
Fix missing space in exception text in std.conv.to
|
2021-05-11 02:00:12 +02: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
|
Make rmdir unittest @safe
|
2021-05-10 16:36:18 +02:00 |
functional.d
|
Replace usages of std.functional.forward with core.lifetime.forward
|
2021-01-31 12:20:09 +01:00 |
getopt.d
|
Narrow imports of std.math in the rest of phobos.
|
2021-04-21 03:00:57 +02:00 |
json.d
|
Narrow imports of std.math in the rest of phobos.
|
2021-04-21 03:00:57 +02: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
|
Annotate std/path.d to please dlang/dmd#12520
|
2021-05-17 19:00:35 +08:00 |
process.d
|
Annotate std/process.d to please dlang/dmd#12520
|
2021-05-17 19:00:50 +08:00 |
random.d
|
Narrow imports of std.math in the rest of phobos.
|
2021-04-21 03:00:57 +02:00 |
signals.d
|
|
|
socket.d
|
Annotate std/socket.d to please dlang/dmd#12520
|
2021-05-17 21:50:31 +02:00 |
stdint.d
|
|
|
stdio.d
|
Annotate std/stdio.d to please dlang/dmd#12520
|
2021-05-17 20:43:46 +02:00 |
string.d
|
Revert "Annotate std/string.d to please dlang/dmd#12520"
|
2021-05-18 01:04:18 +02:00 |
sumtype.d
|
Narrow imports of std.math in the rest of phobos.
|
2021-04-21 03:00:57 +02:00 |
system.d
|
Adds std.system.OS.unknown
|
2021-02-16 18:55:18 +07:00 |
traits.d
|
Replace the use of format() during compilation in std.traits with concatenations
|
2021-05-11 09:40:56 +02:00 |
typecons.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2021-04-25 21:19:23 +02: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
|
Annotate std/utf.d to please dlang/dmd#12520
|
2021-05-17 17:15:35 +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
|
Try to make std.variant.maxSize non-recursive
|
2021-04-14 14:16:46 +02:00 |
xml.d
|
Annotate std/xml.d to please dlang/dmd#12520
|
2021-05-17 14:09:09 +02:00 |
zip.d
|
|
|
zlib.d
|
|
|