COMMITS
/ libsolidity/codegen/ContractCompiler.cpp December 1, 2016
C
Merge pull request #1462 from ethereum/fix-incorrect-assertion
chriseth committed
Y
codegen: this commit removes one of duplicate assignments
Yoichi Hirai committed
Y
codegen: assertion did not assert non-nullness
Yoichi Hirai committed
November 18, 2016
V
Fix licensing headers
VoR0220 committed
November 17, 2016
A
Add appendCallValueCheck
Alex Beregszaszi committed
November 15, 2016
A
Add payable check for constructor in codegen
Alex Beregszaszi committed
November 11, 2016
C
Converted sub assembly to smart pointer.
chriseth committed
November 10, 2016
C
Stored combined creation and runtime tags.
chriseth committed
September 28, 2016
C
Code generator for function types.
chriseth committed
November 14, 2016
R
Unimplemented features moved to their own exception (#1361)
Rhett Aultman committed
July 30, 2016
R
Add support for do/while loops
Rhett Aultman committed
October 20, 2016
A
Allow warnings for inline assembly block
Alex Beregszaszi committed
September 15, 2016
C
Allow value transfer to library functions.
chriseth committed
August 31, 2016
C
Change function type to include and propagate payable and constant modifier.
chriseth committed
August 26, 2016
A
Merged in changes from chriseth/payable
Alex Beregszaszi committed
June 18, 2016
A
Support payable keyword for functions
Alex Beregszaszi committed
August 25, 2016
C
Make fallback function throw by default.
chriseth committed
August 6, 2016
C
BREAKING: return only exits current function/modifier
chriseth committed
June 6, 2016
C
May 19, 2016
C
Refactor compiler to avoid weird swap of contexts
chriseth committed