Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unimplemented features moved to their own exception (#1361) | Rhett Aultman | 2016-11-15 | 1 | -2/+2 |
* | Add support for do/while loops | Rhett Aultman | 2016-11-10 | 1 | -3/+16 |
* | Allow warnings for inline assembly block | Alex Beregszaszi | 2016-10-20 | 1 | -1/+1 |
* | Allow value transfer to library functions. | chriseth | 2016-09-17 | 1 | -1/+3 |
* | Change function type to include and propagate payable and constant modifier. | chriseth | 2016-09-06 | 1 | -0/+6 |
* | Merged in changes from chriseth/payable | Alex Beregszaszi | 2016-09-06 | 1 | -11/+2 |
* | Support payable keyword for functions | Alex Beregszaszi | 2016-09-06 | 1 | -0/+17 |
* | Make fallback function throw by default. | chriseth | 2016-08-30 | 1 | -4/+1 |
* | BREAKING: return only exits current function/modifier | chriseth | 2016-08-17 | 1 | -31/+42 |
* | Disallow implementation of abstract function by constructor of derived class. | chriseth | 2016-06-07 | 1 | -0/+3 |
* | Refactor compiler to avoid weird swap of contexts | chriseth | 2016-05-20 | 1 | -0/+853 |