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
/
lib
/
std
/
hash
/
benchmark.zig
Age
Commit message (
Expand
)
Author
2022-04-24
std: fix crypto and hash benchmark
jagt
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-27
std.rand: Refactor `Random` interface
Ominitay
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update `hash` & `crypto` benchmarks run comment (#9790)
Ali Chraghi
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-14
CLI: rename --override-lib-dir to --zig-lib-dir
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-08-22
Promote hash/siphash to crypto/siphash
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-25
Use writer in benchmarks
data-man
2020-04-03
Update all remaining uses of &outStream().stream
Ryan Liptak
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-01
Run `zig fmt`
LemonBoy
2020-01-18
std: use non-exhaustive enums from crc module
daurnimator
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-06
getStdOut fixes
data-man
2019-10-01
Replace code occurences of --override-std-dir with --override-lib-dir
SamTebbs33
2019-09-25
mv std/ lib/
Andrew Kelley