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
/
libsolidity
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial EVM1.5 assembly implementation.
chriseth
2017-06-08
10
-21
/
+99
*
Refactor AssemblyStack
Alex Beregszaszi
2017-06-07
2
-4
/
+7
*
Add analyze(block) to AssemblyStack
Alex Beregszaszi
2017-06-07
2
-0
/
+18
*
Reset error list in parseAndAnalyze
Alex Beregszaszi
2017-06-07
1
-0
/
+1
*
Merge pull request #2332 from ethereum/fixLiteralPrint
chriseth
2017-06-06
2
-2
/
+18
|
\
|
*
adjusted testcase and renaming
djudjuu
2017-06-06
2
-5
/
+3
|
*
fix Literalprint
djudjuu
2017-05-31
2
-2
/
+20
*
|
Merge pull request #2336 from ethereum/expectExpression
chriseth
2017-06-01
2
-38
/
+29
|
\
\
|
*
|
Add comma.
chriseth
2017-06-01
1
-1
/
+1
|
*
|
Improved error message.
chriseth
2017-06-01
1
-1
/
+1
|
*
|
Refactor to use expectExpression in analyzer.
chriseth
2017-06-01
2
-38
/
+29
*
|
|
Fix state after CompilerStack.reset()
Alex Beregszaszi
2017-06-01
2
-1
/
+26
*
|
|
Remove unused functions from CompilerStack
Alex Beregszaszi
2017-06-01
2
-48
/
+0
|
/
/
*
|
Merge pull request #2317 from ethereum/keccak256
chriseth
2017-05-31
5
-8
/
+10
|
\
\
|
|
/
|
/
|
|
*
Alias sha3 to keccak256 in inline assembly
Alex Beregszaszi
2017-05-30
1
-0
/
+2
|
*
Rename the SHA3 assembly instruction to KECCAK256
Alex Beregszaszi
2017-05-30
4
-8
/
+8
*
|
Refactor error reporting
Rhett Aultman
2017-05-30
39
-663
/
+718
|
/
*
Merge pull request #2319 from ethereum/virtualBlocks
chriseth
2017-05-29
5
-21
/
+28
|
\
|
*
Introduce virtual blocks for function arguments.
chriseth
2017-05-29
5
-21
/
+28
*
|
Introduce LabelID typedef.
chriseth
2017-05-29
2
-3
/
+4
|
/
*
Merge pull request #2311 from ethereum/julia-types
chriseth
2017-05-29
5
-13
/
+37
|
\
|
*
Move builtin type list to the top
Alex Beregszaszi
2017-05-27
1
-1
/
+7
|
*
Change error message for invalid type
Alex Beregszaszi
2017-05-27
1
-1
/
+1
|
*
Introduce Julia mode in AsmAnalyzer
Alex Beregszaszi
2017-05-27
5
-7
/
+13
|
*
Validate that only basic types are used in Julia
Alex Beregszaszi
2017-05-27
2
-0
/
+21
|
*
Move constructor to AsmAnalyzer header
Alex Beregszaszi
2017-05-27
2
-11
/
+2
*
|
Pull out common code to a helper
Alex Beregszaszi
2017-05-27
2
-24
/
+15
*
|
Remove duplicate code
Alex Beregszaszi
2017-05-27
1
-20
/
+18
*
|
Use the new ParserBase API in AsmParser
Alex Beregszaszi
2017-05-27
1
-33
/
+33
*
|
Add scanner helpers to ParserBase
Alex Beregszaszi
2017-05-27
1
-1
/
+5
*
|
Move Solidity specific methods from ParserBase to the Solidity Parser
Alex Beregszaszi
2017-05-27
4
-60
/
+60
|
/
*
More comments for assembly
chriseth
2017-05-26
1
-0
/
+2
*
Adapt EVM codegen to new namespace.
chriseth
2017-05-26
13
-78
/
+51
*
Move EVM codegen to libjulia.
chriseth
2017-05-26
1
-238
/
+0
*
Support multiple assembly front and backends.
chriseth
2017-05-26
2
-0
/
+170
*
Merge pull request #2316 from ethereum/inlineasm-cleanup
chriseth
2017-05-26
1
-5
/
+2
|
\
|
*
Better error message for elementary operations
Alex Beregszaszi
2017-05-26
1
-5
/
+2
*
|
Merge pull request #2224 from ethereum/julia-switch
chriseth
2017-05-26
11
-2
/
+124
|
\
\
|
*
|
Better error messages for invalid switch cases
Alex Beregszaszi
2017-05-26
1
-0
/
+4
|
*
|
Disallow instructions as a switch expression
Alex Beregszaszi
2017-05-26
1
-0
/
+2
|
*
|
Visit case bodies in scope filler
Alex Beregszaszi
2017-05-26
2
-1
/
+10
|
*
|
Do not stop on first switch error
Alex Beregszaszi
2017-05-26
1
-5
/
+7
|
*
|
Check token within parseCase
Alex Beregszaszi
2017-05-26
2
-7
/
+9
|
*
|
Switch cases are not followed by colon
Alex Beregszaszi
2017-05-26
2
-3
/
+2
|
*
|
Change switch case string to Literal
Alex Beregszaszi
2017-05-26
4
-15
/
+26
|
*
|
Implement switch statement in the assembly parser/printer
Alex Beregszaszi
2017-05-26
10
-2
/
+95
|
|
/
*
|
Also change error message.
chriseth
2017-05-26
1
-1
/
+1
*
|
Scanner requires only the SourcesSet state
Alex Beregszaszi
2017-05-25
1
-1
/
+1
|
/
*
Uniform error messages
Alex Beregszaszi
2017-05-24
1
-3
/
+4
*
Better error messages during parsing functional instructions
Alex Beregszaszi
2017-05-24
1
-0
/
+9
*
Merge pull request #2301 from ethereum/ASTFunctionTypeFix
chriseth
2017-05-24
2
-2
/
+4
|
\
|
*
insert ParameterList-node in FunctionType-json
djudjuu
2017-05-24
2
-2
/
+4
*
|
Merge pull request #2294 from ethereum/inlineasm
chriseth
2017-05-24
1
-0
/
+1
|
\
\
|
*
|
Fix scope assert in AsmAnalyzer
Alex Beregszaszi
2017-05-24
1
-0
/
+1
|
|
/
*
|
Merge pull request #2289 from ethereum/astjson-fix
chriseth
2017-05-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix AST JSON converter type lookup
Alex Beregszaszi
2017-05-24
1
-1
/
+1
*
|
Rename parseFunctionalInstruction to parseCall
Alex Beregszaszi
2017-05-24
2
-4
/
+4
*
|
Reorder AsmData for readability
Alex Beregszaszi
2017-05-24
1
-7
/
+14
*
|
Rename FunctionalAssignment to Assignment
Alex Beregszaszi
2017-05-24
9
-22
/
+21
*
|
Rename Assignment to StackAssignment
Alex Beregszaszi
2017-05-24
9
-15
/
+15
*
|
Merge pull request #2292 from roadriverrail/inline_asm_unused_warning
Alex Beregszaszi
2017-05-24
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
Drop the inline asm includes from StaticAnalyzer
Rhett Aultman
2017-05-23
1
-3
/
+0
*
|
Display actual error message and not assertion in analysis
Alex Beregszaszi
2017-05-23
1
-1
/
+9
*
|
Enable a single right hand item on let
Alex Beregszaszi
2017-05-23
5
-37
/
+7
*
|
Support multiple variables in a variable declaration in inline assembly
Alex Beregszaszi
2017-05-23
6
-15
/
+71
*
|
Merge pull request #2265 from roadriverrail/inline_asm_unused_warning
chriseth
2017-05-22
2
-2
/
+24
|
\
|
|
*
Analyze InlineAssembly for variable use
Rhett Aultman
2017-05-22
2
-2
/
+24
*
|
Merge pull request #1810 from ethereum/compactJson
chriseth
2017-05-22
9
-471
/
+552
|
\
\
|
*
|
minor fixes and changelog update
djudjuu
2017-05-22
2
-1
/
+2
|
*
|
refactoring functionCallAnnotation
djudjuu
2017-05-19
6
-21
/
+51
|
*
|
testsuite adjustment
djudjuu
2017-05-19
1
-4
/
+4
|
*
|
include new InlineAssemblyInformation into JSON
djudjuu
2017-05-17
2
-2
/
+13
|
*
|
prefixChanges and contractKind-field
djuju
2017-05-17
2
-13
/
+24
|
*
|
fixed styletypos, renaming and added helperfunction
djuju
2017-05-17
2
-36
/
+40
|
*
|
Use different AST node names in legacy and new format
Alex Beregszaszi
2017-05-17
1
-9
/
+9
|
*
|
Support the new AST in StandardCompiler
Alex Beregszaszi
2017-05-17
1
-0
/
+1
|
*
|
Compact format for AST-Json with backwards compatibility
chriseth
2017-05-17
5
-450
/
+473
*
|
|
Add const
chriseth
2017-05-20
1
-1
/
+1
*
|
|
Review changes.
chriseth
2017-05-20
1
-6
/
+6
*
|
|
Refactor to abstract assembly to JULIA.
chriseth
2017-05-20
5
-76
/
+127
|
|
/
|
/
|
*
|
Merge pull request #2262 from ethereum/interface-cleanup
chriseth
2017-05-19
9
-231
/
+342
|
\
\
|
*
|
Rename CompilerStack.metadata to CompilerStack.natspec
Alex Beregszaszi
2017-05-19
3
-9
/
+9
|
*
|
Rename InterfaceHandler to Natspec
Alex Beregszaszi
2017-05-19
5
-12
/
+11
|
*
|
Split ABI out of InterfaceHandler
Alex Beregszaszi
2017-05-19
6
-105
/
+212
|
*
|
Use CompilerStack.contractABI directly
Alex Beregszaszi
2017-05-19
2
-2
/
+7
|
*
|
Rename CompilerStack.interface to CompilerStack.contractABI
Alex Beregszaszi
2017-05-19
2
-3
/
+3
*
|
|
Accept bool as a type in Julia mode
Alex Beregszaszi
2017-05-19
1
-1
/
+9
*
|
|
Support true/false literals in inline assembly
Alex Beregszaszi
2017-05-19
5
-5
/
+42
|
/
/
*
|
Merge pull request #2222 from ethereum/julia-types
chriseth
2017-05-16
11
-36
/
+106
|
\
\
|
|
/
|
/
|
|
*
Use boost range adaptors in AsmPrinter
Alex Beregszaszi
2017-05-06
1
-4
/
+12
|
*
Parse types in Julia mode
Alex Beregszaszi
2017-05-06
11
-36
/
+98
*
|
Ensure proper checks are in CompilerStack
Alex Beregszaszi
2017-05-11
1
-4
/
+10
*
|
Do not crash on AST if parsing failed
Alex Beregszaszi
2017-05-11
1
-0
/
+3
*
|
Added change to make compile happy on MacOS 10.9.5
Erik Quenon Steggall
2017-05-06
1
-1
/
+1
|
/
*
Assert that invalid AST elements are not printed in Julia mode
Alex Beregszaszi
2017-05-05
1
-1
/
+5
*
Add flag for JULIA printing
Alex Beregszaszi
2017-05-05
1
-0
/
+5
*
Show better error message for Julia mode
Alex Beregszaszi
2017-05-05
1
-3
/
+11
*
Do not allow literal pushes in Julia
Alex Beregszaszi
2017-05-05
1
-0
/
+2
*
Disable labels in Julia
Alex Beregszaszi
2017-05-05
1
-0
/
+3
*
Merge pull request #2194 from ethereum/removeerrorlabel
chriseth
2017-05-05
5
-30
/
+0
|
\
|
*
Remove error label / invalid jump label.
chriseth
2017-04-28
5
-30
/
+0
*
|
Cleanup, style and additional test.
chriseth
2017-05-03
2
-11
/
+7
*
|
Refactor: Combine bool and function pointer.
chriseth
2017-05-03
2
-10
/
+8
*
|
Treat returns with expressions as return param use
Rhett Aultman
2017-05-03
2
-1
/
+14
*
|
Warn on unused local variables
Rhett Aultman
2017-05-03
2
-0
/
+45
*
|
Merge pull request #2211 from ethereum/jsonio-fixes
Alex Beregszaszi
2017-05-02
1
-3
/
+3
|
\
\
|
*
|
Follow the JSON I/O spec closely
Alex Beregszaszi
2017-05-02
1
-3
/
+3
*
|
|
Merge pull request #2199 from roadriverrail/no_unary_plus
chriseth
2017-05-02
2
-0
/
+21
|
\
\
\
|
*
|
|
Style and stricter tests.
chriseth
2017-05-02
1
-3
/
+1
|
*
|
|
Deprecate use of unary '+'
Rhett Aultman
2017-04-29
2
-0
/
+23
*
|
|
|
Remove why3 from standard compiler
Alex Beregszaszi
2017-05-02
1
-24
/
+0
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #2198 from ethereum/conditionalCompilerStateReset
chriseth
2017-05-02
1
-1
/
+4
|
\
\
\
|
*
|
|
conditional reset of compilerState-Enum
djuju
2017-04-29
1
-1
/
+4
|
|
/
/
*
|
|
Merge pull request #2110 from federicobond/fix-posttypechecker
chriseth
2017-05-02
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix PostTypeChecker retaining state across contracts
Federico Bond
2017-04-09
1
-0
/
+3
*
|
|
Merge pull request #2171 from ethereum/splitParseAndAnalyze
chriseth
2017-04-28
2
-17
/
+63
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
error fixed
djuju
2017-04-28
1
-8
/
+7
|
*
|
enumchecks not working
djuju
2017-04-28
2
-15
/
+36
|
*
|
documentation, checks and renaming
djuju
2017-04-27
2
-14
/
+13
|
*
|
refactoring parse() into two separate functions
djuju
2017-04-27
2
-7
/
+34
*
|
|
Merge pull request #2193 from ethereum/julia-assign-stack
chriseth
2017-04-28
1
-0
/
+2
|
\
\
\
|
*
|
|
Disallow assign from stack in Julia (=: var)
Alex Beregszaszi
2017-04-28
1
-1
/
+3
|
*
|
|
Do not validate identifiers against EVM instructions in JULIA
Alex Beregszaszi
2017-04-28
1
-4
/
+6
|
*
|
|
Add flag for JULIA parsing
Alex Beregszaszi
2017-04-28
1
-1
/
+4
*
|
|
|
Merge pull request #2189 from ethereum/julia-instructions
chriseth
2017-04-28
2
-5
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Do not validate identifiers against EVM instructions in JULIA
Alex Beregszaszi
2017-04-27
1
-4
/
+6
|
*
|
|
Add flag for JULIA parsing
Alex Beregszaszi
2017-04-27
1
-1
/
+4
*
|
|
|
Make assembler errors fatal
Alex Beregszaszi
2017-04-27
1
-12
/
+4
*
|
|
|
Catch assembler exceptions and throw readable Solidity exceptions
Alex Beregszaszi
2017-04-27
1
-2
/
+35
|
/
/
/
*
|
|
Remove parentheses from around function return parameters
Alex Beregszaszi
2017-04-27
2
-4
/
+2
*
|
|
Check stack height during code generation.
chriseth
2017-04-26
1
-6
/
+34
*
|
|
Refactor to combined scope and stack height info.
chriseth
2017-04-26
11
-63
/
+151
*
|
|
Store stack height in analysis phase.
chriseth
2017-04-26
2
-5
/
+35
*
|
|
Fix storage access tests.
chriseth
2017-04-25
2
-15
/
+21
*
|
|
Special case for storage types with offset zero.
chriseth
2017-04-25
1
-3
/
+18
*
|
|
Pass internal resolver to assembly analyzer.
chriseth
2017-04-25
1
-1
/
+2
*
|
|
Fix refactoring error.
chriseth
2017-04-25
1
-2
/
+2
*
|
|
Build fix.
chriseth
2017-04-25
2
-4
/
+4
*
|
|
Storage access from inline assembly.
chriseth
2017-04-25
4
-17
/
+75
*
|
|
Another stack check.
chriseth
2017-04-25
1
-0
/
+2
*
|
|
Move analysis out of code generator.
chriseth
2017-04-25
7
-26
/
+55
*
|
|
Only allow access to local variables and only if they have a stack size of one.
chriseth
2017-04-25
3
-63
/
+53
*
|
|
Check again that instruction argument count is correct.
chriseth
2017-04-25
1
-0
/
+1
*
|
|
Only run stack filler on AST elements that are or contain declarations.
chriseth
2017-04-25
2
-32
/
+4
*
|
|
Review comments.
chriseth
2017-04-25
2
-2
/
+6
*
|
|
Review comments and cleanup.
chriseth
2017-04-25
4
-8
/
+13
*
|
|
Remove some errors checks from code generation (was moved to analysis already).
chriseth
2017-04-25
1
-50
/
+10
*
|
|
Perform stack height checks in assembly analysis phase.
chriseth
2017-04-25
3
-37
/
+148
*
|
|
Add some missing error locations.
chriseth
2017-04-25
1
-2
/
+3
*
|
|
Use actual type checking phase of assembler.
chriseth
2017-04-25
8
-41
/
+48
*
|
|
Split external identifier access into resolving and code generation.
chriseth
2017-04-25
9
-143
/
+188
*
|
|
Refactor assembly analysis into scope filling and checking.
chriseth
2017-04-25
8
-236
/
+615
*
|
|
Register functions.
chriseth
2017-04-25
3
-33
/
+90
|
/
/
*
|
Merge pull request #2164 from ethereum/jsonio-catch-internal-exceptions
chriseth
2017-04-25
1
-0
/
+12
|
\
\
|
*
|
Catch jsoncpp exceptions
Alex Beregszaszi
2017-04-25
1
-0
/
+8
|
*
|
Do not crash on invalid JSON input
Alex Beregszaszi
2017-04-25
1
-0
/
+4
*
|
|
Merge pull request #2152 from ethereum/warnRevert
chriseth
2017-04-25
3
-2
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change error message.
chriseth
2017-04-21
1
-1
/
+1
|
*
|
Warn about side-effect free statements.
chriseth
2017-04-21
3
-2
/
+11
*
|
|
Merge pull request #2161 from ethereum/jsonio-cleanup
chriseth
2017-04-24
2
-8
/
+12
|
\
\
\
|
*
|
|
Do not fail if parsing failed in StandardCompiler
Alex Beregszaszi
2017-04-24
1
-1
/
+1
|
*
|
|
Change error type names to not include spaces
Alex Beregszaszi
2017-04-24
1
-6
/
+6
|
*
|
|
Be a bit more verbose and capture Boost exceptions in StandardCompiler
Alex Beregszaszi
2017-04-24
1
-1
/
+5
*
|
|
|
Merge pull request #2159 from ethereum/jsonio-source-verify
chriseth
2017-04-24
1
-4
/
+45
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Verify supplied hash in JSON I/O
Alex Beregszaszi
2017-04-24
1
-4
/
+45
*
|
|
|
Document that the ReadFileCallback should not emit exceptions
Alex Beregszaszi
2017-04-22
2
-2
/
+4
|
/
/
/
*
|
|
Changed const reference to value.
chriseth
2017-04-22
1
-1
/
+1
*
|
|
Support URL sources in StandardCompiler
Alex Beregszaszi
2017-04-21
2
-3
/
+35
|
/
/
*
|
Rename ast to legacyAST in StandardCompiler
Alex Beregszaszi
2017-04-21
1
-1
/
+1
*
|
Ensure the language field is present in the JSON
Alex Beregszaszi
2017-04-21
1
-0
/
+6
*
|
Pull out collectEVMObject
Alex Beregszaszi
2017-04-21
1
-17
/
+19
*
|
Enclose local functions in a namespace
Alex Beregszaszi
2017-04-21
1
-0
/
+4
*
|
Support Why3 in StandardCompiler
Alex Beregszaszi
2017-04-21
1
-0
/
+24
*
|
Support gas estimates in StandardCompiler
Alex Beregszaszi
2017-04-21
1
-1
/
+1
*
|
Reject import URLs for now
Alex Beregszaszi
2017-04-21
1
-1
/
+6
*
|
Support the metadata.useLiteralContent setting
Alex Beregszaszi
2017-04-21
1
-0
/
+3
*
|
Properly split contract filename and name
Alex Beregszaszi
2017-04-21
1
-3
/
+10
*
|
Support linkReferences
Alex Beregszaszi
2017-04-21
1
-2
/
+29
*
|
Support new assembly output
Alex Beregszaszi
2017-04-21
1
-3
/
+4
*
|
Move opcodes inside the bytecode section
Alex Beregszaszi
2017-04-21
1
-1
/
+2
*
|
Support methodIdentifiers
Alex Beregszaszi
2017-04-21
1
-1
/
+9
*
|
Support proper error reporting in StandardCompiler
Alex Beregszaszi
2017-04-21
1
-18
/
+104
*
|
Refactor formatError
Alex Beregszaszi
2017-04-21
1
-6
/
+19
*
|
Fail if no sources are given
Alex Beregszaszi
2017-04-21
1
-4
/
+1
*
|
Support the AST output
Alex Beregszaszi
2017-04-21
1
-1
/
+2
*
|
Include source mapping identifier
Alex Beregszaszi
2017-04-21
1
-0
/
+10
*
|
Output legacyAssembly in StandardCompiler
Alex Beregszaszi
2017-04-21
1
-1
/
+12
*
|
Capture error messages from the JSON parser
Alex Beregszaszi
2017-04-21
1
-2
/
+8
*
|
Add formatFatalError() to StandardCompiler
Alex Beregszaszi
2017-04-21
1
-0
/
+15
*
|
Parse remappings in StandardCompiler
Alex Beregszaszi
2017-04-21
1
-0
/
+5
*
|
Parse libraries in StandardCompiler
Alex Beregszaszi
2017-04-21
1
-0
/
+8
*
|
Parse optimizer settings in StandardCompiler
Alex Beregszaszi
2017-04-21
1
-3
/
+6
*
|
Catch exceptions of StandardCompiler
Alex Beregszaszi
2017-04-21
2
-1
/
+15
*
|
Initial implementation of StandardCompiler
Alex Beregszaszi
2017-04-21
1
-0
/
+132
*
|
Add StandardCompiler skeleton
Alex Beregszaszi
2017-04-21
2
-0
/
+90
*
|
Fix source index allocation in CompilerStack. Depending on compiler(optimisat...
Alex Beregszaszi
2017-04-21
1
-1
/
+2
*
|
Merge pull request #2117 from ethereum/implementAsmOut
Yoichi Hirai
2017-04-19
1
-1
/
+1
|
\
\
|
*
|
Implement missing assembly output functions and do not use PushString for ass...
chriseth
2017-04-12
1
-1
/
+1
*
|
|
Keep gas values as a string in CompilerStack::gasEstimate
Alex Beregszaszi
2017-04-13
1
-3
/
+3
*
|
|
Exclude fallback function from the internal functions in estimateGas
Alex Beregszaszi
2017-04-13
1
-1
/
+2
*
|
|
Move gasEstimate into CompilerStack
Alex Beregszaszi
2017-04-13
2
-0
/
+88
|
/
/
*
|
Merge pull request #2098 from ethereum/sourceformatter
Alex Beregszaszi
2017-04-10
1
-0
/
+11
|
\
\
|
*
|
Introduce formatExceptionInformation
Alex Beregszaszi
2017-04-10
1
-0
/
+11
|
|
/
*
/
Pull out ReadFile from CompilerStack
Alex Beregszaszi
2017-04-10
3
-13
/
+50
|
/
*
Fix: Contract inheriting from base with unimplemented constructor is abstract.
chriseth
2017-03-22
1
-0
/
+10
*
Visit structs only once.
chriseth
2017-03-21
1
-3
/
+7
*
Simplify interface checks for FunctionDefinition
Alex Beregszaszi
2017-03-18
1
-8
/
+7
*
Disallow private or internal functions in interfaces
Alex Beregszaszi
2017-03-18
1
-0
/
+3
*
Disallow constructor in interfaces
Alex Beregszaszi
2017-03-18
1
-0
/
+3
*
Disallow enums in interfaces
Alex Beregszaszi
2017-03-18
2
-0
/
+8
*
Use declared instead of defined
Alex Beregszaszi
2017-03-18
1
-1
/
+1
*
Factor out tokenToContractKind
Alex Beregszaszi
2017-03-18
2
-15
/
+18
*
Reject invalid definitions for interface contracts
Alex Beregszaszi
2017-03-18
1
-0
/
+13
*
Support interface (contract) keyword in the parser
Alex Beregszaszi
2017-03-18
3
-6
/
+22
*
Add ContractKind to ContractDefinition
Alex Beregszaszi
2017-03-18
2
-5
/
+9
*
Merge pull request #1773 from ethereum/ASTEntry
chriseth
2017-03-18
2
-3
/
+50
|
\
|
*
Comment.
chriseth
2017-03-17
2
-2
/
+2
|
*
AST entry for VariableDeclaration
djudjuu
2017-03-16
2
-3
/
+50
*
|
Merge pull request #1792 from ethereum/function-kind
chriseth
2017-03-17
8
-226
/
+222
|
\
\
|
*
|
Change references to FunctionType::Location
Alex Beregszaszi
2017-03-16
7
-126
/
+123
|
*
|
Rename FunctionType::Location to FunctionType::Kind
Alex Beregszaszi
2017-03-16
2
-100
/
+99
|
|
/
*
/
Rename ErrorMesage to ErrorMessage
Alex Beregszaszi
2017-03-17
2
-3
/
+3
|
/
*
Merge pull request #1698 from ethereum/exp-notation
chriseth
2017-03-15
2
-27
/
+91
|
\
|
*
Split out parseRational from isValidLiteral
Alex Beregszaszi
2017-03-15
2
-32
/
+58
|
*
Rename x to value
Alex Beregszaszi
2017-03-15
1
-16
/
+17
|
*
Disallow radix points in hex literals
Alex Beregszaszi
2017-03-15
1
-1
/
+6
|
*
Do not try parsing hex numbers as scientific notation
Alex Beregszaszi
2017-03-15
1
-1
/
+2
|
*
Support older version of boost
Alex Beregszaszi
2017-03-15
1
-1
/
+4
|
*
Support negative exponent
Alex Beregszaszi
2017-03-15
1
-6
/
+11
|
*
Fix exponentional notation in number literals
Alex Beregszaszi
2017-03-15
1
-4
/
+27
*
|
Mention 'transfer' in warning about unchecked 'send'.
chriseth
2017-03-15
1
-2
/
+3
*
|
Merge pull request #1729 from ethereum/constantvariables
Yoichi Hirai
2017-03-15
4
-18
/
+80
|
\
\
|
*
|
Turn non-constant constants error into warning.
chriseth
2017-03-15
1
-2
/
+3
|
*
|
Disallow constants that are neither value types nor strings.
chriseth
2017-03-13
1
-0
/
+8
|
*
|
Allow enum values for constants.
chriseth
2017-03-13
1
-1
/
+4
|
*
|
Type checking for pure expressions.
chriseth
2017-03-13
4
-18
/
+68
*
|
|
Require and Assert.
chriseth
2017-03-14
3
-6
/
+12
|
/
/
*
|
Merge pull request #1751 from ethereum/warnLiteralExpBase
Yoichi Hirai
2017-03-11
1
-0
/
+20
|
\
\
|
|
/
|
/
|
|
*
Warn about literal constant base in exponentiation.
chriseth
2017-03-07
1
-0
/
+20
*
|
Fix 'ambiguous overload for operator==' Boost error.
Ryan Casey
2017-03-10
1
-5
/
+5
*
|
Resolve build-stopping error about 'minor' and 'major' being defined in <sys/...
Ryan Casey
2017-03-10
1
-0
/
+3
*
|
Merge pull request #1747 from ethereum/fixICEInternalConstructor
Yoichi Hirai
2017-03-09
5
-26
/
+30
|
\
\
|
*
|
Move public constructor property into AST itself.
chriseth
2017-03-06
5
-6
/
+10
|
*
|
Strict checking for AST annotation types.
chriseth
2017-03-06
1
-20
/
+20
*
|
|
Merge pull request #1748 from ethereum/singletonArray
chriseth
2017-03-08
1
-1
/
+1
|
\
\
\
|
*
|
|
Convert to mobile type for array type.
chriseth
2017-03-06
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Disallow compound assignment for tuples.
chriseth
2017-03-08
1
-0
/
+5
*
|
|
Merge pull request #1750 from ethereum/asmoctal
Yoichi Hirai
2017-03-08
1
-0
/
+3
|
\
\
\
|
*
|
|
Disallow octal literals.
chriseth
2017-03-07
1
-0
/
+3
|
|
/
/
*
|
|
Merge pull request #1699 from ethereum/asmlabels
Yoichi Hirai
2017-03-08
7
-149
/
+518
|
\
\
\
[next]