aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Parse arguments in free function.chriseth2016-06-292-18/+10
| * | parse command line argumentsDimitry2016-06-292-3/+32
| * | replace BalanceAtDimitry2016-06-295-24/+27
| * | Balance and storage.chriseth2016-06-295-65/+82
| * | logschriseth2016-06-295-12/+42
| * | styleDimitry2016-06-291-5/+4
| * | fix rpc miningDimitry2016-06-291-18/+12
| * | Refactor testing via IPC.chriseth2016-06-2913-194/+239
| * | Stylechriseth2016-06-293-10/+12
| * | disable tests on windowsDimitry2016-06-291-1/+1
| * | test frameworkDimitry2016-06-294-64/+375
| * | Initial poc to test via ipc.chriseth2016-06-291-0/+31
|/ /
* | Merge pull request #672 from pjdelport/patch-1chriseth2016-06-271-1/+1
|\ \
| * | Update link to atom-ethereum-interface packagePi Delport2016-06-201-1/+1
* | | Merge pull request #677 from chriseth/unusedReturnchriseth2016-06-273-0/+102
|\ \ \
| * | | Only warn about unused return in low-level functions.chriseth2016-06-262-7/+64
| * | | Warn about unused return values.chriseth2016-06-263-0/+45
|/ / /
* | | Merge pull request #682 from chriseth/travischriseth2016-06-263-11/+151
|\ \ \
| * | | Use travis for tests, too.chriseth2016-06-263-11/+151
| | |/ | |/|
* | | Merge pull request #685 from redsquirrel/patch-5chriseth2016-06-261-5/+5
|\ \ \ | |/ / |/| |
| * | Fixing library examples that don't compile.Dave Hoover2016-06-251-5/+5
|/ /
* | Merge pull request #658 from graup/graup-patch-1chriseth2016-06-211-1/+1
|\ \
| * | Fix typo in Libraries sectionPaul Grau2016-06-181-2/+2
* | | Merge pull request #555 from Denton-L/single-line-functionschriseth2016-06-211-1/+10
|\ \ \
| * | | Change whitespace section to include exceptionDenton Liu2016-05-121-1/+5
| * | | Changed do_something to doSomethingDenton Liu2016-05-121-9/+9
| * | | Added a clause about short functionsDenton Liu2016-05-061-0/+5
* | | | Merge pull request #669 from fabioberger/patch-2chriseth2016-06-211-2/+2
|\ \ \ \
| * | | | Fix two documentation typosFabio Berger2016-06-201-2/+2
* | | | | Merge pull request #673 from pjdelport/patch-2chriseth2016-06-211-1/+1
|\ \ \ \ \
| * | | | | Restore correct inline code samplePi Delport2016-06-201-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #675 from pjdelport/patch-3chriseth2016-06-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add missing inline code tagPi Delport2016-06-201-1/+1
|/ / / /
* | | / Merge pull request #667 from fabioberger/patch-1chriseth2016-06-192-2/+2
|\| | | | |_|/ |/| |
| * | Fix mis-typed word. The recipient will `run` out of gas, not `go` out of gasFabio Berger2016-06-191-1/+1
| * | Added missing word in sentenceFabio Berger2016-06-181-1/+1
|/ /
* | Merge pull request #652 from chriseth/fixStdinchriseth2016-06-151-1/+2
|\ \
| * | Fix crash for input from stdin.chriseth2016-06-151-1/+2
|/ /
* | Merge pull request #646 from chriseth/versionchriseth2016-06-111-1/+1
|\ \
| * | Version 0.3.5chriseth2016-06-101-1/+1
|/ /
* | Merge pull request #640 from chriseth/globalPathschriseth2016-06-108-94/+185
|\ \
| * | Allow remappings to change depending on the context.chriseth2016-06-098-94/+185
* | | Merge pull request #644 from ethereum/chriseth-patch-1chriseth2016-06-101-13/+3
|\ \ \
| * | | Cleanup readmechriseth2016-06-091-13/+3
* | | | Merge pull request #616 from chriseth/docschriseth2016-06-103-29/+61
|\ \ \ \ | |/ / / |/| | |
| * | | Typo.chriseth2016-06-091-1/+1
| * | | stylechriseth2016-06-021-3/+5
| * | | Removed some problems in documentation examples.chriseth2016-05-313-28/+58
* | | | Merge pull request #641 from axic/patch/shift-parserchriseth2016-06-092-1/+3
|\ \ \ \
| * | | | Include SHR case in ExpressionCompiler::appendShiftOperatorCodeAlex Beregszaszi2016-06-081-0/+2
| * | | | Fix Token::isBitOp to exclude shift operatorsAlex Beregszaszi2016-06-081-1/+1
* | | | | Merge pull request #643 from chriseth/correctLicenseBob Summerwill2016-06-092-22/+675
|\ \ \ \ \
| * | | | | Align license to those in file headers.chriseth2016-06-092-22/+675
|/ / / / /
* | | | | Merge pull request #642 from bobsummerwill/opensuseBob Summerwill2016-06-091-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix warning showing up in openSUSE build.Bob Summerwill2016-06-081-1/+1
| |/ / /
* | | | Merge pull request #618 from chriseth/inlineArrayschriseth2016-06-091-0/+38
|\ \ \ \
| * | | | Fixed typo.chriseth2016-06-031-1/+1
| * | | | Document inline arrays.chriseth2016-05-311-0/+38
| | |/ / | |/| |
* | | | Merge pull request #634 from chriseth/fixConstructorOverridechriseth2016-06-083-1/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Disallow implementation of abstract function by constructor of derived class.chriseth2016-06-072-1/+7
| * | | Tests for implementation by constructor.chriseth2016-06-071-0/+15
* | | | Merge pull request #612 from Denton-L/global-variableschriseth2016-06-074-37/+83
|\ \ \ \ | |/ / / |/| | |
| * | | Added back 'For more information...' statementDenton Liu2016-06-031-0/+2
| * | | Changed reference nameDenton Liu2016-06-022-3/+2
| * | | Fixed a bad referenceDenton Liu2016-06-021-1/+2
| * | | Added newlines to fix build errorDenton Liu2016-06-021-0/+2
| * | | Documented max stack depth at 1024Denton Liu2016-06-022-2/+2
| * | | Make address link look betterDenton Liu2016-06-021-4/+2
| * | | uint20 is not a typeDenton Liu2016-06-021-2/+2
| * | | Copied warning message from cherry-picked commitDenton Liu2016-06-021-3/+4
| * | | Updated incorrect list numberDenton Liu2016-06-021-1/+1
| * | | Document some pitfalls in connection with "send".chriseth2016-06-022-0/+24
| * | | Link address-type and address-global methodsDenton Liu2016-06-022-0/+4
| * | | Corrected typoDenton Liu2016-06-021-1/+1
| * | | Named the global function parametersDenton Liu2016-05-312-6/+6
| * | | Added section on address-related constantsDenton Liu2016-05-311-0/+15
| * | | Corrected descriptions of hashesDenton Liu2016-05-311-3/+3
| * | | Removed leading spaceDenton Liu2016-05-311-14/+14
| * | | Made explicit that we use KECCAK-256Denton Liu2016-05-312-2/+2
| * | | Removed ending periods for consistencyDenton Liu2016-05-311-3/+3
| * | | Added the type of .balanceDenton Liu2016-05-311-1/+1
| * | | Sorted block attributes alphabeticallyDenton Liu2016-05-312-2/+2
| * | | Made it apparent that block.blockhash is functionDenton Liu2016-05-312-2/+2
| * | | Corrected underline lengthDenton Liu2016-05-311-1/+1
| * | | Corrected capitalisation on index.rstDenton Liu2016-05-311-5/+5
| |/ /
* | | Merge pull request #624 from chriseth/inaccessibleDynTypechriseth2016-06-064-17/+76
|\ \ \
| * | | Add a test for a struct accessor.chriseth2016-06-051-0/+26
| * | | Inaccessible dynamic typeschriseth2016-06-024-17/+50
* | | | Merge pull request #629 from giact/developchriseth2016-06-061-34/+42
|\ \ \ \
| * | | | Up-to-date build instructions for Ubuntu 14.04Giacomo Tazzari2016-06-051-3/+25
| * | | | I forgot to finish typing a paragraphGiacomo Tazzari2016-06-051-1/+1
| * | | | Instructions to build Solidity on Ubuntu 16.04Giacomo Tazzari2016-06-051-39/+25
| |/ / /
* | | | Merge pull request #625 from chriseth/fixheaderschriseth2016-06-051-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Include nested headers.chriseth2016-06-031-1/+1
|/ / /
* | | Merge pull request #620 from bobsummerwill/versionBob Summerwill2016-06-011-1/+1
|\ \ \ | |/ / |/| |
| * | Updated version number to 0.3.4.Bob Summerwill2016-06-011-1/+1
|/ /
* | Merge pull request #596 from Denton-L/docs-inline-syntaxchriseth2016-05-3113-498/+503
|\ \
| * | Added a section about .send() returning falseDenton Liu2016-05-301-0/+3
| * | Added @Arachnid's string libraryDenton Liu2016-05-301-1/+1
| * | Removed inline code formatting for one titleDenton Liu2016-05-301-2/+2
| * | Corrected underline lengthsDenton Liu2016-05-301-30/+30
| * | Changed inline code syntaxDenton Liu2016-05-3012-456/+456
| * | Modified units-and-global-variables.rstDenton Liu2016-05-301-39/+39
| * | Modified types.rstDenton Liu2016-05-301-83/+83
| * | Modified style-guide.rstDenton Liu2016-05-301-4/+4
| * | Corrected solidity-by-example.rstDenton Liu2016-05-301-1/+1
| * | Modified miscellaneous.rstDenton Liu2016-05-301-59/+61
| * | Modified layout-of-source-files.rstDenton Liu2016-05-301-19/+19
| * | Modified introduction-to-smart-contracts.rstDenton Liu2016-05-301-25/+25
| * | Modified installing-solidity.rstDenton Liu2016-05-301-3/+3
| * | Fixed whitespacing issuesDenton Liu2016-05-301-10/+10
| * | Corrected FAQ titlesDenton Liu2016-05-301-66/+66
| * | Modified frequently-asked-questions.rstDenton Liu2016-05-301-78/+78
| * | Modified control-structures.rstDenton Liu2016-05-301-46/+46
| * | Modified contracts.rstDenton Liu2016-05-301-60/+60
| * | Modified common-patterns.rstDenton Liu2016-05-301-4/+4
|/ /
* | Merge pull request #607 from Latrasis/developBob Summerwill2016-05-281-1/+4
|\ \
| * | Added Atom Solidity Linter to DocsJacob Payne2016-05-281-1/+4
|/ /
* | Merge pull request #604 from chriseth/versionchriseth2016-05-271-1/+1
|\ \
| * | Set version to 0.3.3.chriseth2016-05-271-1/+1
|/ /
* | Merge pull request #601 from mathvdh/patch-1chriseth2016-05-271-1/+1
|\ \
| * | Typo correction in solidity-by-example.rstMathieu Van der Haegen2016-05-261-1/+1
* | | Merge pull request #600 from ethereum/vimandemacschriseth2016-05-271-2/+8
|\ \ \ | |/ / |/| |
| * | Use original vim-solidity repositorychriseth2016-05-271-1/+1
| * | Add vim and emacs plugins.chriseth2016-05-261-2/+8
|/ /
* | Merge pull request #593 from Denton-L/docs-fpnchriseth2016-05-251-1/+2
|\ \
| * | Fixed errors introduced by previous commitDenton Liu2016-05-241-1/+2
* | | Merge pull request #588 from chriseth/cleanupchriseth2016-05-257-26/+49
|\ \ \ | |/ / |/| |
| * | Fixes for invalid cleanups for small types.chriseth2016-05-205-26/+19
| * | Tests for invalid cleanup and missing bool conversion code.chriseth2016-05-202-0/+30
* | | Merge pull request #586 from chriseth/updatelinkchriseth2016-05-246-20/+10
|\ \ \ | |/ / |/| |
| * | Remove remark about not being able to deploy.chriseth2016-05-201-1/+1
| * | Update links to browser-solidity.chriseth2016-05-206-20/+10
|/ /
* | Merge pull request #578 from winsvega/developchriseth2016-05-201-2/+24
|\ \
| * | More links to solidity implementationsDimitry2016-05-201-2/+24
* | | Merge pull request #565 from VoR0220/fixedDataTypechriseth2016-05-203-22/+114
|\ \ \
| * | | updated docsVoR02202016-05-192-12/+61
| * | | explicit conversion and loosening of binary operations on integer and fixed p...VoR02202016-05-192-26/+12
| * | | current debugging infoVoR02202016-05-192-2/+59
* | | | Merge pull request #587 from redsquirrel/patch-3chriseth2016-05-201-1/+1
|\ \ \ \
| * | | | Typo fixDave Hoover2016-05-201-1/+1
|/ / / /
* | | | Merge pull request #584 from chriseth/refactorContractCompilerchriseth2016-05-204-871/+999
|\ \ \ \
| * | | | Refactor compiler to avoid weird swap of contextschriseth2016-05-204-871/+999
* | | | | Merge pull request #585 from Denton-L/docs-installationchriseth2016-05-201-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Corrected capitalisationDenton Liu2016-05-201-3/+3
| * | | | Changed link to point to solc-js repoDenton Liu2016-05-201-1/+1
|/ / / /
* | | | Merge pull request #581 from Denton-L/docs-correctionschriseth2016-05-196-39/+42
|\ \ \ \ | |/ / / |/| | |
| * | | Corrected typoDenton Liu2016-05-191-1/+1
| * | | Changed link from markdown to rstDenton Liu2016-05-193-4/+6
| * | | Corrected capitalisation of symbol namesDenton Liu2016-05-194-21/+22
| * | | Corrected documentation for ecrecoverDenton Liu2016-05-192-3/+3
| * | | Corrected "who's" to "whose"Denton Liu2016-05-191-2/+2
| * | | Changed do_something to doSomethingDenton Liu2016-05-191-9/+9
|/ / /
* | | Merge pull request #582 from chriseth/travisForDocschriseth2016-05-194-2/+15
|\ \ \
| * | | Corrected errors.chriseth2016-05-193-2/+4
| * | | Use travis to check documentation.chriseth2016-05-191-0/+11
|/ / /
* | | Merge pull request #580 from Denton-L/docs-whitespacechriseth2016-05-1912-562/+621
|\ \ \ | |/ / |/| |
| * | Fixed a badly resolved merge conflictDenton Liu2016-05-191-3/+3
| * | Changed whitespace formattingDenton Liu2016-05-189-186/+219
| * | Added space to example codeDenton Liu2016-05-181-0/+4
| * | Removed trailing whitespaceDenton Liu2016-05-186-37/+37
| * | Added an extra necessary linebreakDenton Liu2016-05-181-0/+1
| * | Removed trailing whitespaceDenton Liu2016-05-182-7/+7
| * | Fixed table formattingDenton Liu2016-05-181-141/+141
| * | Replaced tabs with spacesDenton Liu2016-05-181-97/+97
| * | Increased clarity of assembly statementDenton Liu2016-05-181-2/+5
| * | Corrected spacing to four spacesDenton Liu2016-05-181-38/+40
| * | Removed trailing spaceDenton Liu2016-05-181-1/+1
| * | Replaced all tabs with spacesDenton Liu2016-05-181-50/+50
| * | More code-style correctionsDenton Liu2016-05-181-5/+21
|/ /
* | Merge pull request #572 from Melvillian/fix-example-contract-abichriseth2016-05-181-1/+1
|\ \
| * | fix example solidity contract code by adding argument to constructorAlex Melville2016-05-161-1/+1
* | | Merge pull request #545 from chriseth/accessFunLabelschriseth2016-05-186-21/+62
|\ \ \
| * | | Typochriseth2016-05-171-1/+1
| * | | Allow access to functions in inline assembly.chriseth2016-05-126-21/+62
* | | | Merge pull request #501 from VoR0220/quitIfNoArgumentschriseth2016-05-171-1/+8
|\ \ \ \
| * | | | much better and simpler way of handling thisVoR02202016-05-141-1/+8
* | | | | Merge pull request #566 from ethereum/msvc2015Paweł Bylica2016-05-171-0/+4
|\ \ \ \ \
| * | | | | Suppress a warning in LLL parser on MSVC 2015Paweł Bylica2016-05-131-0/+4
* | | | | | Merge pull request #575 from moneroexamples/fix_call_of_overloaded_gcc61Bob Summerwill2016-05-171-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix: error: call of overloaded ‘list(int, <brace-enclosed initializer list>...moneroexample2016-05-171-1/+1
|/ / / / /
* | | | | Merge pull request #546 from chriseth/fixiszerochriseth2016-05-143-5/+25
|\ \ \ \ \
| * | | | | Correctly use not/bnot/iszero.chriseth2016-05-093-5/+25
* | | | | | Merge pull request #543 from raineorshine/patch-1chriseth2016-05-141-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update units-and-global-variables.rst with link to address refRaine Revere2016-05-101-5/+2
| * | | | | Add this.balance and this.send to units-and-global-variables.rstRaine Revere2016-05-091-0/+4
| |/ / / /
* | | | | Merge pull request #557 from Denton-L/scopingchriseth2016-05-131-0/+57
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Removed unnecessary periodDenton Liu2016-05-131-2/+2
| * | | | Added origin of scoping rulesDenton Liu2016-05-121-0/+1
| * | | | Moved comment to more logical placeDenton Liu2016-05-121-1/+1
| * | | | Removed trailing spacesDenton Liu2016-05-121-4/+4
| * | | | Added contentDenton Liu2016-05-121-0/+51
| * | | | Changed the titleDenton Liu2016-05-121-4/+3
| * | | | Created scoping sectionDenton Liu2016-05-121-0/+6
| |/ / /
* | | | Merge pull request #552 from mario02423/patch-1chriseth2016-05-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Update style-guide.rstmario024232016-05-101-1/+1
| |/ /
* | | Merge pull request #402 from VoR0220/fixedDataTypechriseth2016-05-1213-210/+1047
|\ \ \ | |/ / |/| |
| * | Remove unused tests and add asserts for not implemented parts in code generat...chriseth2016-05-117-37/+19
| * | Simplify interface of RationalNumber.chriseth2016-05-115-24/+25
| * | Special case for moving sign bit to fractional part.chriseth2016-05-111-5/+10
| * | Cleanup.chriseth2016-05-111-14/+19
| * | Disallow explicit fixed->enum, but allow bytes->fixed.chriseth2016-05-111-1/+1
| * | Some cleanup.chriseth2016-05-112-60/+32
| * | Replace "unsigned int" by "unsigned".chriseth2016-05-111-9/+9
| * | Prefer mobileType() to check rational range.chriseth2016-05-113-26/+23
| * | Correctly handle unexpected exceptions during tests.chriseth2016-05-111-2/+34
| * | reorganized tests and fixed mobile types and implicit conversions of rational...VoR02202016-05-103-181/+263
| * | updated algorithm for bit finding...now to figure out literal valueVoR02202016-05-106-144/+103
| * | changed algorithm for finding bitsVoR02202016-05-101-29/+37
| * | much better way of doing modulusVoR02202016-05-101-8/+2
| * | added bytes conversion tests, resolved that, converted to binary scaling, ref...VoR02202016-05-105-87/+133
| * | fixing modulus and Solidity Name and Type ResolutionVoR02202016-05-104-284/+10
| * | rational renamingVoR02202016-05-102-4/+4
| * | changed names for Rational Constants and categoriesVoR02202016-05-106-49/+53
| * | currently what we haveVoR02202016-05-102-5/+9
| * | got exponents up and working with their inverse, changed a few of the tests.....RJ Catalano2016-05-105-93/+184
| * | size capabilities functioning properly for fixed typesRJ Catalano2016-05-101-9/+4
| * | fixed problem with var...probably a conversion problem for fixed in size capa...RJ Catalano2016-05-103-5/+73
| * | fix for token bug, also quick fix for the wei and secondsRJ Catalano2016-05-102-2/+2
| * | Rational implemented...trying to figure out exponentialRJ Catalano2016-05-102-54/+45
| * | initial work for fixed types...potentially needing a constant literal type fo...RJ Catalano2016-05-1013-135/+1010
|/ /
* | Merge pull request #541 from Denton-L/developchriseth2016-05-076-90/+208
|\|
| * Removed trailing whitespaceDenton Liu2016-05-061-2/+2
| * Removed bulleted listDenton Liu2016-05-061-3/+3
| * Moved the location of the "||"Denton Liu2016-05-061-3/+3
| * Fixed up formattingDenton Liu2016-05-061-62/+94
| * Corrected formattingDenton Liu2016-05-061-9/+37
| * Rephrased awkward phrasingDenton Liu2016-05-061-1/+1
| * Removed a trailing spaceDenton Liu2016-05-061-1/+1
| * Corrected misspellingDenton Liu2016-05-061-1/+1
| * Reformatted according to style guideDenton Liu2016-05-061-3/+53
| * Made the style consistentDenton Liu2016-05-061-4/+12
| * Removed a bad reference to functions-on-addressesDenton Liu2016-05-061-1/+1
| * Removed bullet characters from typesDenton Liu2016-05-061-2/+2
| * Update structure-of-a-contract.rstDenton Liu2016-05-061-1/+1
| * Update contracts.rstDenton Liu2016-05-061-1/+1
* | Merge pull request #515 from ssonicblue/patch-1chriseth2016-05-061-7/+8
|\ \ | |/ |/|
| * Minor grammatical editssonicblue2016-05-011-2/+2
| * Update natspec summary in layout-of-source-files.rstssonicblue2016-04-201-7/+8
* | Merge pull request #522 from chriseth/inline2chriseth2016-05-057-61/+299
|\ \
| * | Documentation.chriseth2016-05-051-0/+66
| * | Modify failing test: Accessor functions are not available anymore in libraries.chriseth2016-05-041-2/+1
| * | Some more tests.chriseth2016-05-042-0/+39
| * | Allow calling internal functions of libraries.chriseth2016-05-045-59/+193
|/ /
* | Merge pull request #536 from chriseth/determinismLiana Husikyan2016-05-034-37/+95
|\ \
| * | Remove non-determinism in missing code queue.chriseth2016-05-034-37/+95
|/ /
* | Merge pull request #528 from rainbeam/use-add_exe-wrapperBob Summerwill2016-05-013-3/+3
|\ \
| * | wrap soltest add_executablerainbeam2016-05-011-1/+1
| * | wrap solc add_executablerainbeam2016-05-011-1/+1
| * | wrap lllc add_executablerainbeam2016-05-011-1/+1
|/ /