| .. |
|
atomic
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
Build
|
std.Build.Cache: remove 'test-filetimestamp.tmp' once timestamp returned
|
2023-03-03 13:50:44 -05:00 |
|
c
|
netbsd: use versioned __msync13 from libc
|
2023-01-28 19:05:38 -05:00 |
|
compress
|
std.compress.zstandard: fix error sets for streaming API
|
2023-02-21 22:06:25 +11:00 |
|
crypto
|
crypto.25519.field: de-inline _sq()
|
2023-03-03 07:51:23 -05:00 |
|
dwarf
|
|
|
|
event
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
fmt
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
fs
|
add doc comments to std.fs.File.default_mode
|
2023-03-03 01:00:44 -05:00 |
|
hash
|
std.hash: use std.math.rotl in Xxhash64 and Xxhash32
|
2023-02-21 12:09:27 +11:00 |
|
heap
|
std.heap.GeneralPurposeAllocator: add doc comment for deinit
|
2023-02-27 22:04:29 -07:00 |
|
http
|
std.http.Client: default to lazy root cert scanning
|
2023-01-17 01:44:56 -05:00 |
|
io
|
std: restrict mem.span() and mem.len() to sentinel terminated pointers
|
2023-01-29 15:07:06 -05:00 |
|
json
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
math
|
CBE: implement big integer literals
|
2023-03-05 02:59:01 -05:00 |
|
mem
|
split @qualCast into @constCast and @volatileCast
|
2023-02-15 01:43:57 +02:00 |
|
meta
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
net
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
os
|
std: add fchmodat
|
2023-03-03 02:37:45 -05:00 |
|
rand
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
target
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
testing
|
|
|
|
Thread
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
time
|
|
|
|
tz
|
|
|
|
unicode
|
|
|
|
valgrind
|
|
|
|
zig
|
Ast: properly handle sentinel-terminated slices in tuple
|
2023-03-04 01:08:03 +02:00 |
|
array_hash_map.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
array_list.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -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
|
|
|
|
base64.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
bit_set.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
bounded_array.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
buf_map.zig
|
|
|
|
buf_set.zig
|
|
|
|
Build.zig
|
std.Build.addModule: return the created module
|
2023-03-04 05:39:14 -05:00 |
|
builtin.zig
|
Sema: implement for_len
|
2023-02-18 19:17:21 -07:00 |
|
c.zig
|
std: add fchmodat
|
2023-03-03 02:37:45 -05:00 |
|
child_process.zig
|
std.process.Child: remove pid and handle, add id
|
2023-03-03 07:49:05 -05: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
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
crypto.zig
|
crypto.hash.sha3: make permutation generic and public, add SHAKE (#14756)
|
2023-03-02 06:13:40 +00:00 |
|
cstr.zig
|
std: restrict mem.span() and mem.len() to sentinel terminated pointers
|
2023-01-29 15:07:06 -05:00 |
|
debug.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
dwarf.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
dynamic_library.zig
|
|
|
|
elf.zig
|
|
|
|
enums.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
event.zig
|
|
|
|
fifo.zig
|
|
|
|
fmt.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
fs.zig
|
std: add fchmodat
|
2023-03-03 02:37:45 -05:00 |
|
hash.zig
|
std.hash: add XxHash64 and XxHash32
|
2023-02-20 09:09:05 +11:00 |
|
hash_map.zig
|
tools: implement more lldb pretty printers
|
2023-02-27 05:37:03 -05:00 |
|
heap.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
http.zig
|
|
|
|
Ini.zig
|
add std.Ini for basic .ini file parsing
|
2023-01-11 15:39:48 -08:00 |
|
io.zig
|
std.io.poll: remove done function
|
2023-03-01 12:21:53 -05:00 |
|
json.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
leb128.zig
|
|
|
|
linked_list.zig
|
|
|
|
log.zig
|
|
|
|
macho.zig
|
std.macho: add OLD = 0 as valid mode for both arm64 and x86_64
|
2023-01-21 13:18:14 +01:00 |
|
math.zig
|
|
|
|
mem.zig
|
trim(Left|Right): clarify that values_to_strip is a set
|
2023-02-20 13:55:45 -05:00 |
|
meta.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
multi_array_list.zig
|
tools: add lldb pretty printer for std.MultiArrayList.Slice
|
2023-03-06 05:58:46 -05:00 |
|
net.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -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
|
std.os.abort: take advantage of @trap
|
2023-03-05 17:29:28 -07:00 |
|
packed_int_array.zig
|
Merge pull request #14671 from ziglang/multi-object-for
|
2023-02-19 10:10:59 -05:00 |
|
pdb.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
priority_dequeue.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07: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
|
std.process.Child: remove pid and handle, add id
|
2023-03-03 07:49:05 -05:00 |
|
Progress.zig
|
|
|
|
rand.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
RingBuffer.zig
|
std.RingBuffer: add (non-concurrent) RingBuffer implementation
|
2023-02-21 12:58:34 +11:00 |
|
segmented_list.zig
|
|
|
|
SemanticVersion.zig
|
|
|
|
simd.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
sort.zig
|
Relax std.sort.binarySearch requirements
|
2023-02-21 12:28:43 -05:00 |
|
start.zig
|
ignore SIGPIPE by default
|
2023-02-17 09:08:41 -07: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
|
std.process.Child: remove pid and handle, add id
|
2023-03-03 07:49:05 -05:00 |
|
tar.zig
|
zig build: add executable bit and file path to package hash
|
2023-02-01 18:42:29 -07:00 |
|
target.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
testing.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
Thread.zig
|
std: restrict mem.span() and mem.len() to sentinel terminated pointers
|
2023-01-29 15:07:06 -05:00 |
|
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
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
zig.zig
|
introduce ZON: Zig Object Notation
|
2023-02-03 00:06:11 -07:00 |