mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 17:12:31 +00:00
a2bd9f8912
Before we accepted a nullable allocator for some stuff like opening files. Now we require an allocator. Use the mem.FixedBufferAllocator pattern if a bound on the amount to allocate is known. This also establishes the pattern that usually an allocator is the first argument to a function (possibly after "self"). fix docs for std.cstr.addNullByte self hosted compiler: * only build docs when explicitly asked to * clean up main * stub out zig fmt |
||
---|---|---|
.. | ||
c.zig | ||
ir.zig | ||
llvm.zig | ||
main.zig | ||
module.zig | ||
scope.zig | ||
target.zig |