aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2017-11-10Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2017-11-10fix test failure on 32 bit windowsAndrew Kelley
2017-11-10add windows implementation of io.File.getEndPosAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-11-10Merge remote-tracking branch 'origin/master' into llvm6dimenus
2017-11-09Fix Stat include in darwin land (#605)Jeff Fowler
2017-11-09fix typo on darwin lseek (#602)Jeff Fowler
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-11-06Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2017-11-06fix typos in std.io (#589)scurest
2017-11-05fix redeclaration of mem (#585)scurest
2017-11-05add test for c_allocatorscurest
2017-11-02update to llvm masterAndrew Kelley
2017-11-01bump build_runner allocator to use 30 MBAndrew Kelley
2017-10-31fix windows build from previous commitAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-25cleaner verbose flags and zig build prints failed commandAndrew Kelley
2017-10-24add some sanity tests for float printingAndrew Kelley
2017-10-24Merge branch 'float-printing' of https://github.com/scurest/zig into better-f...Andrew Kelley
2017-10-24fix missing compiler_rt in release modesAndrew Kelley
2017-10-24More corrections to float printingscurest
2017-10-23Print better floatsscurest
2017-10-21std.fmt.format supports ints smaller than u8Andrew Kelley
2017-10-21zig build: fix system libraries not respected for C artifactsAndrew Kelley
2017-10-17Add c allocator (#542)Marc Tiehuis
2017-10-16std.os.ChildProcess: on windows cwd affects exe search pathAndrew Kelley
2017-10-16fix regression on posix from previous commitAndrew Kelley
2017-10-16ability to make a DLLAndrew Kelley
2017-10-15fix windows argument parsingAndrew Kelley
2017-10-15std.io: fix bug when writing large bufferAndrew Kelley
2017-10-15fix posix from previous commitAndrew Kelley
2017-10-15fix std.io.InStream for windowsAndrew Kelley
2017-10-15fix child process stdio piping behavior on windowsAndrew Kelley
2017-10-15use correct integer type for windows BOOLAndrew Kelley
2017-10-15disable some of the failing testsAndrew Kelley
2017-10-15fix regression on posix from previous commitAndrew Kelley
2017-10-15implement environment variables for windowsAndrew Kelley
2017-10-15std.mem.IncrementingAllocator: check for errorsAndrew Kelley
2017-10-14implement io.OutStream.openMode for windowsAndrew Kelley
2017-10-14std.io: remove unused constantsAndrew Kelley
2017-10-14implement std.os.rename for windowsAndrew Kelley
2017-10-14implement std.os.symLink for windowsAndrew Kelley
2017-10-14fix regressions from previous commit on windowsAndrew Kelley
2017-10-14organize windows utility functionsAndrew Kelley
2017-10-14fix os.makeDir for posixAndrew Kelley
2017-10-14implement os.makeDir for windowsAndrew Kelley
2017-10-14implement std.os.ChildProcess for windowsAndrew Kelley
2017-10-11fix std.os.getRandomBytes for windowsAndrew Kelley
2017-10-11implement command line argument parsing for windowsAndrew Kelley
2017-10-10better abort() implementation for windowsAndrew Kelley