aboutsummaryrefslogtreecommitdiff
path: root/std/hash_map.zig
AgeCommit message (Expand)Author
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
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-05-03remove test and try expressions in favor of if expressionsAndrew Kelley
2017-05-02add safe release build modeAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-21update syntax for try and nullable unwrappingAndrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-07ability to implicitly cast integer literal to &const IntAndrew Kelley
2017-04-06Update zig build system to support user defined optionsAndrew Kelley
2017-04-03delete alloca builtin functionAndrew Kelley
2017-03-31change `@bitcast` to `@ptrcast`Andrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-26replace "&&" and "||" with "and" and "or"Andrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-03-02add compile error for assigning number literal to non-comptime varAndrew Kelley
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