aboutsummaryrefslogtreecommitdiff
path: root/std/os
AgeCommit message (Expand)Author
2018-07-20self-hosted: share C++ code for finding libc on windowsAndrew Kelley
2018-07-20Fixed windows getPosJimmi HC
2018-07-19std.os.File: add missing pub modifiersAndrew Kelley
2018-07-18self-hosted: find libc on linuxAndrew Kelley
2018-07-18fix std.os.getAppDataDir test on linuxAndrew Kelley
2018-07-18fix build on windowsAndrew Kelley
2018-07-17self-hosted: implement getAppDataDir for windowsAndrew Kelley
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-07-12zig fmtAndrew Kelley
2018-07-09Merge remote-tracking branch 'origin/master' into m-n-threadingAndrew Kelley
2018-07-09std.event.Loop multithreading for windows using IOCPAndrew Kelley
2018-07-09implement std.os.cpuCount for windowsAndrew Kelley
2018-07-09ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack tracesAndrew Kelley
2018-07-09zig fmtAndrew Kelley
2018-07-09std.os.cpuCount implementation for macosAndrew Kelley
2018-07-08tests passing with kqueue on macosAndrew Kelley
2018-07-07add std.os.cpuCount and have std.event.Loop use it for thread pool sizeAndrew Kelley
2018-07-07M:N threadingAndrew Kelley
2018-06-20remove std.mem.Allocator.construct and other fixupsAndrew Kelley
2018-06-20zig fmtAndrew Kelley
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-18remove error to/from int casting syntax; add `@errorToInt`/`@intToError`Andrew Kelley
2018-06-18standard library fixesAndrew Kelley
2018-06-18remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`Andrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16posix read can return error.IsDirAndrew Kelley
2018-06-16pointer reform: missed change in windows specific code.Sahnvour
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley
2018-06-14fix build on windows, broken by previous commitAndrew Kelley
2018-06-14std.os.path.dirname: return null instead of empty sliceAndrew Kelley
2018-06-12zig fmtAndrew Kelley
2018-06-12implement std.os.Dir for windowsAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-06fix std.os.windows.PathFileExists specified in the wrong DLL (#1066)Andrew Kelley
2018-06-05disallow unknown-length pointer to opaqueAndrew Kelley
2018-06-04Pointer Reform: proper slicing and indexing (#1053)Andrew Kelley
2018-06-04Merge branch 'zig-custom-format' of https://github.com/tgschultz/zig into tgs...Andrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-06-01fix incorrect address-of syntax on windowsAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-30Fix MacOS CI Timer test failing...?tgschultz
2018-05-29fix AtomicFile for relative pathsAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-05-16convert more std lib files to postfix pointer derefAndrew Kelley
2018-05-13Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-11fix windows build systemAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley