aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2018-04-18add --no-rosegment cli optionAndrew Kelley
2018-04-16Added ReleaseSmall modeAlexandros Naskos
2018-04-13fix regression with zig install dirAndrew Kelley
2018-04-13Merge pull request #915 from zig-lang/self-hosted-cliAndrew Kelley
2018-04-13fix undefined behavior triggered by fn inline testAndrew Kelley
2018-04-12remove --zig-install-prefix arg now that we find std at runtimeAndrew Kelley
2018-04-01Add run compiler commandMarc Tiehuis
2018-03-30find libc and zig std lib at runtimeAndrew Kelley
2018-03-28non-zero exit when build.zig cannot be createdBen Noordhuis
2018-02-08Merge remote-tracking branch 'origin/master' into error-setsAndrew Kelley
2018-02-07improve behavior of `zig build` (#754)Jeff Fowler
2018-02-04add --forbid-libraryAndrew Kelley
2018-01-19all doc code examples are now testedAndrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-04update windows build to llvm 5.0.1Andrew Kelley
2018-01-03self-hosted build: use llvm-config from stage1Andrew Kelley
2018-01-03build: std files and c header files are only specified onceAndrew Kelley
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-11-24rename "parsec" to "translate-c"Andrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-11-03Add emit command-line option (#580)Marc Tiehuis
2017-11-01windows: use the same libc search within a compilation unitAndrew Kelley
2017-11-01WIN32: Linking with the CRT at runtime. (#570)Dimenus
2017-10-27Merge branch 'master' into self-hostedAndrew Kelley
2017-10-25cleaner verbose flags and zig build prints failed commandAndrew Kelley
2017-10-24wip self hosted codeAndrew Kelley
2017-10-16look for libc at runtime on windowsAndrew Kelley
2017-10-15clean up some resourcesAndrew Kelley
2017-10-01fix regression from previous commitAndrew Kelley
2017-10-01implement standard library path searchAndrew Kelley
2017-10-01fix implementation of --zig-std-dirAndrew Kelley
2017-09-30better divTrunc codegenAndrew Kelley
2017-09-30zig test on 64-bit windows runs 32-bit testsAndrew Kelley
2017-09-30better output for cross platform zig test on windowsAndrew Kelley
2017-09-18add --verbose-link optionAndrew Kelley
2017-09-17add -mllvm supportAndrew Kelley
2017-09-17add option to run tests in LLDB and turn it on for macos travisAndrew Kelley
2017-09-17Add dash arguments for cliMarc Tiehuis
2017-09-05rename parseh to parsecAndrew Kelley
2017-09-02rewrite parseh to use AST instead of direct typesAndrew Kelley
2017-08-31add windows to test targetsAndrew Kelley
2017-08-30test suite cross-compile builds tests for other targetsAndrew Kelley
2017-08-28remove remnants of depending on darwin system linkerAndrew Kelley
2017-08-20move docs to websiteAndrew Kelley
2017-08-20more zenAndrew Kelley
2017-08-20move zen of zig to a sub commandAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-05-02add safe release build modeAndrew Kelley
2017-05-01basic support for specifying packages at the command lineAndrew Kelley