Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ferrilab/bitvec issues and pull requests
#282 - no_std use core::error::Error 1.81 stabilizes the Error trait in core
Issue -
State: open - Opened by zhang-wenchao 10 days ago
#281 - Fix splice panic
Pull Request -
State: open - Opened by ISibboI about 1 month ago
#280 - Splice panics for simple example
Issue -
State: open - Opened by sebschmi about 1 month ago
- 1 comment
#279 - The best way to merge multiple bit vectors?
Issue -
State: open - Opened by Anivie about 1 month ago
#201 - Add `#[track_caller]` in more locations
Pull Request -
State: closed - Opened by connorskees almost 2 years ago
- 1 comment
#143 - Feature request: Optional feature for rayon support
Issue -
State: open - Opened by nothingnesses almost 3 years ago
- 5 comments
#100 - Small doc fix
Pull Request -
State: closed - Opened by diondokter almost 4 years ago
- 1 comment
#99 - doc referencing pub(crate) const
Issue -
State: closed - Opened by wcampbell0x2a almost 4 years ago
- 1 comment
#99 - doc referencing pub(crate) const
Issue -
State: closed - Opened by wcampbell0x2a almost 4 years ago
- 1 comment
#98 - Bump radium version
Pull Request -
State: closed - Opened by labbott almost 4 years ago
#98 - Bump radium version
Pull Request -
State: closed - Opened by labbott almost 4 years ago
#97 - Add `static_bits` as a way to create an &'static BitSlice
Issue -
State: closed - Opened by Lucretiel almost 4 years ago
- 1 comment
#96 - Possible BitArray serialization bug
Issue -
State: closed - Opened by 1024bees almost 4 years ago
- 1 comment
#96 - Possible BitArray serialization bug
Issue -
State: closed - Opened by 1024bees almost 4 years ago
- 1 comment
#95 - rustdoc: add examples for BitField load/store
Pull Request -
State: closed - Opened by lf- almost 4 years ago
- 1 comment
#95 - rustdoc: add examples for BitField load/store
Pull Request -
State: closed - Opened by lf- almost 4 years ago
- 1 comment
#94 - Inefficiencies in BitVec extend/append functions
Issue -
State: closed - Opened by malwoden almost 4 years ago
- 3 comments
Labels: I-specialization
#94 - Inefficiencies in BitVec extend/append functions
Issue -
State: closed - Opened by malwoden almost 4 years ago
- 3 comments
Labels: I-specialization
#93 - please include LICENSE.txt in the sources uploaded to crates.io
Issue -
State: closed - Opened by decathorpe almost 4 years ago
- 2 comments
#93 - please include LICENSE.txt in the sources uploaded to crates.io
Issue -
State: closed - Opened by decathorpe almost 4 years ago
- 2 comments
#92 - Difficulties to understand operators bitarray
Issue -
State: closed - Opened by Sagebati almost 4 years ago
- 3 comments
#92 - Difficulties to understand operators bitarray
Issue -
State: closed - Opened by Sagebati almost 4 years ago
- 3 comments
#91 - Fix `BitField::{store,load}_{le,be}` panic when the field is aligned to the storage boundary
Pull Request -
State: closed - Opened by ilya-bobyr about 4 years ago
- 2 comments
#91 - Fix `BitField::{store,load}_{le,be}` panic when the field is aligned to the storage boundary
Pull Request -
State: closed - Opened by ilya-bobyr about 4 years ago
- 2 comments
#90 - Provide a way to construct a BitTail pointing to the end of a BitRegister
Issue -
State: closed - Opened by changhe3 about 4 years ago
- 1 comment
#90 - Provide a way to construct a BitTail pointing to the end of a BitRegister
Issue -
State: closed - Opened by changhe3 about 4 years ago
- 1 comment
#89 - Bitwise binary operators needlessly slow?
Issue -
State: closed - Opened by orlp about 4 years ago
- 3 comments
Labels: I-specialization
#89 - Bitwise binary operators needlessly slow?
Issue -
State: closed - Opened by orlp about 4 years ago
- 3 comments
Labels: I-specialization
#88 - Is there an API for finding the index of first/last bit set/unset?
Issue -
State: closed - Opened by changhe3 about 4 years ago
- 2 comments
#88 - Is there an API for finding the index of first/last bit set/unset?
Issue -
State: closed - Opened by changhe3 about 4 years ago
- 2 comments
#87 - Possible regression on 0.20
Issue -
State: closed - Opened by sharksforarms about 4 years ago
- 2 comments
#87 - Possible regression on 0.20
Issue -
State: closed - Opened by sharksforarms about 4 years ago
- 2 comments
#86 - Clarification on offset_from
Issue -
State: closed - Opened by sharksforarms about 4 years ago
- 3 comments
#86 - Clarification on offset_from
Issue -
State: closed - Opened by sharksforarms about 4 years ago
- 3 comments
#85 - .extend_from_bitslice() requires same backing store
Issue -
State: closed - Opened by kulp about 4 years ago
- 2 comments
#85 - .extend_from_bitslice() requires same backing store
Issue -
State: closed - Opened by kulp about 4 years ago
- 2 comments
#84 - BitVec.count_ones seems wrong
Issue -
State: closed - Opened by grenierdev about 4 years ago
- 2 comments
#84 - BitVec.count_ones seems wrong
Issue -
State: closed - Opened by grenierdev about 4 years ago
- 2 comments
#83 - Implement the BitSet API
Issue -
State: closed - Opened by arucil about 4 years ago
- 1 comment
#82 - Fix error in bitarr macro
Pull Request -
State: closed - Opened by gahag about 4 years ago
Labels: hacktoberfest-accepted
#81 - Fix broken Box documentation link
Pull Request -
State: closed - Opened by sburris0 about 4 years ago
- 1 comment
#81 - Fix broken Box documentation link
Pull Request -
State: closed - Opened by sburris0 about 4 years ago
- 1 comment
#80 - Bitwise subset
Issue -
State: closed - Opened by gahag about 4 years ago
- 4 comments
#80 - Bitwise subset
Issue -
State: closed - Opened by gahag about 4 years ago
- 4 comments
#79 - No way to write the underlying `T` to a `&mut BitVec<_, T>`
Issue -
State: closed - Opened by reinerp about 4 years ago
- 5 comments
#79 - No way to write the underlying `T` to a `&mut BitVec<_, T>`
Issue -
State: closed - Opened by reinerp about 4 years ago
- 5 comments
#78 - Convert between `BitVec`s of different BitStore types
Issue -
State: closed - Opened by fbeutel about 4 years ago
- 2 comments
#78 - Convert between `BitVec`s of different BitStore types
Issue -
State: closed - Opened by fbeutel about 4 years ago
- 2 comments
#77 - BitVec::iter().rev().take(N).rev() segfaults
Issue -
State: closed - Opened by Cryptjar about 4 years ago
- 1 comment
#77 - BitVec::iter().rev().take(N).rev() segfaults
Issue -
State: closed - Opened by Cryptjar about 4 years ago
- 1 comment
#76 - Create an alignment wrapper for integers wider than the processor word
Issue -
State: open - Opened by myrrlyn about 4 years ago
#76 - Create an alignment wrapper for integers wider than the processor word
Issue -
State: open - Opened by myrrlyn about 4 years ago
#75 - Why follow pointer sizes for BitMemory?
Issue -
State: closed - Opened by diondokter about 4 years ago
- 1 comment
#75 - Why follow pointer sizes for BitMemory?
Issue -
State: closed - Opened by diondokter about 4 years ago
- 1 comment
#74 - Get a mutable pointer in slice::view_bits_mut
Pull Request -
State: closed - Opened by CAD97 about 4 years ago
- 2 comments
#73 - The type parameter of BitView::view_bits{,_mut} should default to LocalBits
Issue -
State: closed - Opened by ketsuban about 4 years ago
- 1 comment
#73 - The type parameter of BitView::view_bits{,_mut} should default to LocalBits
Issue -
State: closed - Opened by ketsuban about 4 years ago
- 1 comment
#72 - BitVec::truncate doesn't always clear data.
Issue -
State: closed - Opened by XAMPPRocky about 4 years ago
- 1 comment
#72 - BitVec::truncate doesn't always clear data.
Issue -
State: closed - Opened by XAMPPRocky about 4 years ago
- 1 comment
#71 - fix changelog spelling
Pull Request -
State: closed - Opened by wcampbell0x2a about 4 years ago
- 1 comment
#71 - fix changelog spelling
Pull Request -
State: closed - Opened by wcampbell0x2a about 4 years ago
- 1 comment
#70 - bits! macro fails to expand when invoked from another macro
Issue -
State: closed - Opened by calebsander about 4 years ago
- 2 comments
#70 - bits! macro fails to expand when invoked from another macro
Issue -
State: closed - Opened by calebsander about 4 years ago
- 2 comments
#69 - dereference-after-free in bitbox! macro, as per Miri
Issue -
State: closed - Opened by YoshikiTakashima about 4 years ago
- 3 comments
#69 - dereference-after-free in bitbox! macro, as per Miri
Issue -
State: closed - Opened by YoshikiTakashima about 4 years ago
- 3 comments
#68 - Fix no_std with features
Pull Request -
State: closed - Opened by sharksforarms about 4 years ago
- 1 comment
#68 - Fix no_std with features
Pull Request -
State: closed - Opened by sharksforarms about 4 years ago
- 1 comment
#67 - Pedantic Fixes
Pull Request -
State: closed - Opened by wcampbell0x2a over 4 years ago
#67 - Pedantic Fixes
Pull Request -
State: closed - Opened by wcampbell0x2a over 4 years ago
#66 - Question: Wrinting BitVec values into a file
Issue -
State: closed - Opened by andreheringer over 4 years ago
- 1 comment
#66 - Question: Wrinting BitVec values into a file
Issue -
State: closed - Opened by andreheringer over 4 years ago
- 1 comment
#65 - extend_from_slice() + into_vec() produce inconsistent results
Issue -
State: closed - Opened by inikulin over 4 years ago
- 4 comments
#65 - extend_from_slice() + into_vec() produce inconsistent results
Issue -
State: closed - Opened by inikulin over 4 years ago
- 4 comments
#64 - How to convert BitSlice to u8?
Issue -
State: closed - Opened by hgad over 4 years ago
- 3 comments
#63 - Fast concatenation of bit vectors?
Issue -
State: closed - Opened by Ryex over 4 years ago
- 5 comments
#63 - Fast concatenation of bit vectors?
Issue -
State: closed - Opened by Ryex over 4 years ago
- 5 comments
#62 - Potential data race?
Issue -
State: closed - Opened by sharksforarms over 4 years ago
- 2 comments
#62 - Potential data race?
Issue -
State: closed - Opened by sharksforarms over 4 years ago
- 2 comments
#61 - How to create a BitVec from a u64
Issue -
State: closed - Opened by ironhaven over 4 years ago
- 3 comments
#61 - How to create a BitVec from a u64
Issue -
State: closed - Opened by ironhaven over 4 years ago
- 3 comments
#60 - Correctly produce `Domain::Enclave` at boundary condition
Pull Request -
State: closed - Opened by kulp over 4 years ago
#60 - Correctly produce `Domain::Enclave` at boundary condition
Pull Request -
State: closed - Opened by kulp over 4 years ago
#59 - Old versions in crates.io are all yanked
Issue -
State: closed - Opened by liqinggd over 4 years ago
- 3 comments
#59 - Old versions in crates.io are all yanked
Issue -
State: closed - Opened by liqinggd over 4 years ago
- 3 comments
#58 - Encountering "attempt to shift left with overflow" with 64-bit slice
Issue -
State: closed - Opened by kulp over 4 years ago
- 8 comments
Labels: bug
#58 - Encountering "attempt to shift left with overflow" with 64-bit slice
Issue -
State: closed - Opened by kulp over 4 years ago
- 8 comments
Labels: bug
#57 - MAX_ELTS is not public
Issue -
State: closed - Opened by kpp over 4 years ago
- 3 comments
Labels: bug, docs
#57 - MAX_ELTS is not public
Issue -
State: closed - Opened by kpp over 4 years ago
- 3 comments
Labels: bug, docs
#56 - `BitSlice` should expose `as_slice` with same semantics as `BitVec`
Issue -
State: closed - Opened by bkchr over 4 years ago
- 3 comments
Labels: docs
#56 - `BitSlice` should expose `as_slice` with same semantics as `BitVec`
Issue -
State: closed - Opened by bkchr over 4 years ago
- 3 comments
Labels: docs
#55 - Possible issue shrinking BitBox
Issue -
State: closed - Opened by kulp over 4 years ago
- 7 comments
#54 - Bitwise operations take ownership
Issue -
State: closed - Opened by aaronelmore over 4 years ago
- 8 comments
Labels: docs
#53 - Doc mentions that bitvec is a newtype wrapper, when it is not
Issue -
State: closed - Opened by Purpzie over 4 years ago
- 2 comments
Labels: docs
#52 - New iterator (probably)
Pull Request -
State: closed - Opened by ImmemorConsultrixContrarie over 4 years ago
- 2 comments
#51 - Iterator speed
Issue -
State: closed - Opened by ImmemorConsultrixContrarie over 4 years ago
- 2 comments
Labels: enhancement
#50 - [BUG] Incorrect `PartialOrd` code for two bit vectors with different sizes
Issue -
State: closed - Opened by luojia65 over 4 years ago
- 2 comments
#49 - `split_at_mut` may be unsound
Issue -
State: closed - Opened by zesterer over 4 years ago
- 4 comments
#49 - `split_at_mut` may be unsound
Issue -
State: closed - Opened by zesterer over 4 years ago
- 4 comments
#48 - Truly seal BitStore
Pull Request -
State: closed - Opened by ImmemorConsultrixContrarie almost 5 years ago
#48 - Truly seal BitStore
Pull Request -
State: closed - Opened by ImmemorConsultrixContrarie almost 5 years ago