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-09-16
Set the Storage socket sizes to be system defined
Stephen Gregoratto
2021-09-16
std.unicode: cleanup allocations on error in allocating functions
Ryan Liptak
2021-09-16
net.Address: Fix writing 0-bytes when formatting Unix addresses
Kirjastonhoitaja
2021-09-15
fix __chkstk on aarch64
Jonathan Marler
2021-09-14
Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINE
Travis Martin
2021-09-14
add functions to decode an epoch timestamp (#9040)
Jonathan Marler
2021-09-14
Merge pull request #9676 from ziglang/zld-incr
Jakub Konka
2021-09-14
zig fmt: Keep callconv(.Inline) on function pointer types
Philipp Lühmann
2021-09-13
stage2: implement Value.copy for structs and unions
Andrew Kelley
2021-09-13
Merge remote-tracking branch 'origin/master' into zld-incr
Jakub Konka
2021-09-13
fix missing paths (#9754)
lucky
2021-09-13
Merge pull request #9734 from Andoryuuta/macho-zld-win-filepath
Jakub Konka
2021-09-12
os: usingnamespace fixes for std.x.os.Socket and std.os.TCP
Kenta Iwasaki
2021-09-12
Fix same issue with dir/sysroot dir concatenation with includes on Windows
Andrew Gutekanst
2021-09-12
std: publicize ArrayListUnmanaged.allocatedSlice to match ArrayList
Silver
2021-09-10
Fix compile error for p256 scalar arithmetic (#9715)
Luuk de Gram
2021-09-09
reexport crypto/phc_encoding (#9712)
lucky
2021-09-08
openbsd: readapt event loop after usingnamespace changes
Sébastien Marie
2021-09-07
Merge pull request #9636 from ehaas/hexfiles
Andrew Kelley
2021-09-07
plan9: change output executable name
Jacob G-W
2021-09-07
openbsd: event loop: use EVFILT_TIMER instead of EVFILT_USER
Sébastien Marie
2021-09-07
Merge pull request #9695 from g-w1/evloop-usingns
Andrew Kelley
2021-09-07
Merge pull request #9684 from FnControlOption/astgen-string-table
Andrew Kelley
2021-09-07
Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt...
Jonathan Marler
2021-09-06
std: update event loop for recent usingnamespace changes
Jacob G-W
2021-09-06
stdlib: fix ChildProcess.killPosix
Takeshi Yoneda
2021-09-03
std.hash_map: add StringIndexAdapter and StringIndexContext
FnControlOption
2021-09-01
fix regression on linux with kernel_timespec
Andrew Kelley
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
re-apply a commit dropped in this branch due to conflicts
Andrew Kelley
2021-09-01
std: dirent is not part of posix
Andrew Kelley
2021-09-01
std.os reorg: more fixes caught by CI
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
disable slow scrypt tests
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-09-01
std, compiler-rt: remove test names where applicable
Andrew Kelley
2021-09-01
move syntax tests out of behavior tests
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-09-01
std.os: fix FILENO constants mapped to wrong values
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std.os.linux: remove the "bits" namespace altogether
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-09-01
compiler_rt: add __clzdi2 and __clzti2
Jan Philipp Hafer
2021-09-01
stdlib: Add test for generating HEX files.
Evan Haas
2021-09-01
stdlib: Add Intel HEX support to InstallRawStep
Evan Haas
2021-08-31
std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly
Philip Åkesson
2021-08-31
macho: fix allocating sections within segment when parsing objects
Jakub Konka
[next]