| 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 |
| 10 years ago | Andrew Kelley | | don't add no-frame-pointer-elim for inline functions |
| 10 years ago | Andrew Kelley | | inline assembly: allow empty output list |
| 10 years ago | Andrew Kelley | | fix offset map for inline assembly error messages |
| 10 years ago | Andrew Kelley | | fix raw string literal crash |
| 10 years ago | Andrew Kelley | | linux: accept calls accept4 with 0 for flags |
| 10 years ago | Andrew Kelley | | add some docs about builtin functions |
| 10 years ago | Andrew Kelley | | support extern C ABI for return types |
| 10 years ago | Andrew Kelley | | add beginning of print stack trace function |
| 10 years ago | Andrew Kelley | | fix crash when error evaluating target of for expr |
| 10 years ago | Andrew Kelley | | compiler-rt: add __aeabi_uldivmod |
| 10 years ago | Travis McDemus | | Add unsigned and signed generic print fns |
| 10 years ago | Andrew Kelley | | add bit_count, is_wrapping, is_signed fields to int types |
| 10 years ago | Andrew Kelley | | add int_type builtin function |
| 10 years ago | Andrew Kelley | | add 64 bit division test |
| 10 years ago | Andrew Kelley | | switch on compile var marks entire namespaces |
| 10 years ago | Andrew Kelley | | add compile_err builtin |
| 10 years ago | Andrew Kelley | | std: take advantage of ability to cast maybe pointer to isize |
| 10 years ago | Andrew Kelley | | add error for wrong return type of main |
| 10 years ago | Andrew Kelley | | update README with website |
| 10 years ago | Andrew Kelley | | std: make parsing an unsigned number generic |
| 10 years ago | Andrew Kelley | | we have generics now |
| 10 years ago | Andrew Kelley | | std: fix linux.get_errno |
| 10 years ago | Andrew Kelley | | ability to cast maybe pointer to isize/usize |
| 10 years ago | Andrew Kelley | | Merge pull request #152 from jmi2k/zig-std-dir |
| 10 years ago | Andrew Kelley | | add readonly attribute to relevant functions and parameters |
| 10 years ago | Andrew Kelley | | recognize ar program and pass --gc-sections to ld |
| 10 years ago | Andrew Kelley | | builtin: use explicit type instead of typeof function |
| 10 years ago | Andrew Kelley | | some work in progress networking code |
| 10 years ago | Andrew Kelley | | add hashmap to standard library |
| 10 years ago | Andrew Kelley | | fix ability to use previous generic params and |
| 10 years ago | Andrew Kelley | | support variable declarations in structs |
| 10 years ago | Andrew Kelley | | add debug safety for shortening casts |
| 10 years ago | Andrew Kelley | | not-yet-working implementation of generic hash map |
| 10 years ago | Andrew Kelley | | add list implementation to standard library |
| 10 years ago | Andrew Kelley | | ability to cast u8 slice to bigger slice |
| 10 years ago | Andrew Kelley | | fix null literal outside function |
| 10 years ago | Andrew Kelley | | add div_exact builtin fn |
| 10 years ago | Andrew Kelley | | add debug safety for division |
| 10 years ago | Andrew Kelley | | ability to cast slice to u8 slice |
| 10 years ago | Andrew Kelley | | generic args available to member functions |
|