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
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move InterfaceHandler from string to JSON
Alex Beregszaszi
2016-11-15
4
-29
/
+26
*
Do not include a trailing new line in the ABI JSON output
Alex Beregszaszi
2016-11-15
1
-1
/
+4
*
Unimplemented features moved to their own exception (#1361)
Rhett Aultman
2016-11-15
2
-0
/
+7
*
Suggest correct version for pragma and complain about pre-release version.
chriseth
2016-10-25
1
-3
/
+15
*
Rename dev::sha3 to dev::keccak256
Alex Beregszaszi
2016-10-06
2
-2
/
+2
*
Fix problem with release version string.
chriseth
2016-09-08
1
-3
/
+5
*
Reject constant modifier on the fallback function
Alex Beregszaszi
2016-09-06
1
-1
/
+0
*
Test and fixes for payable fallback in ABI.
chriseth
2016-09-06
1
-0
/
+1
*
Do not include the payable keyword for constructors
Alex Beregszaszi
2016-09-06
1
-1
/
+0
*
Support payable keyword for functions
Alex Beregszaszi
2016-09-06
1
-0
/
+2
*
Do not use internal types for event parameters.
chriseth
2016-09-02
1
-1
/
+2
*
fix CompilerStack::absolutePath
Dimitry
2016-09-01
1
-1
/
+1
*
Merge pull request #664 from axic/feature/interface-fallback
chriseth
2016-08-30
1
-1
/
+9
|
\
|
*
Introduce fallback entry in the ABI
Alex Beregszaszi
2016-08-27
1
-1
/
+9
*
|
Merge pull request #941 from chriseth/versionString
Bob Summerwill
2016-08-27
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make versioning semver compatible and force commit hash availability.
chriseth
2016-08-26
1
-4
/
+2
*
|
Remove standard contracts
Denton Liu
2016-08-19
2
-30
/
+8
|
/
*
remove solidity --interface
Dimitry
2016-08-17
4
-85
/
+1
*
Source location as part of AST.
chriseth
2016-07-21
2
-2
/
+127
*
Provide formal version in json output.
chriseth
2016-07-19
2
-3
/
+6
*
Allow remappings to change depending on the context.
chriseth
2016-06-09
2
-16
/
+88
*
Make solidity independent from ethcore.
chriseth
2016-04-07
1
-3
/
+1
*
reduce unnecessary solidity:: namespace
Dimitry
2016-04-04
1
-3
/
+3
*
rename namespace for instruction.h/cpp in libevmasm
Dimitry
2016-04-02
1
-3
/
+3
*
Remove code duplication in source references formatter.
chriseth
2016-04-01
2
-32
/
+34
*
Do not use source reference if it is empty.
chriseth
2016-03-31
1
-3
/
+8
*
Parsing for inline assembly.
chriseth
2016-03-30
2
-6
/
+6
*
- inline and assembly keywords added
LianaHus
2016-03-12
2
-5
/
+5
*
BREAKING: Implement delegatecall and make default for library calls.
chriseth
2016-03-12
1
-1
/
+1
*
Merge pull request #356 from guanqun/break-not-in-loop
chriseth
2016-01-21
3
-0
/
+10
|
\
|
*
code changes according to Chris's comments
Lu Guanqun
2016-01-19
1
-1
/
+1
|
*
check whether break/continue is in the loop
Lu Guanqun
2016-01-15
3
-0
/
+10
*
|
Merge pull request #351 from chriseth/autoload
chriseth
2016-01-19
2
-31
/
+76
|
\
\
|
*
|
Build fix for MacOS.
chriseth
2016-01-14
1
-1
/
+1
|
*
|
Autoload files in solc.
chriseth
2016-01-12
2
-31
/
+76
|
|
/
*
|
Set error flag to true.
chriseth
2016-01-14
1
-0
/
+1
*
|
Detect library name clashes.
chriseth
2016-01-14
2
-0
/
+36
|
/
*
Simple aliasing during import.
chriseth
2015-12-18
1
-0
/
+3
*
Parse complex import directives.
chriseth
2015-12-18
1
-1
/
+1
*
Relative paths in import directives.
chriseth
2015-12-10
2
-5
/
+26
*
Source units are independent scopes.
chriseth
2015-12-10
1
-0
/
+6
*
Make members context-sensitive.
chriseth
2015-11-26
1
-1
/
+1
*
Fix: Cope with non-existing commit hash.
chriseth
2015-11-03
1
-1
/
+4
*
Rename error type.
chriseth
2015-10-28
2
-3
/
+3
*
Preliminary why3 code output.
chriseth
2015-10-27
4
-19
/
+41
*
Store docstrings in AST annotations.
chriseth
2015-10-26
4
-334
/
+64
*
File reorganisation.
chriseth
2015-10-21
13
-0
/
+2029