aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity
Commit message (Expand)AuthorAgeFilesLines
* Compiler version stamp.chriseth2015-10-066-2/+59
* Add structs to library interface.chriseth2015-10-061-6/+29
* Provide access to scoped structs.chriseth2015-10-067-21/+45
* Compute canonical names of types for function signatures.chriseth2015-10-0612-39/+145
* Encode storage items correctly for library calls.chriseth2015-10-062-2/+10
* Tests apart from new one work fine.chriseth2015-10-067-38/+50
* Split external type into ecoding and interface type.chriseth2015-10-067-55/+128
* Store small byte arrays and strings in storage in one slot with theirchriseth2015-10-024-50/+229
* -fixed the warning printingLianaHus2015-10-022-5/+6
* -added warning case to cl compilerLianaHus2015-10-021-1/+1
* removed unnecessary function declarationLianaHus2015-10-021-2/+0
* added warning for noninitialized references in storage.LianaHus2015-10-023-6/+26
* style fixesLianaHus2015-10-021-8/+16
* style fixesLianaHus2015-10-021-12/+31
* Bugfix in calldata unpacker.chriseth2015-10-012-33/+27
* Provide types for VariableDeclaration.chriseth2015-09-243-1/+15
* Merge pull request #95 from chriseth/styleCleanupchriseth2015-09-241-39/+95
|\
| * Style cleanup.chriseth2015-09-241-39/+95
* | improved overflow check in memorySize for ArrayTypeLianaHus2015-09-241-3/+3
|/
* Merge pull request #91 from chriseth/literalStringsToStoragePointerchriseth2015-09-241-1/+3
|\
| * Do not allow assignment from literal strings to storage pointers.chriseth2015-09-231-1/+3
* | improved the testLianaHus2015-09-231-2/+3
* | style fixLianaHus2015-09-231-1/+0
* | fixed-sized arrays as return typeLianaHus2015-09-234-10/+35
|/
* Merge pull request #85 from chriseth/warningschriseth2015-09-2330-1586/+2176
|\
| * Style fix.chriseth2015-09-221-1/+2
| * Build fix for MacOS.chriseth2015-09-221-4/+4
| * Error formatting.chriseth2015-09-224-36/+38
| * Refactored annotations.chriseth2015-09-228-45/+186
| * Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-2229-1587/+2035
* | Merge pull request #87 from chriseth/fixVersionchriseth2015-09-231-2/+4
|\ \
| * | Add libevmasm version string.chriseth2015-09-221-2/+4
| |/
* / fixed using string as a type for struct memberLianaHus2015-09-172-4/+7
|/
* Merge pull request #79 from arkpar/cmakeMarek Kotewicz2015-09-171-1/+1
|\
| * per project versioningarkpar2015-09-161-1/+1
* | styleLianaHus2015-09-161-6/+2
* | style fixesLianaHus2015-09-163-5/+5
* | throw statement implementationLianaHus2015-09-1613-1/+76
* | removed unneccessary check from ExpresiionCompilerLianaHus2015-09-151-14/+0
* | style fixesLianaHus2015-09-151-2/+3
* | fixed conflict mergeingLianaHus2015-09-151-2/+2
* | - changed implementationLianaHus2015-09-151-36/+53
* | Update ExpressionCompiler.cppLianaHus2015-09-151-1/+2
* | added compile time check for out of bounds access for ordinary arraysLianaHus2015-09-151-0/+14
* | Merge pull request #70 from chriseth/sol_libraries2chriseth2015-09-143-4/+20
|\ \ | |/ |/|
| * Commandline interface for the linker.chriseth2015-09-122-2/+15
| * Small fixes to the type system concerning libraries.chriseth2015-09-111-2/+5
* | Merge pull request #66 from chriseth/sol_librarieschriseth2015-09-1215-87/+159
|\|
| * Style.chriseth2015-09-111-1/+2
| * Possibility to call library functions.chriseth2015-09-114-18/+48
| * Transition from bytecode to more general linker objects.chriseth2015-09-117-56/+68
| * Parsing and type checking of libraries without inheritance.chriseth2015-09-116-13/+42
* | Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_argschriseth2015-09-111-2/+5
|\ \ | |/ |/|
| * add call for EventDefinition::checkTypeRequirements()LianaHus2015-09-111-2/+5
* | Merge pull request #65 from LianaHus/sol_Creating_a_contract_from_within_itselfchriseth2015-09-112-3/+12
|\ \ | |/ |/|
| * style fixesLianaHus2015-09-111-1/+1
| * added type check if the type of the var decl is one of base contract typeLianaHus2015-09-102-3/+12
* | - added tests to test empty commentLianaHus2015-09-102-4/+7
|/
* Stylistic corrections.chriseth2015-09-091-1/+1
* Fix for constant strings.chriseth2015-09-083-6/+28
* Merge pull request #41 from LianaHus/sol_rename_getterschriseth2015-09-0837-1418/+1444
|\
| * - renamed AST to ast and ABI to abiLianaHus2015-09-087-16/+23
| * removed get prefixLianaHus2015-09-0811-37/+49
| * renamed getter functionsLianaHus2015-09-0835-1391/+1398
* | changes required to compile solidity in a single projectdebris2015-09-011-4/+1
|/
* Merge pull request #24 from LianaHus/sol_fix_error_checkGav Wood2015-08-271-1/+1
|\
| * added check for having type in VariableDeclaration::checkTypeRequirements()LianaHus2015-08-241-1/+1
* | client refactordebris2015-08-271-4/+1
* | Merge pull request #26 from arkpar/cmakeMarek Kotewicz2015-08-241-6/+3
|\ \ | |/ |/|
| * Refactoreed CMakeLists for new module systemarkpar2015-08-241-6/+3
* | Merge pull request #22 from LianaHus/sol_accessors_for_const_state_varchriseth2015-08-225-4/+24
|\ \
| * | add tests for state variables accessors. normal and constantLianaHus2015-08-215-4/+24
| |/
* / Propagate exceptions in clone calls.chriseth2015-08-211-0/+3
|/
* Merge pull request #7 from chriseth/moreInfoForCommandlineOptionsGav Wood2015-08-201-1/+1
|\
| * More information for help screen, some fixes for argument parsing.chriseth2015-08-201-1/+1
* | Modularise CMakeLists files and integrate tests.chriseth2015-08-201-6/+6
|/
* include Version.h under libsolidityLefteris Karapetsas2015-08-191-1/+1
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-1951-0/+18332