aboutsummaryrefslogtreecommitdiff
path: root/std/heap.zig
AgeCommit message (Expand)Author
2018-02-12std.heap.ArenaAllocator: fix incorrectly activating safety checkAndrew Kelley
2018-02-12back to malloc instead of aligned_alloc for c_allocatorAndrew Kelley
2018-02-12remove std.heap.IncrementingAllocatorAndrew Kelley
2018-02-12introduce std.heap.ArenaAllocator and std.heap.DirectAllocatorAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-23port most of main.cpp to self hosted compilerAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-06add higher level arg-parsing API + misc. changesAndrew Kelley
2017-11-05fix redeclaration of mem (#585)scurest
2017-11-05add test for c_allocatorscurest
2017-10-31breaking change to std.io APIAndrew Kelley