zig/lib
Andrew Kelley 60cd11bd4b
get rid of std.os.foo.is_the_target
It had the downside of running all the comptime blocks and resolving
all the usingnamespaces of each system, when just trying to discover if
the current system is a particular one.

For Darwin, where it's nice to use `std.Target.current.isDarwin()`, this
demonstrates the utility that #425 would provide.
2019-10-24 01:14:52 -04:00
..
include update C header files to clang 9.0.0rc4 2019-09-10 13:30:43 -04:00
libc update musl src to v1.1.24 2019-10-17 11:55:43 -04:00
libcxx/include update libcxx to 9.0.0-rc2 2019-08-20 19:36:26 -04:00
libunwind update libunwind to llvm9 2019-07-19 16:54:00 -04:00
std get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00