aboutsummaryrefslogtreecommitdiff
path: root/std/os/windows
AgeCommit message (Expand)Author
2018-02-12introduce std.heap.ArenaAllocator and std.heap.DirectAllocatorAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-02-09fix build runner on windowsAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-02-04fix accidentally linking against kernel32 on non windowsAndrew Kelley
2018-02-02*WIP* error sets - correctly resolve inferred error setsAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-19Removed PLARGE_INTEGERJimmi Holst Christensen
2018-01-19Implemented windows versions of seekTo and getPosJimmi Holst Christensen
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-04self-hosted compiler works on windowsAndrew Kelley
2017-12-22fix darwin and windows from previous commitAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-11-16Added DLL loading capability in windows to the std lib.dimenus
2017-11-10add windows implementation of io.File.getEndPosAndrew 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-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-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-09implement std.io.InStream for windowsAndrew Kelley
2017-10-09implement os.path.real for windows and update allocator interfaceAndrew Kelley
2017-10-08implement std.os.deleteFile for windowsAndrew Kelley
2017-10-08implement os.getCwd for windowsAndrew Kelley
2017-09-27implement IncrementingAllocator for WindowsAndrew Kelley
2017-09-24Revert "windows API functions are not stdcalls"Andrew Kelley
2017-09-24windows API functions are not stdcallsAndrew Kelley
2017-09-24windows gui hello worldAndrew Kelley
2017-09-19std: fix os.sleep on darwin and windowsAndrew Kelley
2017-09-10Allow INVALID_HANDLE_VALUE for windows to work on 32-bit and 64-bit. (#457)Jonathan Marler
2017-08-06add missing stdcallcc to ExitProcess declAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-06-04progress toward hello world without libc in windowsAndrew Kelley