zig/src-self-hosted
Andrew Kelley a581f4f0e2
Merge remote-tracking branch 'origin/master' into llvm8
2019-03-18 20:03:23 -04:00
..
arg.zig std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -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 fix implicit cast error unions with non-optional to optional pointer 2019-02-14 15:48:28 -05:00
compilation.zig rename std lib files to new convention 2019-03-02 16:46:04 -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 rename std lib files to new convention 2019-03-02 16:46:04 -05:00
ir.zig breaking changes to std.mem.Allocator interface API 2019-03-15 17:57:21 -04:00
libc_installation.zig fix regressions on Windows 2019-02-26 16:24:32 -05:00
link.zig breaking changes to the way targets work in zig 2019-02-26 15:58:10 -05:00
llvm.zig stage2: fix llvm.zig with opaque types back to single-item pointer 2019-02-14 23:17:11 -05:00
main.zig breaking changes to the way targets work in zig 2019-02-26 15:58:10 -05:00
package.zig `std.mem.Allocator.create` replaced with better API 2019-02-03 16:13:28 -05:00
scope.zig fix implicit cast error unions with non-optional to optional pointer 2019-02-14 15:48:28 -05:00
target.zig stage2: update for changes regarding sub-architecture 2019-02-28 14:10:45 -05:00
test.zig std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
type.zig remove namespace type; files are empty structs 2019-02-28 10:11:32 -05:00
value.zig stage2: fix llvm.zig with opaque types back to single-item pointer 2019-02-14 23:17:11 -05:00
visib.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00