aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash/auto_hash.zig
AgeCommit message (Expand)Author
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-13update usages of `@call`Veikka Tuominen
2022-12-09Eliminate `BoundFn` type from the languageVeikka Tuominen
2022-10-30std: re-enable auto hash testAndrew Kelley
2022-08-14Fix #12423: auto_hash not hashing arrays of slices uniquelyYujiri
2022-08-11fix error message when providing slice to `std.hash.autoHash`LordMZTE
2022-07-20disable std lib test failing with self-hosted ReleaseSafeAndrew Kelley
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-01-31std: make ArrayHashMap eql function accept an additional paramAndrew Kelley
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01re-enable mips behavior tests for vectorsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-21Correct hasUniqueRepresentation for vectorsTau
2021-06-14std: fix auto hash of tagged union with void fieldIsaac Freund
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-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-03-21Specify type in autoHash error messageJoris Hartog
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
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-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-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-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-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-01-29Convert a bunch of page_allocator to testing.allocatorBenjamin Feng
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09remove var args from the languageAndrew Kelley
2019-12-06remove `@inlineCall` from zigAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
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