aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/GlobalContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bare functions take single bytes argument.chriseth2018-06-251-4/+4
* Merge pull request #3364 from ethereum/revertWithReasonchriseth2018-04-131-0/+2
|\
| * Allow error string for ``require``.chriseth2018-04-121-0/+1
| * Register overload for ``revert()`` that can receive a reason string.chriseth2018-04-121-0/+1
* | Add abi.encode, abi.encodePacked, abi.encodeWithSelector and abi.encodeWithSi...Alex Beregszaszi2018-04-121-0/+1
|/
* Moves blockhash function to global level.bitshift2018-03-271-0/+1
* Move msg.gas to global function gasleft(). Closes #2971.Daniel Kirchner2018-03-051-0/+1
* Order GlobalContext entriesAlex Beregszaszi2017-09-271-13/+13
* Format GlobalContext for readabilityAlex Beregszaszi2017-09-271-42/+25
* Mark all built in functions with appropriate statemutabilityAlex Beregszaszi2017-08-291-10/+10
* Change references to FunctionType::LocationAlex Beregszaszi2017-03-161-17/+17
* Require and Assert.chriseth2017-03-141-3/+4
* Remove assert for now.chriseth2017-02-241-2/+3
* Support revert()Alex Beregszaszi2017-02-111-1/+3
* Implement assert as a global functionAlex Beregszaszi2017-02-101-1/+3
* Fix licensing headersVoR02202016-11-231-4/+4
* Add alias keccak256() for sha3()Alex Beregszaszi2016-10-061-0/+2
* Introduce selfdestruct alias for suicide.chriseth2015-11-291-1/+3
* Addmod and mulmod.chriseth2015-11-191-0/+4
* File reorganisation.chriseth2015-10-211-0/+96