| 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 |
| 10 years ago | Andrew Kelley | | support generic data structures |
| 10 years ago | Andrew Kelley | | std: separate str and cstr |
| 10 years ago | Andrew Kelley | | self hosted tests test release mode too |
| 10 years ago | Andrew Kelley | | better array concatenation semantics |
| 10 years ago | Andrew Kelley | | link: don't put -l in front of .a or .so files |
| 10 years ago | Andrew Kelley | | add frame_address and return_address builtins |
| 10 years ago | Andrew Kelley | | implicit wrap widening cast on integer peer types |
| 10 years ago | Andrew Kelley | | fix eval integer wrapping and add tests |
| 10 years ago | Andrew Kelley | | add shl_with_overflow builtin function |
| 10 years ago | Andrew Kelley | | add debug safety for left shifting |
| 10 years ago | Andrew Kelley | | add tests for integer wrapping |
| 10 years ago | Andrew Kelley | | add tests for integer overflow crashing |
| 10 years ago | Andrew Kelley | | add integer wrapping |
| 10 years ago | Andrew Kelley | | add fence builtin function |
| 10 years ago | Andrew Kelley | | add cmpxchg builtin function |
| 10 years ago | Andrew Kelley | | more networking standard library code |
| 10 years ago | Andrew Kelley | | beginnings of network standard library code |
| 10 years ago | Andrew Kelley | | support maybe destructuring into a pointer variable |
| 10 years ago | Andrew Kelley | | implement string escapes |
| 10 years ago | Andrew Kelley | | build: link against libLLVM.so if available |
| 10 years ago | Andrew Kelley | | add array multiplication operator |
| 10 years ago | Andrew Kelley | | ability to specify body of an extern function |
| 10 years ago | Andrew Kelley | | better alignment value for stack variables |
| 10 years ago | Andrew Kelley | | better parameter codegen |
| 10 years ago | Andrew Kelley | | add missing debug entry for breakpoint |
| 10 years ago | Andrew Kelley | | ability to compare booleans |
| 10 years ago | Andrew Kelley | | add array bounds checking in debug mode |
| 10 years ago | Josh Wolfe | | vim syntax: single-line strings must be contained in a single line |
| 10 years ago | Andrew Kelley | | support switching on error union type |
| 10 years ago | Andrew Kelley | | fix ability to parse character literals |
| 10 years ago | Andrew Kelley | | rename unknown_size_array to slice |
| 10 years ago | Andrew Kelley | | add codegen for pointer comparison |
|