zig/lib/std
Philip Åkesson b3a4074358 std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly
The intermediate value can be larger than an u16, so @truncate is needed
to match the behavior of musl.
2021-09-03 10:18:28 -07:00
..
atomic os/bits: remove duplicate sockaddr_storage for dragonfly 2021-06-01 18:35:13 +09:00
build Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
c Add inotify_rm_watch definition to c/linux.zig 2021-07-21 12:25:10 -07:00
compress Run zig fmt on src/ and lib/std/ 2021-05-20 17:14:18 +02:00
crypto std.crypto: handle the top bit in 25519.field.fromBytes64() (#9435) 2021-08-31 13:31:06 -07:00
event std.windows: fix OVERLAPPED, add OVERLAPPED_ENTRY 2021-06-14 12:14:46 -07:00
fmt Run zig fmt on src/ and lib/std/ 2021-05-20 17:14:18 +02:00
fs Merge pull request #9258 from ziglang/shared-cache-locking 2021-07-03 15:28:29 -07:00
hash Correct hasUniqueRepresentation for vectors 2021-07-21 12:30:56 -07:00
heap Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
io Limit Fixed Buffer Stream seekTo (#9023) 2021-06-08 12:27:22 -07:00
json std/json: Fix premature closing brace being considered valid JSON 2021-05-13 11:11:28 +02:00
math FIX typo in doc comment for std.math.hypot (#9413) 2021-07-21 12:25:52 -07:00
mem std: Clear old memory on free 2021-02-25 22:20:30 +02:00
meta Correct hasUniqueRepresentation for vectors 2021-07-21 12:30:56 -07:00
net std: update usage of std.testing 2021-05-08 15:15:30 +03:00
os std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly 2021-09-03 10:18:28 -07:00
rand std: update usage of std.testing 2021-05-08 15:15:30 +03:00
special std/build: add --sysroot general option 2021-06-26 12:51:49 +02:00
target Fix lakemont CpuModel (#9099) 2021-06-17 20:28:37 -07:00
testing Year++ 2020-12-31 15:45:24 -08:00
Thread std.sync.atomic: extended atomic helper functions (#8866) 2021-05-31 11:11:30 -05:00
time Year++ 2020-12-31 15:45:24 -08:00
unicode Reduce use of deprecated IO types 2021-01-07 23:48:58 -08:00
valgrind Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
x os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible 2021-06-01 18:24:43 +09:00
zig fmt: fix #8974 2021-06-04 10:49:05 +03:00
array_hash_map.zig zig fmt 2021-06-11 10:28:42 -07:00
array_list.zig std/ArrayList: Allow ArrayList(u0) to be created 2021-08-31 13:41:05 -07:00
ascii.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
atomic.zig os/bits: remove duplicate sockaddr_storage for dragonfly 2021-06-01 18:35:13 +09:00
base64.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
bit_set.zig Run zig fmt on src/ and lib/std/ 2021-05-20 17:14:18 +02:00
buf_map.zig Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
buf_set.zig Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
build.zig std/build: add --sysroot general option 2021-06-26 12:51:49 +02:00
builtin.zig stage2: type declarations ZIR encode AnonNameStrategy 2021-05-10 21:34:43 -07:00
c.zig netbsd: add more std.os.bits 2021-06-17 20:28:37 -07:00
child_process.zig Merge pull request #9148 from marler8997/windowsChildOutput 2021-07-03 15:25:22 -07:00
coff.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
compress.zig std: Update test "" to test where it makes sense 2021-01-22 15:46:58 +01:00
comptime_string_map.zig std: don't reference non-existant ComptimeStringHashMap type 2021-06-15 13:32:14 -07:00
crypto.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
cstr.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
debug.zig enable symbol lookup for haiku 2021-05-24 10:39:01 -07:00
dwarf.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
dwarf_bits.zig Year++ 2020-12-31 15:45:24 -08:00
dynamic_library.zig netbsd: add more std.os.bits 2021-06-17 20:28:37 -07:00
elf.zig Run zig fmt on src/ and lib/std/ 2021-05-20 17:14:18 +02:00
enums.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
event.zig Year++ 2020-12-31 15:45:24 -08:00
fifo.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
fmt.zig Re-enable multiple wasm32 vector tests 2021-06-10 10:21:13 -07:00
fs.zig Merge pull request #9258 from ziglang/shared-cache-locking 2021-07-03 15:28:29 -07:00
hash.zig Year++ 2020-12-31 15:45:24 -08:00
hash_map.zig HashMap.getOrPutAssumeCapacityAdapted should set key to undefined (#9138) 2021-06-20 16:26:01 -07:00
heap.zig std: Add helpers to safely align pointers 2021-06-06 18:07:47 -07:00
io.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
json.zig Merge pull request #8750 from lithdew/master 2021-06-04 01:21:28 -04:00
leb128.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
linked_list.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
log.zig zig fmt the std lib 2021-02-24 21:29:23 -07:00
macho.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-18 12:37:03 -07:00
math.zig zig fmt 2021-06-11 10:28:42 -07:00
mem.zig std: Add helpers to safely align pointers 2021-06-06 18:07:47 -07:00
meta.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-12 16:41:20 -07:00
multi_array_list.zig zig fmt 2021-06-11 10:28:42 -07:00
net.zig std: update regarding std.builtin reorganization 2021-05-17 16:08:09 -07:00
once.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
os.zig Add NotDir as possible error for os.inotify_add_watch 2021-07-21 12:25:05 -07:00
packed_int_array.zig std.sync.atomic: extended atomic helper functions (#8866) 2021-05-31 11:11:30 -05:00
pdb.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
priority_dequeue.zig fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and PriorityDequeue 2021-05-12 18:33:25 -04:00
priority_queue.zig fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and PriorityDequeue 2021-05-12 18:33:25 -04:00
process.zig Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
Progress.zig std.Progress: use *W functions on windows 2021-06-10 10:19:37 -07:00
rand.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
SemanticVersion.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
sort.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
start.zig Merge pull request #9168 from LemonBoy/fix-pie 2021-06-20 17:03:50 -07:00
start_windows_tls.zig move behavior tests from test/stage1/ to test/ 2021-04-29 15:54:04 -07:00
std.zig x, x/os/Socket: initial work on new Socket abstraction 2021-04-25 21:15:02 +09:00
target.zig openbsd: adjust dynamic linker path (#9010) 2021-06-06 18:01:40 -07:00
testing.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-15 21:44:38 -07:00
Thread.zig std.sync.atomic: extended atomic helper functions (#8866) 2021-05-31 11:11:30 -05:00
time.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
unicode.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
valgrind.zig std: update regarding std.builtin reorganization 2021-05-17 16:08:09 -07:00
wasm.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
x.zig x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits 2021-06-01 18:22:57 +09:00
zig.zig wasm: link dynamically by default when targeting wasm 2021-05-20 16:54:00 +02:00