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
/
libsolidity
/
analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not handle `balance` member of contract types specially.
chriseth
2018-07-20
1
-2
/
+1
*
Merge pull request #4439 from ethereum/address_members
chriseth
2018-07-19
1
-18
/
+16
|
\
|
*
Changes in ExpressionCompiler
Leonardo Alt
2018-07-19
1
-2
/
+3
|
*
Add suggestion to error message
Leonardo Alt
2018-07-17
1
-18
/
+15
*
|
Adds warning if function is shadowing a contract.
Erik Kundt
2018-07-18
1
-9
/
+1
*
|
Disallows old constructor syntax.
Erik Kundt
2018-07-18
2
-25
/
+17
*
|
Suggests external for fallback and interface functions.
chriseth
2018-07-18
2
-1
/
+15
*
|
Enforces visibility specifier and updates docs.
Erik Kundt
2018-07-17
2
-11
/
+1
|
/
*
Add missing period in the end of error messages
Leonardo Alt
2018-07-16
1
-3
/
+3
*
Deprecate the throw statement
Alex Beregszaszi
2018-07-16
1
-12
/
+4
*
enforce interface-functions to be external-declared
Christian Parpart
2018-07-16
1
-12
/
+4
*
Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrays
chriseth
2018-07-13
1
-13
/
+16
|
\
|
*
Use CycleDetector and account for multi-dimensional arrays.
Daniel Kirchner
2018-07-13
1
-19
/
+16
|
*
Consider fixed size array members when checking for recursive structs.
Daniel Kirchner
2018-07-13
1
-0
/
+6
*
|
Disallow multi variable declarations with mismatching number of values.
Daniel Kirchner
2018-07-13
1
-72
/
+16
|
/
*
Merge pull request #4437 from ethereum/report-empty-var-decls
chriseth
2018-07-13
2
-0
/
+15
|
\
|
*
Generates a syntax error when declaring a variable declaration's LHS has no n...
Christian Parpart
2018-07-12
2
-0
/
+15
*
|
Require storage location.
Daniel Kirchner
2018-07-12
1
-13
/
+4
|
/
*
Merge pull request #4443 from ethereum/double_var_decl_fix
chriseth
2018-07-12
3
-1
/
+15
|
\
|
*
Add comment explaining new code
Leonardo Alt
2018-07-11
1
-0
/
+5
|
*
Fix crash for double variable declaration in the same scope.
Leonardo Alt
2018-07-11
3
-1
/
+10
*
|
Merge pull request #4404 from ethereum/v050-var-keyword-suggest
Christian Parpart
2018-07-11
3
-19
/
+63
|
\
\
|
*
|
Coding style.
chriseth
2018-07-11
1
-23
/
+18
|
*
|
semantics: Suggest auto-deduced type when user declares variable with `var` k...
Christian Parpart
2018-07-11
3
-19
/
+68
*
|
|
Merge pull request #4454 from ethereum/constructorArgCount
chriseth
2018-07-11
1
-24
/
+9
|
\
\
\
|
*
|
|
Improves error with suggestion to remove parantheses.
Erik Kundt
2018-07-11
1
-1
/
+1
|
*
|
|
Updates Changelog, syntax test and simplifies type checker.
Erik Kundt
2018-07-11
1
-3
/
+1
|
*
|
|
Turns wrong argument count in base constructor call into en error.
Erik Kundt
2018-07-11
1
-22
/
+9
|
|
/
/
*
|
|
Merge pull request #4388 from ethereum/noPackedLiterals
chriseth
2018-07-11
1
-17
/
+7
|
\
\
\
|
*
|
|
Disallow packed encoding of literals.
chriseth
2018-07-03
1
-17
/
+7
*
|
|
|
Code, Changelog, ReleaseChecklist: Fix typos.
Cryptomental
2018-07-11
2
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #4376 from ethereum/fallbackExternal
chriseth
2018-07-11
1
-4
/
+1
|
\
\
\
|
*
|
|
Fallback function has to be external.
chriseth
2018-07-04
1
-4
/
+1
*
|
|
|
Merge pull request #4464 from cryptomental/bugfix/fix-typos-in-AsmParser-and-...
chriseth
2018-07-11
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
AsmParser,TypeChecker: Fix typos.
Cryptomental
2018-07-10
1
-1
/
+1
*
|
|
|
|
Merge pull request #4466 from ethereum/tupleNotEmpty
chriseth
2018-07-11
1
-11
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Remove special ``(x,)`` case from type assignment.
chriseth
2018-07-10
1
-4
/
+0
|
*
|
|
|
Disallow empty tuple components.
Daniel Kirchner
2018-07-10
1
-7
/
+2
*
|
|
|
|
defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting ...
Christian Parpart
2018-07-10
1
-8
/
+2
*
|
|
|
|
Merge pull request #4415 from ethereum/uninitializedStoragePointer
chriseth
2018-07-10
1
-4
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Turn uninitialized storage variables into an error.
Daniel Kirchner
2018-07-10
1
-4
/
+1
|
|
/
/
/
*
/
/
/
Check for matching number of components in TupleType::isImplicitlyConvertible...
Daniel Kirchner
2018-07-10
1
-19
/
+1
|
/
/
/
*
|
|
Enforce error on hex number combined with unit denomination
Leonardo Alt
2018-07-09
1
-17
/
+6
*
|
|
Merge pull request #4418 from ethereum/initialConstants
chriseth
2018-07-05
1
-13
/
+4
|
\
\
\
|
*
|
|
Only allow compile-time constants for constant state variables.
chriseth
2018-07-04
1
-13
/
+4
|
|
/
/
*
|
|
Merge pull request #4409 from ethereum/viewPureChecker
chriseth
2018-07-04
2
-26
/
+13
|
\
\
\
|
*
|
|
Remove v050 check for enforcing "view" in ViewPureChecker.
Daniel Kirchner
2018-07-04
2
-26
/
+13
|
|
/
/
*
/
/
Enforcing error on msg.gas and block.blockhash()
Leonardo Alt
2018-07-04
1
-27
/
+9
|
/
/
*
|
Merge pull request #4379 from ethereum/constructorArgsTwice
chriseth
2018-07-04
1
-14
/
+5
|
\
\
|
*
|
Disallow constructor arguments given multiple times.
chriseth
2018-06-29
1
-14
/
+5
*
|
|
libsolidity: turns the var-keyword use from deprecation-warning to an error a...
Christian Parpart
2018-07-03
1
-6
/
+1
|
|
/
|
/
|
*
|
Remove trailing whitespace in missing visibility warning.
Daniel Kirchner
2018-07-02
1
-2
/
+2
|
/
*
Merge pull request #4352 from D-Nice/develop
chriseth
2018-06-29
1
-1
/
+1
|
\
|
*
Fixes storage ref var typo error from 'prefix' to 'suffix'
D-Nice
2018-06-25
1
-1
/
+1
*
|
Merge pull request #4097 from ethereum/noPackedExceptForPacked
chriseth
2018-06-28
2
-37
/
+44
|
\
\
|
*
|
Also mention regular abi.encode in error message.
chriseth
2018-06-27
1
-2
/
+8
|
*
|
Provide better suggestions in error messages with respect to call and hash fu...
chriseth
2018-06-25
1
-4
/
+34
|
*
|
Bare functions take single bytes argument.
chriseth
2018-06-25
2
-33
/
+4
*
|
|
Remove non-0.5.0 warning for emit keyword (make it mandatory)
Alex Beregszaszi
2018-06-27
1
-6
/
+1
|
/
/
*
|
Keep the 'if it not used as an address' helper message for all cases of addre...
Alex Beregszaszi
2018-06-25
1
-7
/
+12
*
|
Better wording for invalid address literal error
Alex Beregszaszi
2018-06-25
1
-2
/
+4
*
|
Change invalid (not exactly 160 bits long) address literal to error
Jason Cobb
2018-06-25
1
-4
/
+11
|
/
*
Disallow the years unit denomination properly
Alex Beregszaszi
2018-06-22
1
-12
/
+4
*
Merge pull request #4301 from rnaby/TypeChecker
chriseth
2018-06-22
1
-5
/
+3
|
\
|
*
Simplification of typeSupportedByOldABIEncoder
Khan M Rashedun-Naby
2018-06-21
1
-5
/
+3
*
|
Merge pull request #4306 from ethereum/remove_050_workaround_scoping
chriseth
2018-06-21
4
-36
/
+23
|
\
\
|
*
|
C99 scoping rules by default
Leonardo Alt
2018-06-20
4
-36
/
+23
*
|
|
Merge pull request #4219 from ethereum/functionTypeNamedArguments
Alex Beregszaszi
2018-06-21
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Return parameters in function types may not be named.
Daniel Kirchner
2018-06-18
1
-1
/
+1
|
|
/
*
/
Disallow raw callcode (was deprecated in 0.4.12)
Alex Beregszaszi
2018-06-20
1
-12
/
+4
|
/
*
Enforce disallowing empty structs
Christian Parpart
2018-06-14
1
-8
/
+2
*
Disallow sha3/suicide aliases
Alex Beregszaszi
2018-06-13
1
-10
/
+2
*
Show named argument name in error
Alex Beregszaszi
2018-06-06
1
-1
/
+1
*
Fix view/pure error ordering problem.
chriseth
2018-06-04
1
-2
/
+2
*
Allow using `calldata` keyword to specify data location
mingchuan
2018-05-30
2
-8
/
+32
*
Update control flow graph.
Daniel Kirchner
2018-05-17
1
-5
/
+4
*
Split warning for multi arguments for hash functions
Alex Beregszaszi
2018-05-16
1
-10
/
+12
*
Warn/enforce single bytes argument for certain builtins (hashing functions).
chriseth
2018-05-16
1
-0
/
+27
*
ABI encoding functions are pure and should be usable in constants.
chriseth
2018-05-15
1
-0
/
+3
*
Add control flow analyzer and test for uninitialized storage returns.
Daniel Kirchner
2018-05-15
2
-0
/
+208
*
Add control flow graph.
Daniel Kirchner
2018-05-15
4
-0
/
+797
*
Deprecate wildcard assignments.
chriseth
2018-05-08
1
-8
/
+49
*
Merge pull request #4063 from ethereum/emit-non-event
chriseth
2018-05-04
1
-0
/
+1
|
\
|
*
Show proper error when trying to emit a non-event
Alex Beregszaszi
2018-05-04
1
-0
/
+1
*
|
Change numBits to unsigned IntegerType
Alex Beregszaszi
2018-05-03
1
-1
/
+2
|
/
*
Merge pull request #3981 from ethereum/years-suffix
chriseth
2018-04-24
1
-0
/
+16
|
\
|
*
The "year" denomination is deprecated
Alex Beregszaszi
2018-04-23
1
-0
/
+16
*
|
Merge pull request #3976 from ethereum/emptyTupleComponent
chriseth
2018-04-23
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
Treats inline array as an error.
Erik Kundt
2018-04-23
1
-0
/
+2
|
*
Turns it into warning (error for 0.5.0) and adds Changelog entry.
Erik Kundt
2018-04-23
1
-1
/
+8
|
*
Prevents null type from being used in tuple.
Erik Kundt
2018-04-22
1
-0
/
+4
*
|
Turn deprecated warnings for sha3/suicide into errors (experimental 0.5.0)
Alex Beregszaszi
2018-04-21
1
-2
/
+10
|
/
*
Make literals an error for tight packing (experimental 0.5.0)
Alex Beregszaszi
2018-04-20
1
-8
/
+18
*
Improve error message for failed member lookup.
chriseth
2018-04-19
1
-11
/
+16
*
Warn about functions named "constructor".
chriseth
2018-04-19
1
-1
/
+6
*
Fix name clashes between constructor and fallback function.
chriseth
2018-04-18
1
-47
/
+45
*
Merge pull request #3880 from ethereum/addressMemberDocAndWarn
chriseth
2018-04-16
1
-1
/
+2
|
\
|
*
Improve documentation and warning about accessing contract members inherited ...
Daniel Kirchner
2018-04-14
1
-1
/
+2
*
|
Merge pull request #3875 from ethereum/constructorSelfRef
chriseth
2018-04-14
1
-4
/
+26
|
\
\
|
|
/
|
/
|
|
*
Stricter check for member access to "this" in constructor.
Daniel Kirchner
2018-04-13
1
-4
/
+26
*
|
Merge pull request #3364 from ethereum/revertWithReason
chriseth
2018-04-13
4
-8
/
+18
|
\
\
|
*
|
Allow error string for ``require``.
chriseth
2018-04-12
1
-0
/
+1
|
*
|
Register overload for ``revert()`` that can receive a reason string.
chriseth
2018-04-12
2
-1
/
+4
|
*
|
Allow function overloads involving MagicVariableDeclarations.
chriseth
2018-04-12
3
-7
/
+13
|
|
/
*
|
Merge pull request #2980 from ethereum/abi-api
chriseth
2018-04-13
3
-11
/
+39
|
\
\
|
|
/
|
/
|
|
*
Allow struct encoding with new encoder.
chriseth
2018-04-12
1
-7
/
+18
|
*
Check partial function parameters if rest is arbitrary.
chriseth
2018-04-12
1
-3
/
+14
|
*
Add abi.encode, abi.encodePacked, abi.encodeWithSelector and abi.encodeWithSi...
Alex Beregszaszi
2018-04-12
2
-1
/
+7
*
|
Merge pull request #3848 from ethereum/constantDivisionByZero
chriseth
2018-04-12
2
-0
/
+44
|
\
\
|
|
/
|
/
|
|
*
Error on invalid arithmetic with constant expressions.
Daniel Kirchner
2018-04-12
2
-0
/
+44
*
|
Warn if modifiers are applied to functions without implementation.
chriseth
2018-04-12
1
-0
/
+7
|
/
*
Fix ConstantEvaluator to correctly handle single element tuples.
Daniel Kirchner
2018-04-12
2
-0
/
+7
*
Merge pull request #3309 from ethereum/limit-errors
chriseth
2018-04-11
1
-11
/
+1
|
\
|
*
Catch FatalError in CompilerStack::analysis to cover all the analysis tests
Alex Beregszaszi
2018-04-06
1
-11
/
+1
*
|
Error when using no parentheses in modifier-style constructor calls.
Daniel Kirchner
2018-04-10
1
-4
/
+23
*
|
Use the most derived contract as main location in case of diamond inheritance.
Daniel Kirchner
2018-04-09
1
-3
/
+18
*
|
Move constructor argument override check to TypeChecker and reuse annotations...
Daniel Kirchner
2018-04-09
4
-65
/
+60
*
|
Allow duplicated constructor calls, if no arguments; support for multiple inh...
Daniel Kirchner
2018-04-09
1
-20
/
+30
*
|
Error on duplicated super constructor calls
Federico Bond
2018-04-09
2
-0
/
+33
*
|
Static Analyzer: Fix non-deterministic order of unused variable warnings.
Daniel Kirchner
2018-04-07
2
-8
/
+10
|
/
*
Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesis
Daniel Kirchner
2018-04-05
1
-23
/
+39
|
\
|
*
Error when using empty parenthesis for base class constructors that require a...
Daniel Kirchner
2018-04-05
1
-23
/
+39
*
|
Merge pull request #3745 from ethereum/fixRecursion
Alex Beregszaszi
2018-04-05
2
-19
/
+22
|
\
\
|
|
/
|
/
|
|
*
Generalize cycle detection.
chriseth
2018-04-03
2
-19
/
+22
*
|
Constructors are defined using the ``constructor`` keyword.
Daniel Kirchner
2018-04-04
1
-1
/
+16
|
/
*
Merge pull request #3699 from ethereum/interfaceExternalVisibility
Alex Beregszaszi
2018-04-03
2
-12
/
+13
|
\
|
*
Makes visibility warning more concise.
Erik Kundt
2018-04-03
1
-2
/
+4
|
*
Defaults to external visibility for interfaces.
bitshift
2018-04-03
2
-12
/
+11
*
|
Merge pull request #3790 from ethereum/empty-structs
chriseth
2018-03-30
2
-0
/
+16
|
\
\
|
*
|
Still allow empty structs for non-0.5.0 mode
Alex Beregszaszi
2018-03-27
1
-1
/
+8
|
*
|
Disallow empty structs
Alex Beregszaszi
2018-03-27
2
-0
/
+9
|
|
/
*
/
Prevent encoding of weird types and support packed encoding of external funct...
chriseth
2018-03-29
1
-0
/
+11
|
/
*
Merge pull request #3681 from ethereum/interface-external
chriseth
2018-03-27
1
-0
/
+9
|
\
|
*
Introduce inContractKind helper on FunctionDefinition
Alex Beregszaszi
2018-03-26
1
-11
/
+5
|
*
Allow overriding external functions in interfaces with public in an implement...
Alex Beregszaszi
2018-03-26
1
-0
/
+15
*
|
Changes deprecation and adjusts tests.
bitshift
2018-03-27
1
-0
/
+15
*
|
Moves blockhash function to global level.
bitshift
2018-03-27
1
-0
/
+1
|
/
*
Decode dynamic data.
chriseth
2018-03-21
1
-1
/
+1
*
Move dynamic type removal out of the type system.
chriseth
2018-03-21
1
-3
/
+9
*
Merge pull request #3611 from ethereum/warn-using-address-overload
Alex Beregszaszi
2018-03-07
1
-0
/
+14
|
\
|
*
Assert that address members are not present on contract types in 0.5.0.
chriseth
2018-03-05
1
-0
/
+4
|
*
Warn if using address overloads on contracts
Alex Beregszaszi
2018-03-05
1
-0
/
+10
*
|
Merge pull request #3664 from ethereum/literalsHexUnitSmallFix
chriseth
2018-03-07
1
-2
/
+2
|
\
\
|
*
|
Use double quotes for suggestion about hex literals and denominations.
Daniel Kirchner
2018-03-07
1
-2
/
+2
*
|
|
Warn about using loose inline assembly features as experimental 0.5.0 feature.
chriseth
2018-03-07
2
-1
/
+7
|
/
/
*
|
Merge pull request #3549 from ethereum/fixmultidim
Alex Beregszaszi
2018-03-06
1
-4
/
+26
|
\
\
|
*
|
Fix multi-dimensional arrays in the ABI.
chriseth
2018-03-01
1
-4
/
+26
*
|
|
Merge pull request #3652 from ethereum/gasleft_v2
chriseth
2018-03-06
1
-1
/
+18
|
\
\
\
|
*
|
|
Use StaticAnalyzer to deprecate msg.gas instead of conditionally removing it ...
Daniel Kirchner
2018-03-06
1
-1
/
+18
*
|
|
|
Merge pull request #3643 from ethereum/gasleft
chriseth
2018-03-06
1
-0
/
+1
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
Move msg.gas to global function gasleft(). Closes #2971.
Daniel Kirchner
2018-03-05
1
-0
/
+1
*
|
|
Merge pull request #3569 from ethereum/evmVersion
chriseth
2018-03-05
3
-2
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Provide EVM version to assembly analysis.
chriseth
2018-03-02
2
-1
/
+3
|
*
|
Use EVM version in type checker.
chriseth
2018-03-02
1
-1
/
+8
|
|
/
*
|
Suggest expressions of the form '0x1234 * 1 day' instead of hex numbers with ...
Daniel Kirchner
2018-03-02
1
-2
/
+4
*
|
Deprecate using unit denominations in combination with hex numbers. Closes #3...
Daniel Kirchner
2018-03-01
1
-0
/
+15
|
/
*
Merge pull request #3613 from ethereum/require-visibility
chriseth
2018-02-28
1
-6
/
+13
|
\
|
*
Issue error if no visibility is specified (on 0.5.0)
Alex Beregszaszi
2018-02-27
1
-6
/
+13
*
|
Only active variables at the point of their declaration.
chriseth
2018-02-27
6
-30
/
+84
*
|
Enable C99-scoping with the 0.5.0-experimental pragma.
chriseth
2018-02-27
3
-17
/
+31
*
|
Blocks and for loops can be scopes.
chriseth
2018-02-27
4
-1
/
+63
*
|
Scopes do not have to be declarations.
chriseth
2018-02-27
2
-11
/
+23
*
|
Make all lookups recursive by default.
chriseth
2018-02-27
2
-10
/
+11
|
/
*
Turn throw into a syntax error for 0.5.0
Alex Beregszaszi
2018-02-27
1
-4
/
+12
*
Warn about using events without emit.
chriseth
2018-02-22
2
-1
/
+13
*
Introduce emit statement.
chriseth
2018-02-22
2
-0
/
+10
*
Do not warn about analysis-only experimental features.
chriseth
2018-02-22
1
-2
/
+4
*
Fix shadowing for imports with aliases.
chriseth
2018-02-20
1
-2
/
+3
*
Properly warn about the use of constants in inline assembly in connection wit...
chriseth
2018-02-20
1
-6
/
+6
*
Disallow uninitialized storage pointers as experimental 0.5.0 feature.
chriseth
2018-02-15
1
-1
/
+5
*
Merge pull request #3498 from ethereum/allowthisfselector
chriseth
2018-02-14
2
-0
/
+17
|
\
|
*
Allow `this.f.selector` to be pure.
chriseth
2018-02-13
2
-0
/
+17
*
|
Fix: remove reference.
chriseth
2018-02-13
1
-2
/
+4
*
|
Minor changes.
chriseth
2018-02-13
1
-2
/
+1
*
|
Restructure code for alternative identifier suggestions
Balajiganapathi S
2018-02-13
3
-19
/
+6
*
|
Move string distance function to utils and format error message
Balajiganapathi S
2018-02-13
3
-48
/
+6
*
|
Suggest alternatives when identifier not found.
Balajiganapathi S
2018-02-13
5
-2
/
+95
|
/
*
Deprecate the var keyword (and mark it an error as experimental 0.5.0 feature)
Jimmy Vogel
2018-02-13
2
-0
/
+16
*
Fix segfault with undeclared array types
Federico Bond
2018-02-12
1
-0
/
+5
*
Merge pull request #3360 from federicobond/nonfatal-reference-errors
Alex Beregszaszi
2018-02-04
1
-13
/
+20
|
\
|
*
Replace some fatal errors when resolving references with normal ones
Federico Bond
2018-02-03
1
-13
/
+20
*
|
Issue warning for using public visibility for interface functions
Alex Beregszaszi
2018-02-01
1
-0
/
+2
|
/
*
Split inline assembly into loose and strict flavours.
chriseth
2018-01-06
2
-2
/
+2
*
Merge pull request #3297 from ethereum/separate_expression_and_statement
Alex Beregszaszi
2018-01-04
1
-0
/
+4
|
\
|
*
Separate expression and statement.
chriseth
2017-12-13
1
-0
/
+4
*
|
Improve error message for wrong struct initialization (#3359)
Federico Bond
2018-01-04
1
-1
/
+5
*
|
Merge pull request #3232 from ethereum/simplifyConstant
chriseth
2017-12-14
3
-47
/
+65
|
\
\
|
|
/
|
/
|
|
*
Re-use `commonType`
chriseth
2017-12-12
1
-1
/
+1
|
*
Simplify ConstantEvaluator.
chriseth
2017-12-12
3
-41
/
+61
|
*
Reduce the types of errors outputted by ConstantEvaluator
Alex Beregszaszi
2017-12-12
1
-8
/
+6
|
*
Improve error message for constant evaluator
Alex Beregszaszi
2017-12-12
1
-1
/
+1
*
|
Limit number of secondary source locations.
chriseth
2017-12-12
1
-14
/
+5
|
/
*
Fix struct encoding warning for libraries.
chriseth
2017-12-11
1
-0
/
+1
*
Suggest the experimental ABI encoder if using structs as function parameters
Alex Beregszaszi
2017-12-11
1
-0
/
+10
*
Split Instruction and FunctionalInstruction in Julia
Alex Beregszaszi
2017-12-05
1
-5
/
+9
*
Unary operators and division.
chriseth
2017-11-30
1
-1
/
+1
*
If statement for Iulia / inline assembly.
chriseth
2017-11-22
1
-0
/
+5
*
Improve cyclic constant error message
Alex Beregszaszi
2017-11-22
1
-1
/
+1
*
Detect cyclic constant definitions
Balajiganapathi S
2017-11-22
2
-8
/
+15
*
Allow constant integer variables as array lengths.
Balajiganapathi S
2017-11-22
2
-0
/
+19
*
Do not try to display checksummed address for too-short/long address literals
Alex Beregszaszi
2017-11-17
1
-2
/
+2
*
Improves address literal checksum error message
wadeAlexC
2017-11-17
1
-3
/
+5
*
Update outdated comments
Kwang Yul Seo
2017-11-15
4
-4
/
+4
*
Fix a typo
Kwang Yul Seo
2017-11-14
1
-1
/
+1
*
More detailed errors for invalid array lengths (such as division by zero).
Alex Beregszaszi
2017-10-20
1
-3
/
+20
*
Turn usage of callcode into an error as experimental 0.5.0 feature
Alex Beregszaszi
2017-10-19
1
-4
/
+12
*
Only check tuples for valid rational numbers if they have more than one element.
chriseth
2017-10-18
1
-1
/
+1
*
Validate each tuple literal
Alex Beregszaszi
2017-10-18
1
-0
/
+6
*
Force interface functions as external (0.5.0)
Alex Beregszaszi
2017-10-06
1
-2
/
+10
*
Use the proper error reporting interface in ConstantEvaluator
Alex Beregszaszi
2017-10-06
3
-7
/
+13
*
Require location keyword for local variables (0.5.0)
Alex Beregszaszi
2017-10-06
1
-5
/
+13
*
Do not consider shadowing in variable names inside event declarations
Federico Bond
2017-10-05
1
-2
/
+4
*
Better error message when using fractional number as array size expressions
wadeAlexC
2017-10-04
1
-2
/
+3
*
Disallow non-pure constant state variables in 0.5.0
Federico Bond
2017-10-03
1
-5
/
+14
*
Extract duplicate function or event finding logic
Federico Bond
2017-09-30
2
-37
/
+14
*
Emit error when declaring event with same name and arguments twice
Federico Bond
2017-09-30
2
-0
/
+45
*
Unary + now a synax error (experimental 0.5.0)
Rhett Aultman
2017-09-30
1
-1
/
+8
*
Validate array length in type checker
Alex Beregszaszi
2017-09-29
1
-1
/
+1
*
Order GlobalContext entries
Alex Beregszaszi
2017-09-27
1
-13
/
+13
*
Format GlobalContext for readability
Alex Beregszaszi
2017-09-27
1
-42
/
+25
*
Merge pull request #2978 from ethereum/infer-location
chriseth
2017-09-27
1
-1
/
+1
|
\
|
*
Report correct location for inferred types in packed encoding
Alex Beregszaszi
2017-09-27
1
-1
/
+1
*
|
Ensure that address types are always declared as 160bit
Alex Beregszaszi
2017-09-27
1
-1
/
+1
|
/
*
Merge pull request #2902 from ethereum/warn-obsolete
chriseth
2017-09-21
1
-0
/
+8
|
\
|
*
Warn about obsolete sha3/suicide calls
Alex Beregszaszi
2017-09-19
1
-0
/
+8
*
|
Ensure parameter names match between headers and implementation
Alex Beregszaszi
2017-09-20
3
-11
/
+11
|
/
*
Allow constant byte arrays.
chriseth
2017-09-19
1
-1
/
+1
*
Merge pull request #2910 from ethereum/fallback-restrict-external
chriseth
2017-09-18
1
-0
/
+5
|
\
|
*
Force fallback to be external (experimental 0.5.0 change)
Alex Beregszaszi
2017-09-18
1
-0
/
+5
*
|
Check for recursive structs.
chriseth
2017-09-16
1
-3
/
+3
|
/
*
Merge pull request #2904 from ethereum/viewPure5
Alex Beregszaszi
2017-09-15
2
-11
/
+24
|
\
|
*
Enforce view with error for experimental 0.5.0.
chriseth
2017-09-14
2
-11
/
+24
*
|
Warn if no visibility is specified on contract functions.
Alex Beregszaszi
2017-09-14
2
-1
/
+14
|
/
*
Merge pull request #2848 from ethereum/checkViewPure
chriseth
2017-09-14
6
-4
/
+398
|
\
|
*
Minor changes from review.
chriseth
2017-09-13
1
-9
/
+3
|
*
Rename to invalidInPureFunctions
chriseth
2017-09-13
1
-1
/
+1
|
*
Allow constant variables in pure functions.
chriseth
2017-09-06
1
-1
/
+1
|
*
Rename and add anonymous namespace.
chriseth
2017-09-06
1
-1
/
+4
|
*
Fix tests
chriseth
2017-09-06
1
-5
/
+8
|
*
Tone down error message.
chriseth
2017-09-06
1
-2
/
+2
|
*
Modifier invocation can be base constructor call
chriseth
2017-09-06
1
-5
/
+7
|
*
Analyze assembly.
chriseth
2017-09-06
2
-11
/
+88
|
*
Do not report on overriding function and only warn for view.
chriseth
2017-09-06
1
-12
/
+19
|
*
Store super function.
chriseth
2017-09-06
2
-0
/
+4
|
*
Remove previous warning about pureness not being enforced.
chriseth
2017-09-06
1
-2
/
+0
|
*
View-pure checker.
chriseth
2017-09-06
3
-2
/
+308
*
|
Limit each duplicate declaration error to 32 references
Alex Beregszaszi
2017-09-13
1
-2
/
+20
*
|
Merge pull request #2852 from ssuman/develop
chriseth
2017-09-12
1
-1
/
+10
|
\
\
|
*
|
Display helpful warning for unused function arguments/return parameters
Suman
2017-09-12
1
-1
/
+10
*
|
|
Do not report overload conflicts for every line excessively
Alex Beregszaszi
2017-09-12
1
-1
/
+5
|
/
/
[next]