zig/lib/std
2020-11-19 13:54:29 +00:00
..
atomic std: add std.atomic.Bool 2020-11-19 00:58:13 +11:00
build remove deprecated uses of ArrayList.span 2020-11-07 11:15:44 +00:00
c Merge pull request #6385 from LemonBoy/callocator 2020-11-18 20:16:57 -08:00
compress std/deflate: Avoid reading past end of stream 2020-10-29 17:16:03 +01:00
crypto std/crypto: use NAF for multi-scalar edwards25519 multiplication 2020-11-17 17:07:32 -08:00
event linuxWaitFd: make NetworkSubsystemFailed error unreachable 2020-11-16 14:03:19 -08:00
fmt std: Implement more useful approxEq semantics 2020-11-05 16:08:49 +01:00
fs std: openDirAbsolute and accessAbsolute (#7082) 2020-11-18 08:42:35 +01:00
hash Change seed for Murmur2_64 from u32 to u64 2020-11-18 17:05:38 -08:00
heap change debug.assert to testing.expect in tests 2020-11-06 22:48:54 +01:00
io Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
json std: Fix json utf{8,16} decoding on BE targets 2020-11-02 11:46:50 +01:00
math change debug.assert to testing.expect in tests 2020-11-06 22:48:54 +01:00
mem use Allocator.allocSentinel now that the stage1 bug is fixed 2020-09-29 12:06:35 -07:00
meta Make std.meta.Int accept a signedness parameter 2020-10-17 14:09:59 +02:00
net More fixups for Windows targets 2020-10-28 10:03:23 +01:00
os std: add chdir smoke test 2020-11-18 15:37:44 +01:00
rand
special make help in commands more consistent 2020-11-18 13:58:27 +02:00
target Use correct names for generic SPARC targets 2020-10-24 20:03:41 +07:00
testing
time
unicode
valgrind
zig Merge pull request #6649 from Rocknest/verparse 2020-11-18 16:06:52 +02:00
array_hash_map.zig std: Re-enable ArrayHashMap test for mips targets 2020-11-02 11:46:07 +01:00
array_list.zig make ArrayList.span into a compile error 2020-11-07 11:15:47 +00:00
array_list_sentineled.zig remove deprecated uses of ArrayList.span 2020-11-07 11:15:44 +00:00
ascii.zig std/ascii: add spaces array 2020-11-02 13:20:58 -05:00
atomic.zig std: add std.atomic.Bool 2020-11-19 00:58:13 +11:00
auto_reset_event.zig Add more comments & cleanup AutoResetEvent 2020-10-11 19:16:07 -05:00
base64.zig
buf_map.zig
buf_set.zig
build.zig Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
builtin.zig Merge pull request #6649 from Rocknest/verparse 2020-11-18 16:06:52 +02:00
c.zig add std.heap.raw_c_allocator 2020-11-18 22:09:34 -07:00
child_process.zig Make std.meta.Int accept a signedness parameter 2020-10-17 14:09:59 +02:00
coff.zig remove deprecated uses of ArrayList.span 2020-11-07 11:15:44 +00:00
compress.zig
comptime_string_map.zig
crypto.zig std/crypto: add ISAPv2 (ISAP-A-128a) AEAD 2020-11-16 16:02:19 -08:00
cstr.zig
debug.zig Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
dwarf.zig Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
dwarf_bits.zig
dynamic_library.zig Merge branch 'master' into openbsd-minimal 2020-10-17 17:38:23 +02:00
elf.zig openbsd: make dl_phdr_info cross arches 2020-10-25 20:46:28 -04:00
event.zig add WaitGroup to std.event 2020-10-07 04:34:09 -04:00
fifo.zig Merge pull request #6434 from daurnimator/fifo.pump 2020-11-18 16:35:13 +02:00
fmt.zig std: Make parseInt/parseUnsigned detect the radix 2020-11-02 14:13:06 -05:00
fs.zig darwin: getdents: entry with d_ino==0 should be skipped 2020-11-19 13:54:29 +00:00
hash.zig
hash_map.zig std: fix HashMap.clearRetainingCapacity 2020-11-11 14:05:43 +02:00
heap.zig add std.heap.raw_c_allocator 2020-11-18 22:09:34 -07:00
io.zig
json.zig Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
leb128.zig Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876) 2020-11-16 18:51:54 -05:00
linked_list.zig
log.zig fix another round of regressions in this branch 2020-09-26 21:03:38 -07:00
macho.zig libstd: add more MachO consts and structs 2020-11-16 13:37:07 -08:00
math.zig Merge pull request #6941 from LemonBoy/floateqapprox 2020-11-06 14:09:31 -05:00
mem.zig Merge pull request #7084 from xackus/mem-volatile 2020-11-18 13:06:35 +02:00
meta.zig Added std.meta.fieldNames 2020-11-18 13:16:56 +02:00
mutex.zig
net.zig remove deprecated uses of ArrayList.span 2020-11-07 11:15:44 +00:00
once.zig
os.zig std: add chdir smoke test 2020-11-18 15:37:44 +01:00
packed_int_array.zig Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie-openbsd-minimal 2020-10-17 17:34:43 -07:00
pdb.zig remove deprecated uses of ArrayList.span 2020-11-07 11:15:44 +00:00
priority_queue.zig removing redundant assert 2020-09-22 05:12:21 -07:00
process.zig remove deprecated uses of ArrayList.span 2020-11-07 11:15:44 +00:00
progress.zig
rand.zig change debug.assert to testing.expect in tests 2020-11-06 22:48:54 +01:00
reset_event.zig disable the flaky ResetEvent test 2020-11-17 18:08:10 -07:00
segmented_list.zig
SemanticVersion.zig std: Introduce SemanticVersion data structure 2020-11-06 15:07:48 -05:00
sort.zig
spinlock.zig
start.zig start.zig: call wWinMain with root's type 2020-11-16 16:01:18 -08:00
start_windows_tls.zig
std.zig Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876) 2020-11-16 18:51:54 -05:00
target.zig std.Target: bump default version max for macos 2020-11-10 15:24:10 -07:00
testing.zig std: Fix expectWithinEpsilon with negative values 2020-11-01 14:30:31 -07:00
thread.zig openbsd: proper implementation for Thread.cpuCount() 2020-11-10 05:25:59 +00:00
time.zig std: Fix early overflow in time calculation 2020-11-01 17:06:14 -05:00
unicode.zig std: Fix std.unicode test cases for BE targets 2020-11-02 11:48:06 +01:00
valgrind.zig
zig.zig std: remove renderStringLiteral in favor of std.fmt specifier 2020-10-17 23:20:38 +03:00