| 7 years ago | Andrew Kelley | | revert hello world examples. macos tests passing |
| 7 years ago | Andrew Kelley | | darwin: add missing error handling |
| 7 years ago | Andrew Kelley | | use close$NOCANCEL on darwin |
| 7 years ago | Andrew Kelley | | std.fs: fix error set regressions on linux |
| 7 years ago | Andrew Kelley | | fixes for darwin |
| 7 years ago | Andrew Kelley | | nanosleep: move windows logic to std.time |
| 7 years ago | Andrew Kelley | | fix debug builds of WASI |
| 7 years ago | Andrew Kelley | | std lib fixes for zig build on windows |
| 7 years ago | Andrew Kelley | | more fixes for windows and wasi |
| 7 years ago | Andrew Kelley | | fixes for Windows and WASI |
| 7 years ago | Andrew Kelley | | tests passing on linux |
| 7 years ago | Andrew Kelley | | behavior tests passing on Linux |
| 7 years ago | Andrew Kelley | | more cleanup. down to just the `@hasDecl` builtin |
| 7 years ago | Andrew Kelley | | clean up references to os |
| 7 years ago | Andrew Kelley | | clean up references to posix |
| 7 years ago | Andrew Kelley | | starting to fix the regressions |
| 7 years ago | Andrew Kelley | | rename "posix" to "bits" |
| 7 years ago | Andrew Kelley | | do Jay's suggestion with posix/os API naming & layout |
| 7 years ago | Andrew Kelley | | more progress. moving windows API layer to its own file |
| 7 years ago | Andrew Kelley | | more progress on posix API layer |
| 7 years ago | Andrew Kelley | | extract posix functions from std/os.zig to std/os/posix.zig |
| 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 |
| 7 years ago | LemonBoy | | Don't emit DW_TAG_lexical_block for VarDecls |
| 7 years ago | Marc Tiehuis | | Merge pull request #2482 from ziglang/linux-elf-read |
|