zig/lib/std
Andrew Kelley 521744bb91
correct the calling convention of WinMainCRTStartup
2019-12-03 16:55:27 -05:00
..
atomic rename std.heap.direct_allocator to std.heap.page_allocator 2019-11-25 17:25:06 -05:00
build mv std/ lib/ 2019-09-25 23:35:41 -04:00
c update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
crypto remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
debug zig fmt 2019-11-25 13:53:13 -05:00
event bring your own OS layer in the std lib 2019-12-02 15:02:17 -05:00
fmt update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
fs Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
hash remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
heap mv std/ lib/ 2019-09-25 23:35:41 -04:00
http remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
io Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
json std.json.Value: added dumpStream(), utilize WriteStream for dump() 2019-11-06 18:21:52 -05:00
math update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
meta remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
net Make StreamServer return address of accecpted client 2019-11-19 01:06:04 +00:00
os Merge pull request #3715 from daurnimator/towards-afd 2019-12-02 16:12:55 -05:00
rand update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
special correct the calling convention of WinMainCRTStartup 2019-12-03 16:55:27 -05:00
time mv std/ lib/ 2019-09-25 23:35:41 -04:00
unicode rename std.heap.direct_allocator to std.heap.page_allocator 2019-11-25 17:25:06 -05:00
valgrind string literals are now null terminated 2019-11-21 20:43:41 -05:00
zig Accept comptime-known expression for asm 2019-12-02 19:53:06 -05:00
LICENSE add extra LICENSE file for clarification 2019-12-02 15:11:11 -05:00
array_list.zig Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
ascii.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
atomic.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
base64.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
bloom_filter.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
buf_map.zig rename std.heap.direct_allocator to std.heap.page_allocator 2019-11-25 17:25:06 -05:00
buf_set.zig rename std.heap.direct_allocator to std.heap.page_allocator 2019-11-25 17:25:06 -05:00
buffer.zig Merge pull request #3769 from MCRusher/initcapacity-for-buffer-arraylist 2019-11-27 13:40:39 -05:00
build.zig Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
builtin.zig WinMainCRTStartup implies defaulting to console subsystem 2019-12-03 12:52:28 -05:00
c.zig Definition fixups & ResetEvent test cases 2019-11-26 20:40:04 -05:00
child_process.zig Merge pull request #3715 from daurnimator/towards-afd 2019-12-02 16:12:55 -05:00
coff.zig fix windows std lib regressions 2019-11-29 21:55:27 -05:00
crypto.zig crypto: Add AES implementation 2019-11-01 22:42:25 -04:00
cstr.zig string literals are now null terminated 2019-11-21 20:43:41 -05:00
debug.zig bring your own OS layer in the std lib 2019-12-02 15:02:17 -05:00
dwarf.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
dynamic_library.zig std.elf: breaking improvements to the API 2019-11-26 14:25:35 -05:00
elf.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
event.zig std lib networking improvements, especially non-blocking I/O 2019-10-29 22:59:30 -04:00
fifo.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
fmt.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
fs.zig Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
hash.zig merge dumps tool: merging ast nodes 2019-10-11 18:13:24 -04:00
hash_map.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
heap.zig bring your own OS layer in the std lib 2019-12-02 15:02:17 -05:00
http.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
io.zig Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
json.zig std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
lazy_init.zig use enum with atomics in std lib 2019-11-12 17:55:54 +02:00
linked_list.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
macho.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
math.zig std.math: remove constants that should be expressions 2019-11-29 10:48:46 -05:00
mem.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
meta.zig string literals are now null terminated 2019-11-21 20:43:41 -05:00
mutex.zig replace ThreadParker with ResetEvent + WordLock mutex 2019-11-26 20:40:27 -05:00
net.zig Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
os.zig bring your own OS layer in the std lib 2019-12-02 15:02:17 -05:00
packed_int_array.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
pdb.zig Merge remote-tracking branch 'origin/master' into remove-array-type-coercion 2019-12-01 09:56:01 -05:00
priority_queue.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
process.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
progress.zig std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
rand.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
rb.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
reset_event.zig remove wait timeout test cases 2019-11-26 20:40:28 -05:00
segmented_list.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
sort.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
spinlock.zig use @atomicStore in std lib 2019-11-13 00:52:15 +02:00
std.zig replace ThreadParker with ResetEvent + WordLock mutex 2019-11-26 20:40:27 -05:00
target.zig remove upstream support for Zen hobby OS 2019-12-02 12:01:49 -05:00
testing.zig Implements std.testing.expectEqual for tagged unions. (#3773) 2019-11-27 16:35:32 -05:00
thread.zig Merge pull request #3715 from daurnimator/towards-afd 2019-12-02 16:12:55 -05:00
time.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
unicode.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
valgrind.zig std: add a couple of tests to valgrind module 2019-11-17 14:16:09 +11:00
zig.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00