Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract scopes into compiler stack. | chriseth | 2017-02-14 | 1 | -1/+2 |
| | |||||
* | Address feedback from code review. | Valentin Wüstholz | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Change translation of implicit throws (issue #1589). | Valentin Wüstholz | 2017-01-26 | 1 | -2/+2 |
| | | | | | | | This adds a new invalid instruction that is used for encoding implicit throws that are emitted by the compiler. This makes it possible to distinguish such runtime errors from user-provided, explicit throws. | ||||
* | Merge pull request #1351 from ethereum/truncate_bit | chriseth | 2016-12-08 | 1 | -1/+1 |
|\ | | | | | Truncate a boolean from calldata into one bit | ||||
| * | codegen: clean any data from the input | Yoichi Hirai | 2016-12-01 | 1 | -1/+1 |
| | | |||||
* | | Use CBOR encoding. | chriseth | 2016-12-01 | 1 | -1/+1 |
| | | |||||
* | | Metadata stamp. | chriseth | 2016-12-01 | 1 | -1/+1 |
|/ | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Fix tests. | chriseth | 2016-11-16 | 1 | -3/+3 |
| | |||||
* | libevmasm: fix comparison of SourceLocations | Yoichi Hirai | 2016-11-08 | 1 | -1/+3 |
| | |||||
* | Change function type to include and propagate payable and constant modifier. | chriseth | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Make fallback function throw by default. | chriseth | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | 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 |