aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-03-24lib/std: PermissionDenied/AccessDenied cleanup and falloutPat Tullmann
2025-03-09std/lib: {fs,io,posix} test clean upPat Tullmann
2025-02-06std.process: adding hasNonEmptyEnvVar() and using for NO_COLORJohn Benediktsson
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-10-13Rewrite bit_reader and bit_writer to take advantage of current zig semantics ...tgschultz
2024-09-26std.io.Reader: Fix test erroneously using undefined.Alex Rønne Petersen
2024-09-23Improve efficiency of buffered_reader. (#21256)Lucas Santos
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-25implement std.testing.fuzzInputAndrew Kelley
2024-06-02Add `File.getOrEnableAnsiEscapeSupport` and use itRyan Liptak
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Åstholm
2024-05-27Progress: fix compile errors on windowsJacob Young
2024-05-10define an error set for `std.io.tty.Config.setColor`Veikka Tuominen
2024-05-03add std.zip and support zip files in build.zig.zonJonathan Marler
2024-03-20std.io: remove BufferedTeeIgor Anić
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-14remove std.io.PeekStreamAndrew Kelley
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-10std.io.Writer: add writeFile methodAndrew Kelley
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
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