aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io
AgeCommit message (Expand)Author
2025-10-29implement Mutex, Condition, and QueueAndrew Kelley
2025-10-29Io: implement sleep and fix cancel bugsJacob Young
2025-10-29EventLoop: implement thread-local queues and cancellationJacob Young
2025-10-29std.Io: introduce cancellationAndrew Kelley
2025-10-29EventLoop: fix futex usageJacob Young
2025-10-29EventLoop: get file operations workingJacob Young
2025-10-29WIPAndrew Kelley
2025-10-29EventLoop: move context after the async closureJacob Young
2025-10-29EventLoop: fix incorrect alignment panicJacob Young
2025-10-29update threaded fibers impl to actually storing argsAndrew Kelley
2025-10-29fix context passing in threaded Io implAndrew Kelley
2025-10-29EventLoop: implement main idle fiberJacob Young
2025-10-29EventLoop: add threadsJacob Young
2025-10-29EventLoop: rewrite context switchingJacob Young
2025-10-29EventLoop: prepare for threadingJacob Young
2025-10-29demo: single-threaded green threads implementationAndrew Kelley
2025-10-27fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms.GasInfinity
2025-10-08std.Io.Reader: rework peekDelimiterInclusiveAndrew Kelley
2025-10-08Fix Reader.Limited end of stream conditionswhatisaphone
2025-10-08std.Io.Reader: fix delimiter bugsmlugg
2025-10-08std: fix sendFileReading not accounting for bufferAndrew Kelley
2025-10-08Reader.peekDelimiterInclusive: Fix handling of `stream` implementations that ...Ryan Liptak
2025-10-07Revert "Fix infinite loop in Reader.Limited"Andrew Kelley
2025-10-07Fix infinite loop in Reader.Limitedachan1989
2025-09-21Merge pull request #25302 from ziglang/growCapacityAndrew Kelley
2025-09-20coerce vectors to arrays rather than inline forAndrew Kelley
2025-09-20Reader.defaultReadVec: Workaround bad `r.end += r.vtable.stream()` behaviorRyan Liptak
2025-09-20std: remove loop from growCapacityAndrew Kelley
2025-09-08std.Io.Writer.writeSliceEndian: add compile errorAndrew Kelley
2025-09-05Revert "Merge pull request #24905 from gooncreeper/file-reader-buffered"Andrew Kelley
2025-09-04sendFileAll: use stream instead of sendFileReadingKendall Condon
2025-09-04fix sendFile implementations bypassing interface bufferKendall Condon
2025-08-31Io.Writer.Allocating: test new *Aligned methodsTravis Staloch
2025-08-30Merge pull request #25077 from ziglang/GenericReaderAndrew Kelley
2025-08-30Revert "std.Io.Reader: work around llvm backend bug"Andrew Kelley
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-29std.Io: delete CountingReaderAndrew Kelley
2025-08-28std.debug.Pdb: migrate more towards new Reader APIAndrew Kelley
2025-08-28std.Io.Reader: work around llvm backend bugAndrew Kelley
2025-08-28fix not discarding delimiterAndrew Kelley
2025-08-28update more to avoid GenericWriterAndrew Kelley
2025-08-28std: delete most remaining uses of GenericWriterAndrew Kelley
2025-08-28link.MachO: update to not use GenericWriterAndrew Kelley
2025-08-28std.Io.Writer: add toArrayList/fromArrayListAndrew Kelley
2025-08-28std.Io: delete GenericWriterAndrew Kelley
2025-08-28Reader.appendRemaining: Take ownership of the full allocated sliceRyan Liptak
2025-08-19std.Io.Writer: fix upper case hex float formattingTemariVirus
2025-08-19never advance seek position in `std.Io.Reader.peekDelimiterExclusive` (#24899)Rohlem