Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Distinction between storage pointer and storage ref and type checking for ↵ | chriseth | 2015-06-15 | 1 | -1/+5 |
| | | | | conversion between storage and memory. | ||||
* | Improved "Stack too deep" error message. | chriseth | 2015-06-07 | 1 | -7/+19 |
| | | | | Closes #2080. | ||||
* | Fix for deleting byte array elements. | chriseth | 2015-04-28 | 1 | -8/+3 |
| | | | | Fixes #1759. | ||||
* | Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions | chriseth | 2015-04-17 | 1 | -2/+18 |
|\ | |||||
| * | Fix for signed integers in storage. | chriseth | 2015-04-17 | 1 | -0/+16 |
| | | |||||
| * | Some cleanup concerning byte arrays. | chriseth | 2015-04-16 | 1 | -2/+2 |
| | | |||||
* | | Fixed function overloads. | chriseth | 2015-04-15 | 1 | -4/+4 |
|/ | | | | | Added tests, disallowed non-calling usage of non-unique function references. | ||||
* | Fetch and store packed values. | chriseth | 2015-03-17 | 1 | -29/+90 |
| | |||||
* | Enlarge storage references to two stack slots. | chriseth | 2015-03-17 | 1 | -74/+54 |
| | |||||
* | Fix gas for builtin. | chriseth | 2015-03-14 | 1 | -0/+1 |
| | | | | Fixes #1300 | ||||
* | Style fixes and some additional hash to bytes32 renaming | Lefteris Karapetsas | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Fixing byte array index access code generation | Lefteris Karapetsas | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Conversion changes after renaming Hash/String to Bytes. | Lefteris Karapetsas | 2015-03-12 | 1 | -3/+5 |
| | | | | - Almost all end to end tests pass. Still needs a little bit of work | ||||
* | Fixes after rebasing on top of develop | Lefteris Karapetsas | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Fix for arrays containing mappings. | chriseth | 2015-03-06 | 1 | -0/+1 |
| | |||||
* | Styling | chriseth | 2015-03-05 | 1 | -8/+8 |
| | |||||
* | Index access for calldata arrays. | Christian | 2015-03-05 | 1 | -1/+58 |
| | |||||
* | Removed unused variables. | Christian | 2015-03-02 | 1 | -3/+3 |
| | |||||
* | Shortening of dynamic arrays. | Christian | 2015-02-28 | 1 | -40/+82 |
| | |||||
* | Fix warnings. | Gav Wood | 2015-02-26 | 1 | -0/+3 |
| | |||||
* | LValue refactoring. | Christian | 2015-02-25 | 1 | -0/+220 |