aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash
AgeCommit message (Expand)Author
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