phobos/std
tsbockman 9da546b2a6 core.bitop bsr(), bsf(), and popcnt() now support ulong inputs even on a 32-bit arch.
This also fixes a few small issues:
* In std.numeric, `Ulong union` didn't consider endianness, and
* in `roundDownToPowerOf2()`, this expression: (1 << bsr(num)) is always 32-bit,
    whereas it should, at a minimum, match the bit-ness of num.
* ilogb() supports integer inputs, but this was undocumented.
2016-01-13 13:54:27 -08:00
..
algorithm Move deprecations along. 2015-12-30 00:18:53 -08:00
c Move deprecations along. 2015-12-30 00:18:53 -08:00
container Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
digest Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
experimental initial commit 2016-01-01 23:23:50 -08:00
internal Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
net Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
range Merge pull request #3873 from JackStouffer/patch-4 2015-12-30 22:00:46 -08:00
regex Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
windows Move deprecations along. 2015-12-30 00:18:53 -08:00
array.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
ascii.d Remove obsolete TypeTuple references 2015-10-13 20:37:44 +02:00
base64.d Use auto ref to retain compatibility with previous workarounds. 2015-06-30 08:49:54 -07:00
bigint.d Merge pull request #3725 from CyberShadow/pull-20151017-003315 2015-10-17 21:43:36 -07:00
bitmanip.d core.bitop bsr(), bsf(), and popcnt() now support ulong inputs even on a 32-bit arch. 2016-01-13 13:54:27 -08:00
compiler.d
complex.d use DDLINK/DDSUBLINK instead of LINK2 and raw HTML 2015-11-26 16:04:44 +01:00
concurrency.d Remove stray uses of TickDuration from Phobos internals. 2015-12-03 03:01:03 -08:00
concurrencybase.d add std.concurrencybase 2015-07-05 00:50:38 -07:00
conv.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
cstream.d Adjust deprecation messages for std.stream. 2015-09-11 21:29:14 -07:00
csv.d Remove obsolete TypeTuple references 2015-10-13 20:37:44 +02:00
datetime.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
demangle.d
encoding.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
exception.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
file.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
format.d Move deprecations along. 2015-12-30 00:18:53 -08:00
functional.d Merge pull request #3879 from blm768/adjust_examples 2015-12-26 09:21:38 -05:00
getopt.d Merge pull request #3727 from CyberShadow/pull-20151018-004338 2015-10-18 15:17:39 +02:00
json.d std.json: Encode control characters 2015-12-16 00:55:09 +01:00
math.d core.bitop bsr(), bsf(), and popcnt() now support ulong inputs even on a 32-bit arch. 2016-01-13 13:54:27 -08:00
mathspecial.d HTML fixes 2015-10-24 06:19:23 +00:00
meta.d Remove .stringof usage 2015-11-25 22:39:56 +01:00
metastrings.d
mmfile.d fix Issue 14995 - std.mmfile incorrectly handles errors in ctor 2015-09-02 01:57:34 +00:00
numeric.d core.bitop bsr(), bsf(), and popcnt() now support ulong inputs even on a 32-bit arch. 2016-01-13 13:54:27 -08:00
outbuffer.d HTML fixes 2015-10-24 06:19:23 +00:00
parallelism.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
path.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
process.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
random.d RandomSample.front was not documented 2015-12-17 22:21:31 +01:00
signals.d
socket.d fix imports 2015-11-01 23:01:04 +09:00
socketstream.d Adjust deprecation messages for std.stream. 2015-09-11 21:29:14 -07:00
stdint.d HTML fixes 2015-10-24 06:19:23 +00:00
stdio.d fix issue 15429 - [std.stdio] Broken link in documentation 2015-12-09 18:25:28 +01:00
stdiobase.d
stream.d Adjust deprecation messages for std.stream. 2015-09-11 21:29:14 -07:00
string.d std.string.index_unittest_examples 2015-12-16 16:46:36 +01:00
syserror.d [dox] Add deprecation message to module. 2015-08-27 10:36:10 -07:00
system.d use DDLINK/DDSUBLINK instead of LINK2 and raw HTML 2015-11-26 16:04:44 +01:00
traits.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
typecons.d Merge pull request #3839 from aG0aep6G/ddlink 2015-11-27 04:54:52 +02:00
typelist.d typelist: alias syntax fix 2015-05-28 19:11:06 +02:00
typetuple.d fix link to AliasSeq 2015-09-25 16:16:42 +02:00
uni.d fix property enforcement 2015-12-04 15:42:53 +09:00
uri.d Remove obsolete TypeTuple references 2015-10-13 20:37:44 +02:00
utf.d Consolidate documentation for std.utf.stride[Back] 2015-12-22 18:24:25 +09:00
uuid.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
variant.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2015-10-27 15:55:59 +01:00
xml.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
zip.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
zlib.d HTML fixes 2015-10-24 06:19:23 +00:00