phobos/std
Johan Engelen 46f0d65358 Fix undefined behavior of BitsSet.ctor() and BitsSet.popFront() upon aggressive optimization.
The bug is triggered by the `assert(bitsSet(1).equal([0]));` unittest already present, with LDC+aggressive inlining and optimization.
2016-07-29 16:02:08 +02:00
..
algorithm fix docs in iteration 2016-07-26 10:07:42 +02:00
c
container Fix issue 16331 - std.container.array should allow uncomparable values 2016-07-28 17:24:46 +02:00
digest restore mistakenly removed 'scope' 2016-07-03 22:42:43 +02:00
experimental Merge pull request #4631 from jmh530/patch-1 2016-07-27 21:08:56 +02:00
internal Added const and immutable to several variables in std.internal.math.biguintcore 2016-07-26 15:54:26 -04:00
net Merge pull request #4622 from JackStouffer/immutable2 2016-07-20 20:45:08 -07:00
range Improved docs for std.range.zip 2016-07-27 15:40:26 -04:00
regex Added const and immutable to several variables in std.regex.internal.parser 2016-07-27 11:12:45 -04:00
windows
array.d Improve documentation of std.array.insertInPlace 2016-07-18 15:38:21 +01:00
ascii.d
base64.d Correct a typo in the documentation for std/base64.d. 2016-07-22 17:42:03 +01:00
bigint.d Fix all windows cycles 2016-07-08 21:07:15 -04:00
bitmanip.d Fix undefined behavior of BitsSet.ctor() and BitsSet.popFront() upon aggressive optimization. 2016-07-29 16:02:08 +02:00
compiler.d
complex.d
concurrency.d Removed package wide std.algorithm imports from std.concurrency 2016-07-18 09:38:32 -04:00
concurrencybase.d
conv.d Merge pull request #4597 from JackStouffer/parse-decoding 2016-07-28 09:18:41 +02:00
cstream.d
csv.d
datetime.d Fix formatting to appease travis 2016-07-21 08:44:11 -04:00
demangle.d
encoding.d Added immutable to, and got rid of several variables in std.encoding 2016-07-19 15:35:23 -04:00
exception.d remove unsafe use of .ptr in std.exception 2016-07-24 13:27:05 -07:00
file.d file.d: fix unsafe use of .ptr 2016-07-25 21:38:08 -07:00
format.d Added const and immutable to several variables in std.format 2016-07-27 18:01:01 -04:00
functional.d
getopt.d Removed unused variables from std.getopt 2016-07-13 11:33:53 -04:00
json.d Merge pull request #4605 from jmdavis/deprecations 2016-07-19 01:29:24 -07:00
math.d Merge pull request #4619 from JackStouffer/immutable3 2016-07-20 00:46:07 -07:00
mathspecial.d
meta.d
mmfile.d
numeric.d Merge pull request #4587 from wilzbach/test-codecov 2016-07-27 23:27:09 -07:00
outbuffer.d
parallelism.d Fix all windows cycles 2016-07-08 21:07:15 -04:00
path.d std.path: make .ptr access trusted 2016-07-23 17:58:13 -07:00
process.d Merge pull request #4455 from JackStouffer/file 2016-07-08 20:26:52 -07:00
random.d
signals.d
socket.d Add @system and @safe to std.socket unit tests 2016-07-04 17:19:31 +02:00
socketstream.d
stdint.d
stdio.d std.stdio: fix unsafe use of .ptr 2016-07-25 01:52:01 -07:00
stdiobase.d
stream.d Fix typo in std.stream deprecation warning 2016-07-26 08:04:52 +02:00
string.d remove unsafe use of .ptr in std.string 2016-07-24 12:58:55 -07:00
system.d
traits.d Merge pull request #4437 from puneet/master 2016-07-29 15:40:40 +02:00
typecons.d document unittest 2016-07-27 01:41:31 +10:00
typetuple.d
uni.d Added const and immutable to several variables in std.uni 2016-07-20 10:03:35 -04:00
uri.d
utf.d std.utf: fix unsafe .ptr usage 2016-07-27 18:10:33 -07:00
uuid.d
variant.d Removed global core.stdc.string import from std.variant 2016-07-03 19:39:35 -04:00
xml.d Merge pull request #4570 from aG0aep6G/16241 2016-07-06 16:07:52 -07:00
zip.d Removed unused variables from std.zip 2016-07-12 10:10:13 -04:00
zlib.d