Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort includes in libsolidity/analysis | Leonardo Alt | 2018-12-17 | 1 | -2/+1 |
* | Replace push_back with emplace_back where it makes sense | Mathias Baumann | 2018-12-11 | 1 | -5/+5 |
* | Public state variables are implementing external functions. | chriseth | 2018-12-03 | 1 | -21/+32 |
* | Move library related checks. | chriseth | 2018-11-30 | 1 | -0/+14 |
* | Move hash collisions checks. | chriseth | 2018-11-30 | 1 | -0/+16 |
* | Move external type clash check. | chriseth | 2018-11-30 | 1 | -0/+37 |
* | Move fallback function checks. | chriseth | 2018-11-30 | 1 | -0/+24 |
* | Move constructor checks. | chriseth | 2018-11-30 | 1 | -0/+20 |
* | Rename functions. | chriseth | 2018-11-30 | 1 | -10/+10 |
* | Move base constructor argument checks. | chriseth | 2018-11-30 | 1 | -0/+91 |
* | Move abstract function check. | chriseth | 2018-11-30 | 1 | -0/+45 |
* | Move override checks. | chriseth | 2018-11-30 | 1 | -0/+83 |
* | Move duplication checks. | chriseth | 2018-11-30 | 1 | -1/+86 |
* | Add skeleton for contract level checker. | chriseth | 2018-11-30 | 1 | -0/+37 |