| 8 years ago | Andrew Kelley | | self-hosted: workaround for issue #537 |
| 8 years ago | Andrew Kelley | | self-hosted: parsing and rendering blocks |
| 8 years ago | Andrew Kelley | | self-hosted: clean up parser |
| 8 years ago | Andrew Kelley | | self-hosted: parse variable declarations with types |
| 8 years ago | Andrew Kelley | | self-hosted: parse var decls |
| 8 years ago | Andrew Kelley | | add self-hosted parsing and rendering to main tests |
| 8 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into self-hosted |
| 8 years ago | Andrew Kelley | | rendering source code without recursion |
| 8 years ago | Andrew Kelley | | parsing an extern fn declaration |
| 8 years ago | Andrew Kelley | | partial parameter decl parsing |
| 8 years ago | Andrew Kelley | | tokenizing libc hello world |
| 8 years ago | Andrew Kelley | | parse a simple variable declaration |
| 8 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into self-hosted |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | awkward void union field syntax no longer needed |
| 8 years ago | Andrew Kelley | | upgrade to new args api |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | revert to master branch ir.cpp, fixes issue better than this branch |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | parser skeleton |
| 8 years ago | Andrew Kelley | | tokenizing hello world |
| 8 years ago | Andrew Kelley | | tokenizing basic operators |
| 8 years ago | Andrew Kelley | | tokenizing string literals |
| 8 years ago | Andrew Kelley | | simple tokenization |
| 8 years ago | Andrew Kelley | | read a file |
| 8 years ago | Andrew Kelley | | fix incorrect LLVM IR for union constant when active field is void |
| 8 years ago | Andrew Kelley | | rename builtin.is_big_endian to builtin.endian |
| 8 years ago | Andrew Kelley |  | Merge pull request #644 from Dubhead/Dubhead-fix-message-color |
| 8 years ago | Andrew Kelley | | add test for casting union to tag type of union |
| 8 years ago | Andrew Kelley | | fix build on windows |
| 8 years ago | Andrew Kelley | | add test for union with 1 void field being 0 bits |
| 8 years ago | Andrew Kelley | | add test for @sizeOf on extern and packed unions |
| 8 years ago | Andrew Kelley | | update docs regarding enums and unions |
| 8 years ago | Andrew Kelley | | more tests for unions |
| 8 years ago | Andrew Kelley | | fix abi alignment of union-enums not counting tag type |
| 8 years ago | Andrew Kelley | | rename @EnumTagType to @TagType. add tests for union-enums |
| 8 years ago | Andrew Kelley | | rework enums and unions and their relationship to each other |
| 8 years ago | Andrew Kelley | | ability to set tag values of enums |
| 8 years ago | Andrew Kelley | | casting between integer and enum only works via tag type |
| 8 years ago | Josh Wolfe | | todo: fix #639 |
| 8 years ago | Josh Wolfe | | implement insertion sort. something's broken |
| 8 years ago | Andrew Kelley | | Merge branch 'llvm5.0.1' |
| 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 |
|