aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash/benchmark.zig
AgeCommit message (Expand)Author
2022-04-24std: fix crypto and hash benchmarkjagt
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-27std.rand: Refactor `Random` interfaceOminitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update `hash` & `crypto` benchmarks run comment (#9790)Ali Chraghi
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-14CLI: rename --override-lib-dir to --zig-lib-dirAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2020-12-31Year++Frank Denis
2020-08-22Promote hash/siphash to crypto/siphashFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-25Use writer in benchmarksdata-man
2020-04-03Update all remaining uses of &outStream().streamRyan Liptak
2020-03-01short std.builtin enum literals in std libxackus
2020-02-01Run `zig fmt`LemonBoy
2020-01-18std: use non-exhaustive enums from crc moduledaurnimator
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-06getStdOut fixesdata-man
2019-10-01Replace code occurences of --override-std-dir with --override-lib-dirSamTebbs33
2019-09-25mv std/ lib/Andrew Kelley