aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-01-11std.EarlyEOFReader: rename to LimitedReaderAndrew Kelley
2021-01-11std: use fifo.pump in writeFileAllUnseekabledaurnimator
2021-01-11std: add LimitedReader: reader that returns EOF earlydaurnimator
2021-01-11std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekabledaurnimator
2021-01-11std: reader.skipBytes's num_bytes should be a u64daurnimator
2021-01-11os/bits/linux: add the termios cc bitsVincent Rischmann
2021-01-11Merge pull request #7124 from LemonBoy/netstuff1Andrew Kelley
2021-01-11std CityHash: disable memory-expensive tests for nowAndrew Kelley
2021-01-11Modify cityhash to work at comptimeMartin Wickham
2021-01-11Merge pull request #7134 from alexnask/fix_std_fs_watchAndrew Kelley
2021-01-11Apparently unix sockets are supported on WindowsLemonBoy
2021-01-11Let the kernel pick a random portLemonBoy
2021-01-11std: Add a small test for i/o on unix socketsLemonBoy
2021-01-11std: Decouple network streams from fs.FileLemonBoy
2021-01-11update path.join to recognize any separators that isSep doesTravis
2021-01-10zig fmtAndrew Kelley
2021-01-10impl lossyCast #5080Adam Goertz
2021-01-10debug: don't fail printLineInfo if the source file is not readableVincent Rischmann
2021-01-09Merge pull request #7729 from jayschwa/remove-deprecated-streamAndrew Kelley
2021-01-09builtin: Add zig_versionJay Petacat
2021-01-08Fix system library path detection on linuxxackus
2021-01-08added mem.containsAtLeastSobeston
2021-01-08libstd: add missing MachO rebase opcodes in macho.zigJakub Konka
2021-01-08io: `FindByteOutStream` to `FindByteWriter`Jay Petacat
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Add compileError message for StringHashMap in AutoHashMapJulius Putra Tanu Setiaji
2021-01-07Merge pull request #7720 from Snektron/sockoptAndrew Kelley
2021-01-07remove z/Z format specifiersJonathan Marler
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-07builder: propagate env_map for child processesMichael Dusan
2021-01-08Add EPERM to std.os.setsockoptRobin Voetter
2021-01-08Add IP_ constantsRobin Voetter
2021-01-06fix LRESULT and LPARAM typedefsJonathan Marler
2021-01-06std.SpinLock: flatten and remove init/deinitAndrew Kelley
2021-01-06Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvementsAndrew Kelley
2021-01-06spinlock: Default SpinLock.state to .Unlocked to allow default struct initial...BinaryWarlock
2021-01-06Fix example code in comments for asc and descAndreas Karlsson
2021-01-05stage2: link.C: use pwritevAndrew Kelley
2021-01-05stage2: rework the C backendAndrew Kelley
2021-01-05std.c add syslogxackus
2021-01-05freebsd, netbsd, dragonfly: add struct timevalxackus
2021-01-06std: Support equivalent ArrayList operations in ArrayHashMapAlex Cameron
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2021-01-04std: skip more tests on Windows to save CI memoryAndrew Kelley
2021-01-04ci: skip crypto tests on windowsAndrew Kelley
2021-01-04Merge pull request #7592 from LemonBoy/fix-7188Andrew Kelley
2021-01-04Allow dollar sign $ in identifiers in translate-cEvan Haas
2021-01-04Fixes missing error prong in std.os.send.Felix (xq) Queißner
2021-01-04Fix off-by-one error in SinglyLinkedList.len() and add associated testsJ.C. Moyer
2021-01-04std.c: add some noaliasxackus