aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash
AgeCommit message (Expand)Author
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
2019-12-09remove var args from the languageAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-06getStdOut fixesdata-man
2019-12-06remove `@inlineCall` from zigAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-01Replace code occurences of --override-std-dir with --override-lib-dirSamTebbs33
2019-09-26Add comments about the test cases that have been disabledLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-25mv std/ lib/Andrew Kelley