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
/
ViewPureChecker.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix typos.
chriseth
2018-10-04
1
-4
/
+4
|
*
Split IntegerType into IntegerType and AddressType.
Daniel Kirchner
2018-09-05
1
-1
/
+1
|
*
Turn warning into error.
chriseth
2018-09-04
1
-5
/
+7
|
*
Warns if modifier uses msg.value in non-payable function.
Erik Kundt
2018-09-04
1
-36
/
+87
|
*
Add abi.decode(bytes data, (...))
chriseth
2018-08-15
1
-1
/
+1
|
*
Do not handle `balance` member of contract types specially.
chriseth
2018-07-20
1
-2
/
+1
|
*
Remove v050 check for enforcing "view" in ViewPureChecker.
Daniel Kirchner
2018-07-04
1
-25
/
+13
|
*
Fix view/pure error ordering problem.
chriseth
2018-06-04
1
-2
/
+2
|
*
Add abi.encode, abi.encodePacked, abi.encodeWithSelector and ↵
Alex Beregszaszi
2018-04-12
1
-1
/
+6
|
|
|
|
abi.encodeWithSignature.
*
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