| 9 years ago | Andrew Kelley | | more test coverage |
| 10 years ago | Andrew Kelley | | Merge pull request #206 from fsaintjacques/fix/doc-langref |
| 10 years ago | Andrew Kelley | | fix warning on some compiler versions |
| 10 years ago | Andrew Kelley | | fix regression: debug safety sometimes incorrectly disabled |
| 10 years ago | Andrew Kelley | | remove compiler directives |
| 10 years ago | Andrew Kelley | | clean up test directory |
| 10 years ago | Andrew Kelley | | add this keyword refers to thing in immediate scope |
| 10 years ago | Andrew Kelley | | std/rand: remove unneeded TODO |
| 10 years ago | Andrew Kelley | | cstr.len and cstr.cmp can run at compile time |
| 10 years ago | Andrew Kelley | | emit error for extern function |
| 10 years ago | Andrew Kelley | | fix crash when doing binary not on integer literal |
| 10 years ago | Andrew Kelley | | add error message for method call on non method |
| 10 years ago | Andrew Kelley | | refactor field access code into more generic container code |
| 10 years ago | Andrew Kelley | | ability to have struct to have a field which is slice of itself |
| 10 years ago | Andrew Kelley | | enums support member functions |
| 10 years ago | Andrew Kelley | | fix compiler crash for misspelled type with pointer only reference |
| 10 years ago | Andrew Kelley | | stack trace is able to figure out compilation unit |
| 10 years ago | Andrew Kelley | | os: fix file descriptor leak in os_exec |
| 10 years ago | Andrew Kelley | | fix compile crash when leaving out for loop parameter |
| 10 years ago | Andrew Kelley | | fix incorrect linking from previous commit |
| 10 years ago | Andrew Kelley | | exporting an object creates an h file |
| 10 years ago | Andrew Kelley | | fix error when switch prong has implicit cast |
| 10 years ago | Andrew Kelley | | avoid emitting "no member" errors when use import fails |
| 10 years ago | Andrew Kelley | | tests: correct test name |
| 10 years ago | Andrew Kelley | | use size_t for indexes |
| 10 years ago | Andrew Kelley | | ability to specify -framework linker args for MacOS |
| 10 years ago | Andrew Kelley | | fix compiler crash involving slice with const slice child |
| 10 years ago | Andrew Kelley | | tests: use a more robust path to self_hosted.zig |
| 10 years ago | Andrew Kelley | | Merge branch 'macos-aindigo' |
| 10 years ago | Andrew Kelley | | change `unreachable{}` to `@unreachable()` |
| 10 years ago | Andrew Kelley | | std: fix compile error for unsupported os |
| 10 years ago | Andrew Kelley | | fix crash with []type{} expression |
| 10 years ago | Andrew Kelley | | add compile error for assigning through const |
| 10 years ago | Andrew Kelley | | fix compile error message for wrong arg count on method |
| 10 years ago | Andrew Kelley | | rename LLVMZig to ZigLLVM |
| 10 years ago | Andrew Kelley | | langref: correct builtin function names |
| 10 years ago | Andrew Kelley | | std: use parameter type inference on min and max functions |
| 10 years ago | Andrew Kelley | | Merge pull request #187 from procedural/c-pointer-fix |
| 10 years ago | Andrew Kelley | | std: avoid calling close twice in InStream |
| 10 years ago | Andrew Kelley | | ability to infer parameter types |
| 10 years ago | Andrew Kelley | | build: remove -Wmissing-prototypes |
| 10 years ago | Andrew Kelley | | build: add missing static in tokenizer |
| 10 years ago | Andrew Kelley | | build: fix warning on gcc 6.2 |
| 10 years ago | Andrew Kelley | | maxValue and minValue builtins return number literal |
| 10 years ago | Andrew Kelley | | rename errName builtin to errorName |
| 10 years ago | Andrew Kelley | | rename compileErr builtin to compileError |
| 10 years ago | Andrew Kelley | | README: clarify build vs runtime dependencies |
| 10 years ago | Andrew Kelley | | Merge branch 'llvm-3.9' |
| 10 years ago | Andrew Kelley | | Merge pull request #186 from winksaville/master |
| 10 years ago | Andrew Kelley | | Merge pull request #185 from winksaville/master |
|