aboutsummaryrefslogtreecommitdiff
path: root/std/hash_map.zig
AgeCommit message (Expand)Author
2019-06-16Added HashInt to function calls AutoHash\nFixes issue 2669Timon Kruiper
2019-06-13HashMap.getValue()Josh Wolfe
2019-06-13Handle putNoClobber errorsJonathan Marler
2019-06-13Add HashMap apis that assert the common caseJosh Wolfe
2019-06-10Use std.math.isPowerOfTwo across std libRyan Liptak
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-06-05std.HashMap: use std.math.ceilPowerOfTwoRyan Liptak
2019-06-05std.HashMap: optimize indexing by avoiding modulo operatorRyan Liptak
2019-05-12zig fmt on the standard libraryAndrew Kelley
2019-05-03std.HashMap: cleanup ensureCapacity + add testRyan Liptak
2019-05-02std.HashMap: make ensureCapacityExact privateRyan Liptak
2019-05-02std.HashMap: add putAssumeCapacity fnRyan Liptak
2019-05-02std.HashMap: make ensureCapacity optimize for the expected count, add ensureC...Ryan Liptak
2019-05-02make std.HashMap.ensureCapacity round up to the nearest power of twoRyan Liptak
2019-05-01std.HashMap: add public ensureCapacity fnRyan Liptak
2019-04-07Fix std.HashMap.remove returning incorrect KVRyan Liptak
2019-03-24introduce the enum literal typeAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-14fix implicit cast error unions with non-optional to optional pointerAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-01-30introduce vector type for SIMDAndrew Kelley
2018-11-29Implemented getOrPutValue which wraps getOrPutJimmi Holst Christensen
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-08-23macos stack traces: read debug info sections from .o filesAndrew Kelley
2018-08-07fix hash map testAndrew Kelley
2018-08-06std.HashMap.autoHash: use xor instead of wrapping multAndrew Kelley
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley
2018-08-01add std.event.RwLock and a few more std changesAndrew Kelley
2018-07-09std.Hashmap - don't use catch unreachable in testsAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-05-04Made container methods that can be const, constJimmi Holst Christensen
2018-05-03Unified APIBraedon
2018-04-11simplify and fix BufMap logicAndrew Kelley
2018-02-23fix type_is_codegen_pointer being used incorrectlyAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-17docgen: validate See Also sectionsAndrew Kelley
2018-01-17docgen auto generates table of contentsAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-08-29introduce align keywordAndrew Kelley