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
/
std
Age
Commit message (
Expand
)
Author
2019-01-11
fixed mutex on windows
emekoi
2019-01-11
moved to InitializeCriticalSection to init
emekoi
2019-01-11
switching back to EnterCriticalSection
emekoi
2019-01-11
switching from EnterCriticalSection to TryEnterCriticalSection
emekoi
2019-01-11
updated structs
emekoi
2019-01-11
added mutex for windows
emekoi
2019-01-05
freebsd: fix wrong call to clock_getres (#1871)
Marcio
2019-01-04
freebsd: add sockaddr structs
Marcio Giaxa
2019-01-04
freebsd: implement clock related functions
Marcio Giaxa
2019-01-04
freebsd: add clock const definitions
Marcio Giaxa
2018-12-29
Merge pull request #1859 from mgxm/fbsd2
Andrew Kelley
2018-12-26
fixups
Andrew Kelley
2018-12-24
freebsd: fix flags for opening files
Marcio Giaxa
2018-12-24
freebsd: implement std.os.time.sleep
Marcio Giaxa
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-12-23
freebsd: remove syscall and use libc
Marcio Giaxa
2018-12-23
Merge branch 'master' into fbsd2
Marcio Giaxa
2018-12-21
I observed open() return EBUSY on linux
Andrew Kelley
2018-12-21
freebsd: fix Stat mode type
Marcio Giaxa
2018-12-20
freebsd: add realpath to freebsd/index.zig
Marcio Giaxa
2018-12-20
freebsd: use realpath() to resolve symbolic links
Marcio Giaxa
2018-12-20
Add preadv/pwritev on FreeBSD
Greg V
2018-12-20
Fix stat/timespec definitions for FreeBSD
Greg V
2018-12-20
Removed allocator from Linux version DynLib. Added dynamic_library.zig to std...
tgschultz
2018-12-20
tests: re: 79db394;
kristopher tate
2018-12-19
std.io: call the idiomatic std.mem.readInt functions
Andrew Kelley
2018-12-19
freebsd: initial stack trace
Marcio Giaxa
2018-12-19
freebsd: use sysctl to get the current executable path
Marcio Giaxa
2018-12-19
freebsd: remove getrandom dependency from libc
Marcio Giaxa
2018-12-19
freebsd: use libc interface instead system calls
Marcio Giaxa
2018-12-19
freebsd: link against libc
Marcio Giaxa
2018-12-19
freebsd: add access
Marcio Giaxa
2018-12-19
freebsd: add getdirentries
Marcio Giaxa
2018-12-19
freebsd: remove syscall files
Marcio Giaxa
2018-12-19
Added formatting of function pointers (#1843)
Jimmi Holst Christensen
2018-12-19
formatType can now format comptime_int
Jimmi Holst Christensen
2018-12-17
fix comptime pointer reinterpretation array index offset
Andrew Kelley
2018-12-16
implement comptime pointer cast
Andrew Kelley
2018-12-16
mem foreign functions call the native ones
Josh Wolfe
2018-12-13
fixups
Andrew Kelley
2018-12-13
Merge branch 'windows-wide-imports' of https://github.com/suirad/zig into sui...
Andrew Kelley
2018-12-13
add mem.readVarInt, fix InStream.readVarInt, fix stack traces
Andrew Kelley
2018-12-13
fix mistakes introduced in b883bc8
Andrew Kelley
2018-12-13
freebsd: fix issues with syscalls
Andrew Kelley
2018-12-12
freebsd: fix os_self_exe_path function and update std lib
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-12-12
Add add compiler_rt routines for float to signed integer conversion
Wink Saville
2018-12-05
Allow packages in TestStep
Jimmi Holst Christensen
2018-12-02
std.debug: fix some issues with freestanding debug info
Andrew Kelley
2018-12-02
expose std.debug.DwarfInfo and delete unused function
Andrew Kelley
[next]