aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash/crc.zig
AgeCommit message (Expand)Author
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28std: remove redundant comptime keywordAndrew Kelley
2021-01-02std: disable a couple tests on windowsAndrew Kelley
2020-12-31Year++Frank Denis
2020-09-13std: Make the CRC32 calculation slightly fasterLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-01-18std: use non-exhaustive enums from crc moduledaurnimator
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley