CMakeLists.txt | 1 + doc/langref.html.in | 9 +++- src/all_types.hpp | 1 + src/codegen.cpp | 36 ++++++++++++-- src/ir.cpp | 25 ++++++++-- std/math/expm1.zig | 8 ++++ std/special/compiler_rt/floatuntidf.zig | 60 +++++++++++++++++++++++ std/special/compiler_rt/floatuntidf_test.zig | 81 ++++++++++++++++++++++++++++++++ std/special/compiler_rt/index.zig | 2 + test/cases/cast.zig | 21 ++++++++- test/compile_errors.zig | 17 +++++++ test/runtime_safety.zig | 39 +++++++++++++++ 12 files changed, 291 insertions(+), 9 deletions(-)