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
/
TypeChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacOS fix.
chriseth
2015-10-15
1
-2
/
+2
*
Destructuring assignments.
chriseth
2015-10-15
1
-1
/
+7
*
Tuple expressions.
chriseth
2015-10-15
1
-6
/
+69
*
some more style fixes
LianaHus
2015-10-15
1
-14
/
+1
*
mainly style fixes/renaming
LianaHus
2015-10-15
1
-2
/
+2
*
fixes error after conflict resolving
LianaHus
2015-10-15
1
-1
/
+1
*
errors instead of exceptions
LianaHus
2015-10-15
1
-14
/
+16
*
some fixes
LianaHus
2015-10-15
1
-1
/
+4
*
added Error class for all kind of errors
LianaHus
2015-10-15
1
-4
/
+5
*
Some further test fixes.
chriseth
2015-10-13
1
-4
/
+13
*
Multi-variable declarations.
chriseth
2015-10-13
1
-35
/
+45
*
Introduced tuple type and added multi variable declarations to type
chriseth
2015-10-10
1
-50
/
+94
*
Refactoring to allow multi-variable declarations.
chriseth
2015-10-09
1
-37
/
+51
*
Check invalid integer constants for functions accepting arbitrary arguments.
chriseth
2015-10-08
1
-4
/
+10
*
Resolve binary dependencies properly.
chriseth
2015-10-07
1
-4
/
+23
*
Allow four indexed arguments for anynomous events.
chriseth
2015-10-07
1
-1
/
+3
*
Compute canonical names of types for function signatures.
chriseth
2015-10-06
1
-3
/
+3
*
Split external type into ecoding and interface type.
chriseth
2015-10-06
1
-3
/
+4
*
-fixed the warning printing
LianaHus
2015-10-02
1
-1
/
+1
*
-added warning case to cl compiler
LianaHus
2015-10-02
1
-1
/
+1
*
added warning for noninitialized references in storage.
LianaHus
2015-10-02
1
-2
/
+20
*
Build fix for MacOS.
chriseth
2015-09-22
1
-4
/
+4
*
Refactored annotations.
chriseth
2015-09-22
1
-6
/
+2
*
Refactoring: Check types outside of AST and recover from some errors.
chriseth
2015-09-22
1
-0
/
+1147