.. |
atomic
|
remove most conditional compilation based on stage1
|
2022-12-06 20:38:54 -07:00 |
Build
|
std.Build.RunStep: fix default caching logic
|
2023-02-18 19:33:47 -05:00 |
c
|
netbsd: use versioned __msync13 from libc
|
2023-01-28 19:05:38 -05:00 |
compress
|
Update block.zig
|
2023-02-05 09:18:07 -08:00 |
crypto
|
update existing behavior tests and std lib to new for loop semantics
|
2023-02-18 19:17:21 -07:00 |
dwarf
|
wasm: Implement debug info for parameters
|
2022-05-09 18:51:46 +02:00 |
event
|
std: collect all options under one namespace
|
2023-01-05 02:31:29 -07:00 |
fmt
|
Fix buffer overflow in fmt when DAZ is set
|
2023-01-13 16:45:10 +02:00 |
fs
|
zig build: add executable bit and file path to package hash
|
2023-02-01 18:42:29 -07:00 |
hash
|
Rewrite update_crc_catalog in zig and move tests to separate file
|
2023-01-22 07:16:49 -08:00 |
heap
|
Revert "std: check types of pointers passed to allocator functions"
|
2023-02-12 05:59:28 -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
|
std.json: don't free struct default values
|
2023-02-04 20:51:15 +01:00 |
math
|
remove stage1 workaround for big int set
|
2023-02-04 00:29:04 -05:00 |
mem
|
split @qualCast into @constCast and @volatileCast
|
2023-02-15 01:43:57 +02:00 |
meta
|
std.builtin: remove layout field from Type.Enum
|
2022-12-18 13:31:38 +01:00 |
net
|
AstGen: fix loop control flow applying to wrong loop
|
2022-07-13 16:10:41 -07:00 |
os
|
split @qualCast into @constCast and @volatileCast
|
2023-02-15 01:43:57 +02:00 |
rand
|
std.crypto: add the Ascon permutation
|
2023-02-13 02:22:24 -05:00 |
target
|
arm: move cpu model table into system/arm.zig
|
2022-11-28 17:07:35 +01:00 |
testing
|
std.mem.Allocator: allow shrink to fail
|
2022-11-29 23:30:38 -07:00 |
Thread
|
Mutex deadlock detection in debug
|
2023-01-19 16:57:29 +02:00 |
time
|
std.time.epoch: fix issue in documentation
|
2021-12-16 19:08:58 -08:00 |
tz
|
Support legacy TZ format, expose header struct to a potential writer
|
2022-01-01 12:47:08 +00:00 |
unicode
|
update usages of @call
|
2022-12-13 13:14:20 +02:00 |
valgrind
|
std.valgrind.callgrind: fix string type
|
2022-08-22 13:55:00 +03:00 |
zig
|
make zig fmt perform upgrade to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
array_hash_map.zig
|
use build.zig.zon instead of build.zig.ini for the manifest file
|
2023-02-03 00:06:11 -07:00 |
array_list.zig
|
Allow const for ArrayList.getLast, fix #14522
|
2023-02-04 15:24:45 -05:00 |
ascii.zig
|
std.ascii: more tests
|
2022-12-09 21:57:17 +01:00 |
atomic.zig
|
all: rename i386 to x86
|
2022-11-04 00:09:27 +03:30 |
base64.zig
|
remove most conditional compilation based on stage1
|
2022-12-06 20:38:54 -07:00 |
bit_set.zig
|
std: implement subsetOf and supersetOf for DynamicBitSet
|
2022-12-12 06:23:56 +02:00 |
bounded_array.zig
|
std: restrict mem.span() and mem.len() to sentinel terminated pointers
|
2023-01-29 15:07:06 -05:00 |
buf_map.zig
|
reverse some of the now unneeded changes from squeek
|
2022-05-11 18:41:23 -06:00 |
buf_set.zig
|
std.BufSet.clone: fix key ownership
|
2022-03-01 13:28:47 -05:00 |
Build.zig
|
Merge pull request #14571 from ziglang/more-build-zig
|
2023-02-13 17:23:19 -05:00 |
builtin.zig
|
Sema: implement for_len
|
2023-02-18 19:17:21 -07:00 |
c.zig
|
Add std.c.umask.
|
2023-02-14 02:17:33 +02:00 |
child_process.zig
|
split @qualCast into @constCast and @volatileCast
|
2023-02-15 01:43:57 +02:00 |
coff.zig
|
windows: rework DebugInfo to use less file operations and fix some memory management issues
|
2023-01-08 20:28:42 -05:00 |
compress.zig
|
Delete redundant lzma /lzma2 prefix in function/struct names
|
2023-02-05 06:52:28 -08:00 |
comptime_string_map.zig
|
Re-apply: "std.ComptimeStringMap: use tuple types"
|
2022-12-08 22:21:46 +02:00 |
crypto.zig
|
crypto: add AES-CMAC (RFC 4493) (#14545)
|
2023-02-16 21:18:20 +01:00 |
cstr.zig
|
std: restrict mem.span() and mem.len() to sentinel terminated pointers
|
2023-01-29 15:07:06 -05:00 |
debug.zig
|
std.debug: disable sporadically failing test
|
2023-01-29 12:48:38 -07:00 |
dwarf.zig
|
remove most conditional compilation based on stage1
|
2022-12-06 20:38:54 -07:00 |
dynamic_library.zig
|
update usages of @call
|
2022-12-13 13:14:20 +02:00 |
elf.zig
|
run zig fmt on everything checked by CI
|
2022-11-18 19:22:42 +00:00 |
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
|
std, compiler-rt: remove test names where applicable
|
2021-09-01 17:54:06 -07:00 |
fifo.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
fmt.zig
|
fmt: Make default_max_depth configurable
|
2023-02-01 21:43:36 +02:00 |
fs.zig
|
split @qualCast into @constCast and @volatileCast
|
2023-02-15 01:43:57 +02:00 |
hash_map.zig
|
std.builtin: rename Type.Fn's args to params
|
2022-12-17 14:11:33 +01:00 |
hash.zig
|
lint: duplicate import (#10519)
|
2022-01-07 00:06:06 -05: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 |
Ini.zig
|
add std.Ini for basic .ini file parsing
|
2023-01-11 15:39:48 -08:00 |
io.zig
|
expose std.io.bufferedReaderSize
|
2023-01-11 15:39:48 -08:00 |
json.zig
|
Merge pull request #14548 from schmee/std-json-fixes
|
2023-02-13 16:24:29 +02:00 |
leb128.zig
|
update uses of overflow arithmetic builtins
|
2022-12-27 15:13:14 +02:00 |
linked_list.zig
|
chore: Remove unused constants
|
2022-09-11 23:18:43 -04:00 |
log.zig
|
std: collect all options under one namespace
|
2023-01-05 02:31:29 -07:00 |
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
|
math: implement absInt for integer vectors
|
2023-01-03 13:30:24 +02:00 |
mem.zig
|
std: restrict mem.span() and mem.len() to sentinel terminated pointers
|
2023-01-29 15:07:06 -05:00 |
meta.zig
|
mark deprecated assumeSentinel as pub
|
2023-02-04 23:19:00 +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.net.Address: clarify unix socket getOsSockLen
|
2023-01-23 14:49:06 +01:00 |
once.zig
|
std.Thread.Mutex: change API to lock() and unlock()
|
2021-11-09 18:31:03 -07:00 |
os.zig
|
split @qualCast into @constCast and @volatileCast
|
2023-02-15 01:43:57 +02:00 |
packed_int_array.zig
|
std: Expose Int parameter in std.PackedInt[Array,Slice]
|
2022-12-29 19:11:05 +02:00 |
pdb.zig
|
std: eliminate pointless meta.assumeSentinel() usage
|
2023-01-23 12:19:53 +01:00 |
priority_dequeue.zig
|
std: Fix update() method in PriorityQueue and PriorityDequeue (#13908)
|
2022-12-13 14:55:41 -05:00 |
priority_queue.zig
|
std: Fix update() method in PriorityQueue and PriorityDequeue (#13908)
|
2022-12-13 14:55:41 -05:00 |
process.zig
|
wasm: avoids allocating zero length buffers for args or env
|
2023-01-19 15:34:38 +02:00 |
Progress.zig
|
fix(terminal): handle some possible errors and resolve TODOs
|
2022-12-13 09:11:30 +01:00 |
rand.zig
|
std.crypto: add the Ascon permutation
|
2023-02-13 02:22:24 -05:00 |
segmented_list.zig
|
behavior: add test coverage for slicing zero length array field of struct
|
2022-12-10 12:33:17 +01:00 |
SemanticVersion.zig
|
api(std.ascii): remove deprecated decls
|
2022-12-09 21:57:17 +01:00 |
simd.zig
|
std.simd.iota: make it always called at comptime
|
2023-01-04 18:37:53 -07:00 |
sort.zig
|
std: add sort method to ArrayHashMap and MultiArrayList
|
2022-03-10 13:13:17 -05: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 |
start.zig
|
Add support for mips64/mips64el
|
2023-02-04 15:19:53 -05:00 |
std.zig
|
fmt: Make default_max_depth configurable
|
2023-02-01 21:43:36 +02:00 |
tar.zig
|
zig build: add executable bit and file path to package hash
|
2023-02-01 18:42:29 -07:00 |
target.zig
|
move compiler's CType logic to std.Target
|
2023-01-31 15:09:35 -07:00 |
testing.zig
|
std: add expectEqualDeep (#13995)
|
2023-01-29 22:00:14 +00:00 |
Thread.zig
|
std: restrict mem.span() and mem.len() to sentinel terminated pointers
|
2023-01-29 15:07:06 -05:00 |
time.zig
|
std.time: add microTimestamp() (#13327)
|
2022-11-02 23:20:19 +01:00 |
treap.zig
|
treap: zig fmt
|
2022-04-15 17:01:01 -05:00 |
tz.zig
|
std.tz: fix function returning pointer to local variable
|
2022-06-17 21:04:21 +03:00 |
unicode.zig
|
remove most conditional compilation based on stage1
|
2022-12-06 20:38:54 -07:00 |
Uri.zig
|
std.Uri: make scheme non-optional
|
2023-01-06 18:52:39 -07:00 |
valgrind.zig
|
LLVM: add valgrind integration for x86 and aarch64
|
2022-11-19 19:32:45 -07:00 |
wasm.zig
|
wasm: refactor extended instructions
|
2022-12-21 17:02:53 +01:00 |
zig.zig
|
introduce ZON: Zig Object Notation
|
2023-02-03 00:06:11 -07:00 |