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
2022-09-16
fix android definition of pthread_rwlock_t (#12830)
billzez
2022-09-16
Merge pull request #12796 from Vexu/referenced-by-v2
Veikka Tuominen
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-09-15
fix ChildProcess crash when PATH is empty.
cod1r
2022-09-14
Audit FreeBSD structs to match header files/ABI
Stephen Gregoratto
2022-09-14
std.ArrayList.ensureTotalCapacity: optimize and fix integer overflow
alichraghi
2022-09-14
Merge pull request #11663 from matu3ba/utf16
Andrew Kelley
2022-09-15
stage2: implement referenced by trace for error messages
Veikka Tuominen
2022-09-14
Move std.testing.zig_exe_path into build options
Martin Wickham
2022-09-13
std: re-enable test case for fixed bug
Andrew Kelley
2022-09-13
std: remove workaround for fixed bug
Andrew Kelley
2022-09-13
validate number literals in AstGen
Veikka Tuominen
2022-09-13
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-12
remove pointless discards
Andrew Kelley
2022-09-11
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-11
chore: Remove unused constants
Shane Kennedy
2022-09-11
Compilation: handle system C compiler not found
Andrew Kelley
2022-09-09
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-09
Merge pull request #12788 from ziglang/detect-native-glibc
Andrew Kelley
2022-09-09
std.zig.system.NativeTargetInfo: more headroom for libc.so.6 .dynstr
Andrew Kelley
2022-09-09
std.os.uefi: mark BlockIoProtocol and EfiBlockMedia as public
Yusuf Bham
2022-09-09
Merge pull request #12772 from ziglang/coff-basic-imports
Jakub Konka
2022-09-09
std.zig.system.NativeTargetInfo: add fallback check
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: restore symlink logic
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: handle missing DT_RUNPATH
Andrew Kelley
2022-09-08
stage2: fix building for 32-bit targets
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: detection ignores self exe
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: improve glibc version detection
Andrew Kelley
2022-09-08
wasm: temporarily save curr file pointer before pwriting on Win
Jakub Konka
2022-09-08
NativeTargetInfo.zig: fix typo
Martin Stuurwold
2022-09-07
revert part of 945111ae92c28f8ad642a64af4dc83acd3bef4a5
Jakub Konka
2022-09-07
enable testing of x86_64-windows-gnu using self-hosted backend and linker
Jakub Konka
2022-09-07
libstd: use windows.GetStdHandle() with stage2_x86_64 backend for now
Jakub Konka
2022-09-07
x86_64: implement Windows x64 calling convention
Jakub Konka
2022-09-07
coff: re-enable default entrypoint for Windows
Jakub Konka
2022-09-07
std.simd: change T to u16
Dan Ellis Echavarria
2022-09-06
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-04
Fix #12440: std.math.big.Rational order/orderAbs
Yujiri
2022-09-02
zig fmt: don't delete container doc comments
yujiri8
2022-09-02
zig fmt: remove trailing comma at the end of assembly clobber
riChar
2022-09-01
Add AFNOSUPPORT error to bind (#12560)
John Schmidt
2022-08-31
coff: add import table definitions
Jakub Konka
2022-08-31
Using `comptime level.asText()` in log example
Hashi364
2022-08-31
translate-c: promote large integer macros to unsigned long long if necessary
Evan Haas
2022-08-30
std.Thread: fix freeAndExit on x86_64-linux (#12693)
biexelar
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
coff: add base relocation related types
Jakub Konka
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
coff: move Symtab and Strtab out of coff.Coff
Jakub Konka
2022-08-30
Merge pull request #12677 from ziglang/coff-linker
Jakub Konka
[next]