doc/langref.html.in | 104 ++++++++++++------------- lib/std/array_list.zig | 2 +- lib/std/atomic/queue.zig | 2 +- lib/std/atomic/stack.zig | 2 +- lib/std/debug.zig | 8 +- lib/std/event/group.zig | 2 +- lib/std/event/loop.zig | 2 +- lib/std/fmt.zig | 68 ++++++++--------- lib/std/hash/auto_hash.zig | 6 +- lib/std/hash/cityhash.zig | 8 +- lib/std/hash/murmur.zig | 8 +- lib/std/http/headers.zig | 2 +- lib/std/io.zig | 8 +- lib/std/json.zig | 6 +- lib/std/json/write_stream.zig | 4 +- lib/std/math.zig | 68 ++++++++--------- lib/std/math/acos.zig | 4 +- lib/std/math/acosh.zig | 4 +- lib/std/math/asin.zig | 4 +- lib/std/math/asinh.zig | 4 +- lib/std/math/atan.zig | 4 +- lib/std/math/atanh.zig | 4 +- lib/std/math/big/int.zig | 4 +- lib/std/math/cbrt.zig | 4 +- lib/std/math/ceil.zig | 4 +- lib/std/math/complex/abs.zig | 4 +- lib/std/math/complex/acos.zig | 4 +- lib/std/math/complex/acosh.zig | 4 +- lib/std/math/complex/arg.zig | 4 +- lib/std/math/complex/asin.zig | 4 +- lib/std/math/complex/asinh.zig | 4 +- lib/std/math/complex/atan.zig | 4 +- lib/std/math/complex/atanh.zig | 4 +- lib/std/math/complex/conj.zig | 4 +- lib/std/math/complex/cos.zig | 4 +- lib/std/math/complex/cosh.zig | 4 +- lib/std/math/complex/exp.zig | 4 +- lib/std/math/complex/ldexp.zig | 4 +- lib/std/math/complex/log.zig | 4 +- lib/std/math/complex/proj.zig | 4 +- lib/std/math/complex/sin.zig | 4 +- lib/std/math/complex/sinh.zig | 4 +- lib/std/math/complex/sqrt.zig | 4 +- lib/std/math/complex/tan.zig | 4 +- lib/std/math/complex/tanh.zig | 4 +- lib/std/math/cos.zig | 4 +- lib/std/math/cosh.zig | 4 +- lib/std/math/exp.zig | 4 +- lib/std/math/exp2.zig | 4 +- lib/std/math/expm1.zig | 4 +- lib/std/math/expo2.zig | 4 +- lib/std/math/fabs.zig | 4 +- lib/std/math/floor.zig | 4 +- lib/std/math/frexp.zig | 4 +- lib/std/math/ilogb.zig | 2 +- lib/std/math/isfinite.zig | 2 +- lib/std/math/isinf.zig | 6 +- lib/std/math/isnormal.zig | 2 +- lib/std/math/ln.zig | 8 +- lib/std/math/log.zig | 4 +- lib/std/math/log10.zig | 8 +- lib/std/math/log1p.zig | 4 +- lib/std/math/log2.zig | 6 +- lib/std/math/modf.zig | 4 +- lib/std/math/round.zig | 4 +- lib/std/math/scalbn.zig | 4 +- lib/std/math/signbit.zig | 2 +- lib/std/math/sin.zig | 4 +- lib/std/math/sinh.zig | 4 +- lib/std/math/sqrt.zig | 4 +- lib/std/math/tan.zig | 4 +- lib/std/math/tanh.zig | 4 +- lib/std/math/trunc.zig | 4 +- lib/std/mem.zig | 36 ++++----- lib/std/meta.zig | 14 ++-- lib/std/meta/trait.zig | 42 +++++------ lib/std/mutex.zig | 2 +- lib/std/net.zig | 2 +- lib/std/os.zig | 2 +- lib/std/os/linux.zig | 4 +- lib/std/os/uefi.zig | 2 +- lib/std/os/windows/kernel32.zig | 4 +- lib/std/pdb.zig | 2 +- lib/std/reset_event.zig | 14 ++-- lib/std/segmented_list.zig | 4 +- lib/std/special/build_runner.zig | 2 +- lib/std/special/compiler_rt.zig | 8 +- lib/std/special/start.zig | 8 +- lib/std/testing.zig | 10 +-- lib/std/thread.zig | 10 +-- lib/std/zig/parser_test.zig | 15 +++- lib/std/zig/render.zig | 38 ++++++---- src-self-hosted/dep_tokenizer.zig | 4 +- src-self-hosted/ir.zig | 2 +- src-self-hosted/libc_installation.zig | 2 +- src-self-hosted/stage1.zig | 10 +-- src-self-hosted/translate_c.zig | 4 +- src-self-hosted/type.zig | 6 +- src/all_types.hpp | 2 +- src/analyze.cpp | 4 +- src/codegen.cpp | 6 +- src/ir.cpp | 12 +-- src/ir_print.cpp | 2 +- src/translate_c.cpp | 8 +- test/compare_output.zig | 4 +- test/compile_errors.zig | 130 ++++++++++++++++---------------- test/stage1/behavior/align.zig | 42 +++++------ test/stage1/behavior/array.zig | 6 +- test/stage1/behavior/async_fn.zig | 24 +++--- test/stage1/behavior/atomics.zig | 4 +- test/stage1/behavior/bugs/1851.zig | 2 +- test/stage1/behavior/bugs/2114.zig | 2 +- test/stage1/behavior/bugs/3742.zig | 2 +- test/stage1/behavior/bugs/655.zig | 2 +- test/stage1/behavior/bugs/718.zig | 2 +- test/stage1/behavior/cast.zig | 20 ++--- test/stage1/behavior/error.zig | 6 +- test/stage1/behavior/eval.zig | 4 +- test/stage1/behavior/fn.zig | 8 +- test/stage1/behavior/for.zig | 4 +- test/stage1/behavior/generics.zig | 2 +- test/stage1/behavior/math.zig | 6 +- test/stage1/behavior/misc.zig | 20 ++--- test/stage1/behavior/pointers.zig | 30 ++++---- test/stage1/behavior/ptrcast.zig | 2 +- test/stage1/behavior/reflection.zig | 12 +-- test/stage1/behavior/sizeof_and_typeof.zig | 20 ++--- test/stage1/behavior/switch.zig | 4 +- test/stage1/behavior/type.zig | 4 +- test/stage1/behavior/type_info.zig | 6 +- test/stage1/behavior/undefined.zig | 2 +- test/stage1/behavior/vector.zig | 2 +- test/translate_c.zig | 2 +- tools/merge_anal_dumps.zig | 2 +- 134 files changed, 604 insertions(+), 585 deletions(-)