| 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 |
| 10 years ago | Andrew Kelley | | add error for missing or duplicate field in struct value expr |
| 10 years ago | Andrew Kelley | | add error for byvalue struct param on exported fn |
| 10 years ago | Andrew Kelley | | add test for error for redefinition of struct |
| 10 years ago | Andrew Kelley | | add struct value expression |
| 10 years ago | Andrew Kelley | | inline assembly uses -> instead of return |
| 10 years ago | Andrew Kelley | | codegen: support byvalue struct assignment |
| 10 years ago | Andrew Kelley | | add test for invalid struct field access |
| 10 years ago | Andrew Kelley | | analyze: error for infinite size struct |
| 10 years ago | Andrew Kelley | | codegen: fix struct pointer field access |
| 10 years ago | Andrew Kelley | | add some brainstorming example zig code |
| 10 years ago | Andrew Kelley | | structs have debug information |
| 10 years ago | Andrew Kelley | | use realpath to avoid duplicate imports |
| 10 years ago | Andrew Kelley | | support addressof operator and struct pointer field access |
| 10 years ago | Andrew Kelley | | fix assignment operators for struct fields |
| 10 years ago | Andrew Kelley | | analyze: clean up type checking |
| 10 years ago | Andrew Kelley | | implicit casting from constant size array to string |
|