aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash_map.zig
AgeCommit message (Expand)Author
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-18HashMap.getOrPutAssumeCapacityAdapted should set key to undefined (#9138)hadroncfy
2021-06-10zig fmtAndrew Kelley
2021-06-03Fix return type of HashMap.getAdaptedMartin Wickham
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-14std.hash_map: use 7 bits of metadata instead of 6Sahnvour
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-04-10lib/std: remove empty init from HashMapUnmanagedMeghan Denny
2021-03-08stage2 cbe: non pointer optionalsVeikka Tuominen
2021-02-27HashMap.put returns !void, not a !booldaurnimator
2021-01-07Add compileError message for StringHashMap in AutoHashMapJulius Putra Tanu Setiaji
2020-12-31Year++Frank Denis
2020-12-09small fixes and zig fmtVexu
2020-11-11std: fix HashMap.clearRetainingCapacityVexu
2020-11-11std: fix HashMap.putAssumeCapacityVexu
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