zig/test
Luuk de Gram 1f196b9e2f
stage2: implement exporting using field access (#13136)
This implements `@export(a.b, .{..});` in semantic analysis,
allowing users to directly export a variable from a namespace.

* add test case for exporting using field access
2022-10-12 04:38:07 -04:00
..
behavior stage2: implement exporting using field access (#13136) 2022-10-12 04:38:07 -04:00
c_abi C ABI: Add tests for complex float/double support 2022-10-09 23:24:29 -07:00
cases Merge pull request #13075 from Vexu/stage2-fixes 2022-10-10 23:27:17 +02:00
link test/link: don't strip producers section for wasm 2022-10-11 21:27:09 +02:00
src
stage2 Sema: allow empty enums and unions 2022-08-17 23:03:04 +03:00
standalone compiler-rt: Implement mulXc3 and divXc3 functions 2022-10-09 11:09:41 -07:00
assemble_and_link.zig
behavior.zig stage2 LLVM: Use a packed aggregate for union payload init 2022-10-11 15:42:01 -04:00
cases.zig
cli.zig Compilation: strip debug info from ReleaseSmall by default 2022-10-11 17:51:25 +02:00
compare_output.zig validate number literals in AstGen 2022-09-13 20:26:04 -04:00
compile_errors.zig sema: load the correct AST in failWithInvalidComptimeFieldStore 2022-09-26 08:56:34 +02:00
gen_h.zig
link.zig test/link: Add linker test for producers section 2022-10-08 09:43:40 +02:00
run_translated_c.zig translate-c: Fix #12263 2022-10-10 22:29:56 +02:00
stack_traces.zig test-stack-traces: restore test coverage 2022-08-24 12:57:31 -07:00
standalone.zig llvm: avoid undefined values by ensuring the StackTrace decl is analyzed 2022-10-01 04:02:09 -04:00
tests.zig tests: force LLD off for stage2 backends until auto-select deems worthy 2022-09-07 23:16:42 +02:00
translate_c.zig Update translate-c tests 2022-10-11 00:43:53 +02:00