aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-05-28Fix os.mprotect signatureLemonBoy
2019-05-28updated dynamic libraries to new stdemekoi
2019-05-28remove unneed allocator from DynLibemekoi
2019-05-28Add sigaltstack syscallLemonBoy
2019-05-27freebsd fixesAndrew Kelley
2019-05-27windows does not integrate cleanly with libcAndrew Kelley
2019-05-27fixes for windows to build self hosted compilerAndrew Kelley
2019-05-27darwin: add missing error handlingAndrew Kelley
2019-05-27use close$NOCANCEL on darwinAndrew Kelley
2019-05-27std.fs: fix error set regressions on linuxAndrew Kelley
2019-05-27fixes for darwinAndrew Kelley
2019-05-27nanosleep: move windows logic to std.timeAndrew Kelley
2019-05-27fix debug builds of WASIAndrew Kelley
2019-05-27std lib fixes for zig build on windowsAndrew Kelley
2019-05-27more fixes for windows and wasiAndrew Kelley
2019-05-27fixes for Windows and WASIAndrew Kelley
2019-05-26tests passing on linuxAndrew Kelley
2019-05-26behavior tests passing on LinuxAndrew Kelley
2019-05-26more cleanup. down to just the `@hasDecl` builtinAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-05-26clean up references to posixAndrew Kelley
2019-05-26starting to fix the regressionsAndrew Kelley
2019-05-26rename "posix" to "bits"Andrew Kelley
2019-05-26do Jay's suggestion with posix/os API naming & layoutAndrew Kelley
2019-05-26more progress. moving windows API layer to its own fileAndrew Kelley
2019-05-26more progress on posix API layerAndrew Kelley
2019-05-26extract posix functions from std/os.zig to std/os/posix.zigAndrew Kelley
2019-05-20std.fmt.parse_float: Fix exponent calculationMarc Tiehuis
2019-05-19ran zig fmt on stdlibemekoi
2019-05-18Remove more 64bit-centric assumptions from stdlibLemonBoy
2019-05-16VDSO calls must use the C CCLemonBoy
2019-05-16breaking changes to all bit manipulation intrinsicsShawn Landden
2019-05-16the wasm freestanding _start function is return value voidAndrew Kelley
2019-05-16improvements to build-lib use case of WebAssemblyAndrew Kelley
2019-05-16std: update linux syscalls to 5.1daurnimator
2019-05-15improvements to zig's implementation of libc and WebAssemblyAndrew Kelley
2019-05-15Fix off-by-one error in LEB128 parsingLemonBoy
2019-05-14clean up code now that #769 is implementedAndrew Kelley
2019-05-14Merge pull request #2482 from ziglang/linux-elf-readMarc Tiehuis
2019-05-13Fix formatting for multiline asm expressionsLemonBoy
2019-05-13Merge branch 'asm-cc' of https://github.com/LemonBoy/zig into LemonBoy-asm-ccAndrew Kelley
2019-05-13Assemble asm files using CCLemonBoy
2019-05-13Mmap debug info on linuxMarc Tiehuis
2019-05-12zig fmt on the standard libraryAndrew Kelley
2019-05-12Undo parse2 importhryx
2019-05-12Recursive rewrite of stage2 parser, final synchryx
2019-05-12Recursive rewrite of stage2 parser, part 3hryx
2019-05-12Merge branch 'master' into rebasedhryx
2019-05-12Fix memory leak in parser testsTyler Philbrick
2019-05-12Recursive rewrite of stage2 parser, part 1hryx