COMMITS
/ libsolidity/ast/Types.cpp December 6, 2016
C
Cleaner shift handling and type conversion for binary operations.
chriseth committed
December 5, 2016
C
Type after shift should be type of left operand.
chriseth committed
April 29, 2016
A
Support bitshifting in variables
Alex Beregszaszi committed
November 28, 2016
A
Rename dev::validate to dev::validateUTF8
Alex Beregszaszi committed
November 26, 2016
A
Make position optional in dev::validate
Alex Beregszaszi committed
November 25, 2016
C
Indentation.
chriseth committed
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 16, 2016
C
Some more assertions and style changes.
chriseth committed
November 14, 2016
C
Change encoding to address-funid and add "function" as ABI type.
chriseth committed
A
Print canonical names of structs and enums in AST
Alex Sinyagin committed
November 11, 2016
C
Check that no internals are used in any external function type.
chriseth committed
November 9, 2016
C
Disallow payable internal functions.
chriseth committed
C
delete for function types
chriseth committed
Y
ast, codegen: disallow conversion between different enum types
Yoichi Hirai committed
October 19, 2016
C
Change alignment.
chriseth committed
C
Changelog entry and small fixes.
chriseth committed
October 13, 2016
C
Fix some type checks and tests for internal / external function parameters.
chriseth committed
Y
Check if a fixedBytes fits an integer type
Yoichi Hirai 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 26, 2016
Y
Type checker: move the burden of computing mobile type to commonType
Yoichi Hirai committed
October 24, 2016
Y
ast: ban signed EXP, fixing #1246
Yoichi Hirai committed
October 21, 2016
C
More checks for missing mobile type.
chriseth committed
October 20, 2016
C
Fix crash in throw.
chriseth committed
Y
ast: simplifications suggested by @chriseth
Yoichi Hirai committed
October 17, 2016
Y
When a contract type is super, its members do not contain the functions of itself
Yoichi Hirai committed
September 7, 2016
A
Use >> (SAR) to denote constant shifts
Alex Beregszaszi committed
June 7, 2016
A
Reject negative shifts within constants
Alex Beregszaszi committed
May 17, 2016
R
Support shifting constants
RJ committed
October 14, 2016
A
Omit non-convertible bound functions
Alex Beregszaszi committed
A
Ensure that bound functions cannot be defined without self type
Alex Beregszaszi committed
October 5, 2016
A
Rename dev::sha3 to dev::keccak256
Alex Beregszaszi committed
September 6, 2016
A
Include assert for selfType on bound functions to avoid crash
Alex Beregszaszi committed
August 31, 2016
C
Change function type to include and propagate payable and constant modifier.
chriseth committed
August 26, 2016
A
Merged in changes from chriseth/payable
Alex Beregszaszi committed
June 18, 2016
A
Support payable keyword for functions
Alex Beregszaszi committed
August 9, 2016
D
Remove After from Types.cpp
Denton Liu committed
August 8, 2016
A
Remove dev::utf8 namespace
Alex Beregszaszi committed
A
Use size_t in dev::utf8::validate()
Alex Beregszaszi committed
August 5, 2016
A
Use utf8::validate in StringLiteral::toString
Alex Beregszaszi committed
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 18, 2016
V
updated docs
VoR0220 committed
May 13, 2016
V
V
current debugging info
VoR0220 committed
May 10, 2016
C
C
Simplify interface of RationalNumber.
chriseth committed