aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/SolidityNameAndTypeResolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disallow comparison for reference types.chriseth2015-08-071-0/+12
* Do not allow boolean operators for integers.chriseth2015-08-071-0/+16
* readd solidity testsCJentzsch2015-08-061-0/+17
* update test to new Block/State refactoring - credit to winsvega and chrisethCJentzsch2015-08-061-17/+0
* Allow explicit conversions bytes <-> string.chriseth2015-08-041-0/+17
* Allow structs containing mappings in memory.chriseth2015-07-161-0/+15
* Check whether a literal is a valid literal before using it.chriseth2015-07-141-0/+24
* Flexible string literals, convertible to bytesX, bytes and string.chriseth2015-07-091-1/+14
* Struct constructors.chriseth2015-07-031-0/+41
* Fixed checking of abstract functions.chriseth2015-06-301-0/+17
* Memory arrays cannot be resized.chriseth2015-06-301-0/+13
* Delete for memory objects.chriseth2015-06-271-0/+26
* Decoding for constructor.chriseth2015-06-231-0/+13
* Fix and test for not really recursive structs.chriseth2015-06-181-0/+11
* Distinction between storage pointer and storage ref and type checking for con...chriseth2015-06-151-0/+87
* Merge pull request #2122 from chriseth/sol_memoryArrays2chriseth2015-06-101-10/+0
|\
| * Use dynamic memory for argument encoding.chriseth2015-06-091-10/+0
* | cleaned up the testsLiana Husikyan2015-06-091-10/+0
* | removed byte0 keywordLiana Husikyan2015-06-081-2/+1
|/
* Ability to specify the storage location of a reference type.chriseth2015-06-051-0/+34
* fixed assigning negative number to unsignedLiana Husikyan2015-06-041-0/+10
* - style fixesLiana Husikyan2015-06-041-0/+10
* - conversion of positive literals to signed intLiana Husikyan2015-06-041-0/+40
* Re-introduce string type.chriseth2015-05-281-0/+33
* Move non-cryptopp dependent stuff into devcore.Gav Wood2015-05-201-1/+1
* updated unit testLiana Husikyan2015-05-111-1/+1
* bug in abi. fixed external type for return parametersLiana Husikyan2015-05-111-0/+22
* Merge pull request #1634 from chriseth/sol_overloadingFunctionschriseth2015-04-211-4/+101
|\
| * Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctionschriseth2015-04-211-4/+101
* | Removed (and added) some #ifs (but removed more than I added).chriseth2015-04-211-4/+0
|/
* Restructure test foldersCJentzsch2015-04-211-0/+1675