zig/src-self-hosted
Robin Voetter 4b4fbe3887
Replace @typeOf with @TypeOf in all zig source
This change was mostly made with `zig fmt` and this also modified some whitespace. Note that in some files, `zig fmt` produced incorrect code, so the change was made manually.
2019-12-10 11:09:41 -05:00
..
arg.zig std.fmt.format: tuple parameter instead of var args 2019-12-08 22:53:51 -05:00
c_int.zig add other OS and fix regression in build-exe for freestanding 2019-12-04 14:42:40 -05:00
c.zig
clang.zig make std.mem.toSlice use null terminated pointers 2019-11-24 21:21:05 -05:00
codegen.zig update self-hosted compiler to new format API 2019-12-08 23:17:03 -05:00
compilation.zig implement async function call with @call 2019-12-09 15:27:26 -05:00
decl.zig fixes and cleanup in self hosted 2019-11-26 11:52:12 +02:00
dep_tokenizer.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
errmsg.zig update self-hosted compiler to new format API 2019-12-08 23:17:03 -05:00
introspect.zig update self-hosted compiler to new format API 2019-12-08 23:17:03 -05:00
ir.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
libc_installation.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
link.zig update self-hosted compiler to new format API 2019-12-08 23:17:03 -05:00
llvm.zig implement @call 2019-12-05 17:07:15 -05:00
main.zig implement async function call with @call 2019-12-09 15:27:26 -05:00
package.zig
scope.zig
stage1.zig Fix usage of freed memory in zig fmt 2019-12-10 11:09:29 -05:00
test.zig add more workarounds 2019-11-27 10:17:37 +02:00
translate_c.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
type.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
util.zig update self-hosted compiler to new format API 2019-12-08 23:17:03 -05:00
value.zig update self-hosted compiler to new format API 2019-12-08 23:17:03 -05:00
visib.zig