aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
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
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
2017-04-27zig test no longer requires a separate test_runner.o fileAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-25add some timing diagnosticsAndrew Kelley
2017-04-24better stack traces for ELF x86_64Andrew Kelley
2017-04-23make undefined as a constant value lazyAndrew Kelley
2017-04-21zig build system supports building a libraryAndrew Kelley
2017-04-19test framework supports name prefix and filter argumentAndrew Kelley
2017-04-19update zig build help text when no build.zig foundAndrew Kelley
2017-04-19convert compare-output tests to use zig build systemAndrew Kelley
2017-04-17improvements to zig build system and unwrap error safetyAndrew Kelley
2017-04-13zig build system understands the concept of dependenciesAndrew Kelley
2017-04-11zig build system writes template build.zig file when none existsAndrew Kelley
2017-04-06Update zig build system to support user defined optionsAndrew Kelley
2017-04-05add support to use zig as a linker driverAndrew Kelley
2017-04-05ability to use zig as an assemblerAndrew Kelley
2017-04-04zig build system: delete ./build file on successAndrew Kelley
2017-04-04zig build system improvements, add some std APIAndrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-03-13add --each-lib-rpath option and corresponding config optionAndrew Kelley
2017-03-13use lld instead of system linkerAndrew Kelley
2017-02-03add ability to set linker scriptAndrew Kelley
2017-01-10partially fix parseh commandAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-09-18ability to specify -framework linker args for MacOSAndrew Kelley
2016-09-14darwin compat fixupsAndrew Kelley
2016-09-14MacOSX compatibilityalter
2016-05-12Add --zig-std-dirJosé Miguel Sánchez
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-05-07add debug safety for divisionAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-17os: implement windows os layerAndrew Kelley
2016-02-16rename 'environ' to 'env_type'Andrew Kelley
2016-02-15first pass at linking on macosAndrew Kelley
2016-02-11add @compile_var("os") and @compile_var("arch")Andrew Kelley
2016-02-11ability to cross compileAndrew Kelley