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
/
auto_hash.zig
Age
Commit message (
Expand
)
Author
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
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-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
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-01-31
std: make ArrayHashMap eql function accept an additional param
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
re-enable mips behavior tests for vectors
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-21
Correct hasUniqueRepresentation for vectors
Tau
2021-06-14
std: fix auto hash of tagged union with void field
Isaac Freund
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-21
Specify type in autoHash error message
Joris Hartog
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2020-12-31
Year++
Frank Denis
2020-12-26
Handle unions in autoHash
Julius Putra Tanu Setiaji
2020-12-26
Also check whether structs contain slices
Julius Putra Tanu Setiaji
2020-12-17
std: Don't hash undefined bits
LemonBoy
2020-09-07
Use less inefficient method of replacing TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-07
Update standard library for removal of TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-13
translate-c: add return if one is needed
Vexu
2020-07-26
make use of hasUniqueRepresentation to speed up hashing facilities, fastpath ...
Sahnvour
2020-07-26
improve autoHash type switch
Sahnvour
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-05-06
Optimization of vectors hashing
data-man
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-09-26
Add comments about the test cases that have been disabled
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley