| 8 years ago | Andrea Orru | | Merge branch 'test-ci' |
| 8 years ago | Andrea Orru | | Simplify intrusive linked list test |
| 8 years ago | Andrew Kelley | | change 5 to 6 in travis osx scripts |
| 8 years ago | Andrew Kelley | | fix await multithreaded data race |
| 8 years ago | Andrew Kelley | | refactor stack trace code to remove global state |
| 8 years ago | Andrew Kelley | | improvements to stack traces |
| 8 years ago | Andrew Kelley | | add behavior test for coroutine frame allocation failure |
| 8 years ago | Andrew Kelley | | omit pad zeroes in debug stack traces |
| 8 years ago | Andrea Orru | | Fixed syntax errors in linux-i386 syscalls |
| 8 years ago | Andrea Orru | | Added 6 parameters syscalls for zen |
| 8 years ago | Marc Tiehuis | | Unroll Sha3 inner loop |
| 8 years ago | Andrew Kelley | | update to SoftFloat-3e |
| 8 years ago | Andrew Kelley | | don't memoize comptime functions if they can mutate state via parameters |
| 8 years ago | Andrew Kelley | | fix partial inlining of binary math operator using old value |
| 8 years ago | Andrew Kelley | | enums with 1 field and explicit tag type still get the tag type |
| 8 years ago | Andrew Kelley | | translate-c: add missing case labels |
| 8 years ago | Andrew Kelley | | travis ci: update ubuntu llvm repo and CC,CXX env vars to 6 |
| 8 years ago | Andrew Kelley | | Merge branch 'llvm6' |
| 8 years ago | Jimmi Holst Christensen | | Translate C now correctly converts ints, floats, ptrs and enums to bools |
| 8 years ago | Jimmi Holst Christensen | | Translate C will now handle ignored return values |
| 8 years ago | Jimmi Holst Christensen | | Merge branch 'master' of github.com:zig-lang/zig |
| 8 years ago | Jimmi Holst Christensen | | Translate C can now translate switch statements again |
| 8 years ago | Jimmi Holst Christensen | | Ast Render no longer outputs erroneous semicolon |
| 8 years ago | Andrew Kelley | | fix missing compile error for returning error from void async function |
| 8 years ago | Andrew Kelley | | turn assertion into compile error for using var as return type |
| 8 years ago | Andrew Kelley | | var is no longer a pseudo-type, it is syntax |
| 8 years ago | Andrew Kelley | | fix assertion when taking slice of zero-length array |
| 8 years ago | Andrew Kelley | | unless hf is specified in target environ, assume soft floating point |
| 8 years ago | Andrew Kelley | | fix broken tests from previous commit |
| 8 years ago | Andrew Kelley | | ptrCast builtin now gives an error for removing const qualifier |
| 8 years ago | Andrew Kelley |  | Merge pull request #815 from Hejsil/more-translate-c |
| 8 years ago | Andrew Kelley | | remove value judgement from std lib API docs |
| 8 years ago | Andrew Kelley |  | Merge pull request #814 from jacobdufault/utf8-view |
| 8 years ago | Joshua Olson | | Clarify what is meant by 'libraries' (#808) |
| 8 years ago | Joshua Olson | | Fix Linux gcc requirement (#807) |
| 8 years ago | Andrew Kelley | | add optnone noinline to async functions |
| 8 years ago | Andrew Kelley | | Merge branch 'async' |
| 8 years ago | Andrew Kelley | | Merge branch 'bnoordhuis-fix795' |
| 8 years ago | Andrew Kelley |  | Merge pull request #796 from bnoordhuis/fix731-more |
| 8 years ago | Andrew Kelley | | remove signal hanlding stuff from std.os.ChildProcess |
| 8 years ago | Andrew Kelley |  | Merge pull request #785 from bnoordhuis/fix731 |
| 8 years ago | Marc Tiehuis | | Add utf8 string view |
| 8 years ago | Andrew Kelley | | update errors section of docs |
| 8 years ago | Andrew Kelley |  | Merge pull request #783 from bnoordhuis/fix675 |
| 8 years ago | Andrew Kelley | | Merge branch 'bnoordhuis-macho' |
| 8 years ago | Andrew Kelley | | improve std lib linux epoll API |
| 8 years ago | Andrew Kelley | | ability to slice an undefined pointer at compile time if the len is 0 |
| 8 years ago | Andrew Kelley | | add an assert to catch #777 |
| 8 years ago | Andrew Kelley | | zig fmt supports simple line comments |
| 8 years ago | Andrew Kelley | | fix compiler crash when struct contains... |
|