aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-08-25add test for previous commitAndrew Kelley
2018-08-25Fixed compile error when passing enum to fmttgschultz
2018-08-25Merge remote-tracking branch 'origin/master' into macos-stack-tracesAndrew Kelley
2018-08-25fix stack traces on linuxAndrew Kelley
2018-08-24compilation unit cwd dir appears to be unnecessary on macosAndrew Kelley
2018-08-24macos stack traces have address-to-line translationAndrew Kelley
2018-08-24std.debug: remove workaround for fixed bugAndrew Kelley
2018-08-24fix regression from 2f7f7d815d0c9c4e620c7a529837b5Andrew Kelley
2018-08-24macos stack traces have the compilation unit in themAndrew Kelley
2018-08-23macos stack traces: read debug info sections from .o filesAndrew Kelley
2018-08-23Merge pull request #1405 from shawnl/path-maxAndrew Kelley
2018-08-23missing PATH_MAX changeShawn Landden
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