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-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
2019-05-11
Merge pull request #2449 from Sahnvour/directallocator
Andrew Kelley
2019-05-11
Merge pull request #2475 from LemonBoy/linux-wo-vdso
Andrew Kelley
2019-05-11
Use unprotected heap when in single_threaded mode.
Sahnvour
2019-05-11
Implement Windows' DirectAllocator on top of VirtualAlloc and VirtualFree.
Sahnvour
2019-05-11
std: the failing allocator didn't actually count allocations
daurnimator
2019-05-11
Fix more corner cases in LEB128 parsing
LemonBoy
2019-05-11
linux: Minor `zig fmt` induced reformatting
LemonBoy
2019-05-11
linux: Fix clock_gettime on systems w/o VDSO
LemonBoy
2019-05-10
Merge pull request #2465 from LemonBoy/builtins-for-wasm
Andrew Kelley
2019-05-10
Fix erroneous test case
LemonBoy
2019-05-10
compiler-rt: Add __ashrti3
LemonBoy
2019-05-10
compiler-rt: Add __lshrti3
LemonBoy
2019-05-10
compiler-rt: Add __ashlti3
LemonBoy
2019-05-10
Use matching types when parsing fields
LemonBoy
2019-05-10
Fix minor bug in LEB128 parsing
LemonBoy
2019-05-09
fix std.os.copyFile
Andrew Kelley
2019-05-08
fix build on macOS
Andrew Kelley
2019-05-08
Merge pull request #2452 from LemonBoy/more-more-builtins
Andrew Kelley
2019-05-08
add --bundle-compiler-rt function to link options
Andrew Kelley
2019-05-08
std.debug: fix stack trace iteration code
Andrew Kelley
2019-05-09
compiler-rt: add __floatsitf
LemonBoy
2019-05-09
compiler-rt: Add __aeabi_unwind_cpp_pr{0,1,2}
LemonBoy
2019-05-09
compiler-rt: Add __extendsfdf2
LemonBoy
2019-05-08
compiler-rt: Add __floatdidf
LemonBoy
2019-05-08
compiler-rt: Add __floatundidf & __floatunsidf
LemonBoy
2019-05-08
compiler-rt: Add __truncdfsf2
LemonBoy
2019-05-08
compiler-rt: More division intrinsics
LemonBoy
2019-05-08
compiler-rt: Add __floatsidf & __floatsisf
LemonBoy
[next]