Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort includes in libsolidity/ast | Leonardo Alt | 2018-12-17 | 1 | -3/+4 |
| | |||||
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -1/+6 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper ↵ | Christian Parpart | 2018-10-22 | 1 | -1/+1 |
| | | | | namespace | ||||
* | Uses short string representation of TypePointer | Erik Kundt | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Introduce emit statement. | chriseth | 2018-02-22 | 1 | -0/+1 |
| | |||||
* | Mark functions static | Alex Beregszaszi | 2017-09-20 | 1 | -10/+10 |
| | |||||
* | Merge pull request #2656 from ethereum/performance1 | chriseth | 2017-08-23 | 1 | -2/+11 |
|\ | | | | | Avoid some Json copy operations. | ||||
| * | Avoid some Json copy operations. | chriseth | 2017-08-21 | 1 | -2/+11 |
| | | |||||
* | | Remove visits to abstract AST class TypeName. | chriseth | 2017-08-22 | 1 | -1/+0 |
| | | |||||
* | | Mark a lot of functions static (where possible) | Alex Beregszaszi | 2017-08-22 | 1 | -3/+3 |
| | | |||||
* | | Mark a lot of functions const (where possible) | Alex Beregszaszi | 2017-08-22 | 1 | -3/+3 |
|/ | |||||
* | Make toString(visibility) a helper | Alex Beregszaszi | 2017-08-09 | 1 | -1/+0 |
| | |||||
* | Merge interface/Exceptions and interface/Utils | Alex Beregszaszi | 2017-06-22 | 1 | -1/+0 |
| | |||||
* | adjusted testcase and renaming | djudjuu | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | fix Literalprint | djudjuu | 2017-05-31 | 1 | -0/+1 |
| | |||||
* | refactoring functionCallAnnotation | djudjuu | 2017-05-19 | 1 | -0/+1 |
| | |||||
* | testsuite adjustment | djudjuu | 2017-05-19 | 1 | -4/+4 |
| | |||||
* | include new InlineAssemblyInformation into JSON | djudjuu | 2017-05-17 | 1 | -0/+1 |
| | |||||
* | prefixChanges and contractKind-field | djuju | 2017-05-17 | 1 | -0/+1 |
| | |||||
* | fixed styletypos, renaming and added helperfunction | djuju | 2017-05-17 | 1 | -1/+12 |
| | |||||
* | Compact format for AST-Json with backwards compatibility | chriseth | 2017-05-17 | 1 | -63/+35 |
| | |||||
* | Comment. | chriseth | 2017-03-17 | 1 | -1/+1 |
| | |||||
* | AST entry for VariableDeclaration | djudjuu | 2017-03-16 | 1 | -0/+8 |
| | |||||
* | Include visibility level for functions in AST | Federico Bond | 2016-12-13 | 1 | -0/+1 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Function types. | chriseth | 2016-11-16 | 1 | -0/+2 |
| | |||||
* | Version pragma. | chriseth | 2016-09-01 | 1 | -0/+2 |
| | |||||
* | JSON AST: Some attribute cleanup. Add linearized base contracts. | chriseth | 2016-08-19 | 1 | -2/+1 |
| | |||||
* | Move creation of the root element of JSON AST to the SourceUnit visitor | Alex Sinyagin | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | Add ast json converter for PlaceholderStatement | Alex Sinyagin | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | Add ast json converter for ArrayTypeName | Alex Sinyagin | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | Add ast json converter for ModifierInvocation and EventDefinition | Alex Sinyagin | 2016-08-18 | 1 | -0/+4 |
| | |||||
* | Add ast json converter for ModifierDefinition | Alex Sinyagin | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | Add ast json converter for EnumValue | Alex Sinyagin | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | Add ast json converter for EnumDefinition | Alex Sinyagin | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | Add ast json converter for UsingForDirective | Alex Sinyagin | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | Add a ast json converter for InheritanceSpecifier | Alex Sinyagin | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | Fix segfault in ast output. | chriseth | 2016-08-09 | 1 | -2/+2 |
| | |||||
* | Source location as part of AST. | chriseth | 2016-07-21 | 1 | -5/+13 |
| | |||||
* | Parsing for inline assembly. | chriseth | 2016-03-30 | 1 | -0/+2 |
| | |||||
* | [cond-expr] add visitor related functions | Lu Guanqun | 2016-01-23 | 1 | -0/+2 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+136 |