| 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 |
| 7 years ago | LemonBoy | | Fix formatting for multiline asm expressions |
| 7 years ago | Andrew Kelley | | Merge branch 'LemonBoy-asm-cc' |
| 7 years ago | Andrew Kelley | | zig fmt on the standard library |
| 7 years ago | Andrew Kelley | | Merge pull request #2405 from hryx/stage2-recursive-parser |
| 7 years ago | Andrew Kelley | | Merge pull request #2459 from LemonBoy/enum-num-um-m |
| 7 years ago | Jimmi Holst Christensen | | fixes #2235 |
| 7 years ago | Jimmi Holst Christensen | | added grammar rule for enum literal to docs |
| 7 years ago | Jimmi Holst Christensen | | Merge branch 'master' of github.com:ziglang/zig |
| 7 years ago | Jimmi Holst Christensen | | added tests for global variable declaration syntax |
| 7 years ago | Jimmi Holst Christensen | | Merge branch 'master' of github.com:ziglang/zig |
| 7 years ago | Jimmi Holst Christensen | | Fixed parser for extern threadlocal variables |
| 7 years ago | daurnimator | | std: the failing allocator didn't actually count allocations |
|