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
/
AST.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
move libevmcore to solidity
Dimitry
2016-04-02
1
-1
/
+1
*
Code generation (missing external access and source locations).
chriseth
2016-03-30
1
-5
/
+10
*
Parsing for inline assembly.
chriseth
2016-03-30
1
-0
/
+25
*
changes to redefine the token list, the scanner, and the parser and how they ...
RJ Catalano
2016-02-19
1
-14
/
+11
*
[cond-expr] add an AST node
Lu Guanqun
2016-01-23
1
-0
/
+27
*
Allow aliases during import.
chriseth
2016-01-11
1
-0
/
+4
*
Use paths instead of simple identifiers wherever possible.
chriseth
2015-12-22
1
-6
/
+6
*
Simple aliasing during import.
chriseth
2015-12-18
1
-38
/
+41
*
Parse complex import directives.
chriseth
2015-12-18
1
-5
/
+21
*
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
1
-0
/
+1
*
|
Source units are independent scopes.
chriseth
2015-12-10
1
-3
/
+3
|
/
*
Add bound functions to types.
chriseth
2015-11-29
1
-0
/
+1
*
Added the `using x for y` directive.
chriseth
2015-11-27
1
-0
/
+27
*
Convert filter to template function.
chriseth
2015-11-27
1
-6
/
+20
*
Do not store elements of a contract by AST node type.
chriseth
2015-11-26
1
-30
/
+16
*
Make members context-sensitive.
chriseth
2015-11-26
1
-10
/
+10
*
Allow "new expressions" also for general type names.
chriseth
2015-11-26
1
-5
/
+6
*
Fix problems with statement blocks.
chriseth
2015-11-11
1
-0
/
+2
*
Allow docstrings for statements.
chriseth
2015-10-27
1
-15
/
+38
*
Store docstrings in AST annotations.
chriseth
2015-10-26
1
-0
/
+6
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+1354