COMMITS
/ libsolidity/codegen/ExpressionCompiler.cpp December 13, 2016
C
Use correct type for storing.
chriseth committed
December 6, 2016
C
Cleaner shift handling and type conversion for binary operations.
chriseth committed
April 29, 2016
A
Support bitshifting in variables
Alex Beregszaszi committed
A
Include SHR case in ExpressionCompiler::appendShiftOperatorCode
Alex Beregszaszi committed
November 17, 2016
A
Use solUnimplemented wherever possible
Alex Beregszaszi committed
November 18, 2016
V
Fix licensing headers
VoR0220 committed
November 11, 2016
C
Converted sub assembly to smart pointer.
chriseth committed
November 10, 2016
C
Stored combined creation and runtime tags.
chriseth committed
November 14, 2016
R
Unimplemented features moved to their own exception (#1361)
Rhett Aultman committed
October 25, 2016
C
Merge pull request #1264 from ethereum/988
chriseth committed
October 21, 2016
C
More checks for missing mobile type.
chriseth committed
Y
codegen: refactor common code
Yoichi Hirai committed
Y
codegen: if a member access has been resolved as a variable, follow that
Yoichi Hirai committed
Y
codegen: skip contract L for L.Foo where Foo is a type
Yoichi Hirai committed
October 5, 2016
A
Rename dev::sha3 to dev::keccak256
Alex Beregszaszi committed
September 16, 2016
C
Access output memory area so that we do not pay for resize during call.
chriseth committed
September 5, 2016
C
Provide gas stipend manually for send(0).
chriseth committed
C
Do not pay new account gas.
chriseth committed
September 6, 2016
C
Merge pull request #665 from axic/feature/accept-ether
chriseth committed
August 31, 2016
C
Change function type to include and propagate payable and constant modifier.
chriseth committed
August 17, 2016
C
Merge pull request #839 from chriseth/checkcode
chriseth committed
C
Merge pull request #838 from chriseth/ecrecover
chriseth committed
August 7, 2016
C
Make function calls throw if target does not have code.
chriseth committed
C
Make ecrecover throw for malformed input.
chriseth committed
August 12, 2016
C
Throw on division by zero.
chriseth committed
C
Actually better to return zero on error.
chriseth committed
August 16, 2016
C
Provide inline assembly to the code generator. (#840)
chriseth committed
July 11, 2016
C
Throw if contract creation fails.
chriseth committed
August 5, 2016
D
Remove After from ExpressionCompiler
Denton Liu committed
July 28, 2016
C
Bugfix: Allocate empty array.
chriseth committed
May 20, 2016
C
Fixes for invalid cleanups for small types.
chriseth committed
May 10, 2016
C
March 29, 2016
V
changed names for Rational Constants and categories
VoR0220 committed
February 18, 2016
R
initial work for fixed types...potentially needing a constant literal type for this
RJ Catalano committed
April 26, 2016
C
Allow calling internal functions of libraries.
chriseth committed
April 6, 2016
C
Make solidity independent from ethcore.
chriseth committed
April 4, 2016
D
reduce unnecessary solidity:: namespace
Dimitry committed
April 2, 2016
D
rename namespace for instruction.h/cpp in libevmasm
Dimitry committed
March 30, 2016
C
Correctly clean higher order bits for index access.
chriseth committed
March 18, 2016
B
Fixed Windows warnings
Bob Summerwill committed
March 7, 2016
C
BREAKING: Implement delegatecall and make default for library calls.
chriseth committed
February 3, 2016
C
Index access for bytesXX.
chriseth committed
January 7, 2016
L
[cond-expr] fixup according to code review
Lu Guanqun committed
December 23, 2015
L
[cond-expr] make the codegen one instruction less
Lu Guanqun committed
December 22, 2015
L
[cond-expr] generate assembly for _ ? _ : _
Lu Guanqun committed
January 11, 2016
C
Detect library name clashes.
chriseth committed
R
R
Update ExpressionCompiler.cpp
RJ committed
R
Update ExpressionCompiler.cpp
RJ committed
January 10, 2016
R
Update ExpressionCompiler.cpp
RJ committed