Commits
User selector
Commit History
Commits on Jan 15, 2018
- committed
clean up error return tracing
Show description for 7b57454committed- committed
Commits on Jan 14, 2018
- committed
error return trace pointer prefixes other params
Show description for fa024f8committed
Commits on Jan 12, 2018
- committed
functions which can return errors have secret stack trace param
Show description for 7ec7838committedthe same string literal codegens to the same constant
Show description for 3268276committed
Commits on Jan 7, 2018
Commits on Dec 27, 2017
self-hosted: build against zig_llvm and embedded LLD
Show description for 6fece14committed
Commits on Dec 24, 2017
fix segfault when passing union enum with sub byte...
Show description for 2a25398committed- committed
Commits on Dec 22, 2017
fix endianness of sub-byte integer fields in packed structs
Show description for 760b307committed
Commits on Dec 20, 2017
fix crash when implicitly casting array of len 0 to slice
Show description for d686113committed
Commits on Dec 19, 2017
bring back code that uses export and fix tests
Show description for 9d9201ccommitted
Commits on Dec 18, 2017
- committed
Commits on Dec 8, 2017
Commits on Dec 6, 2017
add higher level arg-parsing API + misc. changes
Show description for 62c25afcommittedadd implicit cast from enum to union
Show description for 960914acommitted
Commits on Dec 5, 2017
Commits on Dec 4, 2017
fix incorrect LLVM IR for union constant when active field is void
Show description for 5ebed1ccommittedrename builtin.is_big_endian to builtin.endian
Show description for a966275committedrename @EnumTagType to @TagType. add tests for union-enums
Show description for 5a8367ecommittedrework enums and unions and their relationship to each other
Show description for 0ad1239committed
Commits on Dec 3, 2017
ability to set tag values of enums
Show description for 137c8f5committed
Commits on Dec 1, 2017
packed structs can have enums with explicit tag types
Show description for 264c868committedability to specify tag type of enums
Show description for b62e2fdcommitted
Commits on Nov 24, 2017
Commits on Nov 17, 2017
fix codegen for union init with runtime value
Show description for 5d2ba05committed- committed
Commits on Nov 16, 2017
union secret field is the tag index instead of distinct type index
Show description for f12d366committedunions have a secret field for the type
Show description for 018cbffcommitted
Commits on Nov 15, 2017
basic union support
Show description for f276fd0committed
Commits on Nov 10, 2017
fix test failures
Show description for 019f180committedfix bug when multiple function definitions exist
Show description for 029d37dcommitted