Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-13 | Add conversion from Bytes to Vec<u8> (#547) | 1 | -0/+29 | ||
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> Co-authored-by: Alice Ryhl <aliceryhl@google.com> | |||||
2022-07-09 | miri: don't use int2ptr casts for invalid pointers (#553) | 1 | -1/+10 | ||
2021-11-07 | Appease miri (#515) | 1 | -39/+65 | ||
Rewrote the ledger in test_bytes_vec_alloc.rs to not piss off miri. The ledger is now a table within the allocator, which seems to satisfy miri. The old solution was to bundle an extra usize into the beginning of each allocation and then index past the start when deallocating data to get the size. | |||||
2020-05-22 | Format with rustfmt (#389) | 1 | -1/+5 | ||
* Format with rustfmt * Add rustfmt check to CI | |||||
2020-01-22 | Fix Bytes::truncate losing the original Vec's capacity (#361) | 1 | -0/+75 | ||