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
/
analysis
/
ViewPureChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix view/pure error ordering problem.
chriseth
2018-06-04
1
-2
/
+2
*
Add abi.encode, abi.encodePacked, abi.encodeWithSelector and abi.encodeWithSi...
Alex Beregszaszi
2018-04-12
1
-1
/
+6
*
Allow `this.f.selector` to be pure.
chriseth
2018-02-13
1
-0
/
+16
*
Separate expression and statement.
chriseth
2017-12-13
1
-0
/
+4
*
Split Instruction and FunctionalInstruction in Julia
Alex Beregszaszi
2017-12-05
1
-5
/
+9
*
If statement for Iulia / inline assembly.
chriseth
2017-11-22
1
-0
/
+5
*
Enforce view with error for experimental 0.5.0.
chriseth
2017-09-14
1
-11
/
+23
*
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
1
-10
/
+87
*
Do not report on overriding function and only warn for view.
chriseth
2017-09-06
1
-12
/
+19
*
View-pure checker.
chriseth
2017-09-06
1
-0
/
+227