Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -8/+12 |
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 1 | -1/+1 |
* | Removing redundant virtual from override function declaration | mordax | 2018-11-21 | 1 | -11/+11 |
* | Warns if modifier uses msg.value in non-payable function. | Erik Kundt | 2018-09-04 | 1 | -13/+12 |
* | Remove v050 check for enforcing "view" in ViewPureChecker. | Daniel Kirchner | 2018-07-04 | 1 | -1/+0 |
* | Allow `this.f.selector` to be pure. | chriseth | 2018-02-13 | 1 | -0/+1 |
* | Enforce view with error for experimental 0.5.0. | chriseth | 2017-09-14 | 1 | -0/+1 |
* | Analyze assembly. | chriseth | 2017-09-06 | 1 | -1/+1 |
* | View-pure checker. | chriseth | 2017-09-06 | 1 | -0/+79 |