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
/
test
/
libsolidity
/
SolidityParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated attempt, a couple of more things to sort through and change
RJ Catalano
2015-12-16
1
-0
/
+14
*
Added the `using x for y` directive.
chriseth
2015-11-27
1
-0
/
+15
*
Fix smart pointer lifetime issue in tests.
chriseth
2015-11-26
1
-16
/
+15
*
Do not store elements of a contract by AST node type.
chriseth
2015-11-26
1
-8
/
+8
*
File reorganisation.
chriseth
2015-10-21
1
-3
/
+3
*
Correctly parse ambiguities like `A.B[10] x` and `x.y[10] = 3`.
chriseth
2015-10-16
1
-0
/
+18
*
Some fixes taking other pull requests into account.
chriseth
2015-10-16
1
-1
/
+1
*
Tuple expressions.
chriseth
2015-10-15
1
-1
/
+16
*
some more style fixes
LianaHus
2015-10-15
1
-4
/
+4
*
mainly style fixes/renaming
LianaHus
2015-10-15
1
-1
/
+1
*
fixed new tests
LianaHus
2015-10-15
1
-1
/
+1
*
errors instead of exceptions
LianaHus
2015-10-15
1
-89
/
+135
*
added Error class for all kind of errors
LianaHus
2015-10-15
1
-1
/
+1
*
Some more tests and typos fixed.
chriseth
2015-10-13
1
-0
/
+2
*
Multi-variable declarations.
chriseth
2015-10-13
1
-12
/
+0
*
Introduced tuple type and added multi variable declarations to type
chriseth
2015-10-10
1
-0
/
+12
*
Tests for multi variable declaration.
chriseth
2015-10-09
1
-0
/
+18
*
Parsing and type checking of libraries without inheritance.
chriseth
2015-09-11
1
-0
/
+10
*
- added tests to test empty comment
LianaHus
2015-09-10
1
-0
/
+10
*
renamed getter functions
LianaHus
2015-09-08
1
-13
/
+13
*
Move Solidity tests.
chriseth
2015-08-20
1
-0
/
+921