phobos/std
The Dlang Bot 86d586a2e8
Merge pull request #8118 from kinke/math_new
[stable] Fix missing imports for non-x87 real after std.math split-up

Signed-off-by: Iain Buclaw <ibuclaw@users.noreply.github.com>
Merged-on-behalf-of: Iain Buclaw <ibuclaw@users.noreply.github.com>
2021-05-29 16:08:25 +02:00
..
algorithm
container container.array: RangeT: moveBack: Improve an assertion. 2021-05-04 08:13:40 +02:00
datetime
digest
experimental Rename the initial value of some enums from init to _init 2021-05-12 10:56:46 +08:00
format std.format.internal.write: Replace brittle runtime check by compile-time check 2021-05-23 15:42:44 +02:00
internal Again use core.math intrinsics instead of std.math wrappers 2021-05-04 15:59:34 +02:00
math std.math.hardware: Remove unused InlineAsm_X87* version declarations 2021-05-29 14:50:32 +02:00
net
range
regex Remove duplicate assumePureFunction from std.regex 2021-05-10 13:17:42 +02:00
uni
windows
array.d
ascii.d
base64.d
bigint.d
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
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
getopt.d
json.d
mathspecial.d
meta.d Make staticIsSorted use static foreach instead of recursion 2021-05-10 19:20:37 +02:00
mmfile.d
numeric.d
outbuffer.d
package.d
parallelism.d
path.d
process.d Merge remote-tracking branch 'upstream/master' into stable 2021-05-12 08:29:15 +02:00
random.d
signals.d
socket.d Rename the initial value of some enums from init to _init 2021-05-12 10:56:46 +08:00
stdint.d
stdio.d Merge remote-tracking branch 'upstream/master' into stable 2021-05-12 08:29:15 +02:00
string.d
sumtype.d
system.d
traits.d Replace the use of format() during compilation in std.traits with concatenations 2021-05-11 09:40:56 +02:00
typecons.d
typetuple.d
uri.d
utf.d
uuid.d
variant.d
xml.d
zip.d
zlib.d