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
/
SolidityExpressionCompiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Fix typos.
Cryptomental
2018-07-11
1
-2
/
+2
*
Updates unit test to specify visibility.
Erik Kundt
2018-07-04
1
-5
/
+5
*
Enforcing error on msg.gas and block.blockhash()
Leonardo Alt
2018-07-04
1
-17
/
+2
*
test: ensure compiled tests do not use var-keyword in preparation of var-keyw...
Christian Parpart
2018-07-02
1
-11
/
+11
*
Updates compiled unit tests to new constructor syntax.
Erik Kundt
2018-06-29
1
-4
/
+4
*
Update tests for strict address literals
Jason Cobb
2018-06-25
1
-1
/
+1
*
Tidy up tests to always have closing braces on the proper line
Alex Beregszaszi
2018-05-16
1
-1
/
+2
*
Adds unit tests for moved function.
bitshift
2018-03-27
1
-3
/
+6
*
test: Rename test/TestHelper.* to test/Options.* and add Options::validate().
Daniel Kirchner
2018-03-14
1
-1
/
+1
*
Merge pull request #3643 from ethereum/gasleft
chriseth
2018-03-06
1
-0
/
+33
|
\
|
*
Move msg.gas to global function gasleft(). Closes #2971.
Daniel Kirchner
2018-03-05
1
-0
/
+33
*
|
Correctly set evm version in tests
chriseth
2018-03-02
1
-2
/
+2
*
|
Use EVM version in type checker.
chriseth
2018-03-02
1
-1
/
+1
|
/
*
Adjust tests.
chriseth
2018-02-27
1
-8
/
+11
*
Cleanup test helper macros.
chriseth
2017-09-22
1
-1
/
+1
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-3
/
+7
*
Extract scopes into compiler stack.
chriseth
2017-02-14
1
-1
/
+2
*
Address feedback from code review.
Valentin Wüstholz
2017-01-26
1
-8
/
+4
*
Change translation of implicit throws (issue #1589).
Valentin Wüstholz
2017-01-26
1
-2
/
+12
*
Migrate remaining source code in tests to R literals
Federico Bond
2016-12-04
1
-50
/
+76
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Disable broken tests that are not useful.
chriseth
2016-11-16
1
-35
/
+2
*
Stored combined creation and runtime tags.
chriseth
2016-11-16
1
-1
/
+1
*
codegen: add a compilation mode and a runtime context to CompilerContext
Yoichi Hirai
2016-11-16
1
-1
/
+1
*
Fix tests.
chriseth
2016-08-17
1
-0
/
+8
*
Fixes for invalid cleanups for small types.
chriseth
2016-05-20
1
-3
/
+4
*
Remove log.h from solidity.
chriseth
2016-04-12
1
-1
/
+0
*
reduce unnecessary solidity:: namespace
Dimitry
2016-04-04
1
-111
/
+111
*
enable solidity test
Dimitry
2016-04-04
1
-111
/
+111
*
Source units are independent scopes.
chriseth
2015-12-10
1
-9
/
+16
*
File reorganisation.
chriseth
2015-10-21
1
-7
/
+7
*
errors instead of exceptions
LianaHus
2015-10-15
1
-6
/
+8
*
added Error class for all kind of errors
LianaHus
2015-10-15
1
-4
/
+9
*
Refactoring: Check types outside of AST and recover from some errors.
chriseth
2015-09-22
1
-1
/
+3
*
Transition from bytecode to more general linker objects.
chriseth
2015-09-11
1
-1
/
+1
*
removed get prefix
LianaHus
2015-09-08
1
-3
/
+3
*
renamed getter functions
LianaHus
2015-09-08
1
-5
/
+5
*
Move Solidity tests.
chriseth
2015-08-20
1
-0
/
+491