zig/lib/std/os
LemonBoy 0c355bef9e std: Slim down the error code path in initStaticTLS
Calling @panic made the executable ~30x times bigger, use a simple
`abort()` and let the user figure out what went wrong.

Supporting ARMv6 (and earlier?) platforms is not a priority.

Closes #6676
2020-10-21 23:35:06 -04:00
..
bits code cleanups 2020-10-17 17:52:09 -07:00
linux std: Slim down the error code path in initStaticTLS 2020-10-21 23:35:06 -04:00
uefi Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
windows fixups regarding windows wide strings 2020-10-15 19:37:55 -07:00
bits.zig Merge branch 'master' into openbsd-minimal 2020-10-17 17:38:23 +02:00
darwin.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
dragonfly.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
freebsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
linux.zig implement {get, set}rlimit for linux 2020-10-04 23:56:10 +02:00
netbsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
openbsd.zig add minimal openbsd support 2020-10-11 08:23:36 +00:00
test.zig Rename .macosx to .macos 2020-10-12 18:56:25 -04:00
uefi.zig Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
wasi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
windows.zig Merge pull request #6250 from ziglang/stage2-zig-cc 2020-09-30 04:28:19 -04:00