COMMITS
/ libsolidity/ast/Types.h December 1, 2016
F
Warn about using msg.value in non-payable function
Federico Bond committed
November 25, 2016
Y
ast: string literals that are not valid UTF are not convertible to strings
Yoichi Hirai committed
November 18, 2016
V
Fix licensing headers
VoR0220 committed
November 14, 2016
C
Change encoding to address-funid and add "function" as ABI type.
chriseth committed
November 11, 2016
C
Check that no internals are used in any external function type.
chriseth committed
November 9, 2016
C
delete for function types
chriseth committed
September 28, 2016
C
Code generator for function types.
chriseth committed
September 27, 2016
C
Function types.
chriseth committed
November 7, 2016
Y
ast: add EnumType::numberOfMembers()
Yoichi Hirai committed
October 14, 2016
A
Ensure that bound functions cannot be defined without self type
Alex Beregszaszi committed
October 18, 2016
Y
`super`'s size on stack is zero, because the expression compiler does not push an address.
Yoichi Hirai committed
August 31, 2016
C
Change function type to include and propagate payable and constant modifier.
chriseth committed
June 18, 2016
A
Support payable keyword for functions
Alex Beregszaszi committed
August 5, 2016
A
Move LiteralString::toString from the header
Alex Beregszaszi committed
June 1, 2016
C
Inaccessible dynamic types
chriseth committed
May 20, 2016
C
Fixes for invalid cleanups for small types.
chriseth committed
May 10, 2016
C
C
Simplify interface of RationalNumber.
chriseth committed
C
Some cleanup.
chriseth committed
C
Prefer mobileType() to check rational range.
chriseth committed
April 12, 2016
V
updated algorithm for bit finding...now to figure out literal value
VoR0220 committed
April 8, 2016
March 29, 2016
V
fixing modulus and Solidity Name and Type Resolution
VoR0220 committed
V
changed names for Rational Constants and categories
VoR0220 committed
March 18, 2016
February 18, 2016
R
initial work for fixed types...potentially needing a constant literal type for this
RJ Catalano committed
April 11, 2016
C
Remove log.h from solidity.
chriseth committed
March 9, 2016
L
- inline and assembly keywords added
LianaHus committed
March 7, 2016
C
BREAKING: Implement delegatecall and make default for library calls.
chriseth committed
February 8, 2016
February 3, 2016
C
Index access for bytesXX.
chriseth committed
December 15, 2015
C
Simple aliasing during import.
chriseth committed
November 30, 2015
C
Merge pull request #251 from chriseth/bind2
chriseth committed
November 27, 2015
C
Also check the object type for bound functions.
chriseth committed
November 25, 2015
C
Add bound functions to types.
chriseth committed
November 28, 2015
C
Introduce selfdestruct alias for suicide.
chriseth committed
November 24, 2015
C
Invalidate cached members if scope changes.
chriseth committed
C
Fixed string inside struct allocation bug.
chriseth committed
November 19, 2015
C
Make members context-sensitive.
chriseth committed
November 17, 2015
C
Type checking for creating new arrays.
chriseth committed
November 18, 2015
C
Addmod and mulmod.
chriseth committed
October 20, 2015
C
File reorganisation.
chriseth committed