| 10 years ago | Andrew Kelley | | detect and report top level decl dependency loop |
| 10 years ago | Andrew Kelley | | order-independent declarations |
| 10 years ago | Andrew Kelley | | add memcpy and memset intrinsics |
| 10 years ago | Andrew Kelley | | implement pub const |
| 10 years ago | Andrew Kelley | | rename `restrict` to `noalias` |
| 10 years ago | Andrew Kelley | | suport checked arithmetic operations via intrinsics |
| 10 years ago | Andrew Kelley | | add restrict qualifier on pointer arguments |
| 10 years ago | Andrew Kelley | | implement unknown size array indexing and slicing |
| 10 years ago | Andrew Kelley | | fix guess number example. now it works |
| 10 years ago | Andrew Kelley | | codegen: fix else if expression and maybe unwrap expr |
| 10 years ago | Andrew Kelley | | fix codegen for implicit maybe wrap |
| 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 |
|