aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash
AgeCommit message (Expand)Author
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-14CLI: rename --override-lib-dir to --zig-lib-dirAndrew Kelley
2021-06-14std: fix auto hash of tagged union with void fieldIsaac Freund
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-17std: update regarding std.builtin reorganizationAndrew 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-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-03-21Specify type in autoHash error messageJoris Hartog
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-11std CityHash: disable memory-expensive tests for nowAndrew Kelley
2021-01-11Modify cityhash to work at comptimeMartin Wickham
2021-01-02std: disable a couple tests on windowsAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-26Handle unions in autoHashJulius Putra Tanu Setiaji
2020-12-26Also check whether structs contain slicesJulius Putra Tanu Setiaji
2020-12-17std: Don't hash undefined bitsLemonBoy
2020-11-18Change seed for Murmur2_64 from u32 to u64breakin
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-09-14Merge pull request #6172 from tadeokondrak/@Type(.Union)Veikka Tuominen
2020-09-13std: Make the CRC32 calculation slightly fasterLemonBoy
2020-09-07Use less inefficient method of replacing TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-09-07Update standard library for removal of TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-09-03update uses of deprecated type field accessVexu
2020-08-22Promote hash/siphash to crypto/siphashFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-13translate-c: add return if one is neededVexu
2020-07-26make use of hasUniqueRepresentation to speed up hashing facilities, fastpath ...Sahnvour
2020-07-26improve autoHash type switchSahnvour
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-25Use writer in benchmarksdata-man
2020-05-06Optimization of vectors hashingdata-man
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-03Update all remaining uses of &outStream().streamRyan Liptak
2020-03-31Fix porting of zlib alder32 with large inputMichaƫl Larouche
2020-03-19update std lib to take advantage of slicing with comptime indexesAndrew Kelley
2020-03-19std lib fixups for new semanticsAndrew Kelley
2020-03-01short std.builtin enum literals in std libxackus
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-01Run `zig fmt`LemonBoy
2020-01-29Convert a bunch of page_allocator to testing.allocatorBenjamin Feng
2020-01-27remove invalid use of `allowzero` in std.crypto.murmurAndrew Kelley
2020-01-18std: use non-exhaustive enums from crc moduledaurnimator
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter