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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix scoping of event arguments.
Christian
2015-01-31
1
-11
/
+12
*
Parsing of events.
Christian
2015-01-30
1
-0
/
+1
*
Type resolution for function modifiers.
Christian
2015-01-26
1
-1
/
+3
*
Explicit calls to base class function.
Christian
2015-01-20
1
-2
/
+5
*
Import inherited members into the contract's scope.
Christian
2015-01-20
1
-0
/
+12
*
Fix some warnings about uninitialized members.
Christian
2015-01-07
1
-1
/
+1
*
Fix: Resolve function types of all contracts before checking types inside fun...
Christian
2014-12-17
1
-0
/
+2
*
Removed unused members.
Christian
2014-12-08
1
-2
/
+0
*
More const cleanup.
Christian
2014-12-08
1
-6
/
+6
*
Multi-source and multi-contract compiler.
Christian
2014-12-04
1
-0
/
+6
*
Save the scope for every declaration.
Christian
2014-12-02
1
-7
/
+7
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-2
/
+1
*
Struct types.
Christian
2014-11-14
1
-3
/
+8
*
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-11-01
1
-8
/
+15
|
\
|
*
Asterisk-syntax for doxygen class documentation.
Christian
2014-10-28
1
-6
/
+13
|
*
Stylistic corrections.
Christian
2014-10-28
1
-8
/
+8
*
|
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-4
/
+13
|
/
*
Corrected spacing around colon.
Christian
2014-10-23
1
-1
/
+1
*
Access modifier cleanup.
Christian
2014-10-20
1
-1
/
+3
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-1
/
+0
*
Coding style and cleanup
Christian
2014-10-17
1
-4
/
+5
*
Corrected coding style.
Christian
2014-10-16
1
-14
/
+17
*
Some fixes for the type system, should be quite usable now.
Christian
2014-10-16
1
-13
/
+43
*
Type system, not yet complete.
Christian
2014-10-16
1
-6
/
+9
*
Added copyright blocks.
Christian
2014-10-13
1
-0
/
+22
*
Name resolution.
Christian
2014-10-13
1
-0
/
+40