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
/
solidityNameAndTypeResolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: Resolve function types of all contracts before checking types inside fun...
Christian
2014-12-17
1
-0
/
+18
*
Check that constructor does not have "returns" directive.
Christian
2014-12-15
1
-0
/
+9
*
Support empty strings.
Christian
2014-12-11
1
-8
/
+0
*
Tests for empty and too long strings.
Christian
2014-12-11
1
-0
/
+16
*
Comments and braces.
Christian
2014-12-07
1
-2
/
+0
*
Multi-source and multi-contract compiler.
Christian
2014-12-04
1
-1
/
+2
*
Import directive.
Christian
2014-12-03
1
-4
/
+7
*
Disallow assignments to structs and mappings.
Christian
2014-12-02
1
-0
/
+30
*
Magic variables.
Christian
2014-11-24
1
-0
/
+20
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-1
/
+1
*
Struct types.
Christian
2014-11-14
1
-0
/
+38
*
Tests for type conversion at comparison.
Christian
2014-11-06
1
-0
/
+16
*
Further const placement changes.
Christian
2014-10-30
1
-1
/
+1
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-1
/
+1
*
Corrected coding style.
Christian
2014-10-16
1
-13
/
+19
*
Some fixes for the type system, should be quite usable now.
Christian
2014-10-16
1
-0
/
+58
*
Added meaningful exception types.
Christian
2014-10-16
1
-4
/
+5
*
Type system, not yet complete.
Christian
2014-10-16
1
-7
/
+7
*
Name resolution.
Christian
2014-10-13
1
-0
/
+113