aboutsummaryrefslogtreecommitdiff
path: root/tests/test_bytes_vec_alloc.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13Add conversion from Bytes to Vec<u8> (#547)Gravatar Jiahao XU 1-0/+29
2022-07-09miri: don't use int2ptr casts for invalid pointers (#553)Gravatar Alice Ryhl 1-1/+10
2021-11-07Appease miri (#515)Gravatar Noah Kennedy 1-39/+65
2020-05-22Format with rustfmt (#389)Gravatar Taiki Endo 1-1/+5
2020-01-22Fix Bytes::truncate losing the original Vec's capacity (#361)Gravatar Sean McArthur 1-0/+75