| 10 years ago | Andrew Kelley | | implement constant initialization of enum values |
| 10 years ago | Andrew Kelley | | std: remove broken windows random implementation |
| 10 years ago | Andrew Kelley | | fix crash in non-const expression in struct literal outside fn |
| 10 years ago | Andrew Kelley | | rearrange standard library a bit |
| 10 years ago | Andrew Kelley | | add @embed_file builtin function |
| 10 years ago | Andrew Kelley | | move 2 tests to self hosted land |
| 10 years ago | Andrew Kelley | | update readme |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | move more tests to self-hosted land |
| 10 years ago | Andrew Kelley | | Merge branch 'eval' |
| 10 years ago | Andrew Kelley | | add error for unable to infer expression type in if statements |
| 10 years ago | Andrew Kelley | | unsigned ints implicitly cast to signed ints when they fit |
| 10 years ago | Andrew Kelley | | move some tests into self hosted |
| 10 years ago | Andrew Kelley | | add error for accessing empty array |
| 10 years ago | Andrew Kelley | | fix crash when casting undefined to slice |
| 10 years ago | Andrew Kelley | | update readme |
| 10 years ago | Andrew Kelley | | add error for assigning null to non-nullable pointer |
| 10 years ago | Andrew Kelley | | goto: jumping out of scope runs defers |
| 10 years ago | Andrew Kelley | | add @breakpoint() |
| 10 years ago | Andrew Kelley | | re-introduce goto |
| 10 years ago | Andrew Kelley | | fix cat example by flushing stdout at end |
| 10 years ago | Andrew Kelley | | fix debug symbols regression after llvm 3.8.0 |
| 10 years ago | Andrew Kelley | | implement @err_name builtin function |
| 10 years ago | Josh Wolfe | | fix parsing of hex literal 0xb |
| 10 years ago | Andrew Kelley | | support hex escapes in string literals |
| 10 years ago | Andrew Kelley | | fix crash when passing empty string to function |
| 10 years ago | Josh Wolfe | | fix gcc compile error |
| 10 years ago | Andrew Kelley | | update cat example, refactor std |
| 10 years ago | Josh Wolfe | | fix gcc compile errors |
| 10 years ago | Andrew Kelley | | fix segfault in generic functions |
| 10 years ago | Andrew Kelley | | fix evaluating generic function instance in wrong context |
| 10 years ago | Andrew Kelley | | generic functions use correct type for generic args |
| 10 years ago | Andrew Kelley | | support multiple generic function instances |
| 10 years ago | Andrew Kelley | | add error for gt and lt comparison of invalid types |
| 10 years ago | Andrew Kelley | | ability to compare function pointers at compile time |
| 10 years ago | Andrew Kelley | | fix generics not using ast clone |
| 10 years ago | Andrew Kelley | | support simple generic functions |
| 10 years ago | Andrew Kelley | | add multiline string literal |
| 10 years ago | Andrew Kelley | | README: update dependencies |
| 10 years ago | Andrew Kelley | | update to llvm 3.8.0 |
| 10 years ago | Andrew Kelley | | build: std files each specify install destination |
| 10 years ago | Andrew Kelley | | fix detection of @import and @c_import inside fn body |
| 10 years ago | Andrew Kelley | | c_void is provided outside of C imports |
| 10 years ago | Andrew Kelley | | better hash table performance |
| 10 years ago | Andrew Kelley | | rename syscall.zig to linux.zig |
| 10 years ago | Andrew Kelley | | fix comparison of unsigned integers error |
| 10 years ago | Andrew Kelley | | rewrite how importing works |
| 10 years ago | Andrew Kelley | | Merge pull request #129 from notkild/master |
| 10 years ago | Andrew Kelley | | fix build error with signed/unsigned |
| 10 years ago | Andrew Kelley | | link: on windows link test runner and builtin o files |
|