aboutsummaryrefslogtreecommitdiff
path: root/lib/std/buf_set.zig
AgeCommit message (Expand)Author
2022-03-01std.BufSet.clone: fix key ownershipMotiejus Jakštys
2022-02-28std.BufSet: add clone and cloneWithAllocatorMotiejus Jakštys
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-27HashMap.put returns !void, not a !booldaurnimator
2020-12-31Year++Frank Denis
2020-09-02hash_map: rename to ArrayHashMap and add new HashMap implementationSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-05update std lib to new hash map APIAndrew Kelley
2020-01-29Convert a bunch of page_allocator to testing.allocatorBenjamin Feng
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley