]> git.lizzy.rs Git - rust.git/commit
auto merge of #13572 : yuriks/rust/bitv-renames, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 18 Apr 2014 00:21:26 +0000 (17:21 -0700)
committerbors <bors@rust-lang.org>
Fri, 18 Apr 2014 00:21:26 +0000 (17:21 -0700)
commit950312960a8d975f77c901d2710efcc59a5a3eb2
treec1eef45b2a0f8cdcc7a8443b1446126ca2625186
parent4c50cf38a079ec6ad26a931f30e86b38ee2ccafe
parent03c595585b8a2a1f3478450c55f2217a3434213c
auto merge of #13572 : yuriks/rust/bitv-renames, r=alexcrichton

Renamed the methods in Bitv that test all bits to have names that, ehm, "roll off the tongue" a bit more easily. :)

Also added tests for them while at it, since they seemed to be missing.