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-04-27
Revert "std: Add mem.nativeIntToBig and mem.nativeIntToLittle"
daurnimator
2019-04-27
fixed syntax error
emekoi
2019-04-27
std: add LoggingAllocator prototype
daurnimator
2019-04-26
zig fmt is built directly into stage1 rather than child process
Andrew Kelley
2019-04-26
Merge pull request #2357 from squeek502/heap-shrink-large-align
Andrew Kelley
2019-04-26
self-hosted translate-c emits a hello world AST
Andrew Kelley
2019-04-26
clean up test output
Andrew Kelley
2019-04-25
heap: fixup style of realloc memory copies
Ryan Liptak
2019-04-25
std.heap.DirectAllocator: reduce the amount of redundant memcpy calls on Windows
Ryan Liptak
2019-04-25
add preliminary windows support to std.io.COutStream
Andrew Kelley
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-24
Merge pull request #2312 from squeek502/heap-shrink-large-align
Andrew Kelley
2019-04-24
remove Shebang (#!) support
Shawn Landden
2019-04-24
compiler-rt: Add missing import of test for comparesf2
vegecode
2019-04-24
compiler-rt: add aeabi_dcmp, comparedf2
vegecode
2019-04-24
Other
LemonBoy
2019-04-24
Expose Elf32_Dyn and Elf64_Dyn
LemonBoy
2019-04-24
Implementation of dl_phdr_info
LemonBoy
2019-04-23
Go one instruction before the return address
LemonBoy
2019-04-23
Fix silly typo
LemonBoy
2019-04-23
Fix reading of signed leb128 values
LemonBoy
2019-04-22
Bump up FixedBufferAllocator test memory to account for new tests
Ryan Liptak
2019-04-22
std.heap.DirectAllocator: Fix aligned reallocs on Windows
Ryan Liptak
2019-04-21
std: Add mem.nativeIntToBig and mem.nativeIntToLittle
daurnimator
2019-04-21
std: add msghdr_const
daurnimator
2019-04-21
std: improve msghdr definition
daurnimator
2019-04-20
fix heap allocators when shrinking an object but growing its alignment
Ryan Liptak
2019-04-21
compiler-rt: add aeabi_fcmp, comparesf2
vegecode
2019-04-20
Fixes DirectAllocator Windows implementation to call HeapFree when new_size == 0
tgschultz
2019-04-20
fixup and zig fmt
Andrew Kelley
2019-04-20
Merge branch 'dwarfy' of https://github.com/LemonBoy/zig into LemonBoy-dwarfy
Andrew Kelley
2019-04-20
Recover symbol infos from DWARF sections
LemonBoy
2019-04-20
fix DirectAllocator not unmapping unused pages on large alignments
Ryan Liptak
2019-04-19
zig-fmt: allow comptime blocks in containers (#2308)
Raul Leal
2019-04-19
Fix parseFormValueConstant
LemonBoy
2019-04-16
stage1 is now a hybrid of C++ and Zig
Andrew Kelley
2019-04-16
Revert "DirectAllocator: on windows, use HeapFree instead of HeapReAlloc to f...
Andrew Kelley
2019-04-16
Merge pull request #2286 from shritesh/wasm_alloc
Andrew Kelley
2019-04-16
WasmAllocator: cleanup
Shritesh Bhattarai
2019-04-16
DirectAllocator: on windows, use HeapFree instead of HeapReAlloc to free memory.
Sahnvour
2019-04-16
fmt wasm_allocator
Shritesh Bhattarai
2019-04-16
wasm: add WasmAllocator
Shritesh Bhattarai
2019-04-15
wasm: WasmAllocator that uses fixed 64kb pages
Shritesh Bhattarai
2019-04-15
update std.os.page_size for WebAssembly
Andrew Kelley
2019-04-15
wasi: switch to "standard" wasi_unstable module fn
Shritesh Bhattarai
2019-04-13
wasi: better comments
Shritesh Bhattarai
2019-04-13
support extern "wasi" functions
Shritesh Bhattarai
2019-04-13
wasi: sigabrt at panic
Shritesh Bhattarai
2019-04-13
wasi: use __wasi_proc_exit instead of posix.exit
Shritesh Bhattarai
2019-04-13
WIP: hello world
Shritesh Bhattarai
[prev]
[next]