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-06-10
std: Add singly linked list
daurnimator
2019-06-10
std: existing LinkedList is actually a TailQueue
daurnimator
2019-06-10
Merge pull request #2525 from daurnimator/uring
Andrew Kelley
2019-06-10
std: add linux kernel definitions for io_uring
daurnimator
2019-06-10
std: add linux kernel_rwf type and preadv2+pwritev2
daurnimator
2019-06-10
std: testing.expectEqual on structs now works
daurnimator
2019-06-10
fix array literal syntax
Andrew Kelley
2019-06-10
std: add math.isPowerOfTwo
daurnimator
2019-06-10
Merge branch 'sfc64' of https://github.com/Sahnvour/zig into Sahnvour-sfc64
Andrew Kelley
2019-06-10
fix build on macos
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-09
implementation of the Sfc64 RNG from PractRand
Sahnvour
2019-06-09
allow comptime_int in math.shl and math.shr
Sahnvour
2019-06-08
add bcmp implementation as LLVM 9 now emits those
Shawn Landden
2019-06-06
Merge pull request #2628 from emekoi/error-unexpected
Andrew Kelley
2019-06-06
Merge pull request #2630 from squeek502/hashmap-pow2
Andrew Kelley
2019-06-05
std.HashMap: use std.math.ceilPowerOfTwo
Ryan Liptak
2019-06-05
std.HashMap: optimize indexing by avoiding modulo operator
Ryan Liptak
2019-06-05
switched to fixed-length buffer for error messages
emekoi
2019-06-05
fixed mismatched types
emekoi
2019-06-05
updated std.c.{freebsd, netbsd} to usingnamespace
emekoi
2019-06-05
removed duplicate definitions
emekoi
2019-06-05
windows.unexpectedError prints a human friendly string
emekoi
2019-06-04
Merge pull request #2617 from squeek502/ceil-power-of-two
Andrew Kelley
2019-06-04
std.math: Clarify ceilPowerOfTwo inputs and disallow zero as an input
Ryan Liptak
2019-06-04
Added LineComment support when MultiLines are used in ArrayInit
Timon Kruiper
2019-06-04
std.os.mmap: update doc comments for previous commits
Andrew Kelley
2019-06-04
Merge pull request #2581 from LemonBoy/misc-stuff
Andrew Kelley
2019-06-02
std.math: Add ceilPowerOfTwo and ceilPowerOfTwoPromote
Ryan Liptak
2019-06-01
fixed Deserializer.alignToByte() and added test coverage
tgschultz
2019-05-31
Move dl_iterate_phdr to os.zig
LemonBoy
2019-05-31
Remove length restriction in mmap wrapper
LemonBoy
2019-05-30
Correct flag definitions for arm64
LemonBoy
2019-05-30
Fix some syscalls on arm64
LemonBoy
2019-05-30
update load dynamic library test for std lib changes
Andrew Kelley
2019-05-29
Fix fmt.zig handling of slices of slices
tgschultz
2019-05-29
std.meta/trait: def/definition => decl/declaration
tgschultz
2019-05-29
improve the libc of wasm32-freestanding target
Andrew Kelley
2019-05-29
Correct formatting for multiline string in arrays
Timon Kruiper
2019-05-29
LinuxDynLib: remove MAP_LOCKED flag
NBonaparte
2019-05-29
Merge pull request #2567 from emekoi/fix-dynlib
Andrew Kelley
2019-05-29
Merge pull request #2546 from LemonBoy/sigaltstack
Andrew Kelley
2019-05-29
run zig fmt to update `use` to `usingnamespace`
Andrew Kelley
2019-05-29
zig fmt: fix 2 bugs of mangling source files
Andrew Kelley
2019-05-29
change `use` to `usingnamespace`
Andrew Kelley
2019-05-29
Add missing sigaltstack definition for darwin
LemonBoy
2019-05-29
Add sigaltstack wrapper in os.zig
LemonBoy
2019-05-28
no "use of undeclared identifer" in dead comptime branches
Andrew Kelley
2019-05-28
thread.spawn: bubble up mprotect error.OutOfMemory
Andrew Kelley
2019-05-28
Add a guard page for each thread
LemonBoy
[prev]
[next]