| 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 |
| 10 years ago | Andrew Kelley | | test runner prints test names |
| 10 years ago | Andrew Kelley | | basic support for building a test target |
| 10 years ago | Andrew Kelley | | fix debug symbols for byval arguments |
| 10 years ago | Andrew Kelley | | fix debug info for arrays being 1 element too short |
| 10 years ago | Andrew Kelley | | add @compile_var("is_release") |
| 10 years ago | Andrew Kelley | | types sized and aligned with LLVM target data layout API |
| 10 years ago | Andrew Kelley | | add @compile_var builtin and "is_big_endian" compile var |
| 10 years ago | Andrew Kelley | | fix false positive error with same named methods in incomplete struct |
| 10 years ago | Andrew Kelley | | fix various semantic analyzer crashes |
| 10 years ago | Andrew Kelley | | fix crash when incomplete struct used as argument |
| 10 years ago | Andrew Kelley | | fx segfault with colliding bogus top level functions |
| 10 years ago | Andrew Kelley | | build: fix libc path finding |
| 10 years ago | Andrew Kelley | | codegen: ?? prefix operator causes trap in debug mode |
| 10 years ago | Andrew Kelley | | unreachable causes a trap in debug mode |
|