]> git.lizzy.rs Git - bit-set.git/shortlog
bit-set.git
2023-02-01 Lizzy FleckensteinAdd serde support master
2022-07-23 Aria Beingessnerv0.5.3 release
2022-07-23 Aria Beingessnerproperly implement shrink_to_fit.
2022-04-16 Aria BeingessnerUpdate README.md
2022-04-16 Aria BeingessnerAdd github ci
2022-04-16 Aria Beingessnerfixup clippy
2022-04-16 Aria Beingessnerfmt everything
2020-05-06 Alexis Beingessner0.5.2 release
2020-05-06 Alexis BeingessnerMerge branch 'master' of github.com:contain-rs/bit-set
2019-10-07 Alexis BeingessnerMerge pull request #18 from wfarner/bit-vec
2019-10-04 Bill FarnerUpgrade to bit-vec 0.6.1
2019-03-21 Alexis Beingessner0.5.1 release
2018-04-23 Alexis BeingessnerMerge pull request #15 from ZackPierce/no_std_support
2018-04-20 Zachary PierceVersion bump to 0.5.0
2018-04-20 Zachary PiercePipe features through to bit-vec, depend on no_std...
2018-04-20 Zachary PierceExplicit no_std attribute and use of core rather than std
2017-07-26 Alexis BeingessnerIndicate that we're in maintenance mode
2016-03-11 Jonathan ReemMerge pull request #9 from apasel422/update
2016-03-11 Andrew PaseltinerBump version
2016-03-11 Andrew PaseltinerOverride `clone_from`
2016-03-11 Andrew PaseltinerSimplify impls
2016-03-11 Andrew PaseltinerTidy formatting
2016-03-11 Andrew PaseltinerReplace wildcard dependencies
2016-03-11 Andrew PaseltinerUse correct text for MIT license
2016-01-17 Alexis BeingessnerMerge pull request #7 from tsion/by-value-remove-and...
2016-01-12 Scott OlsonSwitch from &usize to usize for contains/remove.
2015-06-07 Alexis BeingessnerMerge pull request #4 from contain-rs/metadata
2015-06-07 rootAdd travis & crates.io badges to readme
2015-06-07 rootCargo.toml: Mention 'bitset' in the keywords
2015-06-04 blussMerge pull request #3 from contain-rs/upgroid
2015-06-04 Alexis Beingessneradd back tests, benches, upgroid travis
2015-06-04 Alexis Beingessnerupdate to newest bit-vec, add from_bytes, fix doc-tests...
2015-06-03 Alexis Beingessnerfixup toml
2015-06-03 Alexis Beingessnerinitial port of bitset