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
/
NameAndTypeResolver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-9
/
+23
*
Removed std:: where it made sense.
Christian
2014-10-25
1
-3
/
+5
*
Replace BOOST_ASSERT by assert.
Christian
2014-10-25
1
-6
/
+5
*
Some documentation.
Christian
2014-10-25
1
-1
/
+1
*
Remove nullptr comparisons.
Christian
2014-10-24
1
-7
/
+7
*
Use createTypeError everywhere and stream out Location.
Christian
2014-10-24
1
-2
/
+1
*
Use boost errinfo.
Christian
2014-10-24
1
-4
/
+8
*
Improved exceptions and reporting exceptions for command-line compiler.
Christian
2014-10-23
1
-4
/
+5
*
Corrected spacing around colon.
Christian
2014-10-23
1
-8
/
+5
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-3
/
+3
*
Coding style and cleanup
Christian
2014-10-17
1
-4
/
+4
*
Corrected coding style.
Christian
2014-10-16
1
-22
/
+22
*
Some fixes for the type system, should be quite usable now.
Christian
2014-10-16
1
-135
/
+133
*
Added meaningful exception types.
Christian
2014-10-16
1
-4
/
+6
*
Type system, not yet complete.
Christian
2014-10-16
1
-33
/
+70
*
Added copyright blocks.
Christian
2014-10-13
1
-0
/
+22
*
Name resolution.
Christian
2014-10-13
1
-0
/
+142