aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash.zig
AgeCommit message (Expand)Author
2024-11-24std.hash.int: avoid words like "easy" and "fast" in doc commentsAndrew Kelley
2024-11-24std.hash.int: better handle odd bit sizesFrancesco Alemanno
2024-11-24std.hash.int: restore previous behaviorAndrew Kelley
2024-11-24std.hash.int: use anytype instead of explicit type parameterAndrew Kelley
2024-11-24std.hash: improve simple hashing of unsigned integersFrancesco Alemanno
2023-10-17XXH3 Implementation for Zig STD (#17530)David
2023-06-10add std.hash.uint32Andrew Kelley
2023-04-21std: remove names from incorrectly named testsJacob Young
2023-02-20std.hash: add XxHash64 and XxHash32dweiller
2022-01-07lint: duplicate import (#10519)Meghan
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2020-12-31Year++Frank Denis
2020-08-22Promote hash/siphash to crypto/siphashFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2019-10-11merge dumps tool: merging ast nodesAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley