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
*
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