| .. |
|
atomic
|
write function types consistently with a space before fn keyword
|
2023-09-19 15:15:05 +03:00 |
|
Build
|
std.Build: use create() instead of init() for Step.RemoveDir
|
2023-10-21 17:48:25 +03:00 |
|
c
|
Merge pull request #17341 from rzezeski/illumos-updates
|
2023-10-03 11:04:41 -07:00 |
|
compress
|
Deflate: fix missing value in reset
|
2023-10-17 21:46:47 +00:00 |
|
crypto
|
x86_64: disable difficult std tests and hack around more zero-bit types
|
2023-10-21 10:55:41 -04:00 |
|
dwarf
|
Add illumos OS tag
|
2023-10-02 15:31:49 -06:00 |
|
event
|
Add a missing period in Future's description
|
2023-10-14 11:20:11 +03:00 |
|
fmt
|
re-enable test "fmt.parseFloat nan and inf" after llvm fix
|
2023-07-25 11:03:11 -07:00 |
|
fs
|
std.fs: fix relative symbolic links on Windows
|
2023-10-17 06:27:07 -04:00 |
|
hash
|
XXH3 Implementation for Zig STD (#17530)
|
2023-10-17 13:55:01 -05:00 |
|
heap
|
std.heap.ArenaAllocator: fix doc comment typo
|
2023-10-15 21:20:48 +03:00 |
|
http
|
std.simd: return comptime_int from suggestVectorSize
|
2023-10-13 16:58:05 +03:00 |
|
io
|
std: add type-erased reader; base GenericReader on it
|
2023-10-03 14:55:17 -07:00 |
|
json
|
std.json: add fmt function (#17055)
|
2023-09-13 18:24:59 -04:00 |
|
math
|
x86_64: disable difficult std tests and hack around more zero-bit types
|
2023-10-21 10:55:41 -04:00 |
|
mem
|
mem: explicit dupe and dupeZ error on Allocator
|
2023-09-07 21:56:57 +03:00 |
|
meta
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
net
|
std.net: Fix IPv6 address parsing for single digit
|
2023-09-06 11:14:24 +03:00 |
|
os
|
linux.io_uring: Implement splice functions
|
2023-10-21 05:02:17 +03:00 |
|
rand
|
Remove @fabs, fabs and absCast/Int from std lib
|
2023-09-27 11:24:28 -07:00 |
|
sort
|
improve documentation of std.sort.*Context functions (#16145)
|
2023-06-27 00:51:06 -07:00 |
|
target
|
nvptx: omit sm_90a from the CPU target features for now
|
2023-09-19 09:37:53 -07:00 |
|
testing
|
std: enable FailingAllocator to fail on resize
|
2023-09-06 19:06:32 +03:00 |
|
Thread
|
Fix counting in SingleThreadedRwLock's tryLockShared (#16560)
|
2023-07-26 08:19:52 -05:00 |
|
time
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
tz
|
|
|
|
unicode
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
valgrind
|
valgrind.memcheck: fix makeMem*()
|
2023-10-03 02:51:01 -07:00 |
|
zig
|
Revert "Never implicitly add rpaths for each lib dir, add NixOS libdir to rpath"
|
2023-10-18 23:37:47 -07:00 |
|
array_hash_map.zig
|
std: add unstable sorting to array hash maps
|
2023-10-08 16:54:31 -07:00 |
|
array_list.zig
|
Improve (Unmanaged)ArrayList.insert
|
2023-09-30 16:17:22 -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
|
std.base64: Improve Encoder/Decoder performance
|
2023-10-14 23:28:19 -07:00 |
|
bit_set.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
BitStack.zig
|
std.json: Unify stringify and writeStream (#16405)
|
2023-07-21 19:56:46 -04:00 |
|
bounded_array.zig
|
Smaller memory footprint for BoundedArray (#16299)
|
2023-07-03 13:58:03 -04: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.Build: use create() instead of init() for Step.RemoveDir
|
2023-10-21 17:48:25 +03:00 |
|
builtin.zig
|
std.os.uefi: reorganize namespaces
|
2023-08-24 22:38:47 -07:00 |
|
c.zig
|
Add illumos OS tag
|
2023-10-02 15:31:49 -06:00 |
|
child_process.zig
|
std.ChildProcess: fix error in killWindows
|
2023-10-18 19:11:28 -04:00 |
|
coff.zig
|
std.coff: Fixed compile error.
|
2023-09-02 00:18:53 +02:00 |
|
compress.zig
|
std.compress.zstd: renamed from std.compress.zstandard
|
2023-02-22 00:11:20 +11:00 |
|
comptime_string_map.zig
|
ComptimeStringMap: Add version that takes an equality function
|
2023-09-14 11:03:15 -07:00 |
|
crypto.zig
|
std.crypto.ff - Alloc-free, constant-time field arithmetic for crypto (#15795)
|
2023-05-22 16:11:06 +02:00 |
|
debug.zig
|
Add illumos OS tag
|
2023-10-02 15:31:49 -06:00 |
|
dwarf.zig
|
std: remove some unused imports (#16710)
|
2023-08-06 15:18:50 -04:00 |
|
dynamic_library.zig
|
Add illumos OS tag
|
2023-10-02 15:31:49 -06:00 |
|
elf.zig
|
std: remove some unused imports (#16710)
|
2023-08-06 15:18:50 -04:00 |
|
enums.zig
|
Allow empty enum to be used in EnumSet/EnumMap
|
2023-09-28 21:48:39 +00:00 |
|
event.zig
|
|
|
|
fifo.zig
|
std: remove some unused imports (#16710)
|
2023-08-06 15:18:50 -04:00 |
|
fmt.zig
|
Remove @fabs, fabs and absCast/Int from std lib
|
2023-09-27 11:24:28 -07:00 |
|
fs.zig
|
std.fs.openDir: handle OBJECT_NAME_INVALID
|
2023-10-16 17:22:24 -07:00 |
|
hash.zig
|
XXH3 Implementation for Zig STD (#17530)
|
2023-10-17 13:55:01 -05:00 |
|
hash_map.zig
|
std.hash_map: add const attribute to StringIndexContext.bytes and ...
|
2023-10-20 19:06:32 +03:00 |
|
heap.zig
|
std: remove some unused imports (#16710)
|
2023-08-06 15:18:50 -04:00 |
|
http.zig
|
std.http: add identity to content encodings (#16493)
|
2023-09-26 17:16:40 -04:00 |
|
Ini.zig
|
|
|
|
io.zig
|
std: add type-erased reader; base GenericReader on it
|
2023-10-03 14:55:17 -07:00 |
|
json.zig
|
std.json: add fmt function (#17055)
|
2023-09-13 18:24:59 -04:00 |
|
leb128.zig
|
Use builtin inference over @as where possible
|
2023-07-24 10:23:51 -07:00 |
|
linked_list.zig
|
std: Move TailQueue alias to correct namespace
|
2023-08-28 17:41:37 -07:00 |
|
log.zig
|
all: zig fmt and rename "@XToY" to "@YFromX"
|
2023-06-19 12:34:42 -07:00 |
|
macho.zig
|
std.macho: remove alignment from LoadCommandIterator
|
2023-10-03 14:55:17 -07:00 |
|
math.zig
|
std.math: add nextAfter (#16894)
|
2023-10-06 14:44:47 -04:00 |
|
mem.zig
|
Package.Fetch: normalize path separators in symlinks
|
2023-10-16 16:47:47 -07:00 |
|
meta.zig
|
Remove @fabs, fabs and absCast/Int from std lib
|
2023-09-27 11:24:28 -07:00 |
|
multi_array_list.zig
|
std: add unstable sorting to array hash maps
|
2023-10-08 16:54:31 -07:00 |
|
net.zig
|
std.net: Fix IPv6 address parsing for single digit
|
2023-09-06 11:14:24 +03:00 |
|
once.zig
|
|
|
|
os.zig
|
std.os: do nothing when calling fchdir with AT_FDCWD
|
2023-10-21 05:13:21 -04:00 |
|
packed_int_array.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
pdb.zig
|
std.pdb: fix incorrect field alignment in ptrCast
|
2023-06-30 23:23:03 -04:00 |
|
priority_dequeue.zig
|
Update docs of PriorityQueue.iterator() and PriorityDeque.iterator()
|
2023-10-12 04:48:22 +03:00 |
|
priority_queue.zig
|
Update docs of PriorityQueue.iterator() and PriorityDeque.iterator()
|
2023-10-12 04:48:22 +03:00 |
|
process.zig
|
CLI: finish updating module API usage
|
2023-10-08 16:54:31 -07:00 |
|
Progress.zig
|
Fix minor typo in the description of Progress
|
2023-10-13 00:44:30 +03:00 |
|
rand.zig
|
std.rand: Cleanup @as builtins
|
2023-08-15 12:09:28 +02:00 |
|
RingBuffer.zig
|
all: zig fmt and rename "@XToY" to "@YFromX"
|
2023-06-19 12:34:42 -07:00 |
|
segmented_list.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
SemanticVersion.zig
|
std: replace builtin.Version with SemanticVersion
|
2023-06-17 13:17:34 -07:00 |
|
simd.zig
|
std.simd: return comptime_int from suggestVectorSize
|
2023-10-13 16:58:05 +03:00 |
|
sort.zig
|
std: add unstable sorting to array hash maps
|
2023-10-08 16:54:31 -07:00 |
|
start.zig
|
lib: Fix asm code in _start for SPARC
|
2023-10-12 16:13:32 -07:00 |
|
start_windows_tls.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
std.zig
|
std.cstr: remove deprecated namespace
|
2023-10-10 02:08:03 +03:00 |
|
tar.zig
|
std.tar: fix creation of symlinks with omit_empty_directories
|
2023-10-08 16:54:31 -07:00 |
|
target.zig
|
std.Target: update default Linux cross-compiling version
|
2023-10-20 20:12:50 -04:00 |
|
testing.zig
|
std.testing: disable expectEqualSlices printing for spirv
|
2023-10-15 14:00:26 +02:00 |
|
Thread.zig
|
Add illumos OS tag
|
2023-10-02 15:31:49 -06:00 |
|
time.zig
|
implement std.time.sleep for uefi
|
2023-07-07 11:57:09 -07:00 |
|
treap.zig
|
Treap: do not set key to undefined in remove to allow re-use of removed nodes
|
2023-10-03 01:21:51 -07:00 |
|
tz.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
unicode.zig
|
std.simd: return comptime_int from suggestVectorSize
|
2023-10-13 16:58:05 +03:00 |
|
Uri.zig
|
Allow only relative paths.
|
2023-09-29 00:32:43 -07:00 |
|
valgrind.zig
|
Fix compilation failure in valgrind.zig
|
2023-10-12 10:17:49 -07:00 |
|
wasm.zig
|
all: zig fmt and rename "@XToY" to "@YFromX"
|
2023-06-19 12:34:42 -07:00 |
|
zig.zig
|
make Package.Path support string escape formatting
|
2023-10-08 16:54:31 -07:00 |