aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-07-19remove coroutines implementation and promise typeAndrew Kelley
2019-07-19slightly simpler implementationAndrew Kelley
2019-07-19Switch old switch / @TagType() to use inferred enumsBenjamin Feng
2019-07-19Generate parse error from &&Benjamin Feng
2019-07-19Tokenize '&&' as AmpersandAmpersandBenjamin Feng
2019-07-18zig build: add valgrind cli optionsAndrew Kelley
2019-07-17fixed slice length in getEnvVarOwneddimenus
2019-07-16cleanupsAndrew Kelley
2019-07-16Merge branch 'main-return-!u8' of https://github.com/SamTebbs33/zig into SamT...Andrew Kelley
2019-07-15Merge pull request #2892 from ziglang/install-with-zig-buildAndrew Kelley
2019-07-15avoid shipping junk filesAndrew Kelley
2019-07-15fix documentation of assertNick Erdmann
2019-07-15fix build on windowsAndrew Kelley
2019-07-15std.unicode.utf8ToUtf16Le: improve performanceAndrew Kelley
2019-07-15move lib dirs to lib subdirAndrew Kelley
2019-07-15fix the build on macosAndrew Kelley
2019-07-15fix the build on linuxAndrew Kelley
2019-07-15fix the build on windowsAndrew Kelley
2019-07-15implement std.fs.File.updateTimes for windowsAndrew Kelley
2019-07-15std.fs.updateFile: make path if necessaryAndrew Kelley
2019-07-15move some of the installation from cmake to zig buildAndrew Kelley
2019-07-13Intentional wraparound used +andersfr
2019-07-13Proper use of @truncate instead of @intCastandersfr
2019-07-13Better testing and bugfix in hashUint* functionsandersfr
2019-07-13Ported CityHash and Murmur hashing algorithms to native zigandersfr
2019-07-12Merge pull request #2868 from ziglang/windows-libcAndrew Kelley
2019-07-12handle mingw libc defs betterAndrew Kelley
2019-07-12update zig build system for mingw static lib conventionsAndrew Kelley
2019-07-12std: add new linux 5.2 constantsdaurnimator
2019-07-10add some more windows defsAndrew Kelley
2019-07-10mingw: building and linking msvcrt-os.libAndrew Kelley
2019-07-09zig build: add standardTargetOptions and deprecate setTargetAndrew Kelley
2019-07-08zig build: install .pdb files along with binariesAndrew Kelley
2019-07-08cap getdents length argument to INT_MAXAndrew Kelley
2019-07-08std.os.getrandom does a libc version checkAndrew Kelley
2019-07-07expose glibc version in builtinAndrew Kelley
2019-07-07add -target-glibc to cli help and zig buildAndrew Kelley
2019-07-07zig build: add setLibCFile APIAndrew Kelley
2019-07-07Merge pull request #2837 from daurnimator/linux-AT_Andrew Kelley
2019-07-07std: MAP_FAILED is a libc concept on linuxdaurnimator
2019-07-07std: Make linux MAP_ definitions match kerneldaurnimator
2019-07-07std: Linux AT_ constants are the same across architecturesdaurnimator
2019-07-06Make anyerror not a keywordhryx
2019-07-06Merge pull request #2823 from hryx/unicode-escapeAndrew Kelley
2019-07-06Prevent unreachable when file ends with struct fieldhryx
2019-07-05zig fmt ignores "zig fmt: off" directive for whitespace fixesAndrew Kelley
2019-07-05zig fmt: fix whitespaceAndrew Kelley
2019-07-05code formattingAndrew Kelley
2019-07-05add std.os.windows.subsystemAndrew Kelley
2019-07-05std.os.abort no longer calls msvcrt abort() when linking libcAndrew Kelley