| 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 |
| 10 years ago | Andrew Kelley | | restore shared library functionality |
| 10 years ago | Andrew Kelley | | fix std io input to work for non seekable fds |
| 10 years ago | Andrew Kelley | | fix c hello world example |
| 10 years ago | Andrew Kelley | | stronger static eval recursive test |
| 10 years ago | Andrew Kelley | | tokenizer: add missing return statement on float overflow |
| 10 years ago | Andrew Kelley | | add ability to explicitly cast enum with no payload to int |
| 10 years ago | Andrew Kelley | | implement null as a literal type |
| 10 years ago | Andrew Kelley | | implement `?return` expression |
| 10 years ago | Andrew Kelley | | std: more progress toward stack printing |
| 10 years ago | Andrew Kelley | | progress toward stack trace printing |
| 10 years ago | Andrew Kelley | | fix crash when calling method on slice |
| 10 years ago | Andrew Kelley | | std: replace print_u64/i64 with printInt |
| 10 years ago | Andrew Kelley | | std: conform to style guidelines |
|