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
/
lib
Age
Commit message (
Expand
)
Author
2020-04-06
compiler-rt: Separate max size allowed for load/store and CAS
LemonBoy
2020-04-05
use mingw-w64 to provide -luuid if requested
Andrew Kelley
2020-04-05
Generate clearer size mismatch error message
Benjamin Feng
2020-04-05
std: Delete a hack in the feature set code
LemonBoy
2020-04-05
compiler_rt/atomics: be consistent with `const value`
daurnimator
2020-04-05
Tidy up compiler_rt/atomics
daurnimator
2020-04-04
rename mem.separate to mem.split
xackus
2020-04-04
add libutil to zig's glibc support
Andrew Kelley
2020-04-04
Adds some documentation to std.atomic.Queue.
Felix (xq) Queißner
2020-04-03
Merge pull request #4868 from xackus/new-arraylist-api
Andrew Kelley
2020-04-03
compiler-rt: don't forget to export these functions
Andrew Kelley
2020-04-03
compiler-rt: Add the __atomic family of builtins
LemonBoy
2020-04-03
Update fmt.zig
markfirmware
2020-04-03
Update all remaining uses of &outStream().stream
Ryan Liptak
2020-04-02
crypto: fix benchmark compile error (#4919)
Jay Petacat
2020-04-02
slight modification of the semantics of std.os.getenvW
Andrew Kelley
2020-04-02
make std.os.getenvW case insensitive
Ilmari Autio
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-02
new ArrayList API: fix ArrayList.shrink
xackus
2020-04-02
new ArrayList API: fix std.ArrayListSentineled
xackus
2020-04-02
new ArrayList API, fix enough std lib to test
xackus
2020-04-02
std: add LinearFifo().inStream
daurnimator
2020-04-02
std: LinearFifo matches ArrayList in always having outStream method
daurnimator
2020-04-01
Fix CrossTarget.parse test on platforms where abi != gnu
Timon Kruiper
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-04-01
fixups and revert a few things
Andrew Kelley
2020-04-01
std: use std.ArrayList(u8).OutStream instead of std.Buffer.OutStream
daurnimator
2020-04-01
std: use Buffer.outStream in std/child_process.zig
daurnimator
2020-04-01
std: use std.ArrayList(u8) instead of std.Buffer in std/build.zig
daurnimator
2020-04-01
std: don't return sentinel slices from cross_target functions
daurnimator
2020-04-01
std: add std.ArrayList(u8).outStream()
daurnimator
2020-04-01
Merge pull request #4894 from LemonBoy/netbsd-p2
Andrew Kelley
2020-04-01
Remove unneeeded address-of operator
Andrew Kelley
2020-04-01
io: fix COutStream test
Vincent Rischmann
2020-04-01
Workaround for #4789
LemonBoy
2020-04-01
io: fix serialization compilation and tests
Vincent Rischmann
2020-04-01
io: fix PeekStream compilation
Vincent Rischmann
2020-04-01
io: test all files under std/io
Vincent Rischmann
2020-04-01
std: Use the versioned libc symbols if needed
LemonBoy
2020-04-01
std: Fix more NetBSD bits
LemonBoy
2020-03-31
Fix porting of zlib alder32 with large input
Michaël Larouche
2020-03-31
Merge pull request #4543 from daurnimator/cleanup-json
Andrew Kelley
2020-03-31
Merge pull request #4880 from daurnimator/use-spanZ
Andrew Kelley
2020-03-31
remove unnecessary `inline`
Andrew Kelley
2020-04-01
Tidy up some mem.spanZ use-sites now that null is accepted
daurnimator
2020-03-31
clean up the duplicate export logic for __clear_cache
Andrew Kelley
2020-04-01
std: fix mem.span* when an optional pointer is passed
daurnimator
2020-03-31
compiler-rt: More clear_cache implementations
LemonBoy
2020-03-31
Fix std.fifo.LinearFifo
Tetralux
2020-03-31
std: linux syscall numbers are now an extensible enum
daurnimator
[next]