aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash_map.zig
AgeCommit message (Expand)Author
2020-09-09Switch type of HashMap's count from usize to u32 (#6262)Zachary Meadows
2020-09-02hash_map: rename to ArrayHashMap and add new HashMap implementationSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-02.debug_line incremental compilation initial supportAndrew Kelley
2020-07-26make use of hasUniqueRepresentation to speed up hashing facilities, fastpath ...Sahnvour
2020-07-13std: add StringHashMapUnmanageddaurnimator
2020-07-10remove stray allocator parameterJosh Wolfe
2020-07-08Merge remote-tracking branch 'origin/master' into register-allocationAndrew Kelley
2020-07-06fix HashMap.clone()Vexu
2020-07-06std: expose unmanaged hash mapsAndrew Kelley
2020-07-05update more HashMap API usageAndrew Kelley
2020-07-05std hash map: do the pow2 improvement againAndrew Kelley
2020-07-05update std lib to new hash map APIAndrew Kelley
2020-07-05reimplement std.HashMapAndrew Kelley
2020-06-02std.HashMap: allow ensureCapacity with a zero parameterAndrew Kelley
2020-05-28Remove reliance on hashing algorithm for iterator reset test.Walter Mays
2020-05-12self-hosted: rework the memory layout of ir.Module and related typesAndrew Kelley
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-03-01short std.builtin enum literals in std libxackus
2020-01-29Convert a bunch of page_allocator to testing.allocatorBenjamin Feng
2019-12-07documentation for mutable HashMap KV pointersJosh Wolfe
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-08update the codebase to use `@as`Andrew Kelley
2019-10-16generated docs: progress towards generic types being usefulAndrew Kelley
2019-10-11merge dumps tool: merging ast nodesAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley