aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
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
2017-10-10fix std.io.OutStream.close 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
2017-10-09fix build on non-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-08fix os.path.resolveWindows on non-windowsAndrew Kelley
2017-10-08implement os.getCwd for windowsAndrew Kelley
2017-10-08implement std.os.relative for windowsAndrew Kelley
2017-10-08os.path.basename implementation for windowsAndrew Kelley
2017-10-08more std.os.path work for windowsAndrew Kelley
2017-10-08implement os.path.dirname for windowsAndrew Kelley
2017-10-03fix isatty for macOS and libc (#523)Snorre
2017-10-03fix duplicated symbols in compiler-rt testsAndrew Kelley
2017-10-03use __chkstk_ms compiler-rt functions for __chkstkAndrew Kelley
2017-10-03replace __chkstk function with a stub that does not crashAndrew Kelley
2017-10-03add @setAlignStack builtinAndrew Kelley
2017-10-02compiler-rt: strong linkage for __chkstkAndrew Kelley
2017-10-02fix typo in compiler-rtAndrew Kelley
2017-10-02better compiler-rt linkage logicAndrew Kelley
2017-10-01still build compiler-rt when linking msvc CRTAndrew Kelley
2017-10-01add windows 32 bit to test matrixAndrew Kelley
2017-09-30improve bit shift API in std.mathAndrew Kelley
2017-09-30remove zigrtAndrew Kelley
2017-09-30compiler-rt: add _aulldiv and _aullrem for i386 windowsAndrew Kelley
2017-09-30fix previous commitAndrew Kelley
2017-09-30add ___chkstk_ms compiler-rt functionAndrew Kelley
2017-09-28Allow 128-bit hex float literalsMarc Tiehuis
2017-09-27implement IncrementingAllocator for WindowsAndrew Kelley
2017-09-27add test for std.mem.IncrementingAllocatorAndrew Kelley
2017-09-27add reset() method to IncrementingAllocator (#501)Josh Wolfe
2017-09-26add fmt.parseIntAndrew Kelley
2017-09-26implement setreuid, setregid for darwinAndrew Kelley
2017-09-26std.os.ChildProcess: setgid before setuidAndrew Kelley
2017-09-26add std.fmt.trimAndrew Kelley
2017-09-26std.os.ChildProcess: ability to set both uid and gidAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-09-24Revert "windows API functions are not stdcalls"Andrew Kelley