aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/test.zig
AgeCommit message (Expand)Author
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-11-06change debug.assert to testing.expect in testsxackus
2020-11-02std: Fix syscall stubs passing 64bit offsets for BE targetsLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-09Support Reader for InStreamJonathan Marler
2020-05-18Integrate getTestDir with tmpDir logicJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-03-13Add NtDll-based ftruncate implementationLemonBoy
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-18std: use LinearFifo to implement io.BufferedOutStreamCustomdaurnimator
2020-02-18std: let PeekStream have static/dynamic variantsdaurnimator
2020-02-18std: use LinearFifo to implement io.PeekStreamdaurnimator
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-01-21enable native CPU feature for windows; disable failing testsAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30add missing error code handling on WindowsAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-16Fix compilation of updateTimes on 32bit platformsLemonBoy
2019-09-27fix glibc builds on aarch64-linux-gnuAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley