zig/test
Veikka Tuominen b3c6d774d2 stage2: improve error message for missing member in file root struct
* the root struct decl name is fully qualified
  this prevents error messages containing 'main.main'
* avoid declared here note when file struct is missing a member
  It always points at the start of the file which might contain another
  container misleading the user.
2022-09-30 00:09:24 +03:00
..
behavior Sema: use correct ptr ty to check for attributes of slice field ptr 2022-09-30 00:09:24 +03:00
c_abi stage2: Fix multiple_llvm_int parameter passing 2022-09-28 12:48:28 +03:00
cases stage2: improve error message for missing member in file root struct 2022-09-30 00:09:24 +03:00
link add removed expected stdout comparison in link test 2022-09-18 09:28:46 +02:00
src
stage2
standalone std: add return address parameter to panic fn 2022-09-20 19:05:00 -07:00
assemble_and_link.zig
behavior.zig Sema: fix resolveInferredErrorSet panic when generic inline function 2022-09-29 14:44:37 +03:00
cases.zig
cli.zig std: add return address parameter to panic fn 2022-09-20 19:05:00 -07:00
compare_output.zig
compile_errors.zig sema: load the correct AST in failWithInvalidComptimeFieldStore 2022-09-26 08:56:34 +02:00
gen_h.zig
link.zig macho: test empty translation units 2022-09-17 18:43:24 +02:00
run_translated_c.zig
stack_traces.zig
standalone.zig
tests.zig
translate_c.zig