zig/lib/std/special
Andrew Kelley cb38bd0a14
rename std.heap.direct_allocator to std.heap.page_allocator
std.heap.direct_allocator is still available for now but it is marked
deprecated.
2019-11-25 17:25:06 -05:00
..
compiler_rt update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
docs add container doc comments to generated docs 2019-11-15 15:17:59 +02:00
init-exe mv std/ lib/ 2019-09-25 23:35:41 -04:00
init-lib mv std/ lib/ 2019-09-25 23:35:41 -04:00
build_runner.zig rename std.heap.direct_allocator to std.heap.page_allocator 2019-11-25 17:25:06 -05:00
c.zig string literals are now null terminated 2019-11-21 20:43:41 -05:00
compiler_rt.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
start.zig make std.mem.toSlice use null terminated pointers 2019-11-24 21:21:05 -05:00
start_lib.zig Call DllMain entry point if declared 2019-11-24 14:46:22 -05:00
start_windows_tls.zig Support for TLS on Win32 2019-10-06 16:45:51 +02:00
test_runner.zig add type coercion: [:x]T to [*:x]T 2019-11-24 15:17:55 -05:00