Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort includes in libsolidity/codegen | Leonardo Alt | 2018-12-18 | 1 | -5/+6 |
| | |||||
* | Add missing header guards | Alex Beregszaszi | 2018-12-12 | 1 | -0/+2 |
| | |||||
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 1 | -2/+2 |
| | |||||
* | Removing redundant virtual from override function declaration | mordax | 2018-11-21 | 1 | -11/+11 |
| | | | | | | Remove trailing whitespace Remove changelog change | ||||
* | Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper ↵ | Christian Parpart | 2018-10-22 | 1 | -6/+6 |
| | | | | namespace | ||||
* | Mark functions static | Alex Beregszaszi | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Mark a lot of functions const (where possible) | Alex Beregszaszi | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Merge interface/Exceptions and interface/Utils | Alex Beregszaszi | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Cleaner shift handling and type conversion for binary operations. | chriseth | 2016-12-12 | 1 | -1/+5 |
| | |||||
* | Support bitshifting in variables | Alex Beregszaszi | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | codegen: refactor common code | Yoichi Hirai | 2016-10-24 | 1 | -0/+2 |
| | |||||
* | Allow calling internal functions of libraries. | chriseth | 2016-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Internal functions of libraries can be called as if the library were a base contract of the calling contract. As the calling convention for internal functions is to not create a new call context, the code of these functions will be pulled into the context of the caller, duplicating their code. This might pull in code of further internal or even private functions. The use case for such functions is to allow libraries which can operate on memory types such that these types can also be modified in place. | ||||
* | [cond-expr] generate assembly for _ ? _ : _ | Lu Guanqun | 2016-01-23 | 1 | -0/+1 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+138 |