aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash/crc.zig
AgeCommit message (Expand)Author
2024-04-28std.hash.crc: simplify apiMarc Tiehuis
2024-04-11std.hash.crc: get rid of usingnamespaceBrandon Black
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-09-02std/hash: add generic tests for idempotency/iterative apiMarc Tiehuis
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-22Rewrite update_crc_catalog in zig and move tests to separate filefn ⌃ ⌥
2023-01-21std.hash.crc: implement algorithms listed in CRC RevEng catalogfn ⌃ ⌥
2022-12-14std: remove OOM workaroundsAndrew Kelley
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