| 10 years ago | Andrew Kelley | | fix build with GCC |
| 10 years ago | Andrew Kelley | | support overriding the dynamic linker argument to ld |
| 10 years ago | Josh Wolfe | | fix some of the ubuntu build trouble |
| 10 years ago | Andrew Kelley | | support static linking against libc |
| 10 years ago | Andrew Kelley | | add link to tetris example |
| 10 years ago | Andrew Kelley | | parseh: tiny performance improvement |
| 10 years ago | Andrew Kelley | | improve performance for get_fn_type |
| 10 years ago | Andrew Kelley | | array.len generates a constant number literal expression |
| 10 years ago | Andrew Kelley | | remove ptr field access of arrays |
| 10 years ago | Andrew Kelley | | error for non const expr in array size outside fn |
| 10 years ago | Andrew Kelley | | implement @const_eval |
| 10 years ago | Andrew Kelley | | add debug info for loop variables |
| 10 years ago | Andrew Kelley | | blocks with one statement pass constant expression eval |
| 10 years ago | Andrew Kelley | | fix a bogus call to bignum_normalize causing assertion failure |
| 10 years ago | Andrew Kelley | | fix debug type of ptr and len fields of slices |
| 10 years ago | Andrew Kelley | | add debug info for slices |
| 10 years ago | Andrew Kelley | | ability to explicitly cast maybe pointers to each other |
| 10 years ago | Andrew Kelley | | unreachable return type can cast to any other return type |
| 10 years ago | Andrew Kelley | | parseh: fix not properly demoting structs to typedefs |
| 10 years ago | Andrew Kelley | | parseh understands simple string literal macros |
| 10 years ago | Andrew Kelley | | std: remove auto flushing of stderr. use printf |
| 10 years ago | Andrew Kelley | | add test for ?? return and add const expr eval for ? prefix op |
| 10 years ago | Andrew Kelley | | rhs of ?? and %% can be any expression |
| 10 years ago | Andrew Kelley | | parser recognizes %return in a prefix op expression |
| 10 years ago | Andrew Kelley | | implement %defer and ?defer |
| 10 years ago | Andrew Kelley | | codegen: return respects unconditional defer |
| 10 years ago | Andrew Kelley | | simple unconditional defer support |
| 10 years ago | Andrew Kelley | | parsing code for defer and more |
| 10 years ago | Andrew Kelley | | update for loop syntax |
| 10 years ago | Andrew Kelley | | add nonnull to functions with pointer return type |
| 10 years ago | Andrew Kelley | | Merge branch 'realazthat-nonnull-branch' |
| 10 years ago | Andrew Kelley | | add rand.float32 to standard library |
| 10 years ago | Andrew Kelley | | fix explicit casting from integer literal to float |
| 10 years ago | Andrew Kelley | | another planned feature complete |
| 10 years ago | Andrew Kelley | | switch trap in debug mode when no prong found |
| 10 years ago | Andrew Kelley | | support variable in switch expression prongs |
| 10 years ago | Andrew Kelley | | no namespace required when switching on enum |
| 10 years ago | Andrew Kelley | | switch statements resolve peer compatibility |
| 10 years ago | Andrew Kelley | | codegen: fix switch expressions for enums with payloads |
| 10 years ago | Andrew Kelley | | fix debug info for bool type |
| 10 years ago | Andrew Kelley | | ability to explicitly cast bool to int |
| 10 years ago | Andrew Kelley | | for loop supports break and continue |
| 10 years ago | Andrew Kelley | | implement constant values for enums with payload |
| 10 years ago | Andrew Kelley | | fix crash when initializing struct if field is invalid |
| 10 years ago | Andrew Kelley | | move os_get_random_bytes to os.zig |
| 10 years ago | Andrew Kelley | | allow defining errors with the same name |
| 10 years ago | Andrew Kelley | | fix running tests when linking with libc |
| 10 years ago | Andrew Kelley | | add ability to call function pointer field |
| 10 years ago | Andrew Kelley | | skip analyzing parameters of invalid function call |
| 10 years ago | Andrew Kelley | | fix handling of implicit casts in binary operators |
|