aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
2020-03-06fixups & make some API decisionsAndrew Kelley
2020-03-06std: use ArrayList rather than Buffer for in_stream helper functionsdaurnimator
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-26debug: Fix end-of-stream condition in DWARF parserLemonBoy
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
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-02-06more std lib async I/O integrationAndrew Kelley
2020-02-05std.fmt.format: comptime output parameterAndrew Kelley
2020-01-25Merge remote-tracking branch 'origin/master' into layneson-cpus_and_featuresAndrew Kelley
2020-01-21enable native CPU feature for windows; disable failing testsAndrew Kelley
2020-01-21Make writeByteNTimes faster and leanerLemonBoy
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-05Increase io.BufferedInStream readByte speed by ~75%frmdstryr
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-26std.elf: breaking improvements to the APIAndrew 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-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-28partial no-libc implementation of std.net.getAddressListAndrew Kelley
2019-10-21remove pub syntax for container fieldsVexu
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