zig/std
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
..
atomic Improve time.sleep api 2018-10-11 11:57:59 -04:00
c fixups 2018-09-21 14:15:58 -04:00
crypto update std lib API for I/O 2018-09-30 17:28:35 -04:00
debug update std lib API for I/O 2018-09-30 17:28:35 -04:00
event Improve time.sleep api 2018-10-11 11:57:59 -04:00
fmt Merge pull request #1429 from shawnl/arm64 2018-10-06 00:11:39 -04:00
hash remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
math added math.pow support for integer types. resolves #1637 (#1642) 2018-10-10 10:50:23 -04:00
os Improve time.sleep api 2018-10-11 11:57:59 -04:00
rand overhaul api for getting random integers (#1578) 2018-09-27 00:35:38 -04:00
special C ABI and compiler rt improvements for ARM 2018-10-13 15:18:00 -04:00
zig Add doc comment for tokenLocationPtr (#1618) 2018-10-02 00:51:53 -04:00
array_list.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
base64.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
buf_map.zig breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00
buf_set.zig breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00
buffer.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
build.zig std lib (breaking): posixRead can return less than buffer size 2018-10-01 13:50:55 -04:00
coff.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
cstr.zig fix windows 2018-08-21 16:07:28 -04:00
dwarf.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
dynamic_library.zig merged windows dll apis 2018-09-30 01:05:13 -05:00
elf.zig Merge pull request #1429 from shawnl/arm64 2018-10-06 00:11:39 -04:00
empty.zig recognize ar program and pass --gc-sections to ld 2016-05-11 14:44:10 -07:00
event.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
hash_map.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
heap.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
index.zig std.Mutex: implement blocking mutexes on linux 2018-10-03 13:19:10 -04:00
io.zig std lib (breaking): posixRead can return less than buffer size 2018-10-01 13:50:55 -04:00
io_test.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
json.zig self-hosted: watch files and trigger a rebuild 2018-08-03 17:22:17 -04:00
json_test.zig Fix json parser comma after empty object case 2018-06-08 17:43:13 +12:00
lazy_init.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
linked_list.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
macho.zig zig fmt 2018-08-27 19:25:40 -04:00
mem.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
mutex.zig better mutex implementation 2018-10-03 14:55:12 -04:00
net.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
pdb.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
rb.zig std/rb.zig: fix comment 2018-09-01 22:23:34 -07:00
segmented_list.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
sort.zig Add generic comparator generator functions for sorting 2018-07-11 18:44:30 +12:00
spinlock.zig std.Mutex: implement blocking mutexes on linux 2018-10-03 13:19:10 -04:00
unicode.zig fix linux 2018-08-21 20:31:50 -04:00