| .. |
|
atomic
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
Build
|
std.Build.Step.WriteFile: fix call to nonexistent function
|
2023-07-31 14:23:57 +02:00 |
|
c
|
Revert "std: add accept_filter struct to make use of SO_ACCEPTFILTER socket option"
|
2023-07-31 11:20:53 -07:00 |
|
compress
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
crypto
|
Merge pull request #16516 from lacc97/std-crypto-certificate-parse-datetime
|
2023-07-24 10:56:38 -07:00 |
|
dwarf
|
target: emit unwind tables if the platform supports unwinding
|
2023-07-26 20:58:29 -04:00 |
|
event
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
fmt
|
re-enable test "fmt.parseFloat nan and inf" after llvm fix
|
2023-07-25 11:03:11 -07:00 |
|
fs
|
Add fs.path.ComponentIterator and use it in Dir.makePath
|
2023-07-27 10:22:54 -07:00 |
|
hash
|
Xxhash perf (#15947)
|
2023-07-24 13:47:45 -04:00 |
|
heap
|
std: fix doc comment of GPA deinit
|
2023-07-03 01:14:20 -07:00 |
|
http
|
Fix the http.Server test and add it to the set of tests in http.zig
|
2023-07-23 13:58:34 -07:00 |
|
io
|
Fix type mismatch for Reader.readIntoBoundedBytes (#16416)
|
2023-07-24 17:32:06 -07:00 |
|
json
|
std.json: WriteStream.print instead of writePreformatted
|
2023-07-27 10:23:58 -07:00 |
|
math
|
Use builtin inference over @as where possible
|
2023-07-24 10:23:51 -07:00 |
|
mem
|
add error when passing a non-single-item pointer to allocator.destroy
|
2023-07-25 10:55:04 -07:00 |
|
meta
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
net
|
Disallow named test decls with duplicate names
|
2023-05-08 10:59:06 +03:00 |
|
os
|
Revert "linux adding some NUMA support"
|
2023-07-31 11:02:43 -07:00 |
|
rand
|
Use builtin inference over @as where possible
|
2023-07-24 10:23:51 -07:00 |
|
sort
|
improve documentation of std.sort.*Context functions (#16145)
|
2023-06-27 00:51:06 -07:00 |
|
target
|
all: zig fmt and rename "@XToY" to "@YFromX"
|
2023-06-19 12:34:42 -07:00 |
|
testing
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07: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
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
zig
|
macos: fix parsing of SDK version string into std.SemanticVersion
|
2023-07-28 21:13:56 +02:00 |
|
array_hash_map.zig
|
compiler: rework inferred error sets
|
2023-07-18 19:02:05 -07:00 |
|
array_list.zig
|
std: reword some comments
|
2023-07-16 18:32:52 -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: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -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.LazyPath: fix resolution of cwd_relative
|
2023-07-30 18:42:08 -07:00 |
|
builtin.zig
|
make @typeInfo not return private decls
|
2023-07-25 16:19:08 -07:00 |
|
c.zig
|
Revert "std.c: exposing timer api"
|
2023-07-31 10:51:44 -07:00 |
|
child_process.zig
|
windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible error
|
2023-07-27 09:35:29 -07:00 |
|
coff.zig
|
std.coff: check strtab lengths against data length
|
2023-07-27 10:21:12 -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.block: add safety check for lessThan return value
|
2023-06-26 17:50:10 -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
|
std.cstr: deprecate namespace
|
2023-06-25 14:51:03 -07:00 |
|
debug.zig
|
debug: skip unwind error printing on platforms that don't have_ucontext
|
2023-07-26 22:10:22 -04:00 |
|
dwarf.zig
|
target: emit unwind tables if the platform supports unwinding
|
2023-07-26 20:58:29 -04:00 |
|
dynamic_library.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
elf.zig
|
debug: support loading elf debug info from external files
|
2023-07-20 22:58:12 -04:00 |
|
enums.zig
|
std.sort.block: add safety check for lessThan return value
|
2023-06-26 17:50:10 -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
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
fs.zig
|
Revert "std.os: selfExePath implementation for haiku"
|
2023-07-31 11:18:15 -07:00 |
|
hash.zig
|
add std.hash.uint32
|
2023-06-10 20:42:30 -07:00 |
|
hash_map.zig
|
Use builtin inference over @as where possible
|
2023-07-24 10:23:51 -07:00 |
|
heap.zig
|
std.json: support parsing json at comptime using FixedBufferAllocator (#16488)
|
2023-07-22 18:52:26 -04:00 |
|
http.zig
|
Fix the http.Server test and add it to the set of tests in http.zig
|
2023-07-23 13:58:34 -07:00 |
|
Ini.zig
|
add std.Ini for basic .ini file parsing
|
2023-01-11 15:39:48 -08:00 |
|
io.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
json.zig
|
std.json: Unify stringify and writeStream (#16405)
|
2023-07-21 19:56:46 -04:00 |
|
leb128.zig
|
Use builtin inference over @as where possible
|
2023-07-24 10:23:51 -07:00 |
|
linked_list.zig
|
SinglyLinkedList: rename invert -> reverse
|
2023-07-15 21:37:54 -07:00 |
|
log.zig
|
all: zig fmt and rename "@XToY" to "@YFromX"
|
2023-06-19 12:34:42 -07:00 |
|
macho.zig
|
dwarf: move macho unwind code from macho -> dwarf
|
2023-07-20 22:58:16 -04:00 |
|
math.zig
|
Remove len parameter from splat in standard lib
|
2023-07-12 15:35:57 -07:00 |
|
mem.zig
|
Remove len parameter from splat in standard lib
|
2023-07-12 15:35:57 -07:00 |
|
meta.zig
|
make @typeInfo not return private decls
|
2023-07-25 16:19:08 -07:00 |
|
multi_array_list.zig
|
Add more sorting functions to MultiArrayList (#16377)
|
2023-07-11 06:37:51 +00:00 |
|
net.zig
|
Unrevert "Sema: preserve extern struct field alignment"
|
2023-06-30 23:24:52 -04:00 |
|
once.zig
|
update std lib and compiler sources to new for loop syntax
|
2023-02-18 19:17:21 -07:00 |
|
os.zig
|
Revert "std.os: sysctl* wrappers, better warning at compile time"
|
2023-07-31 11:20:31 -07: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
|
[priority_dequeue] Fix out-of-bounds access
|
2023-06-22 02:03:53 -07:00 |
|
priority_queue.zig
|
[priority_queue] Simplify sifting & fix edge case
|
2023-07-24 12:58:19 -07:00 |
|
process.zig
|
Revert "std.process: further totalSystemMemory portage"
|
2023-07-31 11:20:21 -07:00 |
|
Progress.zig
|
std.Progress: add optional unit to progress indicator
|
2023-07-25 13:51:22 +01:00 |
|
rand.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07: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
|
Remove len parameter from splat in standard lib
|
2023-07-12 15:35:57 -07:00 |
|
sort.zig
|
improve documentation of std.sort.*Context functions (#16145)
|
2023-06-27 00:51:06 -07:00 |
|
start.zig
|
std.start | Remove unused import
|
2023-07-28 19:01:05 -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.json: Unify stringify and writeStream (#16405)
|
2023-07-21 19:56:46 -04:00 |
|
tar.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
target.zig
|
std.target | Remove comment referencing closed proposal
|
2023-07-28 19:02:48 -07:00 |
|
testing.zig
|
make @typeInfo not return private decls
|
2023-07-25 16:19:08 -07:00 |
|
Thread.zig
|
Revert "std.Thread: refining stack size from platform minimum, changes more targetted towards platform like Linux/musl (#15791)"
|
2023-07-31 10:54:35 -07:00 |
|
time.zig
|
implement std.time.sleep for uefi
|
2023-07-07 11:57:09 -07:00 |
|
treap.zig
|
all: zig fmt and rename "@XToY" to "@YFromX"
|
2023-06-19 12:34:42 -07:00 |
|
tz.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
unicode.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
Uri.zig
|
std.Uri: Don't double-escape escaped query parameters (#16043)
|
2023-07-27 13:18:48 -04:00 |
|
valgrind.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
wasm.zig
|
all: zig fmt and rename "@XToY" to "@YFromX"
|
2023-06-19 12:34:42 -07:00 |
|
zig.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |