mirror of
https://github.com/ziglang/zig.git
synced 2025-02-10 22:50:18 +00:00
* zig fmt * std.mem.join takes a slice of slices instead of var args * std.mem.join takes a separator slice rather than byte, and always inserts it. Previously it would not insert the separator if there already was one, violating the documented behavior. * std.mem.join calculates exactly the correct amount to allocate and has no call to allocator.shrink() * bring back joinWindows and joinPosix and the corresponding tests. it is intended to be able to call these functions from any OS. * rename std.os.path.resolveSlice to resolve (now resolve takes a slice of slices instead of var args) |
||
---|---|---|
.. | ||
arg.zig | ||
c_int.zig | ||
c.zig | ||
codegen.zig | ||
compilation.zig | ||
decl.zig | ||
errmsg.zig | ||
introspect.zig | ||
ir.zig | ||
libc_installation.zig | ||
link.zig | ||
llvm.zig | ||
main.zig | ||
package.zig | ||
scope.zig | ||
target.zig | ||
test.zig | ||
type.zig | ||
value.zig | ||
visib.zig |