aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-12-20IR: enum init supportAndrew Kelley
2016-12-18IR: add FnProto instructionAndrew Kelley
2016-12-18IR: all structs anonymousAndrew Kelley
2016-10-23IR: introduce concept of lvaluesAndrew Kelley
2016-09-30empty function compiles successfully with IRAndrew Kelley
2016-09-30*WIP*Andrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-09-14MacOSX compatibilityalter
2016-09-06build: remove -Wmissing-prototypesAndrew Kelley
2016-08-29implement null as a literal typeAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-07-28std: add tests for mt32 and mt64Andrew Kelley
2016-05-17add beginning of print stack trace functionAndrew Kelley
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-05-09add hashmap to standard libraryAndrew Kelley
2016-05-08add list implementation to standard libraryAndrew Kelley
2016-05-07std: separate str and cstrAndrew Kelley
2016-05-03beginnings of network standard library codeAndrew Kelley
2016-04-23build: add test coverage targetAndrew Kelley
2016-04-21better parsing of C macrosAndrew Kelley
2016-04-18rearrange standard library a bitAndrew Kelley
2016-04-12compile-time function evaluation of pure functionsAndrew Kelley
2016-04-08update cat example, refactor stdAndrew Kelley
2016-03-01build: std files each specify install destinationAndrew Kelley
2016-03-01rename syscall.zig to linux.zigAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-17update run_tests to work on windowsAndrew Kelley
2016-02-16back to normal print specifiersAndrew Kelley
2016-02-16fix 64 bit integer printing for mingwAndrew Kelley
2016-02-15first pass at linking on macosAndrew Kelley
2016-02-15use llvm-config to find llvm include dirsAndrew Kelley
2016-02-13add @ctz, @clz and compiler_rt implementationAndrew Kelley
2016-02-12std: delete malloc and freeAndrew Kelley
2016-02-11ability to cross compileAndrew Kelley
2016-02-10add "targets" command to list architectures, oses, abisAndrew Kelley
2016-02-04move os_get_random_bytes to os.zigAndrew Kelley
2016-02-03fix running tests when linking with libcAndrew Kelley
2016-02-03basic support for building a test targetAndrew Kelley
2016-02-01build: prefer llvm-configAndrew Kelley
2016-02-01build: fix release modeAndrew Kelley
2016-01-27Merge pull request #100 from MovingtoMars/float_printAndrew Kelley
2016-01-28basic float printingMovingtoMars
2016-01-27Merge remote-tracking branch 'origin/master'Andrew Kelley
2016-01-27move AST rendering code to separate fileAndrew Kelley
2016-01-28simple malloc and free using mmapMovingtoMars
2016-01-27upgrade to the libclang C++ APIAndrew Kelley
2016-01-21number literal reworkAndrew Kelley
2016-01-18Revert "delete parseh"Andrew Kelley
2016-01-15delete parsehAndrew Kelley
2016-01-07add ?? maybe unwrapping binary operatorAndrew Kelley