zig/src-self-hosted
Andrew Kelley 36bade5c56
fixups, and modify std.mem.join and std.os.path.resolve API
* 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)
2019-02-07 00:42:41 -05:00
..
arg.zig
c_int.zig
c.zig
codegen.zig
compilation.zig Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig into kristate-zig-backport-std.os.path 2019-02-06 22:53:34 -05:00
decl.zig
errmsg.zig std.mem.Allocator.create replaced with better API 2019-02-03 16:13:28 -05:00
introspect.zig stage2: update std.os.path.join method signature; 2018-11-30 03:52:28 +09:00
ir.zig std.mem.Allocator.create replaced with better API 2019-02-03 16:13:28 -05:00
libc_installation.zig fixups, and modify std.mem.join and std.os.path.resolve API 2019-02-07 00:42:41 -05:00
link.zig stage2: update std.os.path.join method signature; 2018-11-30 03:52:28 +09:00
llvm.zig
main.zig Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig into kristate-zig-backport-std.os.path 2019-02-06 22:53:34 -05:00
package.zig std.mem.Allocator.create replaced with better API 2019-02-03 16:13:28 -05:00
scope.zig std.mem.Allocator.create replaced with better API 2019-02-03 16:13:28 -05:00
target.zig msvc subsystem option handling; added uefi os type 2018-12-23 22:44:02 -05:00
test.zig stage2: update std.os.path.join method signature; 2018-11-30 03:52:28 +09:00
type.zig std.mem.Allocator.create replaced with better API 2019-02-03 16:13:28 -05:00
value.zig std.mem.Allocator.create replaced with better API 2019-02-03 16:13:28 -05:00
visib.zig