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
*
Better error message for unexpected trailing comma in parameter lists
wadeAlexC
2017-09-25
1
-0
/
+84
*
Cleanup test helper macros.
chriseth
2017-09-22
1
-11
/
+11
*
Crash fix, parseTypeName can return null.
chriseth
2017-08-28
1
-0
/
+12
*
Introduce pure specifier on functions
Alex Beregszaszi
2017-08-24
1
-0
/
+10
*
Update tests for view
Alex Beregszaszi
2017-08-23
1
-0
/
+5
*
Prevent too deep recursion in parser.
chriseth
2017-08-15
1
-0
/
+12
*
Tests for recursion exploit in parser.
chriseth
2017-08-15
1
-0
/
+24
*
Update parser tests
Alex Beregszaszi
2017-08-14
1
-8
/
+9
*
Enforce commas in tuple syntax
Federico Bond
2017-08-12
1
-0
/
+12
*
Show previous visibility specifier in parser error
Alex Beregszaszi
2017-08-09
1
-2
/
+2
*
Add test for multiple visibilites on functions
Alex Beregszaszi
2017-08-09
1
-1
/
+6
*
Display error if payable or constant is specified multiple times
Federico Bond
2017-06-17
1
-0
/
+18
*
Forbid trailing commas in named arguments
Federico Bond
2017-06-14
1
-0
/
+11
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-2
/
+3
*
Add tests for interfaces
Alex Beregszaszi
2017-03-18
1
-0
/
+9
*
Add tests for fractional numbers in exponential notation
Alex Beregszaszi
2017-03-15
1
-0
/
+1
*
Add tests for scientific notation
Alex Beregszaszi
2017-03-15
1
-0
/
+14
*
Moved test.
chriseth
2017-01-26
1
-14
/
+0
*
Add test for shadowing inline assembly instruction
Alex Beregszaszi
2017-01-25
1
-0
/
+13
*
test: check error messages in parser tests
Yoichi Hirai
2016-12-07
1
-23
/
+48
*
Merge pull request #1458 from federicobond/r-literals
chriseth
2016-12-01
1
-280
/
+372
|
\
|
*
Use more R string literals in tests
Federico Bond
2016-12-01
1
-280
/
+372
*
|
parser: recognize an end of comment of the form `**/` at the end of a multi-l...
Yoichi Hirai
2016-12-01
1
-0
/
+13
|
/
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Fix parser for function type disambiguity.
chriseth
2016-11-16
1
-0
/
+11
*
Tests.
chriseth
2016-11-16
1
-2
/
+5
*
Add a parser test for arrays containing functions
Yoichi Hirai
2016-11-16
1
-0
/
+10
*
Add tests around calling functions returning functions returning functions
Yoichi Hirai
2016-11-16
1
-0
/
+15
*
Function type state variables.
chriseth
2016-11-16
1
-1
/
+20
*
Function types.
chriseth
2016-11-16
1
-0
/
+51
*
parsing: ban empty enum definition.
Yoichi Hirai
2016-11-12
1
-1
/
+1
*
Merged in changes from chriseth/payable
Alex Beregszaszi
2016-09-06
1
-0
/
+10
*
Require ";" after "_"
chriseth
2016-09-05
1
-4
/
+12
*
Fix syntax error
Denton Liu
2016-08-31
1
-1
/
+1
*
Make tests more consistent in style
Denton Liu
2016-08-27
1
-1
/
+1
*
initial work for fixed types...potentially needing a constant literal type fo...
RJ Catalano
2016-05-10
1
-0
/
+46
*
Remove log.h from solidity.
chriseth
2016-04-12
1
-1
/
+0
*
Fixed Windows warnings
Bob Summerwill
2016-03-18
1
-1
/
+1
*
cond-expr: add more unit tests
Lu Guanqun
2016-01-23
1
-14
/
+0
*
[cond-expr] add another parser expression
Lu Guanqun
2016-01-23
1
-0
/
+1
*
[cond-expr] add parser test cases
Lu Guanqun
2016-01-23
1
-0
/
+80
*
add a test case for decayed tuple expression as left value
Lu Guanqun
2016-01-04
1
-0
/
+1
*
Parse complex import directives.
chriseth
2015-12-18
1
-0
/
+21
*
updated tests and much simpler algorithm for parsing errors
RJ Catalano
2015-12-17
1
-21
/
+8
*
added one more test and realized that there was one last change before the pa...
RJ Catalano
2015-12-17
1
-5
/
+32
*
changed a couple of small nuances, made an attempt at fixing the parsing in t...
RJ Catalano
2015-12-17
1
-6
/
+20
*
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