aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
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
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