Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust tests for multiple errors with the var keyword | Alex Beregszaszi | 2018-02-13 | 1 | -3/+5 |
* | Do not use var where not neccessary in tests | Alex Beregszaszi | 2018-02-13 | 1 | -3/+3 |
* | Issue warning for using public visibility for interface functions | Alex Beregszaszi | 2018-02-01 | 1 | -2/+2 |
* | Allow ``gas`` in view functions. | chriseth | 2017-10-16 | 1 | -2/+5 |
* | Merge pull request #2904 from ethereum/viewPure5 | Alex Beregszaszi | 2017-09-15 | 1 | -0/+10 |
|\ | |||||
| * | Enforce view with error for experimental 0.5.0. | chriseth | 2017-09-14 | 1 | -0/+10 |
* | | Update view/pure tests to contain mandatory visibility specifiers | Alex Beregszaszi | 2017-09-14 | 1 | -53/+51 |
|/ | |||||
* | Allow constant variables in pure functions. | chriseth | 2017-09-06 | 1 | -0/+13 |
* | Tone down error message. | chriseth | 2017-09-06 | 1 | -3/+3 |
* | Analyze assembly. | chriseth | 2017-09-06 | 1 | -0/+62 |
* | New tests for view and pure checker. | chriseth | 2017-09-06 | 1 | -0/+323 |