aboutsummaryrefslogtreecommitdiff
path: root/lib/std/buf_map.zig
AgeCommit message (Collapse)Author
2020-12-31Year++Frank Denis
2020-11-30fix memory leak in BufMapJonathan Marler
2020-08-20add license header to all std lib filesAndrew Kelley
add SPDX license identifier copyright ownership is zig contributors
2020-07-05Merge pull request #5786 from ziglang/std-hash-mapAndrew Kelley
reimplement std.HashMap
2020-07-05update std lib to new hash map APIAndrew Kelley
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
Replaced all occurences of std.mem.dupe in stdlib with Allocator.dupe/std.mem.dupeZ -> Allocator.dupeZ
2020-01-29Fix BufMap value leakBenjamin Feng
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
std.heap.direct_allocator is still available for now but it is marked deprecated.
2019-09-25mv std/ lib/Andrew Kelley
that's all this commit does. further commits will fix cli flags and such. see #2221