.gitattributes | 1 + build.zig | 14 +- ci/azure/linux_script | 4 +- ci/azure/macos_script | 2 +- ci/azure/pipelines.yml | 2 +- ci/azure/windows_script.bat | 11 +- ci/azure/windows_upload | 13 +- lib/libc/include/any-windows-any/psdk_inc/intrin-impl.h | 26 --- src/buffer.cpp | 1 - src/glibc.cpp | 29 +++- src/link.cpp | 4 + src/os.cpp | 2 +- src/util.cpp | 9 +- src/util.hpp | 10 +- std/build.zig | 176 ++++++++++++++++++- std/c.zig | 2 +- std/fmt/parse_float.zig | 4 + std/fs/path.zig | 8 + std/io/test.zig | 4 + std/os/bits/darwin.zig | 4 +- std/os/bits/freebsd.zig | 4 +- std/os/bits/linux/arm-eabi.zig | 4 +- std/os/bits/linux/arm64.zig | 42 +++-- std/os/bits/linux/x86_64.zig | 4 +- std/os/bits/netbsd.zig | 4 +- std/os/test.zig | 4 + std/rb.zig | 9 + std/special/compiler_rt.zig | 11 +- std/special/compiler_rt/arm/aeabi_dcmp.zig | 12 +- std/special/compiler_rt/arm/aeabi_fcmp.zig | 12 +- test/tests.zig | 296 ++++++++++++++++++++++++++------ 31 files changed, 565 insertions(+), 163 deletions(-)