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
/
std
Age
Commit message (
Expand
)
Author
2021-01-11
std.EarlyEOFReader: rename to LimitedReader
Andrew Kelley
2021-01-11
std: use fifo.pump in writeFileAllUnseekable
daurnimator
2021-01-11
std: add LimitedReader: reader that returns EOF early
daurnimator
2021-01-11
std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekable
daurnimator
2021-01-11
std: reader.skipBytes's num_bytes should be a u64
daurnimator
2021-01-11
os/bits/linux: add the termios cc bits
Vincent Rischmann
2021-01-11
Merge pull request #7124 from LemonBoy/netstuff1
Andrew Kelley
2021-01-11
std CityHash: disable memory-expensive tests for now
Andrew Kelley
2021-01-11
Modify cityhash to work at comptime
Martin Wickham
2021-01-11
Merge pull request #7134 from alexnask/fix_std_fs_watch
Andrew Kelley
2021-01-11
Apparently unix sockets are supported on Windows
LemonBoy
2021-01-11
Let the kernel pick a random port
LemonBoy
2021-01-11
std: Add a small test for i/o on unix sockets
LemonBoy
2021-01-11
std: Decouple network streams from fs.File
LemonBoy
2021-01-11
update path.join to recognize any separators that isSep does
Travis
2021-01-10
zig fmt
Andrew Kelley
2021-01-10
impl lossyCast #5080
Adam Goertz
2021-01-10
debug: don't fail printLineInfo if the source file is not readable
Vincent Rischmann
2021-01-09
Merge pull request #7729 from jayschwa/remove-deprecated-stream
Andrew Kelley
2021-01-09
builtin: Add zig_version
Jay Petacat
2021-01-08
Fix system library path detection on linux
xackus
2021-01-08
added mem.containsAtLeast
Sobeston
2021-01-08
libstd: add missing MachO rebase opcodes in macho.zig
Jakub Konka
2021-01-08
io: `FindByteOutStream` to `FindByteWriter`
Jay Petacat
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-07
Add compileError message for StringHashMap in AutoHashMap
Julius Putra Tanu Setiaji
2021-01-07
Merge pull request #7720 from Snektron/sockopt
Andrew Kelley
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-07
builder: propagate env_map for child processes
Michael Dusan
2021-01-08
Add EPERM to std.os.setsockopt
Robin Voetter
2021-01-08
Add IP_ constants
Robin Voetter
2021-01-06
fix LRESULT and LPARAM typedefs
Jonathan Marler
2021-01-06
std.SpinLock: flatten and remove init/deinit
Andrew Kelley
2021-01-06
Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvements
Andrew Kelley
2021-01-06
spinlock: Default SpinLock.state to .Unlocked to allow default struct initial...
BinaryWarlock
2021-01-06
Fix example code in comments for asc and desc
Andreas Karlsson
2021-01-05
stage2: link.C: use pwritev
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-05
std.c add syslog
xackus
2021-01-05
freebsd, netbsd, dragonfly: add struct timeval
xackus
2021-01-06
std: Support equivalent ArrayList operations in ArrayHashMap
Alex Cameron
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2021-01-04
std: skip more tests on Windows to save CI memory
Andrew Kelley
2021-01-04
ci: skip crypto tests on windows
Andrew Kelley
2021-01-04
Merge pull request #7592 from LemonBoy/fix-7188
Andrew Kelley
2021-01-04
Allow dollar sign $ in identifiers in translate-c
Evan Haas
2021-01-04
Fixes missing error prong in std.os.send.
Felix (xq) Queißner
2021-01-04
Fix off-by-one error in SinglyLinkedList.len() and add associated tests
J.C. Moyer
2021-01-04
std.c: add some noalias
xackus
[next]