phobos/std
The Dlang Bot fff8163581
Merge pull request #7279 from berni44/zip_replace_entries
std.zip: Remove some unnecessary private variables
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2019-11-28 13:49:57 +01:00
..
algorithm Fix Issue 11013 - ignoring variable inside the predicate of findSplitBefore 2019-11-14 17:32:08 +01:00
container Add assert messages for container.array (#7190) 2019-11-04 13:08:28 +02:00
datetime Fix issue 20145 - Random unittest failures in std.datetime.stopwatch 2019-09-17 16:23:51 +02:00
digest Add scope preparing for in to become const scope 2019-10-30 17:06:13 +01:00
experimental Remove deprecated std.experimental.all 2019-11-16 18:23:04 +01:00
internal Refactor approxEqual, removed superfluous overload 2019-09-09 18:21:29 +02:00
net Replace in with const in preparation of dmd change 2019-10-23 12:41:35 +02:00
range Merge pull request #7253 from FeepingCreature/fix/issue-20314-passing-const-variables-to-only 2019-11-22 03:29:22 +01:00
regex Fix Issue 20301 - Support const array of patterns in std.regex.regex 2019-10-16 14:33:49 +03:00
windows
array.d Remove deprecated Appender.toString overload 2019-11-16 18:23:04 +01:00
ascii.d [TRIVIAL] Make link clickable and safe (#7045) 2019-05-27 17:35:26 +02:00
base64.d Use selective top-level module imports in std.{base64,csv,datetime} 2019-05-23 09:57:13 +02:00
bigint.d Merge pull request #7184 from WalterBright/bigintError 2019-09-13 10:11:37 +02:00
bitmanip.d Remove deprecated BitArray.toString overload 2019-11-16 18:23:04 +01:00
compiler.d
complex.d Increased unittest coverage of std.complex to 100% (#7081) 2019-06-20 11:59:07 +02:00
concurrency.d FiberScheduler: Make the stack size configurable 2019-09-25 10:23:42 +09:00
conv.d Fix partially Issue 9621 - std.conv.parseEscape fails on octals and named 2019-11-13 12:54:31 +01:00
csv.d std.csv assert messages 2019-05-28 08:47:53 +01:00
demangle.d
encoding.d typo in transcode unittest 2019-06-21 15:51:52 +01:00
exception.d Make ErrnoException.errno nothrow pure @nogc @safe 2019-06-14 07:34:28 +02:00
file.d Merge pull request #7288 from berni44/issue11631 2019-11-21 02:14:02 +01:00
format.d Fix Issue 20357 - format should obey space flag when printing nan or inf 2019-11-05 14:12:51 +01:00
functional.d Remove deprecated binaryReverseArgs 2019-11-16 18:23:04 +01:00
getopt.d assert messages for std.getopt 2019-05-24 14:38:06 +01:00
json.d Issue20330 json toString with OutRange 2019-10-30 08:37:26 +00:00
math.d Fix Issue 20198 - Make std.math.nextUp and nextDown and nextafter work in CTFE for float and double 2019-11-24 00:53:25 -08:00
mathspecial.d Fix Issue 19283 - [std.mathspecial] documentation for normal distribution doesn't list parameters 2019-10-16 16:14:31 +02:00
meta.d Remove trailing whitespace 2019-05-09 17:26:26 +01:00
mmfile.d
numeric.d Reactivate unittests for findRoot 2019-11-12 12:05:30 +01:00
outbuffer.d Use selective top-level module imports in std.{functional,getopt,math,net,outbuffer} 2019-05-23 13:20:04 +02:00
package.d
parallelism.d Fix Issue 10126 - Make TaskPool terminate on its own or improve docs 2019-11-14 17:34:42 +01:00
path.d Turn on -preview=markdown 2019-07-04 10:28:30 -07:00
process.d Make Pid.osHandle nogc 2019-11-23 17:02:52 +01:00
random.d Fix Issue 10902 - some phobos unittests take an excessive amount of time 2019-11-12 20:21:03 +01:00
signals.d
socket.d Fix Issue 20313 - test timeout error condition 2019-10-25 13:55:55 -04:00
stdint.d
stdio.d Fix partially Issue 11809 - unit tests leave behind temporary files 2019-11-13 08:08:13 +01:00
string.d Add scope preparing for in to become const scope 2019-10-30 17:06:13 +01:00
system.d
traits.d Add Unconst to std.traits 2019-09-01 11:13:26 +02:00
typecons.d Fix static import 2019-11-18 10:42:26 +02:00
typetuple.d typetuple: 100% code coverage 2019-09-29 20:13:44 +02:00
uni.d std.uni: Disambiguate templates with autodecoding off 2019-08-15 13:46:51 +00:00
uri.d std.uri: Add unittests for 100% code coverage. (#7220) 2019-10-17 09:22:45 +02:00
utf.d Merge pull request #7248 from vporton/utf-forgotten-assert 2019-10-24 08:49:13 +03:00
uuid.d
variant.d Fix std.variant unittest 2019-08-29 18:29:35 +03:00
xml.d Fix typo. 2019-09-28 15:15:33 +02:00
zip.d Fix Issue 20398 - Wrong number of totalEntries in std.zip 2019-11-20 17:55:08 +01:00
zlib.d