aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash/wyhash.zig
AgeCommit message (Expand)Author
2025-05-16std.hash.Wyhash: fix dangling stack pointerMarc Tiehuis
2024-07-09std: fix typos (#20560)Jora Troosh
2023-12-08AstGen: add error for using inline loops in comptime only scopesVeikka Tuominen
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-09-02std/hash: perform iterative + smhasher tests at comptimeMarc Tiehuis
2023-09-02std/hash: add generic tests for idempotency/iterative apiMarc Tiehuis
2023-09-02std/hash: add smhasher verification testsMarc Tiehuis
2023-08-05wyhash: keep tail bytes on iterative updatenone
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17wyhash: support comptime usageMarc Tiehuis
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-07reimplement wyhash v4.1 (#15969)Marc Tiehuis
2023-05-20Zir: eliminate `field_call_bind` and `field_call_bind_named`mlugg
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-13update usages of `@call`Veikka Tuominen
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2020-12-31Year++Frank Denis
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-08-20add license header to all std lib filesAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-03-19update std lib to take advantage of slicing with comptime indexesAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2019-12-06remove `@inlineCall` from zigAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley