| 10 years ago | Andrew Kelley | | Merge pull request #78 from MovingtoMars/master |
| 10 years ago | Andrew Kelley | | cmake: detect libLLVM.so |
| 10 years ago | Andrew Kelley | | add switch statement support to parser |
| 10 years ago | Andrew Kelley | | add switch statement to language reference |
| 10 years ago | Andrew Kelley | | Revert "delete parseh" |
| 10 years ago | Andrew Kelley | | use signed integer for sizes of things |
| 10 years ago | Andrew Kelley | | revise plan for cat example |
| 10 years ago | Andrew Kelley | | add error for shadowing a type |
| 10 years ago | Andrew Kelley | | add function pointer support |
| 10 years ago | Andrew Kelley | | pave the road for function pointers |
| 10 years ago | Andrew Kelley | | refactor std to use for loop |
| 10 years ago | Andrew Kelley | | add for loop which can iterate over arrays |
| 10 years ago | Andrew Kelley | | fix nested arrays |
| 10 years ago | Andrew Kelley | | fix cat example |
| 10 years ago | Andrew Kelley | | proposed cat example implementation |
| 10 years ago | Andrew Kelley | | better main symbol prototype |
| 10 years ago | Andrew Kelley | | rename "alwaysinline" to "inline" |
| 10 years ago | Andrew Kelley | | support array literals |
| 10 years ago | Andrew Kelley | | fix error message for struct initialization on array |
| 10 years ago | Andrew Kelley | | parser: fix not setting container init kind |
| 10 years ago | Andrew Kelley | | rename "use" to "import" |
| 10 years ago | Andrew Kelley | | add void arrays test |
| 10 years ago | Andrew Kelley | | reduce precedence of {} suffix operator |
| 10 years ago | Andrew Kelley | | more readme formatting |
| 10 years ago | Andrew Kelley | | fix readme formatting |
| 10 years ago | Andrew Kelley | | solve the mystery of undefined reference error |
| 10 years ago | Andrew Kelley | | fix build with gcc |
| 10 years ago | Andrew Kelley | | delete parseh |
| 10 years ago | Andrew Kelley | | merge constant expression evaluator with analyzer |
| 10 years ago | Andrew Kelley | | overflow intrinsics take type as first argument |
| 10 years ago | Andrew Kelley | | fix next_node_index on wrong struct |
| 10 years ago | Andrew Kelley | | parser: type expressions cannot be assignment |
| 10 years ago | Andrew Kelley | | instead of 'as' to cast, call type as function |
| 10 years ago | Andrew Kelley | | fix noalias codegen |
| 10 years ago | Andrew Kelley | | Merge branch 'master' of github.com:andrewrk/zig |
| 10 years ago | Andrew Kelley | | all types are now expressions |
| 10 years ago | Andrew Kelley | | fix not adding builtin functions code |
| 10 years ago | Andrew Kelley | | support enums with values attached |
| 10 years ago | Andrew Kelley | | doc: rename match to switch in vim syntax |
| 10 years ago | Andrew Kelley | | simple enum support |
| 10 years ago | Andrew Kelley | | resolve enum types and emit debug info |
| 10 years ago | Andrew Kelley | | fix codegen for void struct fields |
| 10 years ago | Andrew Kelley | | delete unused enumfield and enumdecl node types |
| 10 years ago | Andrew Kelley | | update enum parsing to new plan |
| 10 years ago | Andrew Kelley | | refactor out the horrible beast that was codegen_node |
| 10 years ago | Andrew Kelley | | parsing enum declarations |
| 10 years ago | Andrew Kelley | | cleanup guess number example |
| 10 years ago | Andrew Kelley | | order-independent declarations even from imports |
| 10 years ago | Andrew Kelley | | detect and report top level decl dependency loop |
| 10 years ago | Andrew Kelley | | order-independent declarations |
|