aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ContractCompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unimplemented features moved to their own exception (#1361)Rhett Aultman2016-11-151-2/+2
* Add support for do/while loopsRhett Aultman2016-11-101-3/+16
* Allow warnings for inline assembly blockAlex Beregszaszi2016-10-201-1/+1
* Allow value transfer to library functions.chriseth2016-09-171-1/+3
* Change function type to include and propagate payable and constant modifier.chriseth2016-09-061-0/+6
* Merged in changes from chriseth/payableAlex Beregszaszi2016-09-061-11/+2
* Support payable keyword for functionsAlex Beregszaszi2016-09-061-0/+17
* Make fallback function throw by default.chriseth2016-08-301-4/+1
* BREAKING: return only exits current function/modifierchriseth2016-08-171-31/+42
* Disallow implementation of abstract function by constructor of derived class.chriseth2016-06-071-0/+3
* Refactor compiler to avoid weird swap of contextschriseth2016-05-201-0/+853