| 8 years ago | Andrew Kelley | | LLD patch: workaround for buggy MACH-O code |
| 8 years ago | Andrew Kelley | | LLD patch: Fix for LLD on linker scripts with empty sections |
| 8 years ago | Andrew Kelley | | LLD patch: COFF: better behavior when using as a library |
| 8 years ago | Andrew Kelley | | updated embedded LLD to 5.0.1rc2 |
| 8 years ago | Andrew Kelley | | translate-c: only emit enum tag type if not c_int or c_uint |
| 8 years ago | Andrew Kelley | | packed structs can have enums with explicit tag types |
| 8 years ago | Andrew Kelley | | ability to specify tag type of enums |
| 8 years ago | Josh Wolfe | | add mem.readIntLE and readIntBE |
| 8 years ago | Andrew Kelley | | fix build broken by previous commit |
| 8 years ago | Andrew Kelley | | translate-c: support static incomplete array inside function |
| 8 years ago | Andrew Kelley | | fix capturing value of switch with all unreachable prongs |
| 8 years ago | Andrew Kelley | | better error code for File.getEndPos failure |
| 8 years ago | Josh Wolfe | | add Buffer.appendFormat() |
| 8 years ago | Josh Wolfe | | fix os.Dir compile errors |
| 8 years ago | Andrew Kelley | | translate-c: support const ptr initializer |
| 8 years ago | Andrew Kelley | | translate-c: fix clobbering primitive types |
| 8 years ago | Andrew Kelley | | Merge branch 'dimenus-c-field-expr' |
| 8 years ago | Andrew Kelley | | translate-c: fix sometimes getting (no file) warnings |
| 8 years ago | Mason Remaley | | Implements translation for the prefix not operator (#628) |
| 8 years ago | Andrew Kelley | | translate-c: support pointer casting |
| 8 years ago | Andrew Kelley | | translate-c: support variable name shadowing |
| 8 years ago | Andrew Kelley | | translate-c: fix translation when no default switch case |
| 8 years ago | Andrew Kelley | | translate-c: better way to translate switch |
| 8 years ago | Andrew Kelley | | translate-c supports switch statements |
| 8 years ago | Andrew Kelley | | translate-c: avoid global state and introduce var decl scopes |
| 8 years ago | Andrew Kelley | | translate-c: introduce the concept of scopes |
| 8 years ago | Andrew Kelley | | fix crash when constant inside comptime function has compile error |
| 8 years ago | Andrew Kelley | | add an assert to catch corrupted memory |
| 8 years ago | Andrew Kelley | | translate-c supports break and continue |
| 8 years ago | Andrew Kelley | | translate-c supports for loops |
| 8 years ago | Andrew Kelley | | translate-c supports returning void |
| 8 years ago | Andrew Kelley | | fix assertion failed when invalid type encountered |
| 8 years ago | Andrew Kelley | | translate-c supports string literals |
| 8 years ago | Andrew Kelley | | translate-c: support pre increment and decrement operators |
| 8 years ago | Andrew Kelley | | update homepage docs |
| 8 years ago | Andrew Kelley | | rename "parsec" to "translate-c" |
| 8 years ago | Josh Wolfe | | move base64 functions into structs |
| 8 years ago | Josh Wolfe | | rework std.base64 api |
| 8 years ago | Andrew Kelley | | parse-c: support address of operator |
| 8 years ago | Andrew Kelley |  | Merge pull request #617 from dimenus/dll-load |
| 8 years ago | Andrew Kelley | | add parse-c support for unions |
| 8 years ago | Andrew Kelley | | Merge branch 'unions' |
| 8 years ago | Andrew Kelley | | add docs for std.base64 |
| 8 years ago | Andrew Kelley | | c-to-zig: handle UO_Deref |
| 8 years ago | Josh Wolfe | | parsec supports do loop |
| 8 years ago | Josh Wolfe | | parsec supports post increment/decrement with used result |
| 8 years ago | Josh Wolfe | | parsec supports more compound assign operators |
| 8 years ago | Josh Wolfe | | parsec supports bitshift operators |
| 8 years ago | Andrew Kelley | | Merge branch 'dimenus-parsec' |
| 8 years ago | Josh Wolfe | | parsec supports C comma operator |
|