zig/lib/std
lithdew d3871af724 x/net/tcp, x/os/socket: tcp.Client.{Reader, Writer}
Only allow SOCK_STREAM (std.x.net.tcp.Client) sockets to have wrappers
for std.io.Reader and std.io.Writer provided, instead of Socket's in
general.
2021-05-10 19:22:31 +09:00
..
atomic std: update usage of std.testing 2021-05-08 15:15:30 +03:00
build std.build: if using a RunStep, show the command run on verbose (#8571) 2021-05-01 08:17:17 +02:00
c std: update usage of std.testing 2021-05-08 15:15:30 +03:00
compress std: update usage of std.testing 2021-05-08 15:15:30 +03:00
crypto p256: properly handle neutral element & add AffineCoordinates struct (#8718) 2021-05-09 18:20:43 +02:00
event std: update usage of std.testing 2021-05-08 15:15:30 +03:00
fmt std: update usage of std.testing 2021-05-08 15:15:30 +03:00
fs std: update usage of std.testing 2021-05-08 15:15:30 +03:00
hash std: update usage of std.testing 2021-05-08 15:15:30 +03:00
heap std: update usage of std.testing 2021-05-08 15:15:30 +03:00
io std: update usage of std.testing 2021-05-08 15:15:30 +03:00
json std: update usage of std.testing 2021-05-08 15:15:30 +03:00
math std: update usage of std.testing 2021-05-08 15:15:30 +03:00
mem std: Clear old memory on free 2021-02-25 22:20:30 +02:00
meta std: update usage of std.testing 2021-05-08 15:15:30 +03:00
net std: update usage of std.testing 2021-05-08 15:15:30 +03:00
os std/os, x/os/socket: windows support, socket helpers, getpeername() 2021-05-10 19:22:31 +09:00
rand std: update usage of std.testing 2021-05-08 15:15:30 +03:00
special update usage of std.testing in compiler_rt 2021-05-08 15:15:30 +03:00
target std: Add two more ARM CPUs to the known CPU list 2021-05-03 12:32:13 +02:00
testing Year++ 2020-12-31 15:45:24 -08:00
Thread std: update usage of std.testing 2021-05-08 15:15:30 +03: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 std: update usage of std.testing 2021-05-08 15:15:30 +03:00
x x/net/tcp, x/os/socket: tcp.Client.{Reader, Writer} 2021-05-10 19:22:31 +09:00
zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
array_hash_map.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
array_list.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
ascii.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
atomic.zig Year++ 2020-12-31 15:45:24 -08:00
base64.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
bit_set.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
buf_map.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
buf_set.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
build.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
builtin.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
c.zig std/os, x/os/socket: windows support, socket helpers, getpeername() 2021-05-10 19:22:31 +09:00
child_process.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
coff.zig zig fmt the std lib 2021-02-24 21:29:23 -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: update usage of std.testing 2021-05-08 15:15:30 +03:00
crypto.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
cstr.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
debug.zig std: Fix backtraces on sparcv9 2021-04-25 19:10:11 +02:00
dwarf.zig dwarf: fix LineNumberProgram check 2021-04-12 17:18:56 -04:00
dwarf_bits.zig Year++ 2020-12-31 15:45:24 -08:00
dynamic_library.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
elf.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
enums.zig std: update usage of std.testing 2021-05-08 15:15:30 +03: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 std: update usage of std.testing 2021-05-08 15:15:30 +03:00
fs.zig std/base64: cleanups & support url-safe and other non-padded variants 2021-03-28 14:32:34 +02:00
hash.zig Year++ 2020-12-31 15:45:24 -08:00
hash_map.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
heap.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
io.zig std: remove io.AutoIndentingStream 2021-02-16 23:20:46 +01:00
json.zig std: update usage of std.testing 2021-05-08 15:15:30 +03: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 macho: fix typos in consts defs 2021-04-21 06:49:34 +02:00
math.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
mem.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
meta.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
multi_array_list.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
net.zig replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity 2021-02-21 11:56:14 +02:00
once.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
os.zig std/os, x/os/socket: windows support, socket helpers, getpeername() 2021-05-10 19:22:31 +09:00
packed_int_array.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
pdb.zig Don't read more bytes than exist in MsfStream (#7839) 2021-02-01 15:27:39 -05:00
priority_dequeue.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
priority_queue.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
process.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
Progress.zig std: Use more common escape sequences in Progress 2021-03-12 19:31:59 -05:00
rand.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
SemanticVersion.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
sort.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
start.zig std: Initial bringup for Linux on Thumb2 2021-05-04 18:52:53 +02:00
start_windows_tls.zig Year++ 2020-12-31 15:45:24 -08:00
std.zig x, x/os/Socket: initial work on new Socket abstraction 2021-04-25 21:15:02 +09:00
target.zig std.Target: bump freebsd known maximum version 2021-04-28 10:26:47 -07:00
testing.zig allow tests to fail 2021-05-08 15:15:23 +03:00
Thread.zig std: Add fallback on pre-v6 ARM targets 2021-05-03 12:32:13 +02:00
time.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
unicode.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
valgrind.zig std: Update test "" to test where it makes sense 2021-01-22 15:46:58 +01:00
wasm.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
x.zig std/os, x/os/socket: windows support, socket helpers, getpeername() 2021-05-10 19:22:31 +09:00
zig.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00