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-05-04
Merge pull request #2326 from daurnimator/sendmmsg
Andrew Kelley
2019-05-04
zig fmt
tgschultz
2019-05-04
Added ability to specify endianess of PackedInt(Array/Slice)
tgschultz
2019-05-04
zig fmt
tgschultz
2019-05-04
Implement failsafe logic for posixSleep
LemonBoy
2019-05-04
std: Remove some assumptions about the host platform
LemonBoy
2019-05-03
std.HashMap: cleanup ensureCapacity + add test
Ryan Liptak
2019-05-04
Ugh. I updated these but forgot to git add.
tgschultz
2019-05-04
and again
tgschultz
2019-05-04
Fixed some comments
tgschultz
2019-05-04
Added PackedIntArray, PackedIntSlice to std
tgschultz
2019-05-03
wasi: Implement read and write with err checking
Shritesh Bhattarai
2019-05-03
compiler-rt: Add __modsi3, __umodsi3
LemonBoy
2019-05-03
compiler-rt: Add __moddi3, __divdi3
LemonBoy
2019-05-03
Address the comments of the first review round
LemonBoy
2019-05-03
Merge pull request #2409 from shritesh/wasi_native
Andrew Kelley
2019-05-03
WasmAllocator: compileError on non-wasm arch
Shritesh Bhattarai
2019-05-03
std: add std.ArrayList.orderedRemove
daurnimator
2019-05-03
optimize `@memset` with `undefined`
Andrew Kelley
2019-05-02
std.HashMap: make ensureCapacityExact private
Ryan Liptak
2019-05-02
std.HashMap: add putAssumeCapacity fn
Ryan Liptak
2019-05-02
std.HashMap: make ensureCapacity optimize for the expected count, add ensureC...
Ryan Liptak
2019-05-02
wasi: remove posix-y exit
Shritesh Bhattarai
2019-05-02
wasi: implement os.exit
Shritesh Bhattarai
2019-05-02
wasi: native os.abort
Shritesh Bhattarai
2019-05-02
make std.HashMap.ensureCapacity round up to the nearest power of two
Ryan Liptak
2019-05-02
std.math: Correct math.nan usage in cos
Marc Tiehuis
2019-05-01
std.HashMap: add public ensureCapacity fn
Ryan Liptak
2019-05-01
std.math: Add documentation for all functions and algorithm sources
Marc Tiehuis
2019-05-01
std.math: Add upstream changes/fixes and simplify go derived code
Marc Tiehuis
2019-04-30
wasi: import all core exports
Shritesh Bhattarai
2019-04-30
wasi: import all constants and their types
Shritesh Bhattarai
2019-04-30
wasi: implement timestamp
Shritesh Bhattarai
2019-04-30
wasi: import clock and timestamp function/types
Shritesh Bhattarai
2019-04-30
wasi: implement getRandomBytes
Shritesh Bhattarai
2019-04-30
wasi: use mem.separate instead
Shritesh Bhattarai
2019-04-30
wasi: add getEnvMap
Shritesh Bhattarai
2019-04-30
wasi: import environ_get and environ_sizes_get
Shritesh Bhattarai
2019-04-30
std: add sendmmsg on linux
daurnimator
2019-04-29
WASI: implement argsAlloc and argsFree (#2364)
Shritesh Bhattarai
2019-04-29
compiler-rt: Add __mulodi4
LemonBoy
2019-04-29
Merge pull request #2372 from LemonBoy/aeabi_idiv
Andrew Kelley
2019-04-29
json tests do not need this prefix anymore
Andrew Kelley
2019-04-29
enable more json tests
Andrew Kelley
2019-04-29
DirectAllocator: move if > 0 condition above @memcpy
Andrew Kelley
2019-04-29
std.heap: do not excessively call mmap, and munmap in direct allocator
Shawn Landden
2019-04-29
compiler-rt: Add __divmodsi4, __aeabi_idivmod
LemonBoy
2019-04-29
compiler-rt: Add __divsi3, __aeabi_idiv
LemonBoy
2019-04-28
Make io offsets/sizes u64 instead of usize
LemonBoy
2019-04-27
std.fmt: add max_depth to avoid infinite recursion from self-references
Ryan Liptak
[prev]
[next]