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
2019-05-28
Fix os.mprotect signature
LemonBoy
2019-05-28
updated dynamic libraries to new std
emekoi
2019-05-28
remove unneed allocator from DynLib
emekoi
2019-05-28
Add sigaltstack syscall
LemonBoy
2019-05-27
freebsd fixes
Andrew Kelley
2019-05-27
windows does not integrate cleanly with libc
Andrew Kelley
2019-05-27
fixes for windows to build self hosted compiler
Andrew Kelley
2019-05-27
darwin: add missing error handling
Andrew Kelley
2019-05-27
use close$NOCANCEL on darwin
Andrew Kelley
2019-05-27
std.fs: fix error set regressions on linux
Andrew Kelley
2019-05-27
fixes for darwin
Andrew Kelley
2019-05-27
nanosleep: move windows logic to std.time
Andrew Kelley
2019-05-27
fix debug builds of WASI
Andrew Kelley
2019-05-27
std lib fixes for zig build on windows
Andrew Kelley
2019-05-27
more fixes for windows and wasi
Andrew Kelley
2019-05-27
fixes for Windows and WASI
Andrew Kelley
2019-05-26
tests passing on linux
Andrew Kelley
2019-05-26
behavior tests passing on Linux
Andrew Kelley
2019-05-26
more cleanup. down to just the `@hasDecl` builtin
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-05-26
clean up references to posix
Andrew Kelley
2019-05-26
starting to fix the regressions
Andrew Kelley
2019-05-26
rename "posix" to "bits"
Andrew Kelley
2019-05-26
do Jay's suggestion with posix/os API naming & layout
Andrew Kelley
2019-05-26
more progress. moving windows API layer to its own file
Andrew Kelley
2019-05-26
more progress on posix API layer
Andrew Kelley
2019-05-26
extract posix functions from std/os.zig to std/os/posix.zig
Andrew Kelley
2019-05-20
std.fmt.parse_float: Fix exponent calculation
Marc Tiehuis
2019-05-19
ran zig fmt on stdlib
emekoi
2019-05-18
Remove more 64bit-centric assumptions from stdlib
LemonBoy
2019-05-16
VDSO calls must use the C CC
LemonBoy
2019-05-16
breaking changes to all bit manipulation intrinsics
Shawn Landden
2019-05-16
the wasm freestanding _start function is return value void
Andrew Kelley
2019-05-16
improvements to build-lib use case of WebAssembly
Andrew Kelley
2019-05-16
std: update linux syscalls to 5.1
daurnimator
2019-05-15
improvements to zig's implementation of libc and WebAssembly
Andrew Kelley
2019-05-15
Fix off-by-one error in LEB128 parsing
LemonBoy
2019-05-14
clean up code now that #769 is implemented
Andrew Kelley
2019-05-14
Merge pull request #2482 from ziglang/linux-elf-read
Marc Tiehuis
2019-05-13
Fix formatting for multiline asm expressions
LemonBoy
2019-05-13
Merge branch 'asm-cc' of https://github.com/LemonBoy/zig into LemonBoy-asm-cc
Andrew Kelley
2019-05-13
Assemble asm files using CC
LemonBoy
2019-05-13
Mmap debug info on linux
Marc Tiehuis
2019-05-12
zig fmt on the standard library
Andrew Kelley
2019-05-12
Undo parse2 import
hryx
2019-05-12
Recursive rewrite of stage2 parser, final sync
hryx
2019-05-12
Recursive rewrite of stage2 parser, part 3
hryx
2019-05-12
Merge branch 'master' into rebased
hryx
2019-05-12
Fix memory leak in parser tests
Tyler Philbrick
2019-05-12
Recursive rewrite of stage2 parser, part 1
hryx
[prev]
[next]