zig/std/special
Andrew Kelley 3e72411db0
C ABI and compiler rt improvements for ARM
* add __multi3 compiler rt function. See #1290
* compiler rt includes ARM functions for thumb and aarch64 and
  other sub-arches left out. See #1526
* support C ABI for returning structs on ARM. see #1481
2018-10-13 15:18:00 -04:00
..
compiler_rt C ABI and compiler rt improvements for ARM 2018-10-13 15:18:00 -04:00
init-exe remove `zig build --init`. add `zig init-lib` and `zig init-exe` 2018-09-17 17:11:18 -04:00
init-lib remove `zig build --init`. add `zig init-lib` and `zig init-exe` 2018-09-17 17:11:18 -04:00
bootstrap.zig std/special/bootstrap: inline some functions to improve stack traces 2018-10-09 13:16:50 -04:00
bootstrap_lib.zig support building static libraries 2018-10-09 13:15:14 -04:00
build_runner.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
builtin.zig clone() on arm64 2018-09-08 03:52:28 +00:00
panic.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
test_runner.zig rename error.skip to error.SkipZigTest 2018-07-21 23:43:43 -04:00