aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
2024-02-23std.io.Reader: add discard functionAndrew Kelley
2024-02-22refactor according to Ian's reviewIgor Anić
2024-02-21cleanup testsIgor Anić
2024-02-21add BufferedTeeIgor Anić
2024-02-18dwarf: optimize dwarf parsing for speedJacob Young
2024-02-08Replace std.rand references with std.Randome4m2
2024-02-07Merge pull request #17634 from ianprime0509/type-erased-writerAndrew Kelley
2024-02-01std: eliminate some uses of `usingnamespace`mlugg
2024-01-29Add type-erased writer and GenericWriterIan Johnson
2024-01-22std.io: replace readStructBig with readStructEndianTristan Ross
2024-01-13Fix fmt UTF-8 characters as fill (#18533)vinnichase
2023-11-22std: remove meta.traitAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-27Merge pull request #17716 from jacobly0/x86_64Jacob Young
2023-10-27GenericReader error set fixesTravis Staloch
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-03std: add type-erased reader; base GenericReader on itAndrew Kelley
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-07-24Fix type mismatch for Reader.readIntoBoundedBytes (#16416)lockbox
2023-07-03Merge pull request #15879 from r00ster91/more_stage1_test_coverageAndrew Kelley
2023-07-03check for UEFI in io.StreamSourcexdBronch
2023-07-02Fix `TTY.detectConfig` regression on windowsRyan Liptak
2023-06-27fix u65529 and above overflowing in more placesr00ster91
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-22rename ZIG_DEBUG_COLOR env variable to YES_COLORdweiller
2023-06-22std.io.tty: add detectTtyConfigForce for forcing colordweiller
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-03std.io.reader.Reader: add `streamUntilDelimiter`Eric Joldasov
2023-05-29std.io.Writer: add support for non-power-of-two int sizesCortex
2023-05-24std.io.tty: Remove unused Config.writeDEC() functionLinus Groh
2023-05-24std.io.tty: Add missing colors to Color enumLinus Groh
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-19multi-writer: test with a non-comptime streamMotiejus Jakštys
2023-05-08Disallow named test decls with duplicate namesDominic
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2023-01-16Find system-installed root SSL certificates on macOS (#14325)fn ⌃ ⌥
2023-01-11fix std.io.Reader regressionAndrew Kelley
2023-01-11expose std.io.bufferedReaderSizeAndrew Kelley