Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort includes in libsolidity/analysis | Leonardo Alt | 2018-12-17 | 1 | -1/+0 |
| | |||||
* | Move library related checks. | chriseth | 2018-11-30 | 1 | -0/+2 |
| | |||||
* | Move hash collisions checks. | chriseth | 2018-11-30 | 1 | -0/+2 |
| | |||||
* | Move external type clash check. | chriseth | 2018-11-30 | 1 | -0/+3 |
| | |||||
* | Move fallback function checks. | chriseth | 2018-11-30 | 1 | -0/+1 |
| | |||||
* | Move constructor checks. | chriseth | 2018-11-30 | 1 | -0/+1 |
| | |||||
* | Rename functions. | chriseth | 2018-11-30 | 1 | -5/+5 |
| | |||||
* | Move base constructor argument checks. | chriseth | 2018-11-30 | 1 | -0/+6 |
| | |||||
* | Move abstract function check. | chriseth | 2018-11-30 | 1 | -0/+1 |
| | |||||
* | Move override checks. | chriseth | 2018-11-30 | 1 | -0/+5 |
| | |||||
* | Move duplication checks. | chriseth | 2018-11-30 | 1 | -0/+7 |
| | |||||
* | Add skeleton for contract level checker. | chriseth | 2018-11-30 | 1 | -0/+59 |