Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove log.h from solidity. | chriseth | 2016-04-12 | 1 | -1/+0 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -6/+6 |
| | |||||
* | errors instead of exceptions | LianaHus | 2015-10-15 | 1 | -3/+11 |
| | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp | ||||
* | Bugfix in calldata unpacker. | chriseth | 2015-10-01 | 1 | -1/+1 |
| | | | | | The offset was not specified correctly if memory activity preceded the unpacker. | ||||
* | Refactoring: Check types outside of AST and recover from some errors. | chriseth | 2015-09-22 | 1 | -1/+3 |
| | |||||
* | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | removed get prefix | LianaHus | 2015-09-08 | 1 | -3/+3 |
| | | | | style fixes | ||||
* | renamed getter functions | LianaHus | 2015-09-08 | 1 | -4/+4 |
| | |||||
* | Move Solidity tests. | chriseth | 2015-08-20 | 1 | -0/+120 |