zig/src-self-hosted
Andrew Kelley 67bd45f0cf
adjustments to std.mem split / separate
* rename std.mem.split to std.mem.tokenize
 * add future deprecation notice to docs
 * (unrelated) add note to std.os.path.resolve docs
 * std.mem.separate - assert delimiter.len not zero
 * fix implementation of std.mem.separate to respect the delimiter
 * separate the two iterators to different structs
2019-02-04 15:24:06 -05:00
..
arg.zig zig fmt: add --check flag 2018-11-15 00:26:43 -05:00
c.zig self-hosted: share C++ code for finding libc on windows 2018-07-20 23:38:13 -04:00
c_int.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
codegen.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
compilation.zig `std.mem.Allocator.create` replaced with better API 2019-02-03 16:13:28 -05:00
decl.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
errmsg.zig `std.mem.Allocator.create` replaced with better API 2019-02-03 16:13:28 -05:00
introspect.zig fix linux 2018-08-21 20:31:50 -04:00
ir.zig `std.mem.Allocator.create` replaced with better API 2019-02-03 16:13:28 -05:00
libc_installation.zig adjustments to std.mem split / separate 2019-02-04 15:24:06 -05:00
link.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
llvm.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
main.zig adjustments to std.mem split / separate 2019-02-04 15:24:06 -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 New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08: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 New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00