/examples/hackernews/src/pages/stories/

rc='/cgit.png' alt='cgit logo'/> index : bytes
Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Change Bytes::make_mut to impl From<Bytes> for BytesMut (closes #709) (#710)HEADmasterGravatar Anthony Ramine 2-21/+23
2024-05-19Fix iter tests to use the actual bytes IntoIter instead of std (#707)Gravatar Paolo Barbolini 1-4/+4
2024-05-11Offset from (#705)Gravatar Brad Dunbar 3-39/+20
2024-05-05Add zero-copy make_mut (#695)Gravatar Émile Fugulin 4-2/+341
2024-05-05ci: silence unexpected-cfgs warnings due to `#[cfg(loom)]` (#703)Gravatar Alice Ryhl 1-0/+1
2024-04-26Tweak clear and truncate length modifications (#700)Gravatar Alice Ryhl 1-8/+6
2024-04-25Improve BytesMut::split suggestion (#699)Gravatar Paolo Barbolini 1-1/+1
2024-04-25Reuse capacity when possible in <BytesMut as Buf>::advance impl (#698)Gravatar Paolo Barbolini 1-0/+8
2024-04-24Bytes::split_off - check fast path first (#693)Gravatar Brad Dunbar 1-7/+7
2024-04-24Resize refactor (#696)Gravatar Brad Dunbar 1-9/+17
2024-04-17Truncate tweaks (#694)Gravatar Brad Dunbar 1-1/+2
2024-04-11test(benches): encloses bytes into `test::black_box` for clone benches (#691)Gravatar Joseph Perez 1-3/+3
2024-04-10perf: improve Bytes::copy_to_bytes (#688)Gravatar tison 1-7/+1
2024-04-10Bytes::split_to - check fast path first (#689)Gravatar Brad Dunbar 1-7/+7
2024-04-09Don't set `len` in `BytesMut::reserve` (#682)Gravatar Brad Dunbar 1-2/+2
2024-04-08Bytes: Use ManuallyDrop instead of mem::forget (#678)Gravatar Brad Dunbar 1-9/+11
2024-03-22chore: prepare bytes v1.6.0 (#681)v1.6.0Gravatar Brad Dunbar 2-1/+38
2024-03-14Use ManuallyDrop instead of mem::forget (#675)Gravatar Brad Dunbar 1-14/+12
2024-03-04Remove commented tests for Bytes::unsplit (#677)Gravatar Brad Dunbar 1-91/+0
2024-03-04Remove redundant reserve call (#674)Gravatar Brad Dunbar 2-2/+22
2024-03-03copy_to_bytes: Add panic section to docs (#676)Gravatar Brad Dunbar 1-0/+4
2024-03-03Use Iterator from the prelude (#673)Gravatar Brad Dunbar 1-1/+1
2024-02-23Refactor split_at/split_to (#663)Gravatar Brad Dunbar 1-26/+24
2024-02-06get_vec_pos: use &self instead of &mut self (#670)Gravatar Brad Dunbar 1-3/+3
2024-02-06set_vec_pos does not need a second parameter (#672)Gravatar Brad Dunbar 1-13/+11
2024-02-06Calculate original capacity only if necessary (#666)Gravatar Brad Dunbar 1-6/+3
2024-02-06Use sub instead of offset (#668)Gravatar Brad Dunbar 1-2/+2
2024-02-06Restore commented tests (#665)Gravatar Brad Dunbar 1-38/+41
2024-01-31refactor: make parameter mut in From<Vec> (#667)Gravatar Brad Dunbar 1-2/+1
2024-01-28Remove unreachable else branch (#661)Gravatar Brad Dunbar 1-3/+1
2024-01-28Remove an unnecessary else branch (#662)Gravatar Brad Dunbar 1-2/+2
2024-01-28Remove unnecessary namespace qualifier (#660)Gravatar Brad Dunbar 2-3/+3
2024-01-19add `Bytes::is_unique` (#643)Gravatar Cyborus04 3-0/+84
2024-01-19BytesMut: Assert alignment of Shared (#652)Gravatar Brad Dunbar 1-0/+6
2024-01-08Update CI config (#650)Gravatar Taiki Endo 4-30/+33
2024-01-08Update loom to 0.7 (#651)Gravatar Taiki Endo 1-1/+1