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
/
SolidityEndToEndTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create empty dynamic memory arrays more efficiently.
chriseth
2018-04-04
1
-1
/
+35
*
Add memory array init test.
chriseth
2018-04-03
1
-0
/
+26
*
Optimize across MLOAD if MSIZE is not used.
chriseth
2018-04-03
1
-1
/
+22
*
Prevent encoding of weird types and support packed encoding of external funct...
chriseth
2018-03-29
1
-0
/
+25
*
Changes deprecation and adjusts tests.
bitshift
2018-03-27
1
-24
/
+7
*
Adds unit tests for moved function.
bitshift
2018-03-27
1
-0
/
+29
*
Merge branch 'develop' into externalFunctionsInLibraries
chriseth
2018-03-15
1
-1
/
+70
|
\
|
*
Merge pull request #3734 from ethereum/soltestOptions
chriseth
2018-03-15
1
-1
/
+1
|
|
\
|
|
*
test: Rename test/TestHelper.* to test/Options.* and add Options::validate().
Daniel Kirchner
2018-03-14
1
-1
/
+1
|
*
|
Merge pull request #3725 from ethereum/blockhashNoCall
chriseth
2018-03-15
1
-0
/
+17
|
|
\
\
|
|
*
|
Allow ``block.blockhash`` without being called.
chriseth
2018-03-14
1
-0
/
+17
|
|
|
/
|
*
/
Tests.
chriseth
2018-03-13
1
-0
/
+52
|
|
/
*
/
Make external library functions accessible.
chriseth
2018-03-14
1
-0
/
+15
|
/
*
Test for using staticcall for view and pure functions.
chriseth
2018-03-06
1
-4
/
+56
*
Improved gasleft tests.
Daniel Kirchner
2018-03-06
1
-0
/
+12
*
Remove unstable test case.
Daniel Kirchner
2018-03-05
1
-19
/
+0
*
Move msg.gas to global function gasleft(). Closes #2971.
Daniel Kirchner
2018-03-05
1
-0
/
+19
*
Some more scoping tests.
chriseth
2018-02-27
1
-0
/
+28
*
Only active variables at the point of their declaration.
chriseth
2018-02-27
1
-0
/
+20
*
Introduce emit statement.
chriseth
2018-02-22
1
-0
/
+97
*
Provide proper input for test call.
chriseth
2018-02-21
1
-2
/
+2
*
Make addmod and mulmod revert if the last argument is zero.
chriseth
2018-02-15
1
-0
/
+27
*
Add tests for selectors for public variables.
chriseth
2018-02-13
1
-3
/
+8
*
Prevent libraries from being called.
chriseth
2018-01-19
1
-0
/
+33
*
Merge pull request #3183 from federicobond/fix-event-parsing
Yoichi Hirai
2017-12-12
1
-3
/
+3
|
\
|
*
Fix event parsing. Refs #3175
Federico Bond
2017-11-23
1
-3
/
+3
*
|
If statement for Iulia / inline assembly.
chriseth
2017-11-22
1
-0
/
+18
*
|
Allow constant integer variables as array lengths.
Balajiganapathi S
2017-11-22
1
-0
/
+18
|
/
*
Do not accept truncated function selectors.
chriseth
2017-10-18
1
-0
/
+19
*
Allocate one byte per memory byte array element instead of 32.
chriseth
2017-10-17
1
-0
/
+24
*
Snarks test using Byzantium precompiles
Alex Beregszaszi
2017-10-09
1
-0
/
+301
*
Fix overload resolution when conflict is with members of address (balance, tr...
Alex Beregszaszi
2017-09-28
1
-0
/
+25
*
Fix other test to use ABI_CHECK
Alex Beregszaszi
2017-09-27
1
-23
/
+25
*
Fix encoded EndToEnd inputs.
chriseth
2017-09-26
1
-7
/
+7
*
Improved error messages for EndToEnd tests.
chriseth
2017-09-25
1
-823
/
+847
*
Support multiple assignment in inline assembly
Alex Beregszaszi
2017-09-20
1
-0
/
+25
*
Add tests for constant bytes/strings
Alex Beregszaszi
2017-09-19
1
-0
/
+24
*
Implement struct encoder.
chriseth
2017-09-16
1
-44
/
+0
*
Fix tests.
chriseth
2017-09-16
1
-0
/
+1
*
Expect test to fail until implemented.
chriseth
2017-09-16
1
-1
/
+4
*
Update tests and error messages.
chriseth
2017-09-16
1
-4
/
+4
*
Allow structs as part of function interfaces.
chriseth
2017-09-16
1
-0
/
+41
*
Merge pull request #2473 from ethereum/functiontype-sig
Alex Beregszaszi
2017-09-14
1
-0
/
+24
|
\
|
*
Use hashing function in tests
Alex Beregszaszi
2017-09-13
1
-3
/
+3
|
*
Rename .sig to .selector on function types
Alex Beregszaszi
2017-09-13
1
-3
/
+3
|
*
Add tests for function type sigs
Alex Beregszaszi
2017-09-13
1
-0
/
+24
*
|
Fix tests
chriseth
2017-09-06
1
-1
/
+1
*
|
Change tests to use view or pure as appropriate
Alex Beregszaszi
2017-09-06
1
-15
/
+15
|
/
*
ABI encoder tests.
chriseth
2017-08-14
1
-2
/
+19
*
Some more ABI tests.
chriseth
2017-08-10
1
-0
/
+94
*
Merge pull request #2673 from ethereum/builtin-gas
chriseth
2017-08-04
1
-15
/
+0
|
\
|
*
Disallow gas modifier on sha255/ripemd160/ecrecover
Alex Beregszaszi
2017-08-02
1
-15
/
+0
*
|
Add test for call/callcode/delegatecall to invalid address
Alex Beregszaszi
2017-08-02
1
-0
/
+22
*
|
.delegatecall() should always return a boolean of execution status
Alex Beregszaszi
2017-08-02
1
-0
/
+36
|
/
*
Add test for tight packing keccak256/sha256/ripemd160
Alex Beregszaszi
2017-08-01
1
-0
/
+81
*
Use keccak256 instead of sha3
chriseth
2017-07-28
1
-1
/
+1
*
Test case for invalid ecrecover call.
chriseth
2017-07-28
1
-0
/
+47
*
Re-allow multiple modifiers per function.
chriseth
2017-07-27
1
-0
/
+28
*
Add end-to-end test
Alex Beregszaszi
2017-07-13
1
-0
/
+18
*
Merge pull request #2501 from ethereum/undef-macros
chriseth
2017-07-12
1
-1
/
+1
|
\
|
*
Move UndefMacros from libdevcore to libsolidity/parsing
Alex Beregszaszi
2017-07-02
1
-1
/
+1
*
|
Test for internal "variable already present" error.
chriseth
2017-07-05
1
-0
/
+27
|
/
*
test: add a test passing an invalid boolean value as an event argument
Yoichi Hirai
2017-07-01
1
-0
/
+15
*
test: add an assertion about storing an invalid boolean into the memory
Yoichi Hirai
2017-07-01
1
-0
/
+8
*
test: add a test about storing an invalid boolean
Yoichi Hirai
2017-07-01
1
-0
/
+21
*
Test for negative stack height.
chriseth
2017-06-28
1
-0
/
+21
*
Test about semantics of "swap" in storage.
chriseth
2017-06-26
1
-0
/
+32
*
Test for passing empty string literal as function argument.
chriseth
2017-06-22
1
-0
/
+23
*
Functionality tests for for.
chriseth
2017-06-16
1
-0
/
+49
*
Test for embedded functions.
chriseth
2017-06-08
1
-0
/
+27
*
Test for accessing outer inline assembly scope.
chriseth
2017-06-08
1
-0
/
+27
*
Initial EVM1.5 assembly implementation.
chriseth
2017-06-08
1
-0
/
+96
*
Add inline assembly test for sha3/keccak256
Alex Beregszaszi
2017-05-30
1
-0
/
+39
*
Add test for sha3() == keccak256()
Alex Beregszaszi
2017-05-30
1
-0
/
+17
*
Use keccak256() in tests (and not sha3())
Alex Beregszaszi
2017-05-30
1
-22
/
+22
*
Remove error label / invalid jump label.
chriseth
2017-04-28
1
-15
/
+0
*
Storage access from inline assembly.
chriseth
2017-04-25
1
-3
/
+33
*
Convert storge access tests to new explicit slot / offset access.
chriseth
2017-04-25
1
-5
/
+9
*
Make tests comply with stack height checks.
chriseth
2017-04-25
1
-0
/
+1
*
Add more complex tests for interfaces
Alex Beregszaszi
2017-03-18
1
-0
/
+35
*
Merge pull request #1698 from ethereum/exp-notation
chriseth
2017-03-15
1
-0
/
+33
|
\
|
*
Add tests for negative base
Alex Beregszaszi
2017-03-15
1
-0
/
+12
|
*
Add tests for fractional numbers in exponential notation
Alex Beregszaszi
2017-03-15
1
-0
/
+4
|
*
Add tests for scientific notation
Alex Beregszaszi
2017-03-15
1
-0
/
+17
*
|
Merge pull request #1729 from ethereum/constantvariables
Yoichi Hirai
2017-03-15
1
-1
/
+52
|
\
\
|
*
|
Disallow constants that are neither value types nor strings.
chriseth
2017-03-13
1
-24
/
+26
|
*
|
Allow enum values for constants.
chriseth
2017-03-13
1
-1
/
+0
|
*
|
End to end tests for constants.
chriseth
2017-03-13
1
-0
/
+50
|
|
/
*
/
Require and Assert.
chriseth
2017-03-14
1
-18
/
+24
|
/
*
Test for array singletons.
chriseth
2017-03-06
1
-0
/
+14
*
Merge pull request #1702 from ethereum/assertError
Yoichi Hirai
2017-03-04
1
-18
/
+18
|
\
|
*
Remove assert for now.
chriseth
2017-02-24
1
-18
/
+18
*
|
Disallow setting .gas() on .transfer()
Alex Beregszaszi
2017-02-24
1
-17
/
+0
*
|
Fix test for gas overloading in .transfer()
Alex Beregszaszi
2017-02-24
1
-2
/
+13
*
|
Support gas modifier on addr.transfer()
Alex Beregszaszi
2017-02-24
1
-0
/
+6
*
|
Add test for address.transfer()
Alex Beregszaszi
2017-02-24
1
-0
/
+36
|
/
*
Merge pull request #1661 from ethereum/asm-revert
chriseth
2017-02-13
1
-0
/
+24
|
\
|
*
Check for state changes in revert() tests
Alex Beregszaszi
2017-02-11
1
-0
/
+5
|
*
Add tests for revert()
Alex Beregszaszi
2017-02-11
1
-0
/
+19
*
|
Merge pull request #1676 from ethereum/test-modifytimestamp
chriseth
2017-02-13
1
-2
/
+8
|
\
\
|
|
/
|
/
|
|
*
Compare start/end timestamp
Alex Beregszaszi
2017-02-10
1
-1
/
+4
|
*
Do not use modifyTimestamp where not needed
Alex Beregszaszi
2017-02-10
1
-2
/
+5
*
|
Add tests for assert()
Alex Beregszaszi
2017-02-10
1
-0
/
+19
|
/
*
Add more tests for function type conversion
Alex Beregszaszi
2017-02-01
1
-0
/
+19
*
Add tests for invalid instruction
Alex Beregszaszi
2017-01-28
1
-0
/
+15
*
Test double inclusion of bytecode.
chriseth
2017-01-25
1
-0
/
+29
*
Test for initializing recursive structs.
chriseth
2017-01-24
1
-0
/
+22
*
Merge pull request #1245 from ethereum/1215
chriseth
2017-01-24
1
-0
/
+99
|
\
|
*
test: add a test case about inheriting multiple events of the same name
Yoichi Hirai
2017-01-23
1
-0
/
+52
|
*
test: somehow log counting system has changed
Yoichi Hirai
2017-01-23
1
-10
/
+10
|
*
test: check the results of function calls in the test for multiple events of ...
Yoichi Hirai
2017-01-23
1
-6
/
+9
|
*
test: fixing inconsistent usage of end-to-end test framework
Yoichi Hirai
2017-01-23
1
-4
/
+7
|
*
test: Add an end-to-end test about multiple events of the same name
Yoichi Hirai
2017-01-23
1
-0
/
+41
*
|
Add tests for internal constructor.
chriseth
2017-01-21
1
-0
/
+10
|
/
*
Provide fallback for linking.
chriseth
2017-01-19
1
-12
/
+12
*
Use fully-qualified names for linking, too
Rhett Aultman
2017-01-17
1
-12
/
+12
*
analysis: allow some shadowings explicitly
Yoichi Hirai
2017-01-12
1
-54
/
+0
*
test: add a test case for #1286
Yoichi Hirai
2017-01-03
1
-0
/
+22
*
Fix tests.
chriseth
2016-12-14
1
-5
/
+5
*
test: add tests that tries different types on <<=
Yoichi Hirai
2016-12-13
1
-0
/
+18
*
Tests for bytes.
chriseth
2016-12-12
1
-0
/
+38
*
Correct test expectations.
chriseth
2016-12-12
1
-3
/
+5
*
Cleaner shift handling and type conversion for binary operations.
chriseth
2016-12-12
1
-3
/
+22
*
Type after shift should be type of left operand.
chriseth
2016-12-12
1
-0
/
+15
*
Support bitshifting in variables
Alex Beregszaszi
2016-12-12
1
-0
/
+298
*
Merge pull request #1351 from ethereum/truncate_bit
chriseth
2016-12-08
1
-0
/
+28
|
\
|
*
test: add a test that witnesses #1318
Yoichi Hirai
2016-12-01
1
-0
/
+28
*
|
Remove unneeded optimised test from EndToEndTest
Alex Beregszaszi
2016-12-01
1
-7
/
+0
*
|
Fix tests.
chriseth
2016-12-01
1
-11
/
+0
*
|
Merge pull request #1458 from federicobond/r-literals
chriseth
2016-12-01
1
-439
/
+564
|
\
\
|
*
|
Use more R string literals in tests
Federico Bond
2016-12-01
1
-439
/
+564
|
|
/
*
/
Test that contracts separated by comments are compiled
Alex Beregszaszi
2016-12-01
1
-0
/
+12
|
/
*
Rename testSolidityAgainstCpp* to testContractAgainstCpp*
Alex Beregszaszi
2016-11-30
1
-75
/
+75
*
Move ExecutionFramework to the dev::test namespace
Alex Beregszaszi
2016-11-30
1
-0
/
+1
*
Split out Solidity-specific part of ExecutionFramework
Alex Beregszaszi
2016-11-30
1
-1
/
+2
*
test: add a test that stores an invalid enum value
Yoichi Hirai
2016-11-24
1
-0
/
+29
*
test: add a test about trying to log an event with too big enum values
Yoichi Hirai
2016-11-24
1
-0
/
+34
*
test: add a test that compares overflown enums
Yoichi Hirai
2016-11-24
1
-0
/
+33
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Rename test contract names to capitalised
Alex Beregszaszi
2016-11-18
1
-12
/
+12
*
Add missing payable constructors
Alex Beregszaszi
2016-11-18
1
-1
/
+12
*
Change encoding to address-funid and add "function" as ABI type.
chriseth
2016-11-16
1
-3
/
+3
*
Converted sub assembly to smart pointer.
chriseth
2016-11-16
1
-1
/
+1
*
Stored combined creation and runtime tags.
chriseth
2016-11-16
1
-0
/
+63
*
Fix tests.
chriseth
2016-11-16
1
-1
/
+1
*
Test passing functions as arrays to other contracts.
chriseth
2016-11-16
1
-3
/
+40
*
Fix tests.
chriseth
2016-11-16
1
-9
/
+22
*
delete for function types
chriseth
2016-11-16
1
-1
/
+18
*
Implement uninitialized storage functions.
chriseth
2016-11-16
1
-3
/
+1
*
Tests for uninitialized storage functions.
chriseth
2016-11-16
1
-1
/
+53
*
test: add a test for storing an internal function in the constructor and then...
Yoichi Hirai
2016-11-16
1
-0
/
+46
*
Tests.
chriseth
2016-11-16
1
-24
/
+174
*
Add a test around storing functions in an array
Yoichi Hirai
2016-11-16
1
-0
/
+39
*
Add tests around calling functions returning functions returning functions
Yoichi Hirai
2016-11-16
1
-0
/
+30
*
External functions in storage.
chriseth
2016-11-16
1
-1
/
+27
*
Fix some type checks and tests for internal / external function parameters.
chriseth
2016-11-16
1
-4
/
+4
*
Function type state variables.
chriseth
2016-11-16
1
-1
/
+27
*
Code generator for function types.
chriseth
2016-11-16
1
-1
/
+48
*
Function types.
chriseth
2016-11-16
1
-0
/
+18
*
Rename ErrorTag to invalidJumpLabel in inline assembly
Alex Beregszaszi
2016-11-15
1
-2
/
+2
*
Add tests for the ErrorTag
Alex Beregszaszi
2016-11-15
1
-0
/
+15
*
test: add a testcase about using an invalid enum value as an external call ar...
Yoichi Hirai
2016-11-15
1
-0
/
+27
*
test: add tests about returning invalid enum values from interface functions
Yoichi Hirai
2016-11-14
1
-0
/
+34
*
test: add a test converting -1 as a literal into an enum
Yoichi Hirai
2016-11-12
1
-0
/
+6
*
test: add a test case for #1343
Yoichi Hirai
2016-11-12
1
-0
/
+6
*
test: add tests that witness issue #1311
Yoichi Hirai
2016-11-12
1
-0
/
+24
*
test: add a test for #621
Yoichi Hirai
2016-11-11
1
-0
/
+14
*
Add support for do/while loops
Rhett Aultman
2016-11-10
1
-0
/
+28
*
Test case for overflow in storage.
chriseth
2016-10-31
1
-0
/
+20
*
test: add more tests about state variable access under base contract names
Yoichi Hirai
2016-10-25
1
-2
/
+35
*
test: add tests from #988
Yoichi Hirai
2016-10-24
1
-0
/
+66
*
test: add a test case for accessing a state variable under the contract's name
Yoichi Hirai
2016-10-24
1
-0
/
+15
*
test: add a test about using an inherited enum definition as an expression,
Yoichi Hirai
2016-10-24
1
-0
/
+42
*
test: add tests for #1131
Yoichi Hirai
2016-10-21
1
-0
/
+51
*
Add tests for inline assembly in modifiers
Alex Beregszaszi
2016-10-21
1
-0
/
+22
*
Add tests for constant shifts
Alex Beregszaszi
2016-10-20
1
-0
/
+44
*
Add a test for #1242
Yoichi Hirai
2016-10-18
1
-0
/
+9
*
Fix build error.
chriseth
2016-10-11
1
-4
/
+6
*
Merge pull request #1168 from ethereum/rename-dev-sha3
chriseth
2016-10-11
1
-23
/
+23
|
\
|
*
Rename dev::sha3 to dev::keccak256
Alex Beregszaszi
2016-10-06
1
-23
/
+23
*
|
Add alias keccak256() for sha3()
Alex Beregszaszi
2016-10-06
1
-0
/
+18
|
/
*
Merge pull request #1104 from ethereum/fixmemcosts
chriseth
2016-09-17
1
-0
/
+27
|
\
|
*
Access output memory area so that we do not pay for resize during call.
chriseth
2016-09-17
1
-1
/
+1
|
*
Test case.
chriseth
2016-09-17
1
-0
/
+27
*
|
Allow value transfer to library functions.
chriseth
2016-09-17
1
-0
/
+17
|
/
*
Fix problem with release version string.
chriseth
2016-09-08
1
-1
/
+1
*
Provide gas stipend manually for send(0).
chriseth
2016-09-06
1
-0
/
+20
*
Change placeholder style.
chriseth
2016-09-06
1
-1
/
+1
*
Change function type to include and propagate payable and constant modifier.
chriseth
2016-09-06
1
-32
/
+27
*
Merged in changes from chriseth/payable
Alex Beregszaszi
2016-09-06
1
-12
/
+37
*
Mark every other test payable where neccesary in EndToEndTest
Alex Beregszaszi
2016-09-06
1
-26
/
+29
*
Include EndToEnd test for payable keyword
Alex Beregszaszi
2016-09-06
1
-0
/
+57
*
Require ";" after "_"
chriseth
2016-09-05
1
-17
/
+17
*
Merge pull request #960 from Denton-L/change-else-style
chriseth
2016-09-01
1
-1
/
+2
|
\
|
*
Make tests more consistent in style
Denton Liu
2016-08-27
1
-1
/
+2
*
|
Test cases.
chriseth
2016-08-30
1
-0
/
+13
*
|
Make fallback function throw by default.
chriseth
2016-08-30
1
-0
/
+2
|
/
*
Merge pull request #897 from Denton-L/remove-standard
chriseth
2016-08-27
1
-15
/
+0
|
\
|
*
Remove standard contracts
Denton Liu
2016-08-19
1
-15
/
+0
*
|
Fix tests.
chriseth
2016-08-26
1
-9
/
+9
*
|
Merge pull request #928 from winsvega/solremove
chriseth
2016-08-25
1
-5
/
+16
|
\
\
|
|
/
|
/
|
|
*
remove sha256 and rmd160 hash
Dimitry
2016-08-24
1
-5
/
+16
*
|
Merge pull request #839 from chriseth/checkcode
chriseth
2016-08-17
1
-0
/
+26
|
\
\
|
*
|
Make function calls throw if target does not have code.
chriseth
2016-08-17
1
-0
/
+26
|
|
/
*
|
Merge pull request #888 from chriseth/throwOnDivZero
chriseth
2016-08-17
1
-0
/
+21
|
\
\
|
*
|
Throw on division by zero.
chriseth
2016-08-17
1
-0
/
+21
*
|
|
BREAKING: return only exits current function/modifier
chriseth
2016-08-17
1
-2
/
+134
|
|
/
|
/
|
*
|
Merge pull request #836 from chriseth/unusedunderscore
chriseth
2016-08-17
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix tests.
chriseth
2016-08-17
1
-2
/
+2
*
|
Merge pull request #838 from chriseth/ecrecover
chriseth
2016-08-17
1
-0
/
+16
|
\
\
|
*
|
Actually better to return zero on error.
chriseth
2016-08-16
1
-5
/
+3
|
*
|
Make ecrecover throw for malformed input.
chriseth
2016-08-16
1
-0
/
+18
|
|
/
*
/
Throw if contract creation fails.
chriseth
2016-08-16
1
-0
/
+27
|
/
*
Make the Solidity repository standalone.
Bob Summerwill
2016-08-01
1
-3
/
+5
*
Bugfix: Allocate empty array.
chriseth
2016-07-28
1
-0
/
+14
*
Fix some more tests.
chriseth
2016-06-29
1
-9
/
+8
*
replace BalanceAt
Dimitry
2016-06-29
1
-3
/
+3
*
Balance and storage.
chriseth
2016-06-29
1
-61
/
+61
*
logs
chriseth
2016-06-29
1
-6
/
+6
*
Refactor testing via IPC.
chriseth
2016-06-29
1
-1
/
+1
*
Add a test for a struct accessor.
chriseth
2016-06-05
1
-0
/
+26
*
Inaccessible dynamic types
chriseth
2016-06-02
1
-0
/
+19
*
Tests for invalid cleanup and missing bool conversion code.
chriseth
2016-05-20
1
-0
/
+18
*
Merge pull request #545 from chriseth/accessFunLabels
chriseth
2016-05-18
1
-0
/
+19
|
\
|
*
Allow access to functions in inline assembly.
chriseth
2016-05-12
1
-0
/
+19
*
|
Merge pull request #546 from chriseth/fixiszero
chriseth
2016-05-14
1
-0
/
+20
|
\
\
|
|
/
|
/
|
|
*
Correctly use not/bnot/iszero.
chriseth
2016-05-09
1
-0
/
+20
*
|
Remove unused tests and add asserts for not implemented parts in code generat...
chriseth
2016-05-11
1
-22
/
+0
*
|
added bytes conversion tests, resolved that, converted to binary scaling, ref...
VoR0220
2016-05-10
1
-2
/
+2
*
|
initial work for fixed types...potentially needing a constant literal type fo...
RJ Catalano
2016-05-10
1
-0
/
+23
|
/
*
Some more tests.
chriseth
2016-05-04
1
-0
/
+25
*
Allow calling internal functions of libraries.
chriseth
2016-05-04
1
-0
/
+77
*
Test for bug in static array constructor argument decoder.
chriseth
2016-04-16
1
-0
/
+20
*
Test for bug when deleting dynamic array of structs.
chriseth
2016-04-15
1
-0
/
+22
*
Test to check we correctly clean higher order bits for index access.
chriseth
2016-03-31
1
-0
/
+16
*
Code generation (missing external access and source locations).
chriseth
2016-03-30
1
-0
/
+89
*
Set version to 0.3.0
chriseth
2016-03-12
1
-1
/
+1
*
BREAKING: Implement delegatecall and make default for library calls.
chriseth
2016-03-12
1
-0
/
+56
*
changes to redefine the token list, the scanner, and the parser and how they ...
RJ Catalano
2016-02-19
1
-2
/
+2
*
Index access for bytesXX.
chriseth
2016-02-10
1
-0
/
+36
*
add more test cases for cond-expr
Lu Guanqun
2016-01-23
1
-0
/
+49
*
cond-expr: use the mobile type instead of the original type
Lu Guanqun
2016-01-23
1
-1
/
+34
*
[cond-expr] change the end to end test
Lu Guanqun
2016-01-23
1
-4
/
+5
*
[cond-expr] add a test for different types
Lu Guanqun
2016-01-23
1
-0
/
+15
*
[cond-expr] add a test to assign memory to storage
Lu Guanqun
2016-01-23
1
-0
/
+33
*
[cond-expr] don't allow conditional as left value for the first stage
Lu Guanqun
2016-01-23
1
-16
/
+0
*
[cond-expr] fixup according to code review
Lu Guanqun
2016-01-23
1
-2
/
+13
*
comment out one un-supported test case
Lu Guanqun
2016-01-23
1
-0
/
+2
*
fixup end to end test
Lu Guanqun
2016-01-23
1
-1
/
+1
*
[cond-expr] add end to end test
Lu Guanqun
2016-01-23
1
-0
/
+58
[next]