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
/
test
/
libsolidity
/
StandardCompiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be more strict about values in the optimizer block in StandardJSON
Alex Beregszaszi
2018-09-26
1
-0
/
+65
*
Add proper error reporting when invalid settings are provided in StandardJSON
Alex Beregszaszi
2018-09-21
1
-1
/
+1
*
Replace safety stop by invalid
Leonardo Alt
2018-08-14
1
-1
/
+1
*
Test for legacyAssembly in StandardCompiler
Alex Beregszaszi
2018-08-09
1
-1
/
+29
*
Specifies visibility in unit tests.
Erik Kundt
2018-07-16
1
-3
/
+3
*
Updates unit test to specify visibility.
Erik Kundt
2018-07-04
1
-4
/
+4
*
Update test expectations.
Daniel Kirchner
2018-05-09
1
-1
/
+1
*
Update parser test expectations
Alex Beregszaszi
2018-05-04
1
-2
/
+2
*
Simplify expectIdentifierToken by using expectToken
Alex Beregszaszi
2018-05-04
1
-2
/
+2
*
Adjust tests.
chriseth
2018-04-12
1
-7
/
+12
*
Create empty dynamic memory arrays more efficiently.
chriseth
2018-04-04
1
-3
/
+3
*
Support constantinople in evm-version
Alex Beregszaszi
2018-03-13
1
-0
/
+2
*
Add TangerineWhistle.
chriseth
2018-03-02
1
-0
/
+4
*
Some tests.
chriseth
2018-03-02
1
-0
/
+33
*
Ensure that library addresses supplied are of correct length and hex prefixed...
Alex Beregszaszi
2018-03-01
1
-7
/
+27
*
Properly validate invalid hex characters in JSONIO libraries
Alex Beregszaszi
2018-02-28
1
-0
/
+23
*
Add more comprehensive tests and checks for libraries in JSONIO
Alex Beregszaszi
2018-02-28
1
-0
/
+110
*
Add new JSON API for better abstraction and for supporting strict JSON parsing
Alexander Arlt
2018-02-21
1
-4
/
+23
*
Minor improvement: check sources
Alexander Arlt
2018-02-17
1
-0
/
+36
*
Properly support library file names containing a colon (such as URLs).
Alex Beregszaszi
2018-01-05
1
-0
/
+35
*
Properly handle colons in file names within jsonio
Alex Beregszaszi
2018-01-03
1
-0
/
+30
*
Populate the sourceLocation field properly in standard JSON on errors
Alex Beregszaszi
2017-12-18
1
-0
/
+40
*
Specify output selection in tests
Alex Beregszaszi
2017-11-30
1
-0
/
+8
*
Add contract depedendency tests to standardcompiler
Alex Beregszaszi
2017-10-05
1
-0
/
+61
*
Restrict contracts compiled via outputSelection (but not the individual outpu...
Alex Beregszaszi
2017-10-05
1
-0
/
+116
*
Update tests.
chriseth
2017-08-25
1
-4
/
+4
*
Remove some unused includes
Alex Beregszaszi
2017-08-21
1
-2
/
+0
*
Fix tests.
chriseth
2017-06-24
1
-12
/
+18
*
Match substring in tests to avoid metadata issues
Alex Beregszaszi
2017-06-15
1
-2
/
+2
*
Print auxiliary data in the assembly
Alex Beregszaszi
2017-06-15
1
-1
/
+2
*
adjusted test-cases
djudjuu
2017-05-31
1
-1
/
+1
*
testsuite adjustment
djudjuu
2017-05-19
1
-2
/
+2
*
Compact format for AST-Json with backwards compatibility
chriseth
2017-05-17
1
-2
/
+4
*
Split out common metadata validation code
Alex Beregszaszi
2017-05-06
1
-50
/
+3
*
Follow the JSON I/O spec closely
Alex Beregszaszi
2017-05-02
1
-6
/
+6
*
enumchecks not working
djuju
2017-04-28
1
-0
/
+3
*
Add test for legacyAST
Alex Beregszaszi
2017-04-21
1
-1
/
+6
*
Add test for bytecode
Alex Beregszaszi
2017-04-21
1
-0
/
+21
*
Add compilation test and verify output
Alex Beregszaszi
2017-04-21
1
-0
/
+79
*
Trigger cases by the JSON (and not string) interface
Alex Beregszaszi
2017-04-21
1
-1
/
+11
*
Add basic tests for StandardCompiler
Alex Beregszaszi
2017-04-21
1
-0
/
+155