aboutsummaryrefslogtreecommitdiff
path: root/std/os
AgeCommit message (Expand)Author
2018-01-04self-hosted compiler works on windowsAndrew Kelley
2018-01-03fix self-hosted build on windowsAndrew Kelley
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-23std.os.path.resolve handles an absolute path that is missing the driveAndrew Kelley
2017-12-23port most of main.cpp to self hosted compilerAndrew Kelley
2017-12-22bufPrint returns an errorJosh Wolfe
2017-12-22fix darwin and windows from previous commitAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-20add labeled loops, labeled break, labeled continue. remove gotoAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-12-12self-hosted: move code to std.os.ChildProcess.execAndrew Kelley
2017-12-06add higher level arg-parsing API + misc. changesAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-12-04fix build on windowsAndrew Kelley
2017-12-03rework enums and unions and their relationship to each otherAndrew Kelley
2017-11-29fix os.Dir compile errorsJosh Wolfe
2017-11-20move base64 functions into structsJosh Wolfe
2017-11-20rework std.base64 apiJosh Wolfe
2017-11-16Added DLL loading capability in windows to the std lib.dimenus
2017-11-10fix windows trying to run linux-only testsAndrew Kelley
2017-11-10rename testAndrew Kelley
2017-11-10add epoll and timerfd support on linuxBrendon Scheinman
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-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-10-31fix windows build from previous commitAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-16std.os.ChildProcess: on windows cwd affects exe search pathAndrew Kelley
2017-10-15fix windows argument parsingAndrew 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-15fix regression on posix from previous commitAndrew Kelley
2017-10-15implement environment variables for windowsAndrew 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
2017-10-10use allocator.shrink instead of realloc in os.path.realAndrew Kelley
2017-10-09implement std.io.InStream for windowsAndrew Kelley