Files
zig/src
Andrew Kelley f4a357d720 stage2: finish debug info for unions in the LLVM backend
Sema:

 * queue full resolution of std.builtin.Type.Error when doing `@typeInfo`
   for error sets.

LLVM backend:

 * change a TODO comment to a proper explanation of why debug info
   for structs is left as a fwd decl sometimes.
 * remove handling of packed unions which does not match the type
   information or constant generation code.
 * remove copy+pasted code
 * fix union debug info not matching the memory layout
 * remove unnecessary error checks and type casting
2022-03-28 16:27:45 -07:00
..
2022-03-27 11:49:54 +03:00
2022-03-19 19:13:31 +02:00
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-01-02 13:16:17 -07:00
2022-03-22 15:45:58 -07:00
2022-03-17 19:03:37 -07:00
2022-01-07 00:06:06 -05:00
2022-03-22 15:45:58 -07:00
2021-09-24 13:39:20 -04:00