[phobos] [D-Programming-Language/phobos] d86e97: Implement >>= and <<= for BitArray.
GitHub via phobos
phobos at puremagic.com
Sun Jan 4 14:39:19 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: d86e971d2597bbf97a050c5f2bc0ca73f1b5d251
https://github.com/D-Programming-Language/phobos/commit/d86e971d2597bbf97a050c5f2bc0ca73f1b5d251
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-12-13 (Sat, 13 Dec 2014)
Changed paths:
M std/bitmanip.d
Log Message:
-----------
Implement >>= and <<= for BitArray.
Bugfixes.
Commit: 0fc127182aa47cdcccd42ae63047fb24190b9203
https://github.com/D-Programming-Language/phobos/commit/0fc127182aa47cdcccd42ae63047fb24190b9203
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M std/bitmanip.d
Log Message:
-----------
Templatize rollRight and rollLeft.
Commit: bc6ba4cf3f17918e9c4e86bea867518f42dc9bf7
https://github.com/D-Programming-Language/phobos/commit/bc6ba4cf3f17918e9c4e86bea867518f42dc9bf7
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2015-01-05 (Mon, 05 Jan 2015)
Changed paths:
M std/bitmanip.d
Log Message:
-----------
Merge pull request #2797 from quickfur/bitarray_shift
Implement <<= and >>= for std.bitmanip.BitArray.
Compare: https://github.com/D-Programming-Language/phobos/compare/c235e2a4a00f...bc6ba4cf3f17
More information about the phobos
mailing list