aboutsummaryrefslogtreecommitdiff
path: root/std/hash/crc.zig
AgeCommit message (Expand)Author
2019-09-25mv std/ lib/Andrew Kelley
2019-08-24std/hash: Revert crc32 api changeMarc Tiehuis
2019-08-21Add more hash functions to benchmark scriptsMarc Tiehuis
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-06-17remove integer and float casting syntaxAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-04-06Add common hash/checksum functionsMarc Tiehuis