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
/
SyntaxChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn if modifiers are applied to functions without implementation.
chriseth
2018-04-12
1
-0
/
+7
*
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
1
-12
/
+3
|
\
|
*
Defaults to external visibility for interfaces.
bitshift
2018-04-03
1
-12
/
+3
*
|
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
1
-0
/
+7
|
/
*
Issue error if no visibility is specified (on 0.5.0)
Alex Beregszaszi
2018-02-27
1
-6
/
+13
*
Turn throw into a syntax error for 0.5.0
Alex Beregszaszi
2018-02-27
1
-4
/
+12
*
Do not warn about analysis-only experimental features.
chriseth
2018-02-22
1
-2
/
+4
*
Deprecate the var keyword (and mark it an error as experimental 0.5.0 feature)
Jimmy Vogel
2018-02-13
1
-0
/
+14
*
Fix a typo
Kwang Yul Seo
2017-11-14
1
-1
/
+1
*
Unary + now a synax error (experimental 0.5.0)
Rhett Aultman
2017-09-30
1
-1
/
+8
*
Warn if no visibility is specified on contract functions.
Alex Beregszaszi
2017-09-14
1
-1
/
+13
*
Introduce ExperimentalFeatures header
Alex Beregszaszi
2017-08-10
1
-6
/
+4
*
Reject wildcard and multiple experimental pragmas
Alex Beregszaszi
2017-08-10
1
-13
/
+16
*
Reject unsupported experimental feature names
Alex Beregszaszi
2017-08-10
1
-0
/
+5
*
Warn if using experimental pragma
Alex Beregszaszi
2017-08-10
1
-0
/
+5
*
Support experimental feature pragma
Alex Beregszaszi
2017-08-10
1
-4
/
+28
*
Deprecate throw.
chriseth
2017-07-06
1
-0
/
+10
*
Warn deprecated usage of parameter names in function types
Federico Bond
2017-06-27
1
-0
/
+12
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-32
/
+9
*
Style and stricter tests.
chriseth
2017-05-02
1
-3
/
+1
*
Deprecate use of unary '+'
Rhett Aultman
2017-04-29
1
-0
/
+19
*
Refactor NameAndTypeResolver and SyntaxChecker to allow other entry points.
chriseth
2017-02-14
1
-2
/
+2
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Suggest correct version for pragma and complain about pre-release version.
chriseth
2016-10-25
1
-4
/
+13
*
Fix pragma keyword check
Yoichi Hirai
2016-10-11
1
-1
/
+1
*
Use version string (including prerelease) for pragma matching.
chriseth
2016-09-01
1
-2
/
+3
*
Version pragma.
chriseth
2016-09-01
1
-3
/
+50
*
Require modifiers to contain "_".
chriseth
2016-08-16
1
-1
/
+20
*
add another test case for continue not in loop
Lu Guanqun
2016-01-19
1
-4
/
+4
*
code changes according to Chris's comments
Lu Guanqun
2016-01-19
1
-16
/
+9
*
check whether break/continue is in the loop
Lu Guanqun
2016-01-15
1
-0
/
+87