lib/std/math/big/int.zig | 157 +- lib/std/math/big/int_test.zig | 86 +- lib/std/zig/Zir.zig | 6 +- src/Air.zig | 4 + src/InternPool.zig | 20 + src/Sema.zig | 4 + src/Type.zig | 4 + src/arch/x86_64/CodeGen.zig | 14824 +++++++++++++-------- src/arch/x86_64/Encoding.zig | 1 + src/arch/x86_64/Lower.zig | 2 +- src/arch/x86_64/bits.zig | 6 +- src/codegen/c.zig | 3 +- src/codegen/c/Type.zig | 60 + test/behavior/x86_64/binary.zig | 5759 +++++++++ test/behavior/x86_64/build.zig | 4 +- test/behavior/x86_64/cast.zig | 14565 +++++++++++++++++++++ test/behavior/x86_64/math.zig | 22088 +------------------------------- test/behavior/x86_64/unary.zig | 1820 +++ test/cases/compile_errors/@import_zon_bad_type.zig | 6 +- test/cases/compile_errors/anytype_param_requires_comptime.zig | 2 +- test/cases/compile_errors/bogus_method_call_on_slice.zig | 2 +- test/cases/compile_errors/coerce_anon_struct.zig | 2 +- test/cases/compile_errors/redundant_try.zig | 4 +- 23 files changed, 31657 insertions(+), 27772 deletions(-)