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
/
os
Age
Commit message (
Expand
)
Author
2020-09-27
Merge pull request #6397 from suirad/fix-5537
Jakub Konka
2020-09-27
uefi system_table
Woze Parrrot
2020-09-25
Add clarification comment
Suirad
2020-09-25
Stdlib fix for os.windows.deleteFile to fail with
Suirad
2020-09-17
Add rename to std.fs API
Ryan Liptak
2020-09-13
changed to opaque
Matt Knight
2020-09-13
removed all those kern aliases
Matt Knight
2020-09-13
got booleans wrong
Matt Knight
2020-09-12
added helper definitions
Matt Knight
2020-09-11
std: add securebits definitions for linux
Isaac Freund
2020-09-11
std: add prctl definition for linux
Isaac Freund
2020-09-10
update the stack trace test case for lines added to start.zig
Andrew Kelley
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-09-08
Add the Linux TCP socket options
Jens Goldberg
2020-09-08
Merge pull request #6267 from mattnite/btf
Andrew Kelley
2020-09-07
added map create, update, delete, and prog load
Matt Knight
2020-09-07
BPF: add some more documentation (#6268)
Matthew Knight
2020-09-07
added license comments
Matt Knight
2020-09-07
changed enums to lower case
Matt Knight
2020-09-06
fixed missing 'packed' keyword
Matt Knight
2020-09-06
added btf
Matt Knight
2020-09-06
fixed improper builtin import
Matt Knight
2020-09-06
improved compile error message
Matt Knight
2020-09-06
removed redundant pseudo insn
Matt Knight
2020-09-06
implemented and testing op codes for instructions documented in the unofficia...
Matt Knight
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-03
Merge pull request #6243 from ifreund/uid-gid-cleanup
Andrew Kelley
2020-09-03
update uses of deprecated type field access
Vexu
2020-09-03
std: ensure seteuid/setegid do not change saved id
Isaac Freund
2020-09-03
std: fix linux uid_t, use uid_t/gid_t in std.os
Isaac Freund
2020-09-03
Split the sync tests into sync and fsync
Jens Goldberg
2020-09-03
Add C declarations and tests for the sync functions
Jens Goldberg
2020-09-02
Add the sync functions
Aransentin
2020-08-30
handle lack of privilege to create symbolic links on windows
Sahnvour
2020-08-29
fix SimpleTextInputProtocol
wozeparrot
2020-08-22
Bpf: move under os/linux instead of bits (#6126)
Matthew Knight
2020-08-21
fixed bpf namespace
Matt Knight
2020-08-21
decided to split up loading of 64-bit immediates
Matt Knight
2020-08-21
moved bpf syscall, added some bpf instructions and tests
Matt Knight
2020-08-20
add UTIME_NOW and UTIME_OMIT constants for use in utimensat/futimens
heidezomp
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-19
windows: match the same error code for EBADF
Andrew Kelley
2020-08-19
Add handler for INVALID_HANDLE to prevent infinite loop when stderr is not av...
StrangeBug
2020-08-17
added bpf() syscall and some supporting structs (#6061)
Matthew Knight
2020-08-17
std: signalfd: fix the types of things; add test
Andrew Kelley
2020-08-17
rename signalfd4 to signalfd
Luna
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
2020-08-10
Convert prefix from u8 to u16 programmatically
Jakub Konka
2020-08-10
Validate DOS path before returning
Jakub Konka
2020-08-09
Address some review comments
Jakub Konka
[next]