zig/lib/std
Andrew Kelley 2ae72c6f09 Sema: implement ExportOptions support in @export
Also fix switch blocks not emitting their AIR code.
2021-05-03 20:05:29 -07:00
..
atomic Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-24 10:44:41 -07:00
build
c std: fix compile errors found by stage2 AstGen 2021-04-29 20:33:29 -07:00
compress check for overflow when reading code lengths for a block with dynamic Huffman codes 2021-04-29 17:48:08 -04:00
crypto Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-30 23:13:17 -07:00
event Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-24 10:44:41 -07:00
fmt std: Add a parser for hexadecimal floating point numbers 2021-04-28 17:36:12 -04:00
fs stage2: implement caching for ZIR code 2021-04-25 00:02:58 -07:00
hash std: remove redundant comptime keyword 2021-04-28 22:58:12 -07:00
heap std.GeneralPurposeAllocator: print leaked memory addresses 2021-05-01 21:25:01 -07:00
io std: remove redundant comptime keyword 2021-04-28 22:58:12 -07:00
json std.meta: add isError 2021-04-11 16:26:29 +02:00
math Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-24 10:44:41 -07:00
mem
meta std: fix compile errors found by stage2 AstGen 2021-04-29 20:33:29 -07:00
net
os move behavior tests from test/stage1/ to test/ 2021-04-29 15:54:04 -07:00
rand Add tests for the fill functions of the Isaac64, Pcg, Sfc64, and Xoroshiro128 PRNGs 2021-03-29 09:22:06 +02:00
special Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-30 23:13:17 -07:00
target target: drop ppc32 and prefer ppc 2021-04-20 16:19:59 -04:00
testing
Thread move behavior tests from test/stage1/ to test/ 2021-04-29 15:54:04 -07:00
time
unicode
valgrind std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
x/os x: fmt source code 2021-04-25 21:15:02 +09:00
zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-28 14:57:38 -07:00
array_hash_map.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
array_list.zig std: deprecate ensureCapacity, add two other capacity functions 2021-04-16 17:56:30 -07:00
ascii.zig
atomic.zig
base64.zig Remove the base64 unsafe decoder 2021-03-28 14:32:34 +02:00
bit_set.zig Add some enum utilities 2021-03-18 14:05:01 -07:00
buf_map.zig
buf_set.zig
build.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-30 23:13:17 -07:00
builtin.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-28 14:57:38 -07:00
c.zig std: support optional getaddrinfo arguments 2021-03-16 01:10:32 +01:00
child_process.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-28 14:57:38 -07:00
coff.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
compress.zig
comptime_string_map.zig
crypto.zig std/crypto: use finer-grained error sets in function signatures (#8558) 2021-04-20 19:57:27 +02:00
cstr.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
debug.zig std: remove redundant comptime keyword 2021-04-28 22:58:12 -07:00
dwarf.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
dwarf_bits.zig
dynamic_library.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
elf.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
enums.zig std.enums: remove stuff for enums with field aliases 2021-04-29 16:05:30 -07:00
event.zig
fifo.zig
fmt.zig AstGen: hook up hex float parsing to float literals 2021-04-28 15:13:43 -07:00
fs.zig std.fs: delete unused label 2021-04-20 17:57:35 -07:00
hash.zig
hash_map.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
heap.zig std: remove redundant comptime keyword 2021-04-28 22:58:12 -07:00
io.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
json.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
leb128.zig
linked_list.zig
log.zig
macho.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
math.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-24 10:44:41 -07:00
mem.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-28 14:57:38 -07:00
meta.zig std: fix compile errors found by stage2 AstGen 2021-04-29 20:33:29 -07:00
multi_array_list.zig std.MultiArrayList: ensureUnusedCapacity/ensureTotalCapacity 2021-04-19 15:02:37 -07:00
net.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
once.zig
os.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-30 23:13:17 -07:00
packed_int_array.zig move behavior tests from test/stage1/ to test/ 2021-04-29 15:54:04 -07:00
pdb.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
priority_dequeue.zig
priority_queue.zig Merge pull request #7792 from zanderxyz/zanderxyz/priority-dequeue 2021-04-02 10:52:23 -07:00
process.zig
Progress.zig std: Use more common escape sequences in Progress 2021-03-12 19:31:59 -05:00
rand.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
SemanticVersion.zig
sort.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
start.zig Sema: implement ExportOptions support in @export 2021-05-03 20:05:29 -07:00
start_windows_tls.zig move behavior tests from test/stage1/ to test/ 2021-04-29 15:54:04 -07:00
std.zig x, x/os/Socket: initial work on new Socket abstraction 2021-04-25 21:15:02 +09:00
target.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-28 14:57:38 -07:00
testing.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
Thread.zig Revert "thread: simplify and remove useless return in spawn (#8621)" 2021-04-26 10:44:40 -07:00
time.zig test: fix std.time timing tests to skip on failure 2021-04-07 08:33:32 -04:00
unicode.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-28 14:57:38 -07:00
valgrind.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
wasm.zig Refactor link/wasm.zig to use offset table 2021-04-08 22:47:08 +02:00
x.zig x: fmt source code 2021-04-25 21:15:02 +09:00
zig.zig stage2: rewire the frontend driver to whole-file-zir 2021-04-26 20:41:07 -07:00