Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tokio-rs/bytes issues and pull requests

#672 - set_vec_pos does not need a second parameter

Pull Request - State: closed - Opened by braddunbar about 1 year ago

#671 - Copy only unread bytes in BytesMut::reserve

Pull Request - State: closed - Opened by braddunbar about 1 year ago - 1 comment

#670 - get_vec_pos: use &self instead of &mut self

Pull Request - State: closed - Opened by braddunbar about 1 year ago

#669 - Improve the performance of put_u8 and put_i8

Pull Request - State: closed - Opened by YHM404 about 1 year ago - 2 comments

#668 - Use sub instead of offset

Pull Request - State: closed - Opened by braddunbar about 1 year ago

#666 - Calculate original capacity only if necessary

Pull Request - State: closed - Opened by braddunbar about 1 year ago - 1 comment

#665 - Restore commented tests

Pull Request - State: closed - Opened by braddunbar about 1 year ago - 1 comment

#664 - `BufMut` does not include safety invariants in trait documentation

Issue - State: open - Opened by djkoloski about 1 year ago - 1 comment

#663 - Refactor split_at/split_to

Pull Request - State: closed - Opened by braddunbar about 1 year ago

#662 - Remove an unnecessary else

Pull Request - State: closed - Opened by braddunbar about 1 year ago

#661 - Remove unreachable else

Pull Request - State: closed - Opened by braddunbar about 1 year ago

#660 - Remove some unnecessary namespaces

Pull Request - State: closed - Opened by braddunbar about 1 year ago

#659 - Move rebuild_vec into a method

Pull Request - State: open - Opened by braddunbar about 1 year ago

#658 - Add SeekBuf trait and BufCursor implementation

Pull Request - State: open - Opened by dylanplecki about 1 year ago - 1 comment

#657 - Feature Request: Seekable Buffer ("SeekBuf") and cursor/iterator support

Issue - State: open - Opened by dylanplecki about 1 year ago - 2 comments

#656 - Add support for the nightly unstable allocator API

Pull Request - State: closed - Opened by dylanplecki about 1 year ago - 1 comment

#655 - Add Buf and BufMut auto-impl for pinned data types

Pull Request - State: closed - Opened by dylanplecki about 1 year ago - 1 comment

#654 - Feature Request: Default implementations for pinned types

Issue - State: closed - Opened by dylanplecki about 1 year ago - 2 comments

#652 - BytesMut: Assert alignment of Shared

Pull Request - State: closed - Opened by braddunbar about 1 year ago - 1 comment

#651 - Update loom to 0.7

Pull Request - State: closed - Opened by taiki-e about 1 year ago

#650 - Update CI config

Pull Request - State: closed - Opened by taiki-e about 1 year ago

#649 - readme: add security policy

Pull Request - State: closed - Opened by Darksonn about 1 year ago

#648 - Potential to modify ordering for load in bytes.rs and bytes_mut.rs

Issue - State: closed - Opened by wang384670111 about 1 year ago - 2 comments

#647 - Need to obtain remaining buffer space

Issue - State: closed - Opened by Hans-Wu-cn about 1 year ago - 1 comment

#646 - Any way to convert `HeaderValue` to `Bytes` without copying?

Issue - State: closed - Opened by stackinspector about 1 year ago - 1 comment

#644 - uninit_slice: simplify as_uninit_slice_mut() logic

Pull Request - State: closed - Opened by lucab about 1 year ago

#643 - add `Bytes::is_unique`

Pull Request - State: closed - Opened by Cyborus04 about 1 year ago - 8 comments

#642 - Self:: -> self.

Pull Request - State: closed - Opened by braddunbar about 1 year ago

#641 - Use let-else in buf_get_impl

Pull Request - State: closed - Opened by braddunbar about 1 year ago - 3 comments

#640 - Is there a comparison of `bytes::Bytes` and `std::io::Bytes`/&[u8]`?

Issue - State: closed - Opened by MaxG87 about 1 year ago - 2 comments

#639 - docs: fix broken links

Pull Request - State: closed - Opened by kaffarell over 1 year ago

#638 - How to use uninitialized BytesMut?

Issue - State: closed - Opened by surban over 1 year ago - 3 comments

#637 - docs: typo fix

Pull Request - State: closed - Opened by DanielBauman88 over 1 year ago

#636 - remove deprecated primitive type

Pull Request - State: closed - Opened by thorseraq over 1 year ago - 2 comments

#635 - Various cleanup

Pull Request - State: closed - Opened by Darksonn over 1 year ago

#634 - docs: unclear how to free memory from a bytesmut

Issue - State: open - Opened by Firstyear over 1 year ago - 5 comments

#633 - [ISSUE #632]docs: fix some spelling mistakes

Pull Request - State: closed - Opened by mxsm over 1 year ago

#632 - Fix some spelling mistakes

Issue - State: closed - Opened by mxsm over 1 year ago

#631 - impl From<Box<[u8; _]>> for Bytes

Pull Request - State: closed - Opened by MarinPostma over 1 year ago - 4 comments

#630 - Remove ptr_map special casing for miri (#565)

Pull Request - State: open - Opened by shahn over 1 year ago - 2 comments

#629 - Move comment to correct constant

Pull Request - State: closed - Opened by rukai over 1 year ago

#628 - doc: fix changelog typo

Pull Request - State: closed - Opened by Darksonn over 1 year ago

#627 - chore: prepare v1.5.0

Pull Request - State: closed - Opened by Darksonn over 1 year ago

#626 - New release?

Issue - State: closed - Opened by samanpa over 1 year ago

#624 - Add support for Nom

Issue - State: closed - Opened by nm17 over 1 year ago - 4 comments

#624 - Add support for Nom

Issue - State: closed - Opened by nm17 over 1 year ago - 4 comments

#623 - Why is the `data` pointer atomic?

Issue - State: closed - Opened by RalfJung over 1 year ago - 2 comments

#622 - Add specialized get_X impls for Bytes struct to reduce dead code

Pull Request - State: open - Opened by Walnut356 over 1 year ago - 2 comments

#621 - There is no Bytes::advance

Issue - State: closed - Opened by Garmelon over 1 year ago - 2 comments

#620 - Unable to try_reclaim(..) a BytesMut allocation

Issue - State: open - Opened by benschulz over 1 year ago - 1 comment

#619 - Integer Overflow Panic Bug in Library

Issue - State: closed - Opened by XizheYin-NJU over 1 year ago

#618 - Patch to use portable-atomics for extra-platforms

Pull Request - State: closed - Opened by lorenuars19 over 1 year ago

#617 - add specialized `Buf::chunks_vectored` for `Take`

Pull Request - State: closed - Opened by srijs over 1 year ago - 3 comments

#616 - Fix CI failure

Pull Request - State: closed - Opened by taiki-e over 1 year ago

#615 - Export `BytesMut::from_vec(vec)`

Issue - State: open - Opened by al8n over 1 year ago - 6 comments

#614 - Why not impl `Buf::get_array<const N: usize>(&mut self) -> [u8; N]`?

Issue - State: closed - Opened by stackinspector almost 2 years ago - 3 comments

#613 - Add `BytesMut::try_reserve()`

Pull Request - State: open - Opened by poliorcetics almost 2 years ago - 4 comments

#612 - Unnecessary `Sized` constraint on `BufMut::put` method?

Issue - State: open - Opened by GrizzlT almost 2 years ago - 1 comment

#611 - Bytes::make_mut

Issue - State: closed - Opened by mattfbacon almost 2 years ago - 8 comments

#610 - make Bytes repr(C)?

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

#609 - An arithmetic overflow bug found by afl.rs

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

#608 - Add protobuf-style variable-length serialization / deserialization

Issue - State: open - Opened by arnohaase almost 2 years ago - 4 comments

#607 - Align BytesMut to page boundary (4096 bytes)

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

#606 - feat: make alloc optional

Pull Request - State: open - Opened by GabrielDertoni almost 2 years ago - 8 comments

#605 - Adds `from_slice()` method for Bytes creating Bytes from a slice thereof

Pull Request - State: closed - Opened by xfbs almost 2 years ago - 1 comment

#604 - Missing way to create Bytes from a slice of Bytes

Issue - State: closed - Opened by xfbs almost 2 years ago - 3 comments

#603 - Implement `BufMut` for `RefMut`

Pull Request - State: open - Opened by jkbpvsc almost 2 years ago - 1 comment

#602 - Know ahead of time whether `.reserve` will reallocate

Issue - State: open - Opened by yshui almost 2 years ago

#601 - allow to construct BytesMut with custom alignment

Pull Request - State: closed - Opened by Wireless4024 almost 2 years ago - 2 comments

#600 - Please allow to construct BytesMut with custom alignment

Issue - State: closed - Opened by Wireless4024 almost 2 years ago - 1 comment

#599 - Rename UninitSlice constructors for consistency with ReadBuf

Pull Request - State: closed - Opened by mina86 about 2 years ago

#598 - Add a safe way to create UninitSlice from slices

Pull Request - State: closed - Opened by mina86 about 2 years ago - 5 comments

#597 - Implement BufMut for `&mut [MaybeUninit<u8>]`

Pull Request - State: closed - Opened by mina86 about 2 years ago - 1 comment

#596 - Introduce SharedBuf trait for Bytes VTable

Pull Request - State: open - Opened by rrichardson about 2 years ago - 2 comments

#595 - Mark BytesMut::extend_from_slice as inline (#1)

Pull Request - State: closed - Opened by samanpa about 2 years ago

#593 - chore: prepare bytes v1.4.0

Pull Request - State: closed - Opened by Darksonn about 2 years ago

#592 - Avoid large reallocations when freezing BytesMut

Pull Request - State: closed - Opened by bk2204 about 2 years ago - 3 comments

#591 - Document which `Buf` and `BufMut` functions require `std`

Pull Request - State: closed - Opened by MrGunflame about 2 years ago - 3 comments

#590 - heap-buffer-overflow when calling `bytes::buf::UninitSlice::write_byte`

Issue - State: closed - Opened by bhao-Soo about 2 years ago - 2 comments

#589 - out-of-memory due to `bytes::BytesMut::with_capacity`

Issue - State: closed - Opened by bhao-Soo about 2 years ago - 1 comment

#588 - Allocation-size-too-big caused by `bytes::BytesMut::zeroed`

Issue - State: closed - Opened by bhao-Soo about 2 years ago - 1 comment

#587 - `BytesMut::freeze` is not always zero-cost as documented

Issue - State: closed - Opened by bk2204 about 2 years ago - 5 comments

#586 - Add *_unchecked methods

Issue - State: open - Opened by semtexzv about 2 years ago - 1 comment

#585 - Fix duplicate "the the" typos

Pull Request - State: closed - Opened by xpromache about 2 years ago

#583 - is BytesMut based on ringbuffer?

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

#582 - BytesMut remaining

Issue - State: closed - Opened by snaggen about 2 years ago - 1 comment

#581 - make IntoIter constructor public

Pull Request - State: closed - Opened by matko about 2 years ago

#580 - iter() is missing on Buf

Issue - State: closed - Opened by matko about 2 years ago - 3 comments

#579 - chore: prepare bytes v1.3.0

Pull Request - State: closed - Opened by Phantomical over 2 years ago

#578 - Release a new version of bytes

Issue - State: closed - Opened by Phantomical over 2 years ago - 3 comments

#577 - Update CI toolchain to a recent nightly

Pull Request - State: closed - Opened by Phantomical over 2 years ago

#576 - Add native-endian variants for all `get_x` and `put_y` functions in `Buf` and `BufMut`

Pull Request - State: closed - Opened by Phantomical over 2 years ago - 4 comments

#575 - Core dump occurs sometimes when drop for bytes

Issue - State: open - Opened by tryor over 2 years ago - 2 comments

#574 - Is there any lib to implement Buf for File?

Issue - State: closed - Opened by leptonyu over 2 years ago - 1 comment

#573 - Support `atomic-polyfill` for targets without native atomics

Pull Request - State: closed - Opened by iostat over 2 years ago - 13 comments