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-26
improved comment indentation in arrays
Vexu
2019-06-25
fixed comment formatting in arrays and fn params
Vexu
2019-06-23
Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2
Andrew Kelley
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-06-20
Fix absFloat
Matthew Murray
2019-06-20
fix macOS stack trace regression
Michael Dusan
2019-06-19
c: add fma and fmaf
Shawn Landden
2019-06-18
Correct the isEmpty function
joachimschmidt557
2019-06-18
Fix windows create process retry/path search
Jonathan Marler
2019-06-17
Small cleanup of fmt.zig
Marc Tiehuis
2019-06-17
mem.concat
Josh Wolfe
2019-06-16
std: add gimli permutation to crypto
daurnimator
2019-06-16
Added HashInt to function calls AutoHash\nFixes issue 2669
Timon Kruiper
2019-06-14
standard library integrates with knowledge of stripped debug info
Andrew Kelley
2019-06-13
Remove const on argsAlloc
Jonathan Marler
2019-06-13
HashMap.getValue()
Josh Wolfe
2019-06-13
Handle putNoClobber errors
Jonathan Marler
2019-06-13
Add HashMap apis that assert the common case
Josh Wolfe
2019-06-10
altered all instances of readInt* in std.io (and std.debug) to consume the mi...
tgschultz
2019-06-10
Use std.math.isPowerOfTwo across std lib
Ryan Liptak
2019-06-10
std.heap.ArenaAllocator: use singly linked list
daurnimator
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
[next]