Skip to content

Pull requests: tokio-rs/bytes

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Example does not match "IntoIter::new"
#733 opened Aug 31, 2024 by michael88888888 Loading…
Implement chunks_vectored for VecDeque<u8>
#708 opened May 20, 2024 by paolobarbolini Loading…
Remove ptr_map special casing for miri (#565)
#630 opened Sep 21, 2023 by shahn Loading…
add specialized Buf::chunks_vectored for Take
#617 opened Jun 11, 2023 by srijs Loading…
Add BytesMut::try_reserve()
#613 opened May 19, 2023 by poliorcetics Loading…
feat: make alloc optional
#606 opened Mar 20, 2023 by GabrielDertoni Loading…
Implement BufMut for RefMut
#603 opened Feb 28, 2023 by jkbpvsc Loading…
Introduce SharedBuf trait for Bytes VTable
#596 opened Feb 7, 2023 by rrichardson Loading…
Custom vtable API
#567 opened Aug 20, 2022 by HyeonuPark Draft
Implement Bytes::unsplit
#538 opened Mar 25, 2022 by adeschamps Loading…
Clarify chunk_mut documentation
#519 opened Dec 12, 2021 by Darksonn Loading…
impl From<Bytes> and From<Vec<u8>> for BytesMut
#492 opened Mar 28, 2021 by stepancheg Loading…
Avoid extraneous call to remaining in get_u8/i8
#490 opened Mar 5, 2021 by guswynn Loading…
Merge promotable implementations
#489 opened Mar 2, 2021 by stepancheg Loading…
Return more chunks from Take::chunks_vectored
#476 opened Feb 2, 2021 by vorner Loading…
Add UninitSlice::split_at_mut
#464 opened Jan 18, 2021 by roblabla Loading…
BytesMut::unsplit: rename to join
#445 opened Nov 29, 2020 by vorot93 Loading…
Simplify <Vec<u8> as BufMut>::bytes_mut()
#442 opened Nov 9, 2020 by danburkert Loading…
ProTip! Exclude everything labeled bug with -label:bug.