create mode 100644 src-self-hosted/clang.zig create mode 100644 src-self-hosted/stage1.zig create mode 100644 src-self-hosted/translate_c.zig create mode 100644 src/userland.cpp create mode 100644 src/userland.h create mode 100644 std/debug/leb128.zig create mode 100644 std/io/c_out_stream.zig create mode 100644 std/io/test.zig delete mode 100644 std/io_test.zig create mode 100644 std/json/test.zig delete mode 100644 std/json_test.zig create mode 100644 std/math/big/rational.zig create mode 100644 std/os/linux/tls.zig create mode 100644 std/os/wasi.zig create mode 100644 std/os/wasi/core.zig create mode 100644 std/packed_int_array.zig create mode 100644 std/special/compiler_rt/arm/aeabi_dcmp.zig create mode 100644 std/special/compiler_rt/arm/aeabi_fcmp.zig create mode 100644 std/special/compiler_rt/ashlti3.zig create mode 100644 std/special/compiler_rt/ashlti3_test.zig create mode 100644 std/special/compiler_rt/ashrti3.zig create mode 100644 std/special/compiler_rt/ashrti3_test.zig create mode 100644 std/special/compiler_rt/comparedf2.zig create mode 100644 std/special/compiler_rt/comparedf2_test.zig create mode 100644 std/special/compiler_rt/comparesf2.zig create mode 100644 std/special/compiler_rt/comparesf2_test.zig create mode 100644 std/special/compiler_rt/floatdidf.zig create mode 100644 std/special/compiler_rt/floatdidf_test.zig create mode 100644 std/special/compiler_rt/floatsiXf.zig create mode 100644 std/special/compiler_rt/floatundidf.zig create mode 100644 std/special/compiler_rt/floatundidf_test.zig create mode 100644 std/special/compiler_rt/floatunsidf.zig create mode 100644 std/special/compiler_rt/lshrti3.zig create mode 100644 std/special/compiler_rt/lshrti3_test.zig create mode 100644 std/special/compiler_rt/mulodi4.zig create mode 100644 std/special/compiler_rt/mulodi4_test.zig create mode 100644 std/special/compiler_rt/stack_probe.zig delete mode 100644 std/special/fmt_runner.zig create mode 100644 test/stage1/behavior/bugs/1607.zig create mode 100644 test/stage1/behavior/bugs/2114.zig create mode 100644 test/stage1/behavior/bugs/2346.zig