aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-07fix struct inside function referencing local constAndrew Kelley
2018-01-06Merge branch 'master' of github.com:zig-lang/zigAndrea Orru
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-06Merge pull request #674 from Hejsil/readInt-calling-fixAndrew Kelley
2018-01-07Fixed the call to mem.readInt in endian.swapJimmi Holst Christensen
2018-01-07Fixed the call to mem.readInt in Rand.scalarJimmi Holst Christensen
2018-01-06fix exp1m implementationAndrew Kelley
2018-01-06disable NewGVNAndrew Kelley
2018-01-05Merge branch 'appveyor'Andrew Kelley
2018-01-05workaround for microsoft releasing windows SDK with wrong versionAndrew Kelley
2018-01-04appveyor: enable verbose link for self hosted compilerAndrew Kelley
2018-01-04Revert "appveyor ci: look for newer windows sdk version"Andrew Kelley
2018-01-04appveyor: skip building self hosted compiler for nowAndrew Kelley
2018-01-04appveyor: try using vcvarsallAndrew Kelley
2018-01-04appveyor: set VCINSTALLDIRAndrew Kelley
2018-01-04update windows build to llvm 5.0.1Andrew Kelley
2018-01-04Revert "try using appveyor's llvm copy"Andrew Kelley
2018-01-04try using appveyor's llvm copyAndrew Kelley
2018-01-04appveyor ci: look for newer windows sdk versionAndrew Kelley
2018-01-04fix test regressions on windows from previous commitAndrew Kelley
2018-01-04self-hosted compiler works on macosAndrew Kelley
2018-01-04self-hosted compiler works on windowsAndrew Kelley
2018-01-03fix self-hosted build on windowsAndrew Kelley
2018-01-03self-hosted build: use llvm-config from stage1Andrew Kelley
2018-01-03add december in review to reading material; fix docsAndrew Kelley
2018-01-03build: std files and c header files are only specified onceAndrew Kelley
2018-01-03add building the self hosted compiler to the main test suiteAndrew Kelley
2018-01-03enum tag values are expressions so no parentheses neededAndrew Kelley
2018-01-03readme: update macos installation instructionsAndrew Kelley
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2018-01-03add noInlineCall to docsAndrew Kelley
2018-01-03add test for while respecting implicit comptimeAndrew Kelley
2018-01-03doc fixesAndrew Kelley
2018-01-02ir: new pass iteration strategyAndrew Kelley
2017-12-30Merge pull request #668 from sparrisable/masterAndrew Kelley
2017-12-31Added format for floating point numbers. {.x} where x is the number of decimals.Peter Rönnquist
2017-12-26fix self-hosted parser testJosh Wolfe
2017-12-26move utf8 parsing to stdJosh Wolfe
2017-12-26set compile flags for zip_cppJosh Wolfe
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-12-24fix segfault when passing union enum with sub byte...Andrew Kelley
2017-12-24docs: fix typoAndrew Kelley
2017-12-23add source encoding rules to the docs. see #663Josh Wolfe
2017-12-23[self-hosted] source must be valid utf8. see #663Josh Wolfe
2017-12-23debug needs to export FailingAllocatorJosh Wolfe
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-23translate-c: set up debug scope for translated functionsAndrew Kelley
2017-12-23build: findLLVM correctly handles system librariesAndrew Kelley
2017-12-23build: add --search-prefix optionAndrew Kelley
2017-12-23std.os.path.resolve handles an absolute path that is missing the driveAndrew Kelley