Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support variable references within modifiers for inline assembly | Alex Beregszaszi | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Support payable keyword for functions | Alex Beregszaszi | 2016-09-06 | 1 | -0/+4 |
| | |||||
* | Version pragma. | chriseth | 2016-09-01 | 1 | -0/+28 |
| | |||||
* | move libevmcore to solidity | Dimitry | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 1 | -5/+10 |
| | |||||
* | Parsing for inline assembly. | chriseth | 2016-03-30 | 1 | -0/+25 |
| | |||||
* | changes to redefine the token list, the scanner, and the parser and how they ↵ | RJ Catalano | 2016-02-19 | 1 | -14/+11 |
| | | | | | | | | pass around variable types of different sizes not ready for change to FixedPoint just yet made this more const correct and added a switch statement for easier reading | ||||
* | [cond-expr] add an AST node | Lu Guanqun | 2016-01-23 | 1 | -0/+27 |
| | |||||
* | Allow aliases during import. | chriseth | 2016-01-11 | 1 | -0/+4 |
| | |||||
* | Use paths instead of simple identifiers wherever possible. | chriseth | 2015-12-22 | 1 | -6/+6 |
| | |||||
* | Simple aliasing during import. | chriseth | 2015-12-18 | 1 | -38/+41 |
| | |||||
* | Parse complex import directives. | chriseth | 2015-12-18 | 1 | -5/+21 |
| | |||||
* | new tests | RJ Catalano | 2015-12-16 | 1 | -1/+0 |
| | |||||
* | now is compiling and passing soltest...but I think there may be a few more ↵ | RJ Catalano | 2015-12-16 | 1 | -1/+3 |
| | | | | things to do | ||||
* | fixed case statements | RJ Catalano | 2015-12-16 | 1 | -0/+1 |
| | |||||
* | changing Tuple Constructor | RJ Catalano | 2015-12-16 | 1 | -2/+5 |
| | |||||
* | updated attempt...still a bit more work to do but here's what's current | RJ Catalano | 2015-12-16 | 1 | -2/+3 |
|\ | |||||
| * | Inline array declarations complete | RJ Catalano | 2015-12-15 | 1 | -2/+20 |
| | | |||||
* | | Relative paths in import directives. | chriseth | 2015-12-10 | 1 | -0/+1 |
| | | |||||
* | | Source units are independent scopes. | chriseth | 2015-12-10 | 1 | -3/+3 |
|/ | |||||
* | Add bound functions to types. | chriseth | 2015-11-29 | 1 | -0/+1 |
| | |||||
* | Added the `using x for y` directive. | chriseth | 2015-11-27 | 1 | -0/+27 |
| | |||||
* | Convert filter to template function. | chriseth | 2015-11-27 | 1 | -6/+20 |
| | |||||
* | Do not store elements of a contract by AST node type. | chriseth | 2015-11-26 | 1 | -30/+16 |
| | |||||
* | Make members context-sensitive. | chriseth | 2015-11-26 | 1 | -10/+10 |
| | |||||
* | Allow "new expressions" also for general type names. | chriseth | 2015-11-26 | 1 | -5/+6 |
| | | | | | | | Breaking change: If you want to send value with a contract creation, you have to use parentheses now: `(new ContractName).value(2 ether)(arg1, arg2)` | ||||
* | Fix problems with statement blocks. | chriseth | 2015-11-11 | 1 | -0/+2 |
| | |||||
* | Allow docstrings for statements. | chriseth | 2015-10-27 | 1 | -15/+38 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 1 | -0/+6 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+1354 |