zig/src-self-hosted
Andrew Kelley 0237e7a701 std.io.getStdOut and related fns no longer can error
Thanks to the Windows Process Environment Block, it is possible to
obtain handles to the standard input, output, and error streams without
possibility of failure.
2019-11-13 04:01:40 +00:00
..
arg.zig changing occurrences of HashMap with []const u8 as keys for StringHashMap 2019-09-03 23:53:05 +02:00
c.zig run zig fmt to update `use` to `usingnamespace` 2019-05-29 19:09:58 -04:00
c_int.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
clang.zig update zig codebase to llvm 9 2019-07-17 17:47:39 -04:00
codegen.zig
compilation.zig changing occurrences of HashMap with []const u8 as keys for StringHashMap 2019-09-03 23:53:05 +02:00
decl.zig changing occurrences of HashMap with []const u8 as keys for StringHashMap 2019-09-03 23:53:05 +02:00
dep_tokenizer.zig Merge pull request #2714 from ziglang/fmt-overhaul 2019-06-25 20:15:33 +12:00
errmsg.zig clean up references to os 2019-05-26 18:32:44 -04:00
introspect.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
ir.zig implement new async syntax in self-hosted compiler 2019-08-16 06:17:28 -07:00
libc_installation.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
link.zig avoid the word "coroutine", they're "async functions" 2019-08-13 14:14:19 -04:00
llvm.zig Added ZigLLVMCreateTargetMachine and pass function-sections flag 2019-07-02 19:54:29 +02:00
main.zig std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
package.zig changing occurrences of HashMap with []const u8 as keys for StringHashMap 2019-09-03 23:53:05 +02:00
scope.zig
stage1.zig std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
target.zig move types from builtin to std 2019-10-23 19:09:49 -04:00
test.zig std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
translate_c.zig fix regressed tests and update docs to use "type coercion" 2019-11-08 15:57:25 -05:00
type.zig
value.zig std: existing LinkedList is actually a TailQueue 2019-06-10 15:41:40 +10:00
visib.zig