aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.hpp
AgeCommit message (Expand)Author
2016-09-19use size_t for indexesAndrew Kelley
2016-09-18ability to specify -framework linker args for MacOSAndrew Kelley
2016-05-12Add --zig-std-dirJosé Miguel Sánchez
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-15first pass at linking on macosAndrew Kelley
2016-02-11ability to cross compileAndrew Kelley
2016-02-08support overriding the dynamic linker argument to ldAndrew Kelley
2016-02-08support static linking against libcAndrew Kelley
2016-02-03basic support for building a test targetAndrew Kelley
2016-02-02build: fix libc path findingAndrew Kelley
2016-01-31add --library-path cli optionAndrew Kelley
2016-01-31parseh understands types better and handles some situations betterAndrew Kelley
2016-01-27build command supports -isystem argumentAndrew Kelley
2016-01-10refactor out the horrible beast that was codegen_nodeAndrew Kelley
2015-12-15when linking with libc use the C runtime libraryAndrew Kelley
2015-12-13fix incorrect debug info path to importsAndrew Kelley
2015-12-01add --color cli arg to override tty detectionAndrew Kelley
2015-12-01colored error messages that tell the source fileAndrew Kelley
2015-11-30closer to multiple files workingAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-30factor analysis code out of codegenJosh Wolfe
2015-11-27add root export declaration which is overridable by command line optionsAndrew Kelley
2015-11-27add pub and export visibility modifiers and optimizationAndrew Kelley
2015-11-24debug/release modeAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-24write object file and fix void return typeAndrew Kelley
2015-11-23semantic analysis checks for multiple definitions of functionsAndrew Kelley