summaryrefslogtreecommitdiff
path: root/crates/hashx/src/fixed_capacity_vec.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add-warningIan Jackson2023-08-251-0/+1
* hashx: FixedCapacityVec: Fix clippy lintsIan Jackson2023-08-241-4/+3
* RustfmtIan Jackson2023-08-241-2/+3
* hashx: FixedCapacityVec: impl Send, Sync, [Ref]UnwindSafeIan Jackson2023-08-241-0/+13
* hashx: FixedCapacityVec: TestsIan Jackson2023-08-241-0/+105
* hashx: FixedCapacityVec: introduce push_innerIan Jackson2023-08-241-7/+21
* hashx: FixedCapacityVec: use *mut T, and impl DropIan Jackson2023-08-241-24/+68
* hashx: FixedCapacityVec: Note some missing stuffIan Jackson2023-08-241-0/+12
* hashx: FixedCapacityVec: DocumentationIan Jackson2023-08-241-0/+27
* hashx: FixedCapacityVec: Replace .into_boxed_array method with TryIan Jackson2023-08-241-8/+15
* hashx: FixedCapacityVec: Move into its own moduleIan Jackson2023-08-241-0/+74