Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ContractKind to ContractDefinition | Alex Beregszaszi | 2017-03-18 | 1 | -4/+8 |
| | |||||
* | Move public constructor property into AST itself. | chriseth | 2017-03-06 | 1 | -0/+2 |
| | |||||
* | Warn about invalid checksums of addresses. | chriseth | 2017-01-25 | 1 | -0/+5 |
| | |||||
* | Merge pull request #1576 from ethereum/typeIdentifiers | Yoichi Hirai | 2017-01-20 | 1 | -1/+3 |
|\ | | | | | Type identifiers. | ||||
| * | Make m_id const. | chriseth | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Reset AST node IDs between compilation runs. | chriseth | 2017-01-20 | 1 | -0/+2 |
| | | |||||
* | | Fix default function type name visibility. | chriseth | 2017-01-19 | 1 | -1/+4 |
|/ | |||||
* | Fix typo in comment | Federico Bond | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1397 from roadriverrail/contract_collision | chriseth | 2017-01-18 | 1 | -0/+1 |
|\ | | | | | Error out when contracts collide on name | ||||
| * | Move fullyQualified() name to Declaration | Rhett Aultman | 2017-01-17 | 1 | -2/+1 |
| | | |||||
| * | Only avoid collision if it's the same file | Rhett Aultman | 2017-01-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | @chriseth had suggested that it would be better if contracts were referenced in a file:contract notation, and that we output .bin files that prepend original path names if necessary to avoid a collision. This commit is mostly a draft; it still needs to be run through the test suite. | ||||
* | | Deterministic AST node identifiers. | chriseth | 2017-01-17 | 1 | -0/+4 |
|/ | |||||
* | ast: events have FunctionType too | Yoichi Hirai | 2017-01-12 | 1 | -3/+4 |
| | |||||
* | ast: add Declaration::functionType() | Yoichi Hirai | 2017-01-12 | 1 | -0/+12 |
| | |||||
* | Metadata stamp. | chriseth | 2016-12-01 | 1 | -0/+4 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Function types. | chriseth | 2016-11-16 | 1 | -0/+35 |
| | |||||
* | Move InterfaceHandler from string to JSON | Alex Beregszaszi | 2016-11-15 | 1 | -6/+7 |
| | |||||
* | Add support for do/while loops | Rhett Aultman | 2016-11-10 | 1 | -2/+6 |
| | | | | | | | This commit adds support for a standard do <statement> while <expr>; form of statement. While loops were already being supported; supporting a do/while loop mostly involves reusing code from while loops but putting the conditional checking last. | ||||
* | 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 |