aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap/logging_allocator.zig
AgeCommit message (Expand)Author
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-11-06change debug.assert to testing.expect in testsxackus
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-08std.mem.Allocator: add return_address to the interfaceAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-27new allocator interface after Andrew Kelley reviewJonathan Marler
2020-06-26new allocator interfaceJonathan Marler
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-01-30Convert a few more page_allocatorBenjamin Feng
2020-01-09std: fix LoggingAllocator, add simple testdaurnimator
2019-09-25mv std/ lib/Andrew Kelley