| 10 years ago | Andrew Kelley | | implement literal error values |
| 10 years ago | Andrew Kelley | | fix no error emitted for redeclaring global var |
| 10 years ago | Andrew Kelley | | character literal returns a number literal |
| 10 years ago | Andrew Kelley | | implement undefined literal |
| 10 years ago | Andrew Kelley | | add undefined literal |
| 10 years ago | Andrew Kelley | | support statically initialized array literal |
| 10 years ago | Andrew Kelley | | un-special case constant global strings |
| 10 years ago | Andrew Kelley | | support statically initialized structs |
| 10 years ago | Andrew Kelley | | add compile error for non constant expr global |
| 10 years ago | Andrew Kelley | | add undefined reserved word |
| 10 years ago | Andrew Kelley | | add test for const number literal |
| 10 years ago | Andrew Kelley | | implicit casts rewrite the AST |
| 10 years ago | Andrew Kelley | | allow constants to have number literal values |
| 10 years ago | Andrew Kelley | | number literal rework |
| 10 years ago | Andrew Kelley | | parsing error value decls and error value literals |
| 10 years ago | Andrew Kelley | | doc: remove string keyword from vim syntax highlighting |
| 10 years ago | Andrew Kelley | | Merge branch 'master' of github.com:andrewrk/zig |
| 10 years ago | Andrew Kelley | | basic support for switch expression |
| 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 |
|