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
/
syntaxTests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4684 from ethereum/underscores_in_numeric_literals
chriseth
2018-08-09
6
-0
/
+72
|
\
|
*
Cleanup & polish numbers-with-underscores parsing, also improving tests.
Christian Parpart
2018-08-08
6
-0
/
+72
*
|
Provide nicer error message when referencing overloaded references
Alex Beregszaszi
2018-08-08
1
-0
/
+11
*
|
Merge pull request #4740 from ethereum/enforceNumberOfReturnValues
chriseth
2018-08-08
9
-28
/
+87
|
\
\
|
*
|
Add back lost test case to a more reasonable location.
Daniel Kirchner
2018-08-08
1
-0
/
+3
|
*
|
Update and extend tests for return expressions.
Daniel Kirchner
2018-08-08
8
-28
/
+84
|
|
/
*
/
Remove remaining instances of ``fillRight`` left over from tuple wildcards as...
Daniel Kirchner
2018-08-08
3
-20
/
+11
|
/
*
Merge pull request #4731 from ethereum/interface-enum
chriseth
2018-08-07
6
-1
/
+48
|
\
|
*
Add more syntax tests for enums and interfaces/libraries
Alex Beregszaszi
2018-08-07
5
-0
/
+48
|
*
Allow enums in interfaces
Alex Beregszaszi
2018-08-07
1
-1
/
+0
*
|
More precise error message if using non-variables with _slot/_offset
Alex Beregszaszi
2018-08-07
1
-1
/
+1
*
|
Properly handle invalid references used together with _slot and _offset.
Alex Beregszaszi
2018-08-07
1
-0
/
+9
|
/
*
Do not crash on using _slot and _offset suffixes on their own
Alex Beregszaszi
2018-08-07
2
-0
/
+18
*
Merge pull request #4689 from ethereum/cleanup-050-tests
chriseth
2018-08-06
23
-106
/
+11
|
\
|
*
Cleanup 0.5.0 test cases
Alex Beregszaszi
2018-08-06
23
-106
/
+11
*
|
Merge pull request #4671 from ethereum/mappingTupleAssignment
chriseth
2018-08-06
7
-12
/
+77
|
\
\
|
|
/
|
/
|
|
*
Allow assignments to local variables of mapping types.
Daniel Kirchner
2018-08-03
4
-4
/
+35
|
*
Disallow assignments to mappings within tuple assignments.
Daniel Kirchner
2018-08-03
4
-12
/
+46
*
|
Merge pull request #4644 from ethereum/event_struct_error
chriseth
2018-08-06
7
-0
/
+27
|
\
\
|
*
|
Disallow structs in events without ABIEncoderV2
Leonardo Alt
2018-08-03
7
-0
/
+27
|
|
/
*
|
Merge pull request #4681 from ethereum/var-suggestion-crash
chriseth
2018-08-06
1
-0
/
+12
|
\
\
|
*
|
Fix declaration suggestion for var with different number of components
Alex Beregszaszi
2018-08-04
1
-0
/
+12
|
|
/
*
|
Merge pull request #4412 from ethereum/v050-reference-resolver-errorTypeForLoose
Christian Parpart
2018-08-04
14
-63
/
+13
|
\
\
|
|
/
|
/
|
|
*
Update tests to remove support for loose assembly
Christian Parpart
2018-08-02
7
-22
/
+8
|
*
Disallow loos assembly in Solidity by permanently setting it to SyntaxError (...
Christian Parpart
2018-08-02
12
-47
/
+11
*
|
Turn warning about uninitialized storage returns into an error.
Daniel Kirchner
2018-08-03
20
-177
/
+177
|
/
*
Merge pull request #4399 from ethereum/contractWhitespace
Alex Beregszaszi
2018-08-02
9
-14
/
+14
|
\
|
*
Remove trailing whitespace in all contract files.
Daniel Kirchner
2018-08-02
9
-14
/
+14
*
|
Add additional test cases.
Daniel Kirchner
2018-08-01
2
-0
/
+10
*
|
Do not exclude public state variables when looking for conflicting declarations.
Daniel Kirchner
2018-08-01
4
-0
/
+27
|
/
*
Merge pull request #4378 from ethereum/noBaseWithoutArguments
Alex Beregszaszi
2018-08-01
2
-1
/
+10
|
\
|
*
Correctly determine whether base constructor is called without parentheses.
chriseth
2018-08-01
1
-0
/
+9
|
*
Disallow calling base constructors without arguments.
chriseth
2018-08-01
1
-1
/
+1
*
|
Adds positive/negative tests for checking error on cyclic dependency checker ...
Christian Parpart
2018-08-01
4
-0
/
+791
|
/
*
Fix tests regarding contract type conversion.
chriseth
2018-08-01
1
-1
/
+2
*
Disallow conversion between unrelated contract types.
chriseth
2018-08-01
10
-5
/
+69
*
Merge pull request #4507 from ethereum/v050-var-keyword-trace-removals
Alex Beregszaszi
2018-08-01
5
-0
/
+40
|
\
|
*
Ensures an empty use of var keyword is caught with the proper error message.
Christian Parpart
2018-08-01
5
-0
/
+40
*
|
Merge pull request #4625 from ethereum/pragma-cleanup
Alex Beregszaszi
2018-07-31
5
-16
/
+10
|
\
\
|
*
|
Remove unnecesary version pragma from some syntax tests
Alex Beregszaszi
2018-07-31
5
-16
/
+10
*
|
|
Fix crash when FunctionType has undeclared type as parameter
Leonardo Alt
2018-07-31
7
-11
/
+36
|
/
/
*
|
Merge pull request #4556 from ethereum/library-data-locations
Alex Beregszaszi
2018-07-26
6
-0
/
+22
|
\
\
|
*
|
Add tests for data locations within libraries
Alex Beregszaszi
2018-07-25
6
-0
/
+22
*
|
|
Merge pull request #4562 from ethereum/parser-tests
Alex Beregszaszi
2018-07-25
12
-0
/
+61
|
\
\
\
|
*
|
|
Add syntax tests for import statements
Alex Beregszaszi
2018-07-25
5
-0
/
+15
|
*
|
|
Add syntax test for illegal pragma key
Alex Beregszaszi
2018-07-25
1
-0
/
+4
|
*
|
|
Add syntax test for location specifier redeclarations
Alex Beregszaszi
2018-07-25
3
-0
/
+23
|
*
|
|
Add syntax test for empty emit statement
Alex Beregszaszi
2018-07-25
1
-0
/
+7
|
*
|
|
Add syntax tests for assembly block type (evmasm)
Alex Beregszaszi
2018-07-25
2
-0
/
+12
|
|
/
/
*
|
|
Add more tests for inlineasm/AsmAnalyzer
Alex Beregszaszi
2018-07-25
5
-0
/
+60
*
|
|
Add more comprehensive tests for embedded inline assembly LValue/RValue access
Alex Beregszaszi
2018-07-25
7
-0
/
+74
|
/
/
*
|
Add comprehensive syntax tests for indexed access
Alex Beregszaszi
2018-07-25
6
-0
/
+46
*
|
Add syntax tests for unknown / invalid pragma
Alex Beregszaszi
2018-07-25
2
-0
/
+6
*
|
Merge pull request #4527 from ethereum/mappingEnforceStorage
Alex Beregszaszi
2018-07-24
8
-9
/
+36
|
\
\
|
*
|
Enforces data location of local mappings to storage.
Erik Kundt
2018-07-24
8
-9
/
+36
*
|
|
Disallow functions without implementation to use modifiers. This was already ...
Christian Parpart
2018-07-24
2
-3
/
+3
|
|
/
|
/
|
*
|
Merge pull request #4439 from ethereum/address_members
chriseth
2018-07-19
24
-118
/
+19
|
\
\
|
*
|
Changes in ExpressionCompiler
Leonardo Alt
2018-07-19
1
-0
/
+6
|
*
|
Removing tests that are not useful anymore
Leonardo Alt
2018-07-18
3
-43
/
+0
|
*
|
Add suggestion to error message
Leonardo Alt
2018-07-17
12
-12
/
+12
|
*
|
Address members not accessible by contract instance
Leonardo Alt
2018-07-17
23
-78
/
+16
*
|
|
Adds warning if function is shadowing a contract.
Erik Kundt
2018-07-18
2
-5
/
+10
*
|
|
Adjusts syntax tests to new constructor syntax.
Erik Kundt
2018-07-18
29
-116
/
+3
|
|
/
|
/
|
*
|
Adds comment about reasoning behind syntax test.
Erik Kundt
2018-07-18
1
-3
/
+5
*
|
Removes obsolete syntax tests.
Erik Kundt
2018-07-18
2
-10
/
+0
*
|
Suggests external for fallback and interface functions.
chriseth
2018-07-18
7
-6
/
+16
*
|
Adjusts tests to expect type errors on default visibility.
Erik Kundt
2018-07-18
6
-15
/
+4
|
/
*
Add missing period in the end of error messages
Leonardo Alt
2018-07-16
33
-33
/
+33
*
Merge pull request #4481 from ethereum/disallow-throw
chriseth
2018-07-16
3
-18
/
+1
|
\
|
*
Deprecate the throw statement
Alex Beregszaszi
2018-07-16
3
-18
/
+1
*
|
Specifies visibility in syntax test.
Erik Kundt
2018-07-16
1
-3
/
+3
|
/
*
enforce interface-functions to be external-declared
Christian Parpart
2018-07-16
9
-14
/
+10
*
Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrays
chriseth
2018-07-13
12
-0
/
+139
|
\
|
*
Add test cases.
Daniel Kirchner
2018-07-13
12
-0
/
+139
*
|
Update tests.
Daniel Kirchner
2018-07-13
21
-100
/
+155
|
/
*
Merge pull request #4437 from ethereum/report-empty-var-decls
chriseth
2018-07-13
3
-0
/
+22
|
\
|
*
Generates a syntax error when declaring a variable declaration's LHS has no n...
Christian Parpart
2018-07-12
3
-0
/
+22
*
|
Update test wrt requiring storage locations.
Daniel Kirchner
2018-07-12
9
-40
/
+25
|
/
*
Added default data locations to parameters for syntax tests.
Chase McDermott
2018-07-12
38
-83
/
+83
*
Merge pull request #4443 from ethereum/double_var_decl_fix
chriseth
2018-07-12
3
-0
/
+34
|
\
|
*
Fix crash for double variable declaration in the same scope.
Leonardo Alt
2018-07-11
3
-0
/
+34
*
|
Merge pull request #4480 from ethereum/fixZeroWithExponent
chriseth
2018-07-12
2
-23
/
+29
|
\
\
|
*
|
Split test case into failing and succeeding case.
Daniel Kirchner
2018-07-11
2
-24
/
+29
|
*
|
Fix literals with exponents with mantissa of zero.
Daniel Kirchner
2018-07-11
1
-0
/
+1
*
|
|
Merge pull request #4404 from ethereum/v050-var-keyword-suggest
Christian Parpart
2018-07-11
1
-0
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
semantics: Suggest auto-deduced type when user declares variable with `var` k...
Christian Parpart
2018-07-11
1
-0
/
+23
*
|
|
Merge pull request #4454 from ethereum/constructorArgCount
chriseth
2018-07-11
4
-12
/
+3
|
\
\
\
|
*
|
|
Cleans up syntax test.
Erik Kundt
2018-07-11
1
-4
/
+1
|
*
|
|
Improves error with suggestion to remove parantheses.
Erik Kundt
2018-07-11
3
-3
/
+6
|
*
|
|
Updates Changelog, syntax test and simplifies type checker.
Erik Kundt
2018-07-11
1
-7
/
+1
|
*
|
|
Turns wrong argument count in base constructor call into en error.
Erik Kundt
2018-07-11
2
-10
/
+7
|
|
/
/
*
|
|
Merge pull request #4388 from ethereum/noPackedLiterals
chriseth
2018-07-11
2
-10
/
+1
|
\
\
\
|
*
|
|
Disallow packed encoding of literals.
chriseth
2018-07-03
2
-10
/
+1
*
|
|
|
test: Fix typos.
Cryptomental
2018-07-11
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #4376 from ethereum/fallbackExternal
chriseth
2018-07-11
10
-26
/
+7
|
\
\
\
|
*
|
|
Update tests.
chriseth
2018-07-04
10
-26
/
+7
*
|
|
|
Merge pull request #4464 from cryptomental/bugfix/fix-typos-in-AsmParser-and-...
chriseth
2018-07-11
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
libsolidity/syntaxTests: Add a test case for unwanted named arguments.
Cryptomental
2018-07-10
1
-0
/
+7
*
|
|
|
|
Merge pull request #4466 from ethereum/tupleNotEmpty
chriseth
2018-07-11
7
-37
/
+23
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Update tests.
Daniel Kirchner
2018-07-10
7
-37
/
+23
*
|
|
|
|
defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting ...
Christian Parpart
2018-07-10
4
-21
/
+2
*
|
|
|
|
Merge pull request #4415 from ethereum/uninitializedStoragePointer
chriseth
2018-07-10
8
-35
/
+20
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Update tests.
Daniel Kirchner
2018-07-10
8
-35
/
+20
|
|
/
/
/
*
/
/
/
Update tests.
Daniel Kirchner
2018-07-10
6
-23
/
+15
|
/
/
/
*
|
|
Merge pull request #4440 from ethereum/hex_denomination_enforce_error
chriseth
2018-07-09
2
-7
/
+1
|
\
\
\
|
*
|
|
Enforce error on hex number combined with unit denomination
Leonardo Alt
2018-07-09
2
-7
/
+1
*
|
|
|
Merge pull request #4403 from ethereum/syntaxTestsVisibility
chriseth
2018-07-09
37
-613
/
+616
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Updates interface constructor and function type test.
Erik Kundt
2018-07-07
3
-15
/
+18
|
*
|
|
Fixes wrong visibility specifier in interface constructor test.
Erik Kundt
2018-07-04
2
-9
/
+9
|
*
|
|
Fixes broken syntax tests.
Erik Kundt
2018-07-04
2
-18
/
+9
|
*
|
|
Adds default visibility specifier to syntax tests.
Erik Kundt
2018-07-04
37
-610
/
+619
|
|
/
/
*
|
|
Merge pull request #4418 from ethereum/initialConstants
chriseth
2018-07-05
2
-2
/
+2
|
\
\
\
|
*
|
|
Only allow compile-time constants for constant state variables.
chriseth
2018-07-04
2
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #4409 from ethereum/viewPureChecker
chriseth
2018-07-04
19
-11
/
+163
|
\
\
\
|
*
|
|
Extend view pure test suite.
Daniel Kirchner
2018-07-04
17
-3
/
+162
|
*
|
|
Adjust tests wrt strict view pure checker.
Daniel Kirchner
2018-07-04
2
-8
/
+1
|
|
/
/
*
/
/
Enforcing error on msg.gas and block.blockhash()
Leonardo Alt
2018-07-04
5
-16
/
+4
|
/
/
*
|
Merge pull request #4379 from ethereum/constructorArgsTwice
chriseth
2018-07-04
7
-8
/
+8
|
\
\
|
*
|
Disallow constructor arguments given multiple times.
chriseth
2018-06-29
7
-8
/
+8
*
|
|
Update test suite.
Daniel Kirchner
2018-07-03
3
-19
/
+11
|
|
/
|
/
|
*
|
Remove trailing whitespace in missing visibility warning.
Daniel Kirchner
2018-07-02
3
-3
/
+3
*
|
Adds review suggestions.
Erik Kundt
2018-07-02
2
-2
/
+7
*
|
Updates syntax tests to specify default visibility.
Erik Kundt
2018-06-29
45
-196
/
+138
|
/
*
Merge pull request #4354 from ethereum/constructorSyntaxTests
chriseth
2018-06-29
20
-50
/
+44
|
\
|
*
Updates invalid syntax test.
Erik Kundt
2018-06-29
1
-1
/
+2
|
*
Updates syntax tests to new constructor syntax.
Erik Kundt
2018-06-29
20
-50
/
+43
*
|
Merge pull request #4352 from D-Nice/develop
chriseth
2018-06-29
2
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
Add passing test case
D-Nice
2018-06-29
2
-2
/
+13
|
*
Adds storage_reference.sol syntax test
D-Nice
2018-06-28
1
-0
/
+11
*
|
Fallback function has to be external: backwards-compatible changes.
chriseth
2018-06-29
30
-64
/
+81
*
|
Merge pull request #4097 from ethereum/noPackedExceptForPacked
chriseth
2018-06-28
27
-116
/
+116
|
\
\
|
*
|
Also mention regular abi.encode in error message.
chriseth
2018-06-27
4
-12
/
+12
|
*
|
Update tests and add new tests.
chriseth
2018-06-25
7
-3
/
+71
|
*
|
Adjust tests.
chriseth
2018-06-25
21
-116
/
+48
*
|
|
Add emit keyword to tests.
chriseth
2018-06-27
1
-2
/
+1
*
|
|
Remove non-0.5.0 warning for emit keyword (make it mandatory)
Alex Beregszaszi
2018-06-27
6
-19
/
+6
*
|
|
test: Adapted to the change of the var-keyword elimination.
Christian Parpart
2018-06-26
50
-320
/
+119
*
|
|
test: drop obsoleted syntaxTest(s)
Christian Parpart
2018-06-26
2
-19
/
+0
|
/
/
*
|
Keep the 'if it not used as an address' helper message for all cases of addre...
Alex Beregszaszi
2018-06-25
4
-4
/
+4
*
|
Update tests for strict address literals
Jason Cobb
2018-06-25
7
-11
/
+10
|
/
*
Disallow the years unit denomination properly
Alex Beregszaszi
2018-06-22
3
-9
/
+2
*
Merge pull request #4306 from ethereum/remove_050_workaround_scoping
chriseth
2018-06-21
24
-85
/
+29
|
\
|
*
C99 scoping rules by default
Leonardo Alt
2018-06-20
24
-85
/
+29
*
|
Merge pull request #4219 from ethereum/functionTypeNamedArguments
Alex Beregszaszi
2018-06-21
3
-7
/
+6
|
\
\
|
|
/
|
/
|
|
*
Return parameters in function types may not be named.
Daniel Kirchner
2018-06-18
3
-7
/
+6
*
|
Disallow raw callcode (was deprecated in 0.4.12)
Alex Beregszaszi
2018-06-20
5
-15
/
+4
|
/
*
Enforce disallowing empty structs
Christian Parpart
2018-06-14
5
-20
/
+13
*
Disallow sha3/suicide aliases
Alex Beregszaszi
2018-06-13
4
-41
/
+13
*
Merge pull request #4241 from ethereum/show-named-arg
Alex Beregszaszi
2018-06-06
1
-1
/
+1
|
\
|
*
Show named argument name in error
Alex Beregszaszi
2018-06-06
1
-1
/
+1
*
|
Extract test cases from ViewPureChecker
Alex Beregszaszi
2018-06-06
22
-0
/
+227
|
/
*
Move "create2_as_variable" back to non-isoltest tests.
chriseth
2018-06-05
1
-6
/
+0
*
Split out SolidityNameAndTypeResolution tests into SyntaxTests
Alex Beregszaszi
2018-05-31
551
-0
/
+4244
*
Merge pull request #4172 from ethereum/trailing_dot
chriseth
2018-05-31
3
-0
/
+18
|
\
|
*
Disallow trailing dots that are not followed by a number
Leonardo Alt
2018-05-30
3
-0
/
+18
*
|
Merge pull request #3743 from ethereum/popStorageArray
chriseth
2018-05-31
29
-0
/
+54
|
\
\
|
|
/
|
/
|
|
*
Adds syntax tests, documentation and changelog entry.
Erik Kundt
2018-05-30
29
-0
/
+54
*
|
Allow using `calldata` keyword to specify data location
mingchuan
2018-05-30
14
-1
/
+79
|
/
*
Merge pull request #4067 from ethereum/050
chriseth
2018-05-24
10
-9
/
+128
|
\
|
*
Update control flow graph.
Daniel Kirchner
2018-05-17
2
-7
/
+19
|
*
Disallow conversions between bytesX and uintY of different size.
Daniel Kirchner
2018-05-17
7
-2
/
+56
|
*
Add syntax tests and Changelog entry
Leonardo Alt
2018-05-17
1
-0
/
+53
*
|
Move more parser tests to syntax tests
Alex Beregszaszi
2018-05-22
54
-0
/
+458
|
/
*
Split warning for multi arguments for hash functions
Alex Beregszaszi
2018-05-16
7
-18
/
+36
*
Add test for single non-bytes argument.
chriseth
2018-05-16
1
-0
/
+12
*
Adjust tests.
chriseth
2018-05-16
11
-10
/
+28
*
Merge pull request #4145 from ethereum/more-parser-test-moves
chriseth
2018-05-16
11
-0
/
+102
|
\
|
*
Move couple of parser tests to syntax tests.
Alex Beregszaszi
2018-05-16
11
-0
/
+102
*
|
Add tests for multi variable declaration statement.
chriseth
2018-05-16
8
-0
/
+80
|
/
*
ABI encoding functions are pure and should be usable in constants.
chriseth
2018-05-15
1
-0
/
+7
*
Add test for default location.
Daniel Kirchner
2018-05-15
1
-0
/
+19
*
Add control flow analyzer and test for uninitialized storage returns.
Daniel Kirchner
2018-05-15
22
-0
/
+375
*
Replace constant with view in the tests.
Daniel Kirchner
2018-05-09
10
-4
/
+85
*
Update test expectations.
Daniel Kirchner
2018-05-09
30
-56
/
+56
*
Merge pull request #4054 from ethereum/token-names
chriseth
2018-05-09
16
-16
/
+16
|
\
|
*
Update parser test expectations
Alex Beregszaszi
2018-05-04
16
-16
/
+16
*
|
New tests for wildcard assignments.
chriseth
2018-05-08
5
-0
/
+66
*
|
Extract tests.
chriseth
2018-05-08
5
-0
/
+47
*
|
Merge pull request #4063 from ethereum/emit-non-event
chriseth
2018-05-04
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Show proper error when trying to emit a non-event
Alex Beregszaszi
2018-05-04
1
-0
/
+10
*
|
Simplify expectIdentifierToken by using expectToken
Alex Beregszaszi
2018-05-04
7
-7
/
+7
|
/
*
Move some parser tests to syntax tests
Alex Beregszaszi
2018-05-03
29
-0
/
+183
*
Add syntax tests for bytesM
Alex Beregszaszi
2018-04-30
5
-0
/
+62
*
Merge pull request #3981 from ethereum/years-suffix
chriseth
2018-04-24
6
-0
/
+35
|
\
|
*
The "year" denomination is deprecated
Alex Beregszaszi
2018-04-23
3
-0
/
+13
|
*
Add more denomination tests
Alex Beregszaszi
2018-04-23
2
-0
/
+11
|
*
Extract subdenomination tests
Alex Beregszaszi
2018-04-23
2
-0
/
+11
*
|
Merge pull request #3970 from elopio/test/docstring-tag-end
Alex Beregszaszi
2018-04-24
2
-0
/
+6
|
\
\
|
*
|
docstring: add missing space
Leo Arias
2018-04-24
2
-0
/
+6
*
|
|
Merge pull request #3976 from ethereum/emptyTupleComponent
chriseth
2018-04-23
7
-0
/
+78
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Treats inline array as an error.
Erik Kundt
2018-04-23
1
-3
/
+1
|
*
|
Turns it into warning (error for 0.5.0) and adds Changelog entry.
Erik Kundt
2018-04-23
8
-15
/
+45
|
*
|
Prevents null type from being used in tuple.
Erik Kundt
2018-04-22
5
-0
/
+50
|
|
/
*
|
Turn deprecated warnings for sha3/suicide into errors (experimental 0.5.0)
Alex Beregszaszi
2018-04-21
2
-1
/
+14
*
|
Extract syntax tests
Alex Beregszaszi
2018-04-21
1
-0
/
+12
|
/
*
Update tight packing test cases
Alex Beregszaszi
2018-04-20
1
-3
/
+14
*
Make literals an error for tight packing (experimental 0.5.0)
Alex Beregszaszi
2018-04-20
1
-0
/
+26
*
Merge pull request #3941 from ethereum/bytes-contract
chriseth
2018-04-19
1
-0
/
+7
|
\
|
*
Disallow explicit conversion of bytesXX to contract
Alex Beregszaszi
2018-04-19
1
-0
/
+7
*
|
Improve error message for failed member lookup.
chriseth
2018-04-19
3
-0
/
+24
*
|
Extract tests.
chriseth
2018-04-19
1
-0
/
+10
|
/
*
Warn about functions named "constructor".
chriseth
2018-04-19
1
-0
/
+5
*
Fix name clashes between constructor and fallback function.
chriseth
2018-04-18
3
-1
/
+14
*
Extract tests.
chriseth
2018-04-18
25
-0
/
+197
*
Merge pull request #3793 from ethereum/rationalNumberLimit
chriseth
2018-04-16
8
-0
/
+113
|
\
|
*
Limits rational numbers to 4096 bits.
Erik Kundt
2018-04-16
8
-0
/
+113
*
|
Merge pull request #3875 from ethereum/constructorSelfRef
chriseth
2018-04-14
3
-0
/
+50
|
\
\
|
|
/
|
/
|
|
*
Stricter check for member access to "this" in constructor.
Daniel Kirchner
2018-04-13
3
-0
/
+50
*
|
Merge pull request #2980 from ethereum/abi-api
chriseth
2018-04-13
9
-5
/
+148
|
\
\
|
*
|
Allow struct encoding with new encoder.
chriseth
2018-04-12
4
-5
/
+55
|
*
|
Check partial function parameters if rest is arbitrary.
chriseth
2018-04-12
1
-0
/
+13
|
*
|
Tests for view and pure.
chriseth
2018-04-12
2
-0
/
+44
|
*
|
Tests.
chriseth
2018-04-12
2
-0
/
+36
*
|
|
Add additional test for ``var`` for storage variables.
Daniel Kirchner
2018-04-12
3
-7
/
+36
*
|
|
Fix internal compiler error when parsing ``var`` declaration without identifier.
Daniel Kirchner
2018-04-12
2
-0
/
+26
|
|
/
|
/
|
*
|
Merge pull request #3848 from ethereum/constantDivisionByZero
chriseth
2018-04-12
12
-0
/
+92
|
\
\
|
|
/
|
/
|
|
*
Add test to check ConstantEvaluator for pure non-rational functions.
Daniel Kirchner
2018-04-12
1
-0
/
+11
|
*
Add tests for literal operations as well.
Daniel Kirchner
2018-04-12
4
-0
/
+20
|
*
Error on invalid arithmetic with constant expressions.
Daniel Kirchner
2018-04-12
7
-0
/
+61
*
|
Properly cope with constructor headers.
chriseth
2018-04-12
2
-0
/
+15
*
|
Update expectations.
chriseth
2018-04-12
10
-17
/
+18
*
|
Extract modifier tests.
chriseth
2018-04-12
14
-0
/
+73
*
|
Warn if modifiers are applied to functions without implementation.
chriseth
2018-04-12
2
-0
/
+23
*
|
New tests for function state variables.
chriseth
2018-04-12
6
-0
/
+61
*
|
Add expectations.
chriseth
2018-04-12
24
-9
/
+53
*
|
Extract function type tests.
chriseth
2018-04-12
25
-0
/
+132
|
/
*
Fix ConstantEvaluator to correctly handle single element tuples.
Daniel Kirchner
2018-04-12
3
-0
/
+35
*
Syntax Tests: extract array_length_* tests.
Daniel Kirchner
2018-04-12
19
-0
/
+117
*
Fix line numbers for errors.
chriseth
2018-04-11
2
-512
/
+512
*
Merge pull request #3309 from ethereum/limit-errors
chriseth
2018-04-11
2
-0
/
+1048
|
\
|
*
Limit the number of errors output in a single run to 256
Alex Beregszaszi
2018-04-06
2
-0
/
+1048
*
|
Fix bug in typechecking when comparing rational literals
Jason Cobb
2018-04-11
1
-0
/
+7
*
|
Add source locations to syntax test expectations.
Daniel Kirchner
2018-04-10
50
-78
/
+77
*
|
Error when using no parentheses in modifier-style constructor calls.
Daniel Kirchner
2018-04-10
2
-2
/
+5
*
|
Move constructor argument override check to TypeChecker and reuse annotations...
Daniel Kirchner
2018-04-09
8
-7
/
+19
*
|
Allow duplicated constructor calls, if no arguments; support for multiple inh...
Daniel Kirchner
2018-04-09
8
-5
/
+38
*
|
Error on duplicated super constructor calls
Federico Bond
2018-04-09
2
-0
/
+8
|
/
*
Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesis
Daniel Kirchner
2018-04-05
3
-1
/
+16
|
\
|
*
Error when using empty parenthesis for base class constructors that require a...
Daniel Kirchner
2018-04-05
3
-1
/
+16
*
|
Merge pull request #3745 from ethereum/fixRecursion
Alex Beregszaszi
2018-04-05
13
-0
/
+115
|
\
\
|
*
|
Extract constant cycle tests.
chriseth
2018-04-03
4
-0
/
+32
|
*
|
Fix detection of recursive structs.
chriseth
2018-04-03
2
-0
/
+30
|
*
|
Extract recursive struct tests.
chriseth
2018-04-03
7
-0
/
+53
*
|
|
Merge pull request #3808 from ethereum/parserTests
chriseth
2018-04-04
2
-0
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Adds parsing sub-directory in syntaxTests and moves two example tests from So...
Daniel Kirchner
2018-04-04
2
-0
/
+9
|
|
/
*
/
Constructors are defined using the ``constructor`` keyword.
Daniel Kirchner
2018-04-04
2
-3
/
+3
|
/
*
Merge pull request #3699 from ethereum/interfaceExternalVisibility
Alex Beregszaszi
2018-04-03
7
-0
/
+39
|
\
|
*
Makes visibility warning more concise.
Erik Kundt
2018-04-03
1
-1
/
+1
|
*
Moves all interface function visibility related tests.
Erik Kundt
2018-04-03
5
-0
/
+26
|
*
Defaults to external visibility for interfaces.
bitshift
2018-04-03
2
-0
/
+13
[next]