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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #66 from chriseth/sol_libraries
chriseth
2015-09-12
1
-0
/
+18
|
\
|
*
Parsing and type checking of libraries without inheritance.
chriseth
2015-09-11
1
-0
/
+18
*
|
Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_args
chriseth
2015-09-11
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
add call for EventDefinition::checkTypeRequirements()
LianaHus
2015-09-11
1
-2
/
+5
*
|
added type check if the type of the var decl is one of base contract type
LianaHus
2015-09-10
1
-1
/
+8
|
/
*
Stylistic corrections.
chriseth
2015-09-09
1
-1
/
+1
*
Fix for constant strings.
chriseth
2015-09-08
1
-6
/
+16
*
- renamed AST to ast and ABI to abi
LianaHus
2015-09-08
1
-2
/
+4
*
removed get prefix
LianaHus
2015-09-08
1
-4
/
+10
*
renamed getter functions
LianaHus
2015-09-08
1
-179
/
+182
*
added check for having type in VariableDeclaration::checkTypeRequirements()
LianaHus
2015-08-24
1
-1
/
+1
*
add tests for state variables accessors. normal and constant
LianaHus
2015-08-21
1
-2
/
+5
*
Add CMakeLists.txt for libsolidity
Lefteris Karapetsas
2015-08-19
1
-0
/
+1164