| 10 years ago | Andrew Kelley | | more networking standard library code |
| 10 years ago | Andrew Kelley | | beginnings of network standard library code |
| 10 years ago | Andrew Kelley | | support maybe destructuring into a pointer variable |
| 10 years ago | Andrew Kelley | | implement string escapes |
| 10 years ago | Andrew Kelley | | build: link against libLLVM.so if available |
| 10 years ago | Andrew Kelley | | add array multiplication operator |
| 10 years ago | Andrew Kelley | | ability to specify body of an extern function |
| 10 years ago | Andrew Kelley | | better alignment value for stack variables |
| 10 years ago | Andrew Kelley | | better parameter codegen |
| 10 years ago | Andrew Kelley | | add missing debug entry for breakpoint |
| 10 years ago | Andrew Kelley | | ability to compare booleans |
| 10 years ago | Andrew Kelley | | add array bounds checking in debug mode |
| 10 years ago | Josh Wolfe | | vim syntax: single-line strings must be contained in a single line |
| 10 years ago | Andrew Kelley | | support switching on error union type |
| 10 years ago | Andrew Kelley | | fix ability to parse character literals |
| 10 years ago | Andrew Kelley | | rename unknown_size_array to slice |
| 10 years ago | Andrew Kelley | | add codegen for pointer comparison |
| 10 years ago | Andrew Kelley | | add compile error for invalid equality operator uses |
| 10 years ago | Andrew Kelley | | add skeleton for union support |
| 10 years ago | Andrew Kelley | | cat example: fix not flushing stderr |
| 10 years ago | Andrew Kelley | | fix handling of slice of zero bits type |
| 10 years ago | Andrew Kelley | | fix returning empty struct from function |
| 10 years ago | Andrew Kelley | | build: add test coverage target |
| 10 years ago | Josh Wolfe | | fix vim syntax highlighting for multiline strings |
| 10 years ago | Josh Wolfe | | fix gcc build errors |
| 10 years ago | Andrew Kelley | | parseh: support anonymous enums and enums with initializers |
| 10 years ago | Andrew Kelley | | add syntax to allow symbols to have arbitrary strings as names |
| 10 years ago | Andrew Kelley | | better parsing of C macros |
| 10 years ago | Andrew Kelley | | ability to use a struct with no fields |
| 10 years ago | Andrew Kelley | | fix undeclared identifier not marking function as impure |
| 10 years ago | Andrew Kelley | | for loop: add ability to get pointer to elem var |
| 10 years ago | Andrew Kelley | | add optional continue expression to while loop |
| 10 years ago | Andrew Kelley | | fix casting with imported symbol not working |
| 10 years ago | Andrew Kelley | | enum init uses container init syntax instead of fn call |
| 10 years ago | Andrew Kelley | | add test for public enums |
| 10 years ago | Andrew Kelley | | implement constant initialization of enum values |
| 10 years ago | Andrew Kelley | | std: remove broken windows random implementation |
| 10 years ago | Andrew Kelley | | fix crash in non-const expression in struct literal outside fn |
| 10 years ago | Andrew Kelley | | rearrange standard library a bit |
| 10 years ago | Andrew Kelley | | add @embed_file builtin function |
| 10 years ago | Andrew Kelley | | move 2 tests to self hosted land |
| 10 years ago | Andrew Kelley | | update readme |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | move more tests to self-hosted land |
| 10 years ago | Andrew Kelley | | Merge branch 'eval' |
| 10 years ago | Andrew Kelley | | add error for unable to infer expression type in if statements |
| 10 years ago | Andrew Kelley | | unsigned ints implicitly cast to signed ints when they fit |
| 10 years ago | Andrew Kelley | | move some tests into self hosted |
| 10 years ago | Andrew Kelley | | add error for accessing empty array |
| 10 years ago | Andrew Kelley | | fix crash when casting undefined to slice |
|