aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-28stage1: Fix crash in comptime struct value copyLemonBoy
2020-10-27rename ZigClangFloatingLiteral_getValueAsApproximateDoubleAndrew Kelley
2020-10-26Merge branch 'frmdstryr-import-empty-file'Andrew Kelley
2020-10-26non-hacky workaround for the empty file bugAndrew Kelley
2020-10-26stage1: support "native" as the OS string in -targetAndrew Kelley
2020-10-26Fix @import of empty filefrmdstryr
2020-10-25Temp Fix for deadlock in C compilation, found and tested on Windowsmlarouche
2020-10-24cc: fix regression on macOS after adding libc headersJakub Konka
2020-10-23When checking a cache hit, make sure to handle a (re)moved source fileTimon Kruiper
2020-10-22Merge pull request #6744 from LemonBoy/intcast-vecAndrew Kelley
2020-10-22stage2 LLD .ar linking: fix wrong object file pathAndrew Kelley
2020-10-21Add minimal set of macOS libc headersJakub Konka
2020-10-21stage1: Fix edge case in Union ZigValue generationLemonBoy
2020-10-20std docs: print bool valuesxackus
2020-10-19stage1: Implement `@intCast` between vectorsLemonBoy
2020-10-17coff: link in CRT for DLLs that want -lcAndrew Kelley
2020-10-17stage1: Fix type-checking of unary neg for vector typesLemonBoy
2020-10-17Merge pull request #6394 from Vexu/fmtAndrew Kelley
2020-10-17code cleanupsAndrew Kelley
2020-10-17Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...Andrew Kelley
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-10-17std: remove renderStringLiteral in favor of std.fmt specifierVexu
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-17use new format specifier in translate-c and std libVexu
2020-10-17Merge pull request #6291 from pixelherodev/cbe_arithmeticAndrew Kelley
2020-10-16byteOffsetOf rounds up using bit offset in host integervegecode
2020-10-16std: Add libssp implementation for GNU/Windows targetsLemonBoy
2020-10-16zig fmt: write modified files to stdout not stderrIsaac Freund
2020-10-16trivial refactor to remove redundant function callAndrew Kelley
2020-10-16Allow linking with dynamic libraries in main CLIJakub Konka
2020-10-16stage1: Don't ask LLVM to emit misaligned memcpyLemonBoy
2020-10-16stage1: Expand undefined struct/arrays when indexedLemonBoy
2020-10-15fixups regarding windows wide stringsAndrew Kelley
2020-10-15adjust error message of zig run with no argsAndrew Kelley
2020-10-15friendly error message for zig run with no argsg-w1
2020-10-15fixupsAndrew Kelley
2020-10-15stage2: use execve where available for zig test and zig rung-w1
2020-10-15stage1: Off-by-one error in int to float conversionLemonBoy
2020-10-14Merge pull request #6669 from ifreund/color-fixesAndrew Kelley
2020-10-14add .tbd to usage textAndrew Kelley
2020-10-14Classify .tbd files as shared librariesFrank Denis
2020-10-14stage2: support ZIG_LIBC env var and detect self as system C compilerAndrew Kelley
2020-10-14Merge pull request #6650 from kubkon/macho-incrementalJakub Konka
2020-10-14stage1: Fix missing runtime safety check for intToPtrLemonBoy
2020-10-13stage2: use meta.stringToEnum for Color parsingIsaac Freund
2020-10-13Do not rewrite paths to dyld and libSystem unless changedJakub Konka
2020-10-13Reuse text blocks; enable all incremental testsJakub Konka
2020-10-13Fix writing of load cmds headers *after* symtab updateJakub Konka
2020-10-13Update allocateTextBlock to use node free listJakub Konka
2020-10-13Add mechanism for growing/shrinking text blocksJakub Konka