aboutsummaryrefslogtreecommitdiff
path: root/std/hash/auto_hash.zig
AgeCommit message (Expand)Author
2019-09-25mv std/ lib/Andrew Kelley
2019-09-18relax std.auto_hash requirements regarding vectorsAndrew Kelley
2019-08-28add suggestion to AutoHash compile error messageAndrew Kelley
2019-08-24auto_hash: better generic hashing implementationSahnvour
2019-08-04Merge remote-tracking branch 'origin/master' into rewrite-coroutinesAndrew Kelley
2019-08-04autohash: force inlining of integer hashing so that the optimizer can see the...Sahnvour
2019-08-04move autoHash into its own module since it can be used with any hash function...Sahnvour