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

#100 - Small doc fix

Pull Request - State: closed - Opened by diondokter over 3 years ago - 1 comment

#99 - doc referencing pub(crate) const

Issue - State: closed - Opened by wcampbell0x2a over 3 years ago - 1 comment

#99 - doc referencing pub(crate) const

Issue - State: closed - Opened by wcampbell0x2a over 3 years ago - 1 comment

#98 - Bump radium version

Pull Request - State: closed - Opened by labbott over 3 years ago

#98 - Bump radium version

Pull Request - State: closed - Opened by labbott over 3 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 almost 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 almost 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 almost 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 almost 4 years ago - 1 comment

#89 - Bitwise binary operators needlessly slow?

Issue - State: closed - Opened by orlp almost 4 years ago - 3 comments
Labels: I-specialization

#89 - Bitwise binary operators needlessly slow?

Issue - State: closed - Opened by orlp almost 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 almost 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 almost 4 years ago - 2 comments

#87 - Possible regression on 0.20

Issue - State: closed - Opened by sharksforarms almost 4 years ago - 2 comments

#87 - Possible regression on 0.20

Issue - State: closed - Opened by sharksforarms almost 4 years ago - 2 comments

#86 - Clarification on offset_from

Issue - State: closed - Opened by sharksforarms almost 4 years ago - 3 comments

#86 - Clarification on offset_from

Issue - State: closed - Opened by sharksforarms almost 4 years ago - 3 comments

#85 - .extend_from_bitslice() requires same backing store

Issue - State: closed - Opened by kulp almost 4 years ago - 2 comments

#85 - .extend_from_bitslice() requires same backing store

Issue - State: closed - Opened by kulp almost 4 years ago - 2 comments

#84 - BitVec.count_ones seems wrong

Issue - State: closed - Opened by grenierdev almost 4 years ago - 2 comments

#84 - BitVec.count_ones seems wrong

Issue - State: closed - Opened by grenierdev almost 4 years ago - 2 comments

#83 - Implement the BitSet API

Issue - State: closed - Opened by arucil almost 4 years ago - 1 comment

#82 - Fix error in bitarr macro

Pull Request - State: closed - Opened by gahag almost 4 years ago
Labels: hacktoberfest-accepted

#81 - Fix broken Box documentation link

Pull Request - State: closed - Opened by sburris0 almost 4 years ago - 1 comment

#81 - Fix broken Box documentation link

Pull Request - State: closed - Opened by sburris0 almost 4 years ago - 1 comment

#80 - Bitwise subset

Issue - State: closed - Opened by gahag almost 4 years ago - 4 comments

#80 - Bitwise subset

Issue - State: closed - Opened by gahag almost 4 years ago - 4 comments

#79 - No way to write the underlying `T` to a `&mut BitVec<_, T>`

Issue - State: closed - Opened by reinerp almost 4 years ago - 5 comments

#79 - No way to write the underlying `T` to a `&mut BitVec<_, T>`

Issue - State: closed - Opened by reinerp almost 4 years ago - 5 comments

#78 - Convert between `BitVec`s of different BitStore types

Issue - State: closed - Opened by fbeutel almost 4 years ago - 2 comments

#78 - Convert between `BitVec`s of different BitStore types

Issue - State: closed - Opened by fbeutel almost 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

#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 about 4 years ago

#67 - Pedantic Fixes

Pull Request - State: closed - Opened by wcampbell0x2a about 4 years ago

#66 - Question: Wrinting BitVec values into a file

Issue - State: closed - Opened by andreheringer about 4 years ago - 1 comment

#66 - Question: Wrinting BitVec values into a file

Issue - State: closed - Opened by andreheringer about 4 years ago - 1 comment

#65 - extend_from_slice() + into_vec() produce inconsistent results

Issue - State: closed - Opened by inikulin about 4 years ago - 4 comments

#65 - extend_from_slice() + into_vec() produce inconsistent results

Issue - State: closed - Opened by inikulin about 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 over 4 years ago

#48 - Truly seal BitStore

Pull Request - State: closed - Opened by ImmemorConsultrixContrarie over 4 years ago

#47 - Access refactoring RFC

Issue - State: closed - Opened by ImmemorConsultrixContrarie over 4 years ago - 4 comments

#47 - Access refactoring RFC

Issue - State: closed - Opened by ImmemorConsultrixContrarie over 4 years ago - 4 comments

#46 - Updated unittests to mostly patch assumptions on big-endian.

Pull Request - State: closed - Opened by Alexhuszagh over 4 years ago

#46 - Updated unittests to mostly patch assumptions on big-endian.

Pull Request - State: closed - Opened by Alexhuszagh over 4 years ago

#45 - Got a question while playing with bit iterator

Issue - State: closed - Opened by ImmemorConsultrixContrarie over 4 years ago - 3 comments

#44 - Serde Tests Fail on Certain Architectures

Issue - State: closed - Opened by Alexhuszagh over 4 years ago - 3 comments