Nathan Sashihara
9014d77ab0
Fix Issue 20548 - Use bit vector instead of bool[] in RandomCover when choices cannot be packed in a single word
2020-01-30 23:15:57 -08:00
The Dlang Bot
3502f0a0ae
Merge pull request #7380 from e10s/issue20542
...
Fix Issue 20542 - std.math.nextafter(NaN, y) and nextafter(x, NaN) sh…
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-01-31 04:25:02 +01:00
Sebastian Wilzbach
53fe0c45d1
Merge pull request #7383 from adamdruppe/bug
...
Fix Issue 20544 - socket.remoteAddress throws out of memory error with unix domain socket peer
2020-01-30 17:14:47 +01:00
Adam D. Ruppe
7e3ac1d24c
Fix Issue 20544 - socket.remoteAddress throws out of memory error with unix domain socket peer
2020-01-30 08:38:11 -05:00
dukc
c0070582fd
Completed description of PipeOnPop at std.range.tee.
2020-01-30 12:49:40 +02:00
Nicholas Wilson
18ac3048db
Merge pull request #7373 from burner/std.datetime.package_assert_messages
...
adding assert messages to std.datetime.package
2020-01-30 13:09:35 +08:00
Kazuya Takahashi
1f1164932e
Add special cases
2020-01-29 22:00:02 +09:00
Bernhard Seckinger
c6ef9e136d
Fix Issue 8388 - std.traits.MemberFunctionsTuple doesn't work with
...
constructors or destructors
2020-01-29 09:28:42 +01:00
The Dlang Bot
56ebaf4891
Merge pull request #7379 from MoonlightSentinel/remove-mangle
...
Remove deprecated std.format.Mangle
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-01-29 00:54:54 +01:00
The Dlang Bot
607dc7f4d9
Merge pull request #7382 from MoonlightSentinel/remove-string-functions
...
Remove deprecated functions from std.string
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-01-29 00:53:30 +01:00
MoonlightSentinel
c961518ec6
Remove deprecated functions from std.string
2020-01-28 18:48:18 +01:00
MoonlightSentinel
4af7a4353c
Removed deprecated By(Line|Chunk|Record) from std.stdio
2020-01-28 17:29:00 +01:00
MoonlightSentinel
cc678b7bf9
Remove deprecated std.format.Mangle
2020-01-28 17:17:08 +01:00
Kazuya Takahashi
2d726d2dc3
Fix Issue 20542 - std.math.nextafter(NaN, y) and nextafter(x, NaN) should return NaN
2020-01-29 01:10:25 +09:00
The Dlang Bot
e9ed76d1bf
Merge pull request #7374 from burner/std.datetime.timezone_assert_messages
...
adding assert messages to std.datetime.timezone
merged-on-behalf-of: Jonathan M Davis <jmdavis@users.noreply.github.com>
2020-01-28 07:55:49 +01:00
MoonlightSentinel
af50bed328
Fix Issue 20540 - (White|Black)Hole does not work with return|scope functions
2020-01-27 20:14:20 +01:00
MoonlightSentinel
869d9b5613
Fix Issue 20232 - WhiteHole is unusable with @safe interface functions
2020-01-27 20:06:14 +01:00
Robert Schadek
861b260121
adding assert messages to std.datetime.timezone
2020-01-27 11:46:21 +00:00
Robert Schadek
5762bae076
adding assert messages to std.datetime.package
2020-01-27 11:33:23 +00:00
Nicholas Wilson
18bf58f157
Merge pull request #7366 from kinke/mathsf
...
std.math: Follow-up to #7362
2020-01-26 21:21:34 +08:00
The Dlang Bot
1d166410c8
Merge pull request #7368 from kinke/schwartz
...
std.algorithm.sorting: Enable binary transform function for schwartzSort
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-01-25 07:14:33 +01:00
Martin Kinkelin
5497b666e4
std.algorithm.sorting: Enable binary transform function for schwartzSort
...
Receiving the element's index in the original range as 2nd parameter.
2020-01-25 04:36:33 +01:00
The Dlang Bot
9b323cecfe
Merge pull request #7364 from berni44/could_not_locate_warning
...
Remove 'could not locate' warning from std unittests
merged-on-behalf-of: Petar Kirov <PetarKirov@users.noreply.github.com>
2020-01-24 18:38:02 +01:00
Bernhard Seckinger
fd05d96149
Remove 'could not locate' warning from std unittests
2020-01-24 18:33:39 +02:00
Martin Kinkelin
f88116c2a3
bikeshed
2020-01-24 16:17:28 +01:00
Martin Kinkelin
4141cc15ad
std.math: Follow-up to #7362
...
Get rid of redundant version conditions and don't disable whole unittest
blocks (like the extensive exp() tests) just because IEEE flags are
tested too.
2020-01-24 15:50:11 +01:00
Martin Kinkelin
4d98ca2ba8
Hide IEEE flags and FloatingPointControl for soft-float targets
2020-01-24 13:26:43 +07:00
Atila Neves
f049f0fd4b
Make one std.algorithm.iteration.map unittest @nogc
2020-01-22 12:51:02 +01:00
Vladimir Panteleev
2b86fe1ff9
Fix Issue 20521 - Checking for and getting empty variables on Wine / XP fails
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48471
2020-01-21 15:07:43 +00:00
Alexandru Militaru
bb62aaca3d
Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest
2020-01-19 14:05:17 +02:00
The Dlang Bot
e373b4e774
Merge pull request #7351 from berni44/mergestable
...
Merging stable back into master
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-01-14 09:20:12 +01:00
The Dlang Bot
6b404ebd44
Merge pull request #7345 from alexandrumc/rework-version
...
Some version (unittest) blocks removed
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2020-01-13 16:10:10 +01:00
Bernhard Seckinger
6655428b0e
Merge branch 'stable' into mergestable
2020-01-13 09:52:27 +01:00
The Dlang Bot
495916b71b
Merge pull request #7302 from berni44/issue15891
...
Fix Issue 15891 - Compiler error when std.algorithm.cache after 2 layers of std.algorithm.map
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-01-13 08:37:20 +01:00
The Dlang Bot
dd27702095
Merge pull request #7346 from berni44/reg_formatA_stable
...
Fix performance regression introduced by PR #7285 .
merged-on-behalf-of: David Nadlinger <code@klickverbot.at>
2020-01-12 21:55:51 +01:00
dkorpel
d4f74834d5
fix issue 20493 - incorrect result of BigInt * BigInt
2020-01-11 14:17:47 +01:00
The Dlang Bot
53ba9bb693
Merge pull request #7347 from schveiguy/choosesafe
...
Fix issue 20495 (choose copies unused union member, which is unsafe)
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-01-10 06:45:26 +01:00
Steven Schveighoffer
ae6de5515d
Fix issue 19738. Make trusted parts of ChooseResult.opAssign smaller in case the
...
individual ranges have system opAssign.
2020-01-09 23:54:58 -05:00
Steven Schveighoffer
857543416d
Fix issue 20495. Fixes safety of save function by passing init value of
...
unused union member to ctor. Also simplify the @safe inference.
2020-01-09 22:17:31 -05:00
Bernhard Seckinger
66a2ba02fd
Fix Issue 15891 - Compiler error when std.algorithm.cache after 2
...
layers of std.algorithm.map
2020-01-08 16:05:25 +01:00
Bernhard Seckinger
bcf17697d4
Fix performance regression introduced by PR #7285 .
2020-01-07 11:26:09 +01:00
Alexandru Militaru
d3e1bb0cdb
Some version (unittest) blocks removed
2020-01-06 17:53:09 +02:00
The Dlang Bot
f66da1f8c9
Merge pull request #7337 from berni44/issue16262
...
Make assumeUTF nothrow
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2020-01-06 10:18:50 +01:00
Petar Kirov
c039fed843
Merge pull request #7343 from schveiguy/safebitmanip
...
Mark CTFE bitmanip function for generating longs to a string as @safe and pure
2020-01-06 01:12:19 +02:00
Steven Schveighoffer
f204ce7444
Mark CTFE bitmanip function for generating longs to a string as @safe and pure.
...
Helps with proposed DIP1028
2020-01-05 13:44:03 -05:00
aG0aep6G
f5f23b3d0d
many existing tests can be @safe
now
2020-01-05 01:32:03 +01:00
aG0aep6G
36ca83737a
fix issue 20480 - make std.getopt ready for DIP 1000
2020-01-05 01:28:26 +01:00
Bernhard Seckinger
357a4df94d
Fix Issue 7006 - std.math.pow (integral, integral) crashes on negative exponents
2020-01-03 09:00:46 +01:00
Bernhard Seckinger
cc36941901
Make assumeUTF nothrow.
2020-01-02 18:18:13 +01:00
Atila Neves
d3e03a9ef9
Merge pull request #7339 from Zevenberge/improve-sum-error-message
...
Improved error message when calling sum without a default value
2020-01-02 09:59:15 +00:00