zig/lib/std/fs
Martin Wickham fc9430f567 Breaking hash map changes for 0.8.0
- 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
2021-06-03 17:02:16 -05:00
..
file.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-12 16:41:20 -07:00
get_app_data_dir.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
path.zig std: update regarding std.builtin reorganization 2021-05-17 16:08:09 -07:00
test.zig dragonfly: pass zig build test 2021-05-24 10:24:41 -04:00
wasi.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
watch.zig Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00