zig/src-self-hosted
LemonBoy 3640c682a2 Run `zig fmt` 2020-02-01 11:32:53 +01:00
..
c.zig
c_int.zig add `other` OS and fix regression in build-exe for freestanding 2019-12-04 14:42:40 -05:00
c_tokenizer.zig Convert a bunch of page_allocator to testing.allocator 2020-01-29 22:22:01 -06:00
clang.zig translate-c: Don't make const parameters mutable. (#4273) 2020-01-24 15:32:32 -05:00
codegen.zig self-hosted: manually parse args 2019-12-11 02:08:33 -05:00
compilation.zig add --eh-frame-hdr conditionally 2020-01-07 15:58:40 -05:00
decl.zig fixes and cleanup in self hosted 2019-11-26 11:52:12 +02:00
dep_tokenizer.zig Run `zig fmt` 2020-02-01 11:32:53 +01: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 Run `zig fmt` 2020-02-01 11:32:53 +01:00
llvm.zig fix stage2 build 2019-12-29 11:04:58 +02:00
main.zig fix self-hosted compiler regression 2020-01-21 01:51:21 -05:00
package.zig
print_targets.zig std.Target.CpuFeatures is now a struct with both CPU and feature set 2020-01-22 17:13:31 -05:00
scope.zig
stage1.zig fix not respecting sub-arch feature 2020-01-22 17:35:57 -05:00
test.zig Fix remaining variadic formatted prints 2020-01-09 13:36:44 -05:00
translate_c.zig translate-c: Fix translation of fn pointers 2020-01-30 21:33:50 -05:00
type.zig Fix remaining variadic formatted prints 2020-01-09 13:36:44 -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