Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More tests. | chriseth | 2017-02-16 | 1 | -0/+10 |
| | |||||
* | Parsing function calls. | chriseth | 2017-02-16 | 1 | -0/+5 |
| | |||||
* | Parsing function definitions. | chriseth | 2017-02-16 | 1 | -0/+10 |
| | |||||
* | Test for unicode string literals. | chriseth | 2017-02-15 | 1 | -0/+11 |
| | |||||
* | Tests for printing assembly. | chriseth | 2017-02-14 | 1 | -0/+56 |
| | |||||
* | Add tests for revert() | Alex Beregszaszi | 2017-02-11 | 1 | -0/+5 |
| | |||||
* | Add tests for invalid instruction | Alex Beregszaszi | 2017-01-28 | 1 | -0/+5 |
| | |||||
* | Update error message. | chriseth | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Disallow assignment to non-identifiers. | chriseth | 2017-01-26 | 1 | -0/+6 |
| | |||||
* | Add test for assignment. | chriseth | 2017-01-26 | 1 | -1/+7 |
| | |||||
* | Moved test. | chriseth | 2017-01-26 | 1 | -0/+6 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Rename ErrorTag to invalidJumpLabel in inline assembly | Alex Beregszaszi | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Add tests for the ErrorTag | Alex Beregszaszi | 2016-11-15 | 1 | -0/+5 |
| | |||||
* | Add tests | chriseth | 2016-11-15 | 1 | -5/+13 |
| | |||||
* | Allow warnings for inline assembly block | Alex Beregszaszi | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Add tests for magic variables in inline assembly | Alex Beregszaszi | 2016-10-20 | 1 | -0/+7 |
| | |||||
* | Fix assignment after tags in inline assembly | Alex Beregszaszi | 2016-10-11 | 1 | -0/+5 |
| | |||||
* | Add test for address in inline assembly | Alex Beregszaszi | 2016-10-07 | 1 | -1/+1 |
| | |||||
* | Add test for suicide/selfdestruct | Alex Beregszaszi | 2016-10-06 | 1 | -0/+5 |
| | |||||
* | Remove log.h from solidity. | chriseth | 2016-04-12 | 1 | -1/+0 |
| | |||||
* | Allow "byte" in inline assembly. | chriseth | 2016-04-06 | 1 | -0/+5 |
| | |||||
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 1 | -12/+29 |
| | |||||
* | Parsing for inline assembly. | chriseth | 2016-03-30 | 1 | -0/+138 |