Files
zig/src
Andrew Kelley cd04b49041 stage2: fix @call when used in a comptime or nosuspend block
`@call` allows specifying the modifier explicitly, however it can still
appear in a context that overrides the modifier. This commit adds flags
to the BuiltinCall ZIR encoding. Since we have unused bits I also threw
in the ensure_result_used mechanism.

I also deleted a behavior test that was checking for bound function
behavior where I think stage2 behavior is correct and stage1 behavior
is incorrect.
2022-05-20 02:47:20 -07:00
..
2022-05-13 16:43:59 -04:00
2022-04-27 16:45:23 -07:00
2022-05-13 16:43:59 -04:00
2022-05-19 20:21:07 -04:00
2022-05-13 16:43:59 -04:00
2022-05-19 20:21:07 -04:00
2022-05-19 20:21:07 -04:00
2022-05-04 01:00:57 +02:00
2022-05-13 16:43:59 -04:00
2022-01-07 00:06:06 -05:00
2022-05-16 17:42:51 -07:00
2022-04-28 17:48:05 +03:00
2021-09-24 13:39:20 -04:00