mlugg
f9b5829508
Sema: implement @export for arbitrary values
2023-03-21 15:04:39 +02:00
Koakuma
f9e9ba784f
stage2: sparc64: Skip unimplemented tests
2022-12-10 21:51:46 +07:00
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
Andrew Kelley
ab658e32bd
Sema: fix export with Internal linkage
...
The Export tables should only be populated with non-internal exports.
2022-04-24 20:24:37 -07:00
Veikka Tuominen
f9e4344bb5
Sema: implement zirStructInit is_ref=true union
2022-03-10 20:00:07 +02:00
Andrew Kelley
ed2364a148
stage2: introduce anonymous struct literals
2022-03-01 23:46:57 -07:00