aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warning showing up in openSUSE build.Bob Summerwill2016-06-081-1/+1
* 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
|/ /
* | Merge pull request #514 from chriseth/sourceLocchriseth2016-04-239-80/+158
|\ \ | |/ |/|
| * Windows fix.chriseth2016-04-212-3/+14
| * Source location for inline assembly.chriseth2016-04-209-88/+155
|/
* Version change.chriseth2016-04-181-1/+1
* Merge pull request #507 from chriseth/sealEngineBob Summerwill2016-04-161-13/+2
|\
| * Explicitly init seal engine.chriseth2016-04-161-13/+2
* | Merge pull request #506 from chriseth/fixconstructorBob Summerwill2016-04-162-1/+21
|\ \ | |/ |/|
| * Bugfix: static arrays in constructor argumentschriseth2016-04-161-1/+1
| * Test for bug in static array constructor argument decoder.chriseth2016-04-161-0/+20
|/
* Merge pull request #505 from chriseth/fixdeleteBob Summerwill2016-04-152-1/+23
|\
| * Fix for bug about deleting dynamic array of structs.chriseth2016-04-151-1/+1
| * Test for bug when deleting dynamic array of structs.chriseth2016-04-151-0/+22
|/
* Merge pull request #497 from redsquirrel/doc-tiny-fixeschriseth2016-04-132-2/+2
|\
| * Typo fixDave Hoover2016-04-121-1/+1
| * Tiny fixDave Hoover2016-04-121-1/+1
* | Merge pull request #491 from winsvega/sealenginesBob Summerwill2016-04-131-0/+14
|\ \
| * | sealengines throught init functionDimitry2016-04-111-0/+14
| |/
* | Merge pull request #496 from chriseth/removelogBob Summerwill2016-04-1212-19/+1
|\ \ | |/ |/|
| * Remove log.h from solidity.chriseth2016-04-1212-19/+1
* | Merge pull request #483 from bobsummerwill/conditional_testschriseth2016-04-071-1/+5
|\ \
| * | Added missing CMake conditional around the Solidity tests.Bob Summerwill2016-04-071-1/+5
|/ /
* | Merge pull request #482 from chriseth/rmethcoreBob Summerwill2016-04-0715-144/+98
|\ \ | |/ |/|
| * Make solidity independent from ethcore.chriseth2016-04-0715-144/+98
|/
* Merge pull request #475 from chriseth/byteasmchriseth2016-04-062-0/+9
|\
| * Allow "byte" in inline assembly.chriseth2016-04-062-0/+9
* | Merge pull request #471 from winsvega/libevmcorewinsvega2016-04-0631-724/+1348
|\ \ | |/ |/|
| * reduce unnecessary solidity:: namespaceDimitry2016-04-0414-658/+658
| * return instructionInfo styleDimitry2016-04-0411-17/+17
| * enable solidity testDimitry2016-04-046-138/+138
| * rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-0229-594/+596
| * move libevmcore to solidityDimitry2016-04-0221-19/+641
* | Merge pull request #473 from AlwaysBCoding/patch-2chriseth2016-04-051-0/+2
|\ \ | |/ |/|
| * Update installing-solidity.rstJordan Leigh2016-04-031-0/+2
|/
* Merge pull request #470 from chriseth/redundancyBob Summerwill2016-04-013-34/+37
|\
| * Remove code duplication in source references formatter.chriseth2016-04-013-34/+37
* | Merge pull request #457 from VoR0220/tokenNameAndStringFixchriseth2016-04-015-29/+92
|\ \ | |/ |/|
| * readding conditionals but with slight changesVoR02202016-04-011-3/+2
| * solAsserts added and some changes rolled back.VoR02202016-03-312-2/+3
| * helper function in scanner and corresponding edits to parserBaseVoR02202016-03-313-12/+13
| * added solidity invalid fixed type testVoR02202016-03-311-0/+12
| * Got it working exactly like you wanted ;)VoR02202016-03-312-25/+76
| * change lexical cast to unsigned intVoR02202016-03-311-1/+1
| * Fix for Token::name and token::toStringVoR02202016-03-311-4/+3
* | Merge pull request #469 from chriseth/versionchriseth2016-04-011-1/+1
|\ \
| * | Set version to 0.3.1.chriseth2016-04-011-1/+1
* | | Merge pull request #465 from chriseth/fixindexaccessBob Summerwill2016-04-012-0/+18
|\ \ \
| * | | Correctly clean higher order bits for index access.chriseth2016-03-311-0/+2
| * | | Test to check we correctly clean higher order bits for index access.chriseth2016-03-311-0/+16
* | | | Merge pull request #467 from chriseth/fixerrorsBob Summerwill2016-04-011-3/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Do not use source reference if it is empty.chriseth2016-03-311-3/+8
| |/ /
* | | Merge pull request #461 from ethereum/mappingStructDocumentationchriseth2016-03-311-0/+17
|\ \ \ | |/ / |/| |
| * | Update frequently-asked-questions.rstRJ2016-03-311-6/+7
| * | Update frequently-asked-questions.rstRJ2016-03-301-0/+16
| |/
* | Merge pull request #464 from chriseth/doctypochriseth2016-03-311-3/+3
|\ \ | |/ |/|
| * Typos in inline assembly documentation.chriseth2016-03-311-3/+3
* | quick fix for appearenceRJ2016-03-301-0/+1
|/
* Merge pull request #430 from chriseth/assemblychriseth2016-03-3034-17/+1833
|\
| * Documentation.chriseth2016-03-301-0/+444
| * Code generation (missing external access and source locations).chriseth2016-03-3022-108/+866
| * Parsing for inline assembly.chriseth2016-03-3019-16/+630
|/