Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support experimental feature pragma | Alex Beregszaszi | 2017-08-10 | 1 | -0/+2 |
| | |||||
* | Deprecate throw. | chriseth | 2017-07-06 | 1 | -0/+3 |
| | |||||
* | Warn deprecated usage of parameter names in function types | Federico Bond | 2017-06-27 | 1 | -0/+2 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -5/+2 |
| | | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209 | ||||
* | Deprecate use of unary '+' | Rhett Aultman | 2017-04-29 | 1 | -0/+4 |
| | | | | | | | The unary '+' serves no meaningful purpose in Solidity and it makes it possible to produce typos with dagerous implications (e.g. 'a =+5 '), so we are deprecating it. The SyntaxChecker currently issues warnings on the unary '+' but will still compile it for now. | ||||
* | Refactor NameAndTypeResolver and SyntaxChecker to allow other entry points. | chriseth | 2017-02-14 | 1 | -1/+1 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Version pragma. | chriseth | 2016-09-01 | 1 | -0/+7 |
| | |||||
* | Require modifiers to contain "_". | chriseth | 2016-08-16 | 1 | -0/+9 |
| | |||||
* | code changes according to Chris's comments | Lu Guanqun | 2016-01-19 | 1 | -3/+6 |
| | |||||
* | check whether break/continue is in the loop | Lu Guanqun | 2016-01-15 | 1 | -0/+58 |