| 10 years ago | Andrew Kelley | | implement array slicing syntax |
| 10 years ago | Andrew Kelley | | tokenize: detect "..." after a number literal |
| 10 years ago | Andrew Kelley | | add ?? maybe unwrapping binary operator |
| 10 years ago | Andrew Kelley | | re-add errno.zig |
| 10 years ago | Andrew Kelley | | while detects simple constant condition |
| 10 years ago | Andrew Kelley | | fix undefined reference to memcpy in release mode |
| 10 years ago | Andrew Kelley | | support pub structs. move rand to std lib. |
| 10 years ago | Andrew Kelley | | fix bug in RNG example |
| 10 years ago | Andrew Kelley | | codegen: fix lshr/ashr not looking at int sign |
| 10 years ago | Andrew Kelley | | codegen: arithmetic is all wrapping for now |
| 10 years ago | Andrew Kelley | | codegen: fix array access of struct field |
| 10 years ago | Andrew Kelley | | codegen: fix member function invocation |
| 10 years ago | Andrew Kelley | | add unknown size array test |
| 10 years ago | Andrew Kelley | | support unknown size arrays |
| 10 years ago | Andrew Kelley | | array syntax is [10]i32 instead of [i32; 10] |
| 10 years ago | Andrew Kelley | | update rand example |
| 10 years ago | Andrew Kelley | | `#sizeof` allowed in constant expression |
| 10 years ago | Andrew Kelley | | analyze: ability to call a method on a struct pointer |
| 10 years ago | Andrew Kelley | | fix some errors in rand example |
| 10 years ago | Andrew Kelley | | add #min_value() and #max_value() |
| 10 years ago | Andrew Kelley | | progress toward compile time constant expression evaluation |
| 10 years ago | Andrew Kelley | | fix += not allowed for pointers |
| 10 years ago | Andrew Kelley | | fix binary operators incorrectly assuming i32 |
| 10 years ago | Andrew Kelley | | fix crash when struct field is invalid |
| 10 years ago | Andrew Kelley | | add pointer dereferencing operator |
| 10 years ago | Andrew Kelley | | member functions get a namespaced symbol |
| 10 years ago | Andrew Kelley | | add member functions |
| 10 years ago | Andrew Kelley | | cleanup readme |
| 10 years ago | Andrew Kelley | | import segregation for types |
| 10 years ago | Andrew Kelley | | partial import segregation |
| 10 years ago | Andrew Kelley | | multiple files example no longer use libc |
| 10 years ago | Andrew Kelley | | implement #sizeof() |
| 10 years ago | Andrew Kelley | | add #typeof() compiler function |
| 10 years ago | Andrew Kelley | | add rand example that doesn't yet work |
| 10 years ago | Andrew Kelley | | fix various bugs related to guess number example |
| 10 years ago | Andrew Kelley | | codegen: emit debug metadata for parameters |
| 10 years ago | Andrew Kelley | | fix implicit cast after unreachable bad code gen |
| 10 years ago | Andrew Kelley | | ability to access pointers with array indexing syntax |
| 10 years ago | Andrew Kelley | | closer to guess number example working |
| 10 years ago | Andrew Kelley | | error for if var expression not maybe type |
| 10 years ago | Andrew Kelley | | basic maybe type working |
| 10 years ago | Andrew Kelley | | block expressions require parens |
| 10 years ago | Andrew Kelley | | analyze if maybe var expressions |
| 10 years ago | Andrew Kelley | | parse if maybe expression |
| 10 years ago | Andrew Kelley | | implement continue expression |
| 10 years ago | Andrew Kelley | | add error for break outside loop |
| 10 years ago | Andrew Kelley | | add break expression |
| 10 years ago | Andrew Kelley | | add test for while loop |
| 10 years ago | Andrew Kelley | | add while loop |
| 10 years ago | Andrew Kelley | | add test for invalid field in struct value expression |
|