index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
ast
/
ASTAnnotations.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Disallow multi variable declarations with mismatching number of values.
Daniel Kirchner
2018-07-13
1
-7
/
+0
|
*
Move constructor argument override check to TypeChecker and reuse ↵
Daniel Kirchner
2018-04-09
1
-0
/
+3
|
|
|
|
annotations in ContractCompiler.
*
Store super function.
chriseth
2017-09-06
1
-0
/
+3
|
*
Introduce ExperimentalFeatures header
Alex Beregszaszi
2017-08-10
1
-2
/
+3
|
*
Support experimental feature pragma
Alex Beregszaszi
2017-08-10
1
-0
/
+2
|
*
Constructors must be implemented if declared.
Alex Beregszaszi
2017-08-05
1
-2
/
+1
|
*
Replace isFullyImplemented with unimplementedFunctions in ASTAnnotations
Alex Beregszaszi
2017-08-04
1
-2
/
+3
|
*
refactoring functionCallAnnotation
djudjuu
2017-05-19
1
-4
/
+9
|
*
Refactor to combined scope and stack height info.
chriseth
2017-04-26
1
-6
/
+6
|
*
Storage access from inline assembly.
chriseth
2017-04-25
1
-0
/
+2
|
*
Move analysis out of code generator.
chriseth
2017-04-25
1
-0
/
+4
|
*
Split external identifier access into resolving and code generation.
chriseth
2017-04-25
1
-2
/
+8
|
*
Type checking for pure expressions.
chriseth
2017-03-13
1
-0
/
+2
|
*
Move public constructor property into AST itself.
chriseth
2017-03-06
1
-2
/
+0
|
*
Check if constructor is public or not.
chriseth
2017-01-21
1
-0
/
+2
|
*
Improve error message when trying to modify constant variables
Federico Bond
2016-12-13
1
-0
/
+2
|
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
|
|
|
|
Signed-off-by: VoR0220 <rj@erisindustries.com>
*
Code generation (missing external access and source locations).
chriseth
2016-03-30
1
-0
/
+11
|
*
Simple aliasing during import.
chriseth
2015-12-18
1
-0
/
+10
|
*
Relative paths in import directives.
chriseth
2015-12-10
1
-0
/
+6
|
*
Make members context-sensitive.
chriseth
2015-11-26
1
-3
/
+0
|
*
Allow "new expressions" also for general type names.
chriseth
2015-11-26
1
-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.
chriseth
2015-10-27
1
-2
/
+6
|
*
Store docstrings in AST annotations.
chriseth
2015-10-26
1
-1
/
+26
|
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+140