..
atomic
std.atomic.Atomic: update tests to new for-loop syntax, re-enable test with isel
2023-06-14 18:25:56 -07:00
Build
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00
c
dragonfly: fix std.c.getdents
2023-06-15 14:48:20 -04:00
compress
zlib: naming convention
2023-06-17 14:08:05 -07:00
crypto
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00
dwarf
event
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
fmt
Use the word 'base' consistently instead of 'radix'
2023-06-01 00:02:16 +03:00
fs
Remove unnecessary isatty call from supportsAnsiEscapeCodes
2023-06-17 23:36:10 -07:00
hash
wyhash: support comptime usage
2023-06-17 12:06:40 -07:00
heap
mem: rename align*Generic to mem.align*
2023-06-17 12:49:13 -07:00
http
std.http: Fix segfault while redirecting
2023-06-17 21:58:33 -07:00
io
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
json
std: Rewrite low-level json api to support streaming ( #15602 )
2023-05-13 14:31:53 -04:00
math
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
mem
mem: rename align*Generic to mem.align*
2023-06-17 12:49:13 -07:00
meta
mem: rename align*Generic to mem.align*
2023-06-17 12:49:13 -07:00
net
Disallow named test decls with duplicate names
2023-05-08 10:59:06 +03:00
os
windows: detect ANSI support in more terminals
2023-06-17 23:30:17 -07:00
rand
Merge pull request #15957 from BratishkaErik/deprecated-
2023-06-13 14:53:41 -07:00
sort
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
target
target: fix typos in x86 feature descriptions
2023-05-08 07:36:20 -04:00
testing
update codebase to use @memset and @memcpy
2023-04-28 13:24:43 -07:00
Thread
Zir: eliminate field_call_bind and field_call_bind_named
2023-05-20 12:27:48 -07:00
time
tz
unicode
valgrind
std: fix a bunch of typos
2023-04-30 18:16:04 -07:00
zig
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00
array_hash_map.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
array_list.zig
InternPool: port most of value tags
2023-06-10 20:47:54 -07:00
ascii.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
atomic.zig
std: remove names from incorrectly named tests
2023-04-21 23:08:48 -04:00
base64.zig
all: replace comptime try with try comptime
2023-06-13 23:46:58 +06:00
bit_set.zig
std: update to use @memcpy directly
2023-04-28 13:24:43 -07:00
bounded_array.zig
convert s[start..start+len] to s[start..][0..len]
2023-05-07 15:55:21 +10:00
buf_map.zig
doc: fix minor grammar issues
2023-04-22 13:09:15 +03:00
buf_set.zig
update codebase to use @memset and @memcpy
2023-04-28 13:24:43 -07:00
Build.zig
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00
builtin.zig
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00
c.zig
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00
child_process.zig
InternPool: add optional coercion
2023-06-10 20:47:59 -07:00
coff.zig
compress.zig
comptime_string_map.zig
std.sort: add pdqsort and heapsort
2023-05-23 17:55:59 -07:00
crypto.zig
std.crypto.ff - Alloc-free, constant-time field arithmetic for crypto ( #15795 )
2023-05-22 16:11:06 +02:00
cstr.zig
all: replace comptime try with try comptime
2023-06-13 23:46:58 +06:00
debug.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
dwarf.zig
std.dwarf: fix findCompileUnit when ranges offset is given by const
2023-06-12 14:22:45 -07:00
dynamic_library.zig
mem: rename align*Generic to mem.align*
2023-06-17 12:49:13 -07:00
elf.zig
elf: fix typo in def of SHT_LLVM_ADDRSIG
2023-05-07 09:09:19 +02:00
enums.zig
std.sort: add pdqsort and heapsort
2023-05-23 17:55:59 -07:00
event.zig
fifo.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
fmt.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
fs.zig
freebsd: fix std.c.getdents
2023-06-15 14:48:19 -04:00
hash.zig
add std.hash.uint32
2023-06-10 20:42:30 -07:00
hash_map.zig
mem: rename align*Generic to mem.align*
2023-06-17 12:49:13 -07:00
heap.zig
mem: rename align*Generic to mem.align*
2023-06-17 12:49:13 -07:00
http.zig
std.http: add simple standalone http tests, add state check for http server
2023-05-06 21:35:15 -05:00
Ini.zig
io.zig
std.io: remove FindByteOutStream and findByteOutStream (deprecated in
2023-06-13 23:45:12 +06:00
json.zig
std: Rewrite low-level json api to support streaming ( #15602 )
2023-05-13 14:31:53 -04:00
leb128.zig
linked_list.zig
std: fix a bunch of typos
2023-04-30 18:16:04 -07:00
log.zig
std.log.defaultLog: remove freestanding compile error
2023-05-03 11:19:37 +03:00
macho.zig
std: fix a bunch of typos
2023-04-30 18:16:04 -07:00
math.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
mem.zig
mem: rename align*Generic to mem.align*
2023-06-17 12:49:13 -07:00
meta.zig
all: replace comptime try with try comptime
2023-06-13 23:46:58 +06:00
multi_array_list.zig
Prevent analysis of functions only referenced at comptime
2023-05-29 23:06:08 +01:00
net.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
once.zig
os.zig
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00
packed_int_array.zig
std: fix a bunch of typos
2023-04-30 18:16:04 -07:00
pdb.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
priority_dequeue.zig
Disallow named test decls with duplicate names
2023-05-08 10:59:06 +03:00
priority_queue.zig
process.zig
openbsd: fix std.c.getdents and debitrot
2023-06-15 14:48:20 -04:00
Progress.zig
update codebase to use @memset and @memcpy
2023-04-28 13:24:43 -07:00
rand.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
RingBuffer.zig
Improvements to docs and text
2023-04-23 21:06:21 +03:00
segmented_list.zig
update codebase to use @memset and @memcpy
2023-04-28 13:24:43 -07:00
SemanticVersion.zig
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00
simd.zig
std.simd.suggestVectorSizeForCpu: fix missing argument in body
2023-05-13 13:35:50 +03:00
sort.zig
Fix pdqSort+heapSort for ranges besides 0..len ( #15982 )
2023-06-13 16:55:58 -04:00
start.zig
plan9: flesh out stdlib enough to allow not using simplified start logic
2023-06-16 08:34:30 -04:00
start_windows_tls.zig
std.zig
tar.zig
mem: rename align*Generic to mem.align*
2023-06-17 12:49:13 -07:00
target.zig
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00
testing.zig
mem: rename align*Generic to mem.align*
2023-06-17 12:49:13 -07:00
Thread.zig
Merge pull request #16052 from mikdusan/bsd-getdents
2023-06-17 13:01:52 -07:00
time.zig
std: fix a bunch of typos
2023-04-30 18:16:04 -07:00
treap.zig
tz.zig
update codebase to use @memset and @memcpy
2023-04-28 13:24:43 -07:00
unicode.zig
all: replace comptime try with try comptime
2023-06-13 23:46:58 +06:00
Uri.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
valgrind.zig
wasm.zig
zig.zig
std: replace builtin.Version with SemanticVersion
2023-06-17 13:17:34 -07:00