| 8 years ago | Andrew Kelley | | switch on enum which only has 1 field is comptime known |
| 8 years ago | Andrew Kelley | | fix enum with 1 member causing segfault |
| 8 years ago | Andrew Kelley | | allow union and its tag type to peer resolve to the tag type |
| 8 years ago | Andrew Kelley | | allow implicit cast from union to its enum tag type |
| 8 years ago | Andrew Kelley | | add implicit cast from enum to union |
| 8 years ago | Andrew Kelley | | fix casting integer literal to enum |
| 8 years ago | Andrew Kelley | | translate-c: fix not printing clang errors |
| 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 |
| 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 |
|