index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
Age
Commit message (
Expand
)
Author
2018-08-25
add test for previous commit
Andrew Kelley
2018-08-25
Fixed compile error when passing enum to fmt
tgschultz
2018-08-25
Merge remote-tracking branch 'origin/master' into macos-stack-traces
Andrew Kelley
2018-08-25
fix stack traces on linux
Andrew Kelley
2018-08-24
compilation unit cwd dir appears to be unnecessary on macos
Andrew Kelley
2018-08-24
macos stack traces have address-to-line translation
Andrew Kelley
2018-08-24
std.debug: remove workaround for fixed bug
Andrew Kelley
2018-08-24
fix regression from 2f7f7d815d0c9c4e620c7a529837b5
Andrew Kelley
2018-08-24
macos stack traces have the compilation unit in them
Andrew Kelley
2018-08-23
macos stack traces: read debug info sections from .o files
Andrew Kelley
2018-08-23
Merge pull request #1405 from shawnl/path-max
Andrew Kelley
2018-08-23
missing PATH_MAX change
Shawn Landden
2018-08-23
MacOS stack traces use the already mmapped executable
Andrew Kelley
2018-08-23
Merge pull request #1402 from ziglang/default-fp-ieee-strict
Andrew Kelley
2018-08-23
Default to strict IEEE floating point
Marc Tiehuis
2018-08-22
rename std.debug.ElfStackTrace to std.debug.DebugInfo
Andrew Kelley
2018-08-23
std/mem.zig: test writing u64 integers;
kristopher tate
2018-08-21
fix selfExePath on macosx
Andrew Kelley
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-21
*WIP* std.os assumes comptime-known max path size
Andrew Kelley
2018-08-20
Merge branch 'path_max' of https://github.com/shawnl/zig into shawnl-path_max
Andrew Kelley
2018-08-20
refactor std.os.makePath to use a switch instead of if
Andrew Kelley
2018-08-20
std.fmt.format: handle non-pointer struct/union/enum
Andrew Kelley
2018-08-19
do not use an allocator when we don't need to because of the existance of PAT...
Shawn Landden
2018-08-18
Add secureZero function
Marc Tiehuis
2018-08-14
fixed handling of [*]u8 when no format specifier is set
tgschultz
2018-08-10
rb: some style fixes
Shawn Landden
2018-08-10
Merge pull request #1294 from ziglang/async-fs
Andrew Kelley
2018-08-10
windows: call CancelIo when canceling an fs watch
Andrew Kelley
2018-08-09
windows fs watching: fix not initializing table value
Andrew Kelley
2018-08-09
windows: only create io completion port once
Andrew Kelley
2018-08-09
initial windows implementation of std.event.fs.Watch
Andrew Kelley
2018-08-08
std.event.fs.preadv windows implementation
Andrew Kelley
2018-08-08
std.event.fs.pwritev windows implementation
Andrew Kelley
2018-08-07
fix linux regressions
Andrew Kelley
2018-08-07
std.event.fs.Watch distinguishes between Delete and CloseWrite on darwin
Andrew Kelley
2018-08-07
implement std.event.fs.Watch for macos
Andrew Kelley
2018-08-07
mem: use pub on Compare (#1352)
Shawn Landden
2018-08-07
Merge pull request #1338 from shawnl/master
Andrew Kelley
2018-08-07
mem: add mem.compare(), and use it for mem.lessThan()
Shawn Landden
2018-08-07
mem: move enum Compare from rb to mem
Shawn Landden
2018-08-06
std: add red-black tree implementation
Shawn Landden
2018-08-07
fix hash map test
Andrew Kelley
2018-08-07
std.event.fs support for macos
Andrew Kelley
2018-08-06
merge @kristate's std lib changes to darwin
Andrew Kelley
2018-08-06
std.HashMap.autoHash: use xor instead of wrapping mult
Andrew Kelley
2018-08-06
fix Thread impl on Linux and add docs
Andrew Kelley
2018-08-06
separate os.Thread.Id and os.Thread.Handle because of windows
Andrew Kelley
2018-08-06
fix std.os.Thread.getCurrentId for linux
Andrew Kelley
[next]