index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
hash_map.zig
Age
Commit message (
Expand
)
Author
2018-04-11
simplify and fix BufMap logic
Andrew Kelley
2018-02-23
fix type_is_codegen_pointer being used incorrectly
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-17
docgen: validate See Also sections
Andrew Kelley
2018-01-17
docgen auto generates table of contents
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-21
update syntax for try and nullable unwrapping
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-07
ability to implicitly cast integer literal to &const Int
Andrew Kelley
2017-04-06
Update zig build system to support user defined options
Andrew Kelley
2017-04-03
delete alloca builtin function
Andrew Kelley
2017-03-31
change `@bitcast` to `@ptrcast`
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-02
add compile error for assigning number literal to non-comptime var
Andrew Kelley
2017-01-23
mem.free no longer requires explicit type argument
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2017-01-05
fix hash map implementation
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-31
eradicate use of zeroes in std
Andrew Kelley
2016-12-18
IR: add FnProto instruction
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-09-10
std: use parameter type inference on min and max functions
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-08-11
add CBuf to standard library
Andrew Kelley
2016-08-07
ability to have a return type of 'type'
Andrew Kelley
2016-07-27
remove multiline comments
Andrew Kelley
2016-07-26
unsigned integers for sizes of things
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-05-17
add beginning of print stack trace function
Andrew Kelley
2016-05-10
some work in progress networking code
Andrew Kelley
2016-05-09
add hashmap to standard library
Andrew Kelley
2016-05-09
fix ability to use previous generic params and
Andrew Kelley
2016-05-08
not-yet-working implementation of generic hash map
Andrew Kelley