Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow mismatching types in switch cases and detect duplicates by value ↵ | Daniel Kirchner | 2019-01-15 | 1 | -0/+13 |
| | | | | for number literals. | ||||
* | Take special functions that require literals into account. | chriseth | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Use C++ user-defined literals for creating YulString constants. | Daniel Kirchner | 2018-12-13 | 1 | -3/+3 |
| | |||||
* | Codegen for object access. | chriseth | 2018-12-12 | 1 | -12/+14 |
| | |||||
* | Builtin functions for yul analysis. | chriseth | 2018-12-04 | 1 | -0/+19 |
| | |||||
* | Tests for parser for builtins. | chriseth | 2018-12-04 | 1 | -0/+17 |
| | |||||
* | Use dialect option in yul parser tests. | chriseth | 2018-12-04 | 1 | -11/+13 |
| | |||||
* | Introduce the concept of builtin functions. | chriseth | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | Do not stop if there is more than one error. | chriseth | 2018-12-04 | 1 | -1/+2 |
| | |||||
* | liblangutil: extends CharStream to know about the respective (file-)name ↵ | Christian Parpart | 2018-11-29 | 1 | -1/+1 |
| | | | | (and adapt codebase to it) | ||||
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -9/+7 |
| | |||||
* | Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵ | Christian Parpart | 2018-11-23 | 1 | -3/+3 |
| | | | | libyul | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+1 |
| | | | | | | | 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 | -2/+2 |
| | |||||
* | Renaming libjulia to libyul | Christian Parpart | 2018-10-15 | 1 | -0/+306 |