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
Age
Commit message (
Expand
)
Author
2024-02-08
Replace std.rand references with std.Random
e4m2
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-17
XXH3 Implementation for Zig STD (#17530)
David
2023-09-02
std/hash: perform iterative + smhasher tests at comptime
Marc Tiehuis
2023-09-02
std/hash: add generic tests for idempotency/iterative api
Marc Tiehuis
2023-09-02
std/hash: add smhasher verification tests
Marc Tiehuis
2023-08-05
wyhash: keep tail bytes on iterative update
none
2023-07-24
Xxhash perf (#15947)
Dominic
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
wyhash: support comptime usage
Marc Tiehuis
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
std.meta: remove `Vector` (deprecated in 0.10)
Eric Joldasov
2023-06-10
std.hash: improve small-key hashing in Wyhash
Andrew Kelley
2023-06-10
std.hash: auto hash signed ints as bitcasts of unsigned ints
Andrew Kelley
2023-06-10
std.hash: add xxhash to benchmark and fix its API
Andrew Kelley
2023-06-07
reimplement wyhash v4.1 (#15969)
Marc Tiehuis
2023-06-02
Fix std.hash benchmarks (#15917)
Frank Denis
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
zig fmt
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-02-21
std.hash: use std.math.rotl in Xxhash64 and Xxhash32
dweiller
2023-02-20
std.hash: add XxHash64 and XxHash32
dweiller
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-22
Rewrite update_crc_catalog in zig and move tests to separate file
fn ⌃ ⌥
2023-01-21
std.hash.crc: implement algorithms listed in CRC RevEng catalog
fn ⌃ ⌥
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-14
std: remove OOM workarounds
Andrew Kelley
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-10-30
std: re-enable auto hash test
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-14
Fix #12423: auto_hash not hashing arrays of slices uniquely
Yujiri
2022-08-11
fix error message when providing slice to `std.hash.autoHash`
LordMZTE
2022-07-20
disable std lib test failing with self-hosted ReleaseSafe
Andrew Kelley
[next]