zig/std
Sahnvour 987c209b40 heap: make one global instance of DirectAllocator
it is now stateless, so the de/init are not necessary anymore
2019-06-22 14:10:53 -04:00
..
atomic heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
build rename std lib files to new convention 2019-03-02 16:46:04 -05:00
c fix macOS stack trace regression 2019-06-20 19:29:25 -04:00
crypto std: add gimli permutation to crypto 2019-06-16 22:55:38 -04:00
debug Fix off-by-one error in LEB128 parsing 2019-05-15 11:11:16 -04:00
event heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
fmt different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
fs different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
hash different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
io different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
json json tests do not need this prefix anymore 2019-04-29 14:04:31 -04:00
math Use std.math.isPowerOfTwo across std lib 2019-06-10 16:42:39 -04:00
meta different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
os Fix windows create process retry/path search 2019-06-18 13:19:06 -04:00
rand rename std lib files to new convention 2019-03-02 16:46:04 -05:00
special heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
time more fixes for windows and wasi 2019-05-27 01:35:58 -04:00
valgrind ran zig fmt on stdlib 2019-05-19 16:33:31 -04:00
zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
array_list.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
ascii.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
atomic.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
base64.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
buf_map.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
buf_set.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
buffer.zig clean up references to os 2019-05-26 18:32:44 -04:00
build.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
c.zig run zig fmt to update `use` to `usingnamespace` 2019-05-29 19:09:58 -04:00
child_process.zig Fix windows create process retry/path search 2019-06-18 13:19:06 -04:00
coff.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
crypto.zig std: add gimli permutation to crypto 2019-06-16 22:55:38 -04:00
cstr.zig tests passing on linux 2019-05-26 23:35:26 -04:00
debug.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
dwarf.zig Recover symbol infos from DWARF sections 2019-04-20 10:35:39 +02:00
dynamic_library.zig update load dynamic library test for std lib changes 2019-05-30 00:04:11 -04:00
elf.zig starting to fix the regressions 2019-05-26 18:32:44 -04:00
event.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
fmt.zig Small cleanup of fmt.zig 2019-06-17 13:00:00 -04:00
fs.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
hash.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
hash_map.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
heap.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
io.zig altered all instances of readInt* in std.io (and std.debug) to consume the minimum byte size required instead of @sizeOf(). 2019-06-10 17:10:35 -04:00
json.zig enable more json tests 2019-04-29 14:02:19 -04:00
lazy_init.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
linked_list.zig std: Add singly linked list 2019-06-10 15:41:40 +10:00
macho.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
math.zig Fix absFloat 2019-06-20 19:34:22 -04:00
mem.zig mem.concat 2019-06-17 01:41:33 -04:00
meta.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
mutex.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
net.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
os.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
packed_int_array.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
pdb.zig fixes for Windows and WASI 2019-05-27 00:48:56 -04:00
priority_queue.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
process.zig Remove const on argsAlloc 2019-06-13 11:42:17 -04:00
rand.zig fix array literal syntax 2019-06-10 00:39:40 -04:00
rb.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
segmented_list.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
sort.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
spinlock.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
statically_initialized_mutex.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
std.zig std: Add singly linked list 2019-06-10 15:41:40 +10:00
testing.zig std: testing.expectEqual on structs now works 2019-06-10 14:39:44 +10:00
thread.zig thread.spawn: bubble up mprotect error.OutOfMemory 2019-05-28 12:46:44 -04:00
time.zig windows does not integrate cleanly with libc 2019-05-27 15:55:15 -04:00
unicode.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
valgrind.zig Fix formatting for multiline asm expressions 2019-05-13 12:20:11 -04:00
zig.zig zig fmt on the standard library 2019-05-12 12:56:01 -04:00