aboutsummaryrefslogtreecommitdiff
path: root/lib/std/testing
AgeCommit message (Expand)Author
2025-04-23FailingAllocator: remove outdated doc comments, move doc comment example to d...Ryan Liptak
2025-02-06std.testing.FailingAllocator: flatten namespaceAndrew Kelley
2025-02-06std.mem.Allocator: introduce `remap` function to the interfaceAndrew Kelley
2023-09-06std: enable FailingAllocator to fail on resizeGregory Anders
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-06-25Move sys_can_stack_trace from GPA to std.debug so that it can be re-used as n...Ryan Liptak
2022-06-23FailingAllocator: Only capture the stack trace of the first induced allocatio...Ryan Liptak
2022-06-23Add stack trace capturing to FailingAllocatorRyan Liptak
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: split free out from resizeLee Cannon
2021-11-30allocgate: utilize a *const vtable fieldLee Cannon
2021-11-30allocgate: fix failing testsLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2020-12-31Year++Frank Denis
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-06-26new allocator interfaceJonathan Marler
2020-01-30Add explicit error message for too many freesBenjamin Feng
2020-01-30Fix testing.allocator wiringBenjamin Feng
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Move FailingAllocator to testingBenjamin Feng