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-02-05
Typo: use the joined path to try executables available from PATH.
Sahnvour
2019-02-05
Notify failure to create a process when the executable is not found even in P...
Sahnvour
2019-02-04
adjustments to std.mem split / separate
Andrew Kelley
2019-02-04
Merge branch 'zig-backport-std.mem.separate' of https://github.com/kristate/z...
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2019-02-01
add compile errror for @bitCast when bit counts mismatch
Andrew Kelley
2019-02-01
Merge pull request #1775 from tgschultz/stdlib-serialization
Andrew Kelley
2019-02-01
fixups
Andrew Kelley
2019-02-01
Merge branch 'windows-mutex' of https://github.com/emekoi/zig into emekoi-win...
Andrew Kelley
2019-01-31
darwin: fix incorrect timeval struct type
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2019-01-30
darwin time code: don't cast to int until the end
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-18
Hopefully fixed #1503 (at least improved) line accuracy of stack traces on wi...
Sahnvour
2019-01-18
removed unnecessary cast
Sahnvour
2019-01-14
fix incorrect parameter names for std.math.atan2
Andrew Kelley
2019-01-11
fixed type signature
emekoi
2019-01-11
fixed initializer and typos
emekoi
2019-01-11
removed nullables
emekoi
2019-01-11
changed pointer types
emekoi
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
[next]