aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ContractCompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the REVERT opcode for throw;Alex Beregszaszi2017-02-111-1/+3
* Be more verbose on the stack-mismatch errorsAlex Beregszaszi2017-02-011-1/+1
* Support explicit conversion of external function type to addressAlex Beregszaszi2017-02-011-1/+1
* Changelog and review suggestions.chriseth2017-01-271-1/+1
* Address feedback from code review.Valentin Wüstholz2017-01-261-3/+3
* Change translation of implicit throws (issue #1589).Valentin Wüstholz2017-01-261-3/+5
* Move some util functions to low-level functions.chriseth2017-01-241-0/+1
* Report source location on "stack too deep" errors.chriseth2017-01-211-1/+8
* Use fully-qualified names for linking, tooRhett Aultman2017-01-171-1/+1
* Merge pull request #1462 from ethereum/fix-incorrect-assertionchriseth2016-12-011-1/+1
|\
| * codegen: assertion did not assert non-nullnessYoichi Hirai2016-12-011-1/+1
* | codegen: this commit removes one of duplicate assignmentsYoichi Hirai2016-12-011-2/+0
|/
* Fix licensing headersVoR02202016-11-231-4/+4
* Add appendCallValueCheckAlex Beregszaszi2016-11-181-20/+13
* Add payable check for constructor in codegenAlex Beregszaszi2016-11-181-0/+12
* Converted sub assembly to smart pointer.chriseth2016-11-161-8/+7
* Stored combined creation and runtime tags.chriseth2016-11-161-11/+32
* Code generator for function types.chriseth2016-11-161-0/+1
* 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