| 7 years ago | Andrew Kelley | | cleanups for windows subsystem in builtin.zig |
| 7 years ago | emekoi | | set subsystem to null if not on windows or uefi |
| 7 years ago | emekoi | | try to resolve TargetSubSystemAuto to actual subsystem |
| 7 years ago | emekoi | | added subsystem to builtin.zig |
| 7 years ago | Andrew Kelley | | Merge branch 'LemonBoy-use-struct-pt2' |
| 7 years ago | Andrew Kelley | | Merge pull request #2530 from gonzus/gonzus/improve-clang-zig |
| 7 years ago | Andrew Kelley | | no "use of undeclared identifer" in dead comptime branches |
| 7 years ago | LemonBoy | | Reject undefined as type |
| 7 years ago | LemonBoy | | Warn the user if run/test is paired with emit options |
| 7 years ago | LemonBoy | | Avoid a crash when there are no namespace components |
| 7 years ago | Andrew Kelley | | fix invalid LLVM IR generated for ?*void const casts |
| 7 years ago | Andrew Kelley | | link to contributing in readme |
| 7 years ago | Andrew Kelley | | extract CONTRIBUTING.md from README.md |
| 7 years ago | Andrew Kelley | | Create FUNDING.yml |
| 7 years ago | LemonBoy | | Move __zig_fail_unwrap locals on stack |
| 7 years ago | Andrew Kelley | | Merge branch 'LemonBoy-guard-pages-in-threads' |
| 7 years ago | Andrew Kelley | | Merge pull request #2523 from shritesh/wasmdoc |
| 7 years ago | emekoi | | respect subsystem flag in all cases |
| 7 years ago | Andrew Kelley | | Merge pull request #2552 from Sahnvour/issue-2543 |
| 7 years ago | Andrew Kelley | | improve the stack check CLI options |
| 7 years ago | Andrew Kelley | | self-hosted translate-c: fix bad memory arena references |
| 7 years ago | Andrew Kelley | | Merge pull request #2526 from LemonBoy/arch-format-osx |
| 7 years ago | Andrew Kelley | | Merge pull request #2527 from ziglang/posix-layer |
| 7 years ago | Andrew Kelley | | allow implicit optional pointer to optional c_void pointer |
| 7 years ago | Andrew Kelley | | introduce @hasDecl builtin function |
| 7 years ago | Andrew Kelley | | support enum literals implicit casting to tagged unions |
| 7 years ago | Marc Tiehuis | | std.fmt.parse_float: Fix exponent calculation |
| 7 years ago | emekoi | | ran zig fmt on stdlib |
| 7 years ago | LemonBoy | | Fix too eager comptime evaluation of error ptr |
| 7 years ago | LemonBoy | | Use the correct scope for `use` |
| 7 years ago | Andrew Kelley | | Merge pull request #2516 from LemonBoy/32bfix |
| 7 years ago | LemonBoy | | Fix load/store of non-integer fields in packed struct |
| 7 years ago | LemonBoy | | VDSO calls must use the C CC |
| 7 years ago | Andrew Kelley | | stage1 tokenizer: add more missing break statements |
| 7 years ago | SamTebbs33 | | Add break after digit_value check in TokenizeStateCharCode |
| 7 years ago | Andrew Kelley | | Merge branch 'shawnl-builtins' |
| 7 years ago | Shritesh Bhattarai | | docgen: add lib codeblock type and use it for wasm32-freestanding |
| 7 years ago | Andrew Kelley | | Merge pull request #2507 from ziglang/wasm-libs |
| 7 years ago | Andrew Kelley | | clang C API wrapper: small progress |
| 7 years ago | daurnimator | | std: update linux syscalls to 5.1 |
| 7 years ago | Andrew Kelley | | fix static builds of zig from requiring c compiler |
| 7 years ago | Shritesh Bhattarai | | change wasm obj ext to .wasm |
| 7 years ago | Andrew Kelley | | improvements to zig's implementation of libc and WebAssembly |
| 7 years ago | Andrew Kelley | | update libclang C API wrapper |
| 7 years ago | LemonBoy | | Fix off-by-one error in LEB128 parsing |
| 7 years ago | Andrew Kelley | | slice types no longer have field access |
| 7 years ago | Andrew Kelley | | clean up code now that #769 is implemented |
| 7 years ago | Andrew Kelley | | switching on error sets makes new error set for capture values |
| 7 years ago | Andrew Kelley | | fix regression on switch capture value for multiple cases |
| 7 years ago | Andrew Kelley | | else value when switching on error set has |
|