zig/test
Dmitry Matveyev 00982f75e9
stage2: Remove special double ampersand parsing case (#9114)
* Remove parser error on double ampersand

* Add failing test for double ampersand case

* Add error when encountering double ampersand in AstGen

"Bit and" operator should not make sense when one of its operands
is an address.

* Check that 2 ampersands are adjacent to each other in source string

* Remove cases of unused variables in tests
2021-06-20 21:04:14 +03:00
..
behavior embedFile: change notation from [X:0] to [N:0] 2021-06-16 22:03:02 +01:00
src std.build: don't default to static linkage 2021-06-12 14:23:07 +03:00
stage1/c_abi stage1: Fix handling of C ABI parameters split in multiple regs 2021-06-10 12:50:25 -04:00
stage2 stage2: Remove special double ampersand parsing case (#9114) 2021-06-20 21:04:14 +03:00
standalone Merge pull request #7959 from MasterQ32/build_rewrite 2021-06-11 19:13:14 +03:00
assemble_and_link.zig
behavior.zig tagName: return a null-terminated slice 2021-06-16 22:02:42 +01:00
cli.zig std: @import("builtin").StackTrace -> std.builtin.StackTrace 2021-05-17 14:36:51 -07:00
compare_output.zig Add a logging allocator that uses std.log (#8511) 2021-06-09 21:42:07 +03:00
compile_errors.zig Improve error message when std.fmt.format is missing arguments 2021-06-13 10:33:49 +03:00
gen_h.zig
run_translated_c.zig translate-c: don't bother with unwrapping pointers 2021-06-13 15:23:31 +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 tools: Unbreak many tools 2021-06-13 15:25:18 -04:00
tests.zig format zig files and add formatting check to ci 2021-06-13 22:33:39 +03:00
translate_c.zig translate-c: move utility functions to a separate namespace 2021-06-14 20:13:34 +03:00