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