| 9 years ago | Andrew Kelley | | std.io: fix bug when writing large buffer |
| 9 years ago | Andrew Kelley | | fix posix from previous commit |
| 9 years ago | Andrew Kelley | | fix std.io.InStream for windows |
| 9 years ago | Andrew Kelley | | fix child process stdio piping behavior on windows |
| 9 years ago | Andrew Kelley | | mingw build: delete unused variable |
| 9 years ago | Andrew Kelley | | use correct integer type for windows BOOL |
| 9 years ago | Andrew Kelley | | only SetConsoleTextAttribute to do console colors on windows |
| 9 years ago | Andrew Kelley | | disable some of the failing tests |
| 9 years ago | Andrew Kelley | | fix regression on posix from previous commit |
| 9 years ago | Andrew Kelley | | implement environment variables for windows |
| 9 years ago | Andrew Kelley | | std.mem.IncrementingAllocator: check for errors |
| 9 years ago | Andrew Kelley | | disable byval parameters on windows to work around llvm bug |
| 9 years ago | Andrew Kelley | | try harder to emit console colors |
| 9 years ago | Andrew Kelley | | build-exe allows direct export of WinMainCRTStartup |
| 9 years ago | Andrew Kelley | | implement io.OutStream.openMode for windows |
| 9 years ago | Andrew Kelley | | std.io: remove unused constants |
| 9 years ago | Andrew Kelley | | implement std.os.rename for windows |
| 9 years ago | Andrew Kelley | | implement std.os.symLink for windows |
| 9 years ago | Andrew Kelley | | fix regressions from previous commit on windows |
| 9 years ago | Andrew Kelley | | organize windows utility functions |
| 9 years ago | Andrew Kelley | | fix os.makeDir for posix |
| 9 years ago | Andrew Kelley | | implement os.makeDir for windows |
| 9 years ago | Andrew Kelley | | implement std.os.ChildProcess for windows |
| 9 years ago | Andrew Kelley | | fix std.os.getRandomBytes for windows |
| 9 years ago | Andrew Kelley | | implement command line argument parsing for windows |
| 9 years ago | Andrew Kelley | | better abort() implementation for windows |
| 9 years ago | Andrew Kelley | | fix std.io.OutStream.close for windows |
| 9 years ago | Andrew Kelley | | add module flag to emit CodeView for COFF object files |
| 9 years ago | Andrew Kelley | | use allocator.shrink instead of realloc in os.path.real |
| 9 years ago | Andrew Kelley | | implement std.io.InStream for windows |
| 9 years ago | Andrew Kelley | | fix build on non-windows |
| 9 years ago | Andrew Kelley | | implement os.path.real for windows and update allocator interface |
| 9 years ago | Andrew Kelley | | implement std.os.deleteFile for windows |
| 9 years ago | Andrew Kelley | | fix os.path.resolveWindows on non-windows |
| 9 years ago | Andrew Kelley | | Merge branch 'windows-paths' |
| 9 years ago | Andrew Kelley | | fix compiler crash when invalid value used |
| 9 years ago | Andrea Orru | | Fix for LLD on linker scripts with empty sections |
| 9 years ago | Snorre | | fix isatty for macOS and libc (#523) |
| 9 years ago | Andrew Kelley | | fix mingw build |
| 9 years ago | Andrew Kelley | | fix duplicated symbols in compiler-rt tests |
| 9 years ago | Andrew Kelley | | compiler-rt tests pass with and without libc |
| 9 years ago | Andrew Kelley | | fix tests on linux and macos |
| 9 years ago | Andrew Kelley | | Merge branch 'windows-alignment' |
| 9 years ago | Andrew Kelley | | fix travis |
| 9 years ago | Andrew Kelley | | windows: alignstack=16 on every function |
| 9 years ago | Andrew Kelley | | support terminal colors for cmd.exe and msys pty |
| 9 years ago | Andrew Kelley | | compiler-rt: strong linkage for __chkstk |
| 9 years ago | Andrew Kelley | | fix typo in compiler-rt |
| 9 years ago | Andrew Kelley | | better compiler-rt linkage logic |
| 9 years ago | Andrew Kelley | | fix parse-c tests |
|