aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/ASTAnnotations.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce ExperimentalFeatures headerAlex Beregszaszi2017-08-101-2/+3
|
* Support experimental feature pragmaAlex Beregszaszi2017-08-101-0/+2
|
* Constructors must be implemented if declared.Alex Beregszaszi2017-08-051-2/+1
|
* Replace isFullyImplemented with unimplementedFunctions in ASTAnnotationsAlex Beregszaszi2017-08-041-2/+3
|
* refactoring functionCallAnnotationdjudjuu2017-05-191-4/+9
|
* Refactor to combined scope and stack height info.chriseth2017-04-261-6/+6
|
* Storage access from inline assembly.chriseth2017-04-251-0/+2
|
* Move analysis out of code generator.chriseth2017-04-251-0/+4
|
* Split external identifier access into resolving and code generation.chriseth2017-04-251-2/+8
|
* Type checking for pure expressions.chriseth2017-03-131-0/+2
|
* Move public constructor property into AST itself.chriseth2017-03-061-2/+0
|
* Check if constructor is public or not.chriseth2017-01-211-0/+2
|
* Improve error message when trying to modify constant variablesFederico Bond2016-12-131-0/+2
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+11
|
* Simple aliasing during import.chriseth2015-12-181-0/+10
|
* Relative paths in import directives.chriseth2015-12-101-0/+6
|
* Make members context-sensitive.chriseth2015-11-261-3/+0
|
* Allow "new expressions" also for general type names.chriseth2015-11-261-0/+3
| | | | | | | 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)`
* Allow docstrings for statements.chriseth2015-10-271-2/+6
|
* Store docstrings in AST annotations.chriseth2015-10-261-1/+26
|
* File reorganisation.chriseth2015-10-211-0/+140