index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
parsing
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cond-expr] parse _ ? _ : _ into conditional AST node
Lu Guanqun
2016-01-23
1
-6
/
+19
*
Remove unnecesary std::move
Paweł Bylica
2016-01-15
1
-1
/
+1
*
Use paths instead of simple identifiers wherever possible.
chriseth
2015-12-22
2
-15
/
+18
*
Merge pull request #311 from guanqun/correct-boolean-literal-position
chriseth
2015-12-19
1
-0
/
+1
|
\
|
*
correct true/false literal's source
Lu Guanqun
2015-12-18
1
-0
/
+1
*
|
Simple aliasing during import.
chriseth
2015-12-18
1
-1
/
+1
*
|
Parse complex import directives.
chriseth
2015-12-18
1
-19
/
+68
*
|
changed error message
RJ Catalano
2015-12-17
1
-1
/
+1
*
|
updated tests and much simpler algorithm for parsing errors
RJ Catalano
2015-12-17
1
-7
/
+6
*
|
added one more test and realized that there was one last change before the pa...
RJ Catalano
2015-12-17
1
-1
/
+1
*
|
Parsing is complete
RJ Catalano
2015-12-17
1
-3
/
+3
*
|
changed a couple of small nuances, made an attempt at fixing the parsing in t...
RJ Catalano
2015-12-17
1
-3
/
+6
*
|
now is compiling and passing soltest...but I think there may be a few more th...
RJ Catalano
2015-12-16
1
-4
/
+6
*
|
fixed case statements
RJ Catalano
2015-12-16
1
-1
/
+2
*
|
updated attempt...still a bit more work to do but here's what's current
RJ Catalano
2015-12-16
1
-0
/
+1
|
\
\
|
*
|
Inline array declarations complete
RJ Catalano
2015-12-15
1
-0
/
+22
|
|
/
*
/
updated attempt, a couple of more things to sort through and change
RJ Catalano
2015-12-16
1
-4
/
+6
|
/
*
Added the `using x for y` directive.
chriseth
2015-11-27
2
-0
/
+21
*
Do not store elements of a contract by AST node type.
chriseth
2015-11-26
1
-18
/
+8
*
Fix MSVC errors and warnings.
chriseth
2015-11-26
1
-1
/
+1
*
Allow "new expressions" also for general type names.
chriseth
2015-11-26
1
-1
/
+1
*
Allow docstrings for statements.
chriseth
2015-10-27
2
-35
/
+45
*
Store docstrings in AST annotations.
chriseth
2015-10-26
2
-0
/
+211
*
more corrections
LianaHus
2015-10-23
1
-4
/
+14
*
modified error msg
LianaHus
2015-10-23
1
-1
/
+7
*
File reorganisation.
chriseth
2015-10-21
6
-0
/
+2900