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
Commit message (
Expand
)
Author
Age
Files
Lines
*
new tests
RJ Catalano
2015-12-16
1
-1
/
+0
*
now is compiling and passing soltest...but I think there may be a few more th...
RJ Catalano
2015-12-16
1
-1
/
+3
*
fixed case statements
RJ Catalano
2015-12-16
1
-0
/
+1
*
changing Tuple Constructor
RJ Catalano
2015-12-16
1
-2
/
+5
*
updated attempt...still a bit more work to do but here's what's current
RJ Catalano
2015-12-16
1
-2
/
+3
|
\
|
*
Inline array declarations complete
RJ Catalano
2015-12-15
1
-2
/
+20
*
|
Relative paths in import directives.
chriseth
2015-12-10
3
-0
/
+14
*
|
Source units are independent scopes.
chriseth
2015-12-10
1
-3
/
+3
|
/
*
Code generation for calling bound methods.
chriseth
2015-12-01
1
-0
/
+4
*
Merge pull request #251 from chriseth/bind2
chriseth
2015-11-30
6
-205
/
+319
|
\
|
*
Also check the object type for bound functions.
chriseth
2015-11-29
3
-8
/
+13
|
*
Add bound functions to types.
chriseth
2015-11-29
4
-203
/
+259
|
*
Added the `using x for y` directive.
chriseth
2015-11-27
3
-0
/
+53
*
|
Introduce selfdestruct alias for suicide.
chriseth
2015-11-29
1
-1
/
+1
|
/
*
Convert filter to template function.
chriseth
2015-11-27
2
-60
/
+20
*
Invalidate cached members if scope changes.
chriseth
2015-11-26
2
-1
/
+3
*
Do not store elements of a contract by AST node type.
chriseth
2015-11-26
4
-61
/
+91
*
Make members context-sensitive.
chriseth
2015-11-26
5
-49
/
+50
*
Type checking for creating new arrays.
chriseth
2015-11-26
1
-4
/
+2
*
Allow "new expressions" also for general type names.
chriseth
2015-11-26
3
-7
/
+11
*
Fixed string inside struct allocation bug.
chriseth
2015-11-24
2
-4
/
+5
*
Addmod and mulmod.
chriseth
2015-11-19
1
-0
/
+2
*
Fix problems with statement blocks.
chriseth
2015-11-11
1
-0
/
+2
*
Allow docstrings for statements.
chriseth
2015-10-27
3
-17
/
+51
*
Store docstrings in AST annotations.
chriseth
2015-10-26
3
-1
/
+53
*
File reorganisation.
chriseth
2015-10-21
15
-0
/
+7337