aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/AST.cpp
Commit message (Expand)AuthorAgeFilesLines
* ast: add Declaration::functionType()Yoichi Hirai2017-01-121-0/+61
* ast, codegen: enable accessing events through contract names.Yoichi Hirai2017-01-031-0/+3
* Add swarm hash to the end of the bytecode.chriseth2016-12-011-0/+1
* Metadata stamp.chriseth2016-12-011-0/+8
* Fix licensing headersVoR02202016-11-231-4/+4
* Move InterfaceHandler from string to JSONAlex Beregszaszi2016-11-151-4/+4
* ast: add a null checkYoichi Hirai2016-10-211-0/+1
* ast: ContractDefinition::inheritableMembers contains enums as well as structsYoichi Hirai2016-10-211-0/+3
* Rename dev::sha3 to dev::keccak256Alex Beregszaszi2016-10-061-1/+1
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+7
* Simple aliasing during import.chriseth2015-12-181-0/+13
* Relative paths in import directives.chriseth2015-12-101-0/+7
* Convert filter to template function.chriseth2015-11-271-54/+0
* Do not store elements of a contract by AST node type.chriseth2015-11-261-15/+69
* Make members context-sensitive.chriseth2015-11-261-9/+9
* Allow docstrings for statements.chriseth2015-10-271-0/+7
* Store docstrings in AST annotations.chriseth2015-10-261-0/+21
* File reorganisation.chriseth2015-10-211-0/+365