aboutsummaryrefslogtreecommitdiff
path: root/lib/std/buf_set.zig
AgeCommit message (Collapse)Author
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