aboutsummaryrefslogtreecommitdiff
path: root/std/hash/fnv.zig
AgeCommit message (Expand)Author
2019-09-25mv std/ lib/Andrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-06Add common hash/checksum functionsMarc Tiehuis