aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-08-23MacOS stack traces use the already mmapped executableAndrew Kelley
2018-08-23Merge pull request #1402 from ziglang/default-fp-ieee-strictAndrew Kelley
2018-08-23Default to strict IEEE floating pointMarc Tiehuis
2018-08-22rename std.debug.ElfStackTrace to std.debug.DebugInfoAndrew Kelley
2018-08-23std/mem.zig: test writing u64 integers;kristopher tate
2018-08-21fix selfExePath on macosxAndrew Kelley
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-21*WIP* std.os assumes comptime-known max path sizeAndrew Kelley
2018-08-20Merge branch 'path_max' of https://github.com/shawnl/zig into shawnl-path_maxAndrew Kelley
2018-08-20refactor std.os.makePath to use a switch instead of ifAndrew Kelley
2018-08-20std.fmt.format: handle non-pointer struct/union/enumAndrew Kelley
2018-08-19do not use an allocator when we don't need to because of the existance of PAT...Shawn Landden
2018-08-18Add secureZero functionMarc Tiehuis
2018-08-14fixed handling of [*]u8 when no format specifier is settgschultz
2018-08-10rb: some style fixesShawn Landden
2018-08-10Merge pull request #1294 from ziglang/async-fsAndrew Kelley
2018-08-10windows: call CancelIo when canceling an fs watchAndrew Kelley
2018-08-09windows fs watching: fix not initializing table valueAndrew Kelley
2018-08-09windows: only create io completion port onceAndrew Kelley
2018-08-09initial windows implementation of std.event.fs.WatchAndrew Kelley
2018-08-08std.event.fs.preadv windows implementationAndrew Kelley
2018-08-08std.event.fs.pwritev windows implementationAndrew Kelley
2018-08-07fix linux regressionsAndrew Kelley
2018-08-07std.event.fs.Watch distinguishes between Delete and CloseWrite on darwinAndrew Kelley
2018-08-07implement std.event.fs.Watch for macosAndrew Kelley
2018-08-07mem: use pub on Compare (#1352)Shawn Landden
2018-08-07Merge pull request #1338 from shawnl/masterAndrew Kelley
2018-08-07mem: add mem.compare(), and use it for mem.lessThan()Shawn Landden
2018-08-07mem: move enum Compare from rb to memShawn Landden
2018-08-06std: add red-black tree implementationShawn Landden
2018-08-07fix hash map testAndrew Kelley
2018-08-07std.event.fs support for macosAndrew Kelley
2018-08-06merge @kristate's std lib changes to darwinAndrew Kelley
2018-08-06std.HashMap.autoHash: use xor instead of wrapping multAndrew Kelley
2018-08-06fix Thread impl on Linux and add docsAndrew Kelley
2018-08-06separate os.Thread.Id and os.Thread.Handle because of windowsAndrew Kelley
2018-08-06fix std.os.Thread.getCurrentId for linuxAndrew Kelley
2018-08-06Merge branch 'threadid' of https://github.com/mdsteele/zig into mdsteele-thre...Andrew Kelley
2018-08-06More type cast fixesAndrea Orru
2018-08-06Fix castsAndrea Orru
2018-08-06Merge branch 'master' into zen_stdlibAndrea Orru
2018-08-04Don't compare ?Thread.Id == Thread.Id in the testMatthew D. Steele
2018-08-04Merge branch 'master' into llvm7Andrew Kelley
2018-08-04zig/std/os/index.zig: clean-up thread id; (#1)kristopher tate
2018-08-03Add thread ID support to std.os.Thread (fixes #1316)Matthew D. Steele
2018-08-03Merge remote-tracking branch 'origin/master' into async-fsAndrew Kelley
2018-08-03when decls don't change, don't regenerate themAndrew Kelley
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley
2018-08-03Fix a type error in std.os.linux.getpid() (#1326)Matthew D. Steele