| .. |
|
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.Build.Step.Run: add stdin to cache manifest
|
2023-06-16 05:35:30 +00:00 |
|
c
|
std.os: fix uname usage.
|
2023-05-29 22:08:43 +03:00 |
|
compress
|
std.sort: add pdqsort and heapsort
|
2023-05-23 17:55:59 -07:00 |
|
crypto
|
Merge pull request #15957 from BratishkaErik/deprecated-
|
2023-06-13 14:53:41 -07:00 |
|
dwarf
|
|
|
|
event
|
std.event.loop: Rename Loop.Request.Finish enum values to snake case
|
2023-05-25 20:17:07 +01:00 |
|
fmt
|
Use the word 'base' consistently instead of 'radix'
|
2023-06-01 00:02:16 +03:00 |
|
fs
|
Merge pull request #15579 from squeek502/mem-delimiters
|
2023-06-03 13:51:02 -07:00 |
|
hash
|
std.meta: remove Vector (deprecated in 0.10)
|
2023-06-13 23:45:08 +06:00 |
|
heap
|
arena_allocator/reset: avoid zero-capacity allocations
|
2023-06-13 09:48:51 +02:00 |
|
http
|
Merge pull request #15579 from squeek502/mem-delimiters
|
2023-06-03 13:51:02 -07:00 |
|
io
|
std.io.reader.Reader: add streamUntilDelimiter
|
2023-06-03 13:38:23 -07:00 |
|
json
|
std: Rewrite low-level json api to support streaming (#15602)
|
2023-05-13 14:31:53 -04:00 |
|
math
|
math.big.int: fix ctz of zero
|
2023-06-10 20:47:57 -07:00 |
|
mem
|
update codebase to use @memset and @memcpy
|
2023-04-28 13:24:43 -07:00 |
|
meta
|
all: replace comptime try with try comptime
|
2023-06-13 23:46:58 +06:00 |
|
net
|
Disallow named test decls with duplicate names
|
2023-05-08 10:59:06 +03:00 |
|
os
|
bpf: expose "syscall" program type and F_SLEEPABLE flag
|
2023-06-13 10:57:51 -07:00 |
|
rand
|
Merge pull request #15957 from BratishkaErik/deprecated-
|
2023-06-13 14:53:41 -07:00 |
|
sort
|
Fix pdqSort+heapSort for ranges besides 0..len (#15982)
|
2023-06-13 16:55:58 -04: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
|
update usages of @call
|
2022-12-13 13:14:20 +02:00 |
|
valgrind
|
std: fix a bunch of typos
|
2023-04-30 18:16:04 -07:00 |
|
zig
|
Never implicitly add rpaths for each lib dir, add NixOS libdir to rpath
|
2023-06-13 11:11:10 -07:00 |
|
array_hash_map.zig
|
update codebase to use @memset and @memcpy
|
2023-04-28 13:24:43 -07:00 |
|
array_list.zig
|
InternPool: port most of value tags
|
2023-06-10 20:47:54 -07:00 |
|
ascii.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -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
|
Merge pull request #15579 from squeek502/mem-delimiters
|
2023-06-03 13:51:02 -07:00 |
|
builtin.zig
|
std.builtin: remove TypeInfo and Type.FnArg (deprecated in 0.10)
|
2023-06-13 23:46:58 +06:00 |
|
c.zig
|
std.c: fix return type of recv/recvfrom on windows
|
2023-06-03 13:45:52 -07:00 |
|
child_process.zig
|
InternPool: add optional coercion
|
2023-06-10 20:47:59 -07:00 |
|
coff.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
compress.zig
|
std.compress.zstd: renamed from std.compress.zstandard
|
2023-02-22 00:11:20 +11:00 |
|
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
|
std.debug: remove warn (deprecated in 0.9)
|
2023-06-13 23:46:58 +06: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
|
update codebase to use @memset and @memcpy
|
2023-04-28 13:24:43 -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
|
std.fifo.LinearFifo: remove ensureCapacity (deprecated in 0.9)
|
2023-06-13 23:45:12 +06:00 |
|
fmt.zig
|
std.fmt: remove e, E, z, and Z specifiers (deprecated in 0.8)
|
2023-06-13 23:46:56 +06:00 |
|
fs.zig
|
Allow recovering from Walker.next errors without continually hitting the same error
|
2023-06-08 02:16:15 -07:00 |
|
hash.zig
|
add std.hash.uint32
|
2023-06-10 20:42:30 -07:00 |
|
hash_map.zig
|
std.hash_map: fetchRemove increment available
|
2023-06-10 02:24:35 +03:00 |
|
heap.zig
|
std: fix a bunch of typos
|
2023-04-30 18:16:04 -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
|
add std.Ini for basic .ini file parsing
|
2023-01-11 15:39:48 -08:00 |
|
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
|
update uses of overflow arithmetic builtins
|
2022-12-27 15:13:14 +02:00 |
|
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
|
all: replace comptime try with try comptime
|
2023-06-13 23:46:58 +06:00 |
|
mem.zig
|
Merge pull request #15957 from BratishkaErik/deprecated-
|
2023-06-13 14:53:41 -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
|
Merge pull request #15579 from squeek502/mem-delimiters
|
2023-06-03 13:51:02 -07:00 |
|
once.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
os.zig
|
windows.sendto fix (#15831)
|
2023-06-14 16:24:16 +00:00 |
|
packed_int_array.zig
|
std: fix a bunch of typos
|
2023-04-30 18:16:04 -07:00 |
|
pdb.zig
|
std: fix a bunch of typos
|
2023-04-30 18:16:04 -07:00 |
|
priority_dequeue.zig
|
Disallow named test decls with duplicate names
|
2023-05-08 10:59:06 +03:00 |
|
priority_queue.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
process.zig
|
InternPool: add optional coercion
|
2023-06-10 20:47:59 -07:00 |
|
Progress.zig
|
update codebase to use @memset and @memcpy
|
2023-04-28 13:24:43 -07:00 |
|
rand.zig
|
Merge pull request #15957 from BratishkaErik/deprecated-
|
2023-06-13 14:53:41 -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
|
Update all std.mem.split calls to their appropriate function
|
2023-05-13 13:45:05 -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
|
x86_64: enable normal start/test_runner logic on more targets
|
2023-05-01 19:22:52 -04:00 |
|
start_windows_tls.zig
|
cbe: fixes for tls, support for not linking libc, and enabling tests
|
2023-01-29 15:04:13 -05:00 |
|
std.zig
|
add BoundedArrayAligned (#14580)
|
2023-03-17 17:50:25 +01:00 |
|
tar.zig
|
std: update to use @memcpy directly
|
2023-04-28 13:24:43 -07:00 |
|
target.zig
|
target.zig adds ps4 and ps5 type sizes.
|
2023-06-15 11:23:04 -07:00 |
|
testing.zig
|
std.math: hard deprecate obsolete constants (soft deprecated in 0.10)
|
2023-06-13 23:45:12 +06:00 |
|
Thread.zig
|
std.Thread: refining stack size from platform minimum, changes more targetted towards platform like Linux/musl (#15791)
|
2023-05-25 14:32:17 -05: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
|
fix typo in std.Uri
|
2023-06-13 10:58:11 -07:00 |
|
valgrind.zig
|
|
|
|
wasm.zig
|
wasm: add atomics opcodes and refactoring
|
2023-03-18 20:13:30 +01:00 |
|
zig.zig
|
integrate the build runner and the compiler server
|
2023-03-15 10:48:13 -07:00 |