zig/test
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
..
behavior Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
src
stage1/c_abi
stage2 AstGen: properly restore previous state after temporary changes 2021-05-28 17:29:56 -07:00
standalone add a standalone for zig as a c/c++ compiler 2021-05-25 00:42:31 +02:00
assemble_and_link.zig
behavior.zig
cli.zig std: @import("builtin").StackTrace -> std.builtin.StackTrace 2021-05-17 14:36:51 -07:00
compare_output.zig
compile_errors.zig stage1: get test-compile-errors passing again 2021-05-28 14:19:08 -07:00
gen_h.zig
run_translated_c.zig translate-c: add support for __cleanup__ attribute 2021-05-19 12:12:18 +03:00
runtime_safety.zig update langref, compile-error tests, safety tests 2021-05-17 15:25:27 -07:00
stack_traces.zig overhaul elf csu (c-runtime startup) logic 2021-05-23 15:38:57 -04:00
standalone.zig add a standalone for zig as a c/c++ compiler 2021-05-25 00:42:31 +02:00
tests.zig tests: disable i386-linux-gnu -lc target due to CI failures 2021-05-28 16:31:09 -07:00
translate_c.zig translate-c: support designated initializers in macros 2021-06-01 23:40:43 -04:00