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
2020-11-29
std.meta: add assumeSentinel
Jonathan Marler
2020-11-29
Merge pull request #7237 from koachan/sparc64-longdouble_fork
Andrew Kelley
2020-11-29
std: Avoid deadlock in the signal handler
LemonBoy
2020-11-28
Add a comment to explain the fork return values on sparc64
Koakuma
2020-11-27
Add readAllArrayListAligned to Reader which can accept an arbitrary alignment
christian-stephen
2020-11-27
Merge pull request #7198 from LemonBoy/freebsd-lock
Andrew Kelley
2020-11-27
Fix fork() on Linux/sparc64
Koakuma
2020-11-26
stage2 macho: generate a code sig (not valid yet)
Jakub Konka
2020-11-26
stage2 macho: add info about __TEXT segment
Jakub Konka
2020-11-26
stage2 macho: add empty CodeDirectory blob
Jakub Konka
2020-11-26
stage2 macho: fix incorrect rebase
Jakub Konka
2020-11-26
stage2 MachO: add source version load cmd
Jakub Konka
2020-11-26
stage2 MachO: add min OS version load cmd
Jakub Konka
2020-11-25
std/os: fix prctl constants
Isaac Freund
2020-11-25
Merge pull request #6411 from LemonBoy/fff
Andrew Kelley
2020-11-25
std: use mem.asBytes in Ip4Address.parse so it works at comptime
daurnimator
2020-11-25
std/crypto - edwards25519 precomp: prefer doublings over adds
Frank Denis
2020-11-24
make start code more versatile
Andrew Kelley
2020-11-24
std: Re-enable the use of O_EXLOCK/O_SHLOCK on macos
LemonBoy
2020-11-23
std: Close dangling fd on error
LemonBoy
2020-11-23
std: Remove O_NONBLOCK flag after locking
LemonBoy
2020-11-23
std: Fix file locking logic for BSD targets
LemonBoy
2020-11-23
Fix the ELF base calculation
LemonBoy
2020-11-23
Minor code cleanup in start_pie.zig
LemonBoy
2020-11-23
Fix logic for detecting _DYNAMIC symbol
LemonBoy
2020-11-22
Support PIE (Position Independent Executables)
Andrew Kelley
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-22
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley
2020-11-22
update grammar in langref
Vexu
2020-11-21
std: add support for ppoll
Žiga Željko
2020-11-21
std: Add test for meta.declarations on opaque{}
LemonBoy
2020-11-21
Merge pull request #7182 from LemonBoy/externnnn
Andrew Kelley
2020-11-20
Merge pull request #7165 from LemonBoy/ppc64final
Andrew Kelley
2020-11-20
std/os: define and use dev_t for linux x86_64
Isaac Freund
2020-11-20
openbsd: malloc_usable_size is unavailable on OpenBSD
Sébastien Marie
2020-11-20
std/os: add time_t definiton for x86_64 linux
Isaac Freund
2020-11-20
stage1: Initial implementation of @extern
LemonBoy
2020-11-20
stage2: Use correct ppc generic feature set
LemonBoy
2020-11-20
std: Use newfstatat on PPC64
LemonBoy
2020-11-20
std: Use correct clone() stub
LemonBoy
2020-11-20
std: Implement named arguments & runtime width/precision
LemonBoy
2020-11-20
std: Rewrite the fmt parser
LemonBoy
2020-11-20
Merge pull request #7160 from semarie/openbsd-getdents
Jakub Konka
2020-11-19
std.meta.declarations: support opaque {}
Isaac Freund
2020-11-19
Merge pull request #6390 from LemonBoy/reboot-3970
Andrew Kelley
2020-11-19
std: Disable _only_ the flaky part of the ResetEvent test
LemonBoy
2020-11-19
tfw you can't even disable a test without getting the logic wrong
Andrew Kelley
2020-11-19
Nicer code for the error code path
LemonBoy
2020-11-19
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
[next]