aboutsummaryrefslogtreecommitdiff
path: root/std/os
AgeCommit message (Expand)Author
2018-02-03*WIP* error sets - support fns called at comptimeAndrew Kelley
2018-02-02*WIP* error sets - correctly resolve inferred error setsAndrew Kelley
2018-02-01*WIP* error sets - fix implicit castAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-31*WIP* error setsAndrew Kelley
2018-01-29std: fix fn return syntax for zen osAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-22add new kind of test: generating .h files. and moreAndrew Kelley
2018-01-19Removed PLARGE_INTEGERJimmi Holst Christensen
2018-01-19Implemented windows versions of seekTo and getPosJimmi Holst Christensen
2018-01-15clean up error return tracingAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-08exit, createThread for zenAndrea Orru
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-07Adding zen supportAndrea Orru
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-04fix test regressions on windows from previous commitAndrew Kelley
2018-01-04self-hosted compiler works on macosAndrew Kelley
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