| 10 years ago | Andrew Kelley | | more readme formatting |
| 10 years ago | Andrew Kelley | | fix readme formatting |
| 10 years ago | Andrew Kelley | | solve the mystery of undefined reference error |
| 10 years ago | Andrew Kelley | | fix build with gcc |
| 10 years ago | Andrew Kelley | | delete parseh |
| 10 years ago | Andrew Kelley | | merge constant expression evaluator with analyzer |
| 10 years ago | Andrew Kelley | | overflow intrinsics take type as first argument |
| 10 years ago | Andrew Kelley | | fix next_node_index on wrong struct |
| 10 years ago | Andrew Kelley | | parser: type expressions cannot be assignment |
| 10 years ago | Andrew Kelley | | instead of 'as' to cast, call type as function |
| 10 years ago | Andrew Kelley | | fix noalias codegen |
| 10 years ago | Andrew Kelley | | Merge branch 'master' of github.com:andrewrk/zig |
| 10 years ago | Andrew Kelley | | all types are now expressions |
| 10 years ago | Andrew Kelley | | fix not adding builtin functions code |
| 10 years ago | Andrew Kelley | | support enums with values attached |
| 10 years ago | Andrew Kelley | | doc: rename match to switch in vim syntax |
| 10 years ago | Andrew Kelley | | simple enum support |
| 10 years ago | Andrew Kelley | | resolve enum types and emit debug info |
| 10 years ago | Andrew Kelley | | fix codegen for void struct fields |
| 10 years ago | Andrew Kelley | | delete unused enumfield and enumdecl node types |
| 10 years ago | Andrew Kelley | | update enum parsing to new plan |
| 10 years ago | Andrew Kelley | | refactor out the horrible beast that was codegen_node |
| 10 years ago | Andrew Kelley | | parsing enum declarations |
| 10 years ago | Andrew Kelley | | cleanup guess number example |
| 10 years ago | Andrew Kelley | | order-independent declarations even from imports |
| 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 |
|