| 10 years ago | Andrew Kelley | | analyze: fix crash when return type is invalid |
| 10 years ago | Andrew Kelley | | implement compile time string concatenation |
| 10 years ago | Andrew Kelley | | compiler enforces checking for error |
| 10 years ago | Andrew Kelley | | syntax: back to -> for return type, no more => |
| 10 years ago | Andrew Kelley | | codegen: get rid of cur_block_context |
| 10 years ago | Andrew Kelley | | implement %% prefix operator |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | bootstrap: use %% operator instead of cast |
| 10 years ago | Andrew Kelley | | fix tests and add %% operator test |
| 10 years ago | Andrew Kelley | | implement %% operator |
| 10 years ago | Andrew Kelley | | update std lib to use error type and global variables |
| 10 years ago | Andrew Kelley | | support the `%return` expression |
| 10 years ago | Andrew Kelley | | fix parameter access of sret functions |
| 10 years ago | Andrew Kelley | | ability to return structs byvalue from functions |
| 10 years ago | Andrew Kelley | | fix number literal implicit cast |
| 10 years ago | Andrew Kelley | | introduce the error keyword and type |
| 10 years ago | Andrew Kelley | | various small cleanups |
| 10 years ago | Andrew Kelley | | fix hang when returning from while loop |
| 10 years ago | Andrew Kelley | | main returns %void |
| 10 years ago | Andrew Kelley | | codegen: fix field access of arrays |
| 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 |
|