issues
search
softdevteam
/
vob
Vector of Bits
Other
15
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove Travis CI badge
#72
thomwiggers
closed
12 months ago
1
Added a benchmark comparing Vob, Vec and HashSet.
#71
eadf
closed
12 months ago
3
Move to Criterion for benchmarking.
#70
ltratt
closed
12 months ago
1
Intersted in a comparison benchmark?
#69
eadf
closed
12 months ago
3
Move to GitHub merge queues.
#68
ltratt
closed
1 year ago
1
Prepare a 3.0.3 release
#67
ltratt
closed
1 year ago
6
Prepare a 3.0.2 release.
#66
ltratt
closed
2 years ago
1
Add from_elem_with_storage_type.
#65
ltratt
closed
2 years ago
4
Fix incorrect assert in test
#64
thomwiggers
closed
2 years ago
3
Prepare a 3.0.1 release.
#63
ltratt
closed
3 years ago
1
Bit or assign and friends
#62
eadf
closed
3 years ago
26
Operations |=, &=, ^=
#61
eadf
closed
3 years ago
18
a set() method that resizes the Vob on demand
#60
eadf
closed
3 years ago
4
Prepare a 3.0.0 release
#59
ltratt
closed
3 years ago
1
Minor fixes
#58
ltratt
closed
3 years ago
3
Reorder from_elem and vob! arguments.
#57
ltratt
closed
3 years ago
4
vob! macro parameter order
#56
kocsis1david
closed
3 years ago
1
Prepare a 2.0.6 release.
#55
ltratt
closed
3 years ago
7
Update dependencies
#54
thomwiggers
closed
3 years ago
8
Add no-mut get_storage function
#53
thomwiggers
closed
3 years ago
4
Prepare a 2.0.5 release.
#52
ltratt
closed
4 years ago
2
Create and initialise the Vec in one go.
#51
ltratt
closed
4 years ago
6
Reserving space in a Vec gives a minimum, not a specific, guarantee.
#50
ltratt
closed
4 years ago
21
Use rustfmt's defaults.
#49
ltratt
closed
4 years ago
2
Clean up doctests
#48
thomwiggers
closed
4 years ago
1
Prepare for a 2.0.4 release.
#47
ltratt
closed
4 years ago
0
Move to our new licensing regime.
#46
ltratt
closed
4 years ago
1
Prepare a 2.0.3 release.
#45
ltratt
closed
5 years ago
2
Fix rand crate version specification
#44
thomwiggers
closed
5 years ago
1
don't use `extern crate` anymore in examples
#43
thomwiggers
closed
5 years ago
6
Use stabilized features
#42
thomwiggers
closed
5 years ago
1
Remove pointless type annotation.
#41
ltratt
closed
5 years ago
0
Move to Rust 2018
#40
ltratt
closed
5 years ago
0
added to_bytes() function and tests
#39
farhanpatwary
closed
4 years ago
5
Make a 2.0.2 release.
#38
ltratt
closed
5 years ago
0
Better mixed iteration
#37
ltratt
closed
5 years ago
0
Faster iteration
#36
ltratt
closed
5 years ago
6
Update the CHANGES file for 2.0.0.
#35
ltratt
closed
6 years ago
0
Fix issue 32
#34
ltratt
closed
6 years ago
4
Update readme
#33
ptersilie
closed
6 years ago
0
Setting an empty Vob should throw an error
#32
ptersilie
closed
6 years ago
1
Integrate rustfmt
#31
ltratt
closed
6 years ago
0
Benchmark tweaks
#30
ltratt
closed
6 years ago
2
Remove double #![cfg] block
#29
thomwiggers
closed
6 years ago
0
Make a Vob 1.3.2 release
#28
ltratt
closed
6 years ago
1
Speed up binary operations by eliminating branches
#27
thomwiggers
closed
6 years ago
9
Bump version to 1.3.1.
#26
ltratt
closed
6 years ago
2
Don't mask in xor, it's not necessary
#25
thomwiggers
closed
6 years ago
3
Make new_with_storage_type create Vec with correct capacity
#24
thomwiggers
closed
6 years ago
1
Vob 1.3.0 release
#23
ltratt
closed
6 years ago
6
Next