zig/lib/std
Andrew Kelley c53a556a61 std.build.WriteFileStep: fix regression in this branch
This branch makes WriteFileStep use the same hashing algorithm as our
cache system, reducing the divergence between zig build and the cache
system.
2023-01-07 19:07:33 -07:00
..
atomic
build std.build.WriteFileStep: fix regression in this branch 2023-01-07 19:07:33 -07:00
c Merge pull request #13980 from ziglang/std.net 2023-01-03 02:43:50 -05:00
compress update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
crypto std.crypto.siphash: add finalResult() and peek() 2023-01-07 18:06:55 -07:00
dwarf
event std: collect all options under one namespace 2023-01-05 02:31:29 -07:00
fmt Revert "aarch64: reenable tests that are no longer regressed" 2022-12-27 20:54:27 -07:00
fs Fix cache-dir specified on the command line (#14076) 2023-01-05 01:37:00 -08:00
hash std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
heap Implements std.ArenaAllocator.reset() (#12590) 2023-01-03 15:15:20 -05:00
http std.Uri: make scheme non-optional 2023-01-06 18:52:39 -07:00
io add tests for fixed stage1 bugs 2022-12-31 20:49:02 -05:00
json
math cbe: all behaviour tests now pass on msvc 2023-01-01 16:44:29 -05:00
mem
meta std.builtin: remove layout field from Type.Enum 2022-12-18 13:31:38 +01:00
net
os debug: replace RtlCaptureStackBackTrace (which was spuriously failing) with a new implementation which uses RtlVirtualUnwind instead (#12740) 2023-01-04 14:54:49 -05:00
rand rand: add pub to next/jump 2022-12-18 01:46:09 -05:00
target
testing
Thread
time
tz
unicode
valgrind
zig add some comments to explain workarounds 2023-01-02 14:08:50 -07:00
array_hash_map.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
array_list.zig Add the two functions 'getLast' and 'getLastOrNull' to ArrayListAligned/ArrayListAlignedUnmanaged. 2023-01-03 12:48:20 +02:00
ascii.zig
atomic.zig
base64.zig
bit_set.zig
bounded_array.zig
buf_map.zig
buf_set.zig
build.zig add std.build.ConfigHeaderStep 2023-01-07 18:07:10 -07:00
builtin.zig Sema: implement AVR address spaces 2023-01-04 01:26:50 +02:00
c.zig remove the experimental std.x namespace 2023-01-02 16:57:15 -07:00
child_process.zig ChildProcess: fix false positives in windowsCreateProcessSupportsExtension 2022-12-31 20:51:56 -05:00
coff.zig
compress.zig
comptime_string_map.zig
crypto.zig remove std.crypto.der 2023-01-02 16:57:15 -07:00
cstr.zig
debug.zig Implement some more environment functions for WASI. 2023-01-06 18:40:16 +02:00
dwarf.zig
dynamic_library.zig
elf.zig
enums.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
event.zig
fifo.zig
fmt.zig add tests for fixed stage1 bugs 2022-12-31 20:49:02 -05:00
fs.zig std: collect all options under one namespace 2023-01-05 02:31:29 -07:00
hash.zig
hash_map.zig std.builtin: rename Type.Fn's args to params 2022-12-17 14:11:33 +01:00
heap.zig Merge pull request #12586 from MasterQ32/std_memory_pool 2023-01-03 14:53:54 -05:00
http.zig std.http.Client: support transfer-encoding: chunked 2023-01-05 19:57:00 -07:00
io.zig std: collect all options under one namespace 2023-01-05 02:31:29 -07:00
json.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
leb128.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
linked_list.zig
log.zig std: collect all options under one namespace 2023-01-05 02:31:29 -07:00
macho.zig macho: add Zig wrapper for compact unwind encoding on arm64 2022-12-27 15:36:28 +01:00
math.zig math: implement absInt for integer vectors 2023-01-03 13:30:24 +02:00
mem.zig cbe: add doNotOptimizeAwayC to handle not having __asm support in msvc 2023-01-01 16:44:28 -05:00
meta.zig std: add meta.FieldType 2023-01-03 12:47:48 +02:00
multi_array_list.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
net.zig std.crypto.tls.Client: rework the read function 2023-01-02 16:57:16 -07:00
once.zig
os.zig Merge pull request #13980 from ziglang/std.net 2023-01-03 02:43:50 -05:00
packed_int_array.zig std: Expose Int parameter in std.PackedInt[Array,Slice] 2022-12-29 19:11:05 +02:00
pdb.zig
priority_dequeue.zig
priority_queue.zig
process.zig Implement some more environment functions for WASI. 2023-01-06 18:40:16 +02:00
Progress.zig
rand.zig
segmented_list.zig
SemanticVersion.zig
simd.zig std.simd.iota: make it always called at comptime 2023-01-04 18:37:53 -07:00
sort.zig
start.zig std: collect all options under one namespace 2023-01-05 02:31:29 -07:00
start_windows_tls.zig
std.zig Renames Url.zig to Uri.zig 2023-01-06 17:56:05 -07:00
target.zig Sema: implement AVR address spaces 2023-01-04 01:26:50 +02:00
testing.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
Thread.zig
time.zig
treap.zig
tz.zig
unicode.zig
Uri.zig std.Uri: make scheme non-optional 2023-01-06 18:52:39 -07:00
valgrind.zig
wasm.zig wasm: refactor extended instructions 2022-12-21 17:02:53 +01:00
zig.zig