aboutsummaryrefslogtreecommitdiff
path: root/std/hash_map.zig
AgeCommit message (Expand)Author
2017-01-23mem.free no longer requires explicit type argumentAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2017-01-05fix hash map implementationAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-31eradicate use of zeroes in stdAndrew Kelley
2016-12-18IR: add FnProto instructionAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-26add this keyword refers to thing in immediate scopeAndrew Kelley
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-10std: use parameter type inference on min and max functionsAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-08-11add CBuf to standard libraryAndrew Kelley
2016-08-07ability to have a return type of 'type'Andrew Kelley
2016-07-27remove multiline commentsAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-05-17add beginning of print stack trace functionAndrew Kelley
2016-05-10some work in progress networking codeAndrew Kelley
2016-05-09add hashmap to standard libraryAndrew Kelley
2016-05-09fix ability to use previous generic params andAndrew Kelley
2016-05-08not-yet-working implementation of generic hash mapAndrew Kelley