mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
- hash/eql functions moved into a Context object
- *Context functions pass an explicit context
- *Adapted functions pass specialized keys and contexts
- new getPtr() function returns a pointer to value
- remove functions renamed to fetchRemove
- new remove functions return bool
- removeAssertDiscard deleted, use assert(remove(...)) instead
- Keys and values are stored in separate arrays
- Entry is now {*K, *V}, the new KV is {K, V}
- BufSet/BufMap functions renamed to match other set/map types
- fixed iterating-while-modifying bug in src/link/C.zig
|
||
|---|---|---|
| .. | ||
| spirv | ||
| gen_spirv_spec.zig | ||
| gen_stubs.zig | ||
| merge_anal_dumps.zig | ||
| process_headers.zig | ||
| update_clang_options.zig | ||
| update_cpu_features.zig | ||
| update_glibc.zig | ||
| update_spirv_features.zig | ||
| zig-gdb.py | ||
| zig_gdb_pretty_printers.py | ||