| 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 |
| 10 years ago | Andrew Kelley | | add CBuf to standard library |
| 10 years ago | Andrew Kelley | | add style guide |
| 10 years ago | Andrew Kelley | | add zeroes value |
| 10 years ago | Andrew Kelley | | ability to have a return type of 'type' |
| 10 years ago | Andrew Kelley | | implement multiline C string syntax |
| 10 years ago | Andrew Kelley | | new multiline string syntax |
| 10 years ago | Andrew Kelley | | std: add tests for mt32 and mt64 |
| 10 years ago | Andrew Kelley | | std: add vaporware plans for floating point builtins |
| 10 years ago | Andrew Kelley | | remove multiline comments |
| 10 years ago | Andrew Kelley | | explicit wrapping integer operations |
| 10 years ago | Andrew Kelley | | std: cleanup of rand |
| 10 years ago | Andrew Kelley | | std: improve rand implementation and API |
| 10 years ago | Andrew Kelley | | unsigned integers for sizes of things |
| 10 years ago | Andrew Kelley | | std: add OutStream.write_byte |
| 10 years ago | Andrew Kelley | | inline parameters |
| 10 years ago | Andrew Kelley | | rename NodeTypeStructDecl to NodeTypeContainerDecl |
| 10 years ago | Andrew Kelley | | fix not resolving use declarations |
| 10 years ago | Andrew Kelley | | fix duplicate type defined when imported from parseh |
| 10 years ago | Andrew Kelley | | ability to cast explicitly from int to enum |
| 10 years ago | Andrew Kelley | | parseh: support octal in C macro string literal |
| 10 years ago | Andrew Kelley | | fix tokenizing string symbols with hex characters in them |
|