aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* docs: some types cannot be the key type for mappingsYoichi Hirai2016-11-211-3/+3
* Update version.chriseth2016-11-211-2/+2
* TypoRJ2016-11-191-1/+1
* Documentation: Style updatechriseth2016-11-161-5/+5
* Update documentation.chriseth2016-11-161-1/+2
* Fix documentation formatting.chriseth2016-11-161-2/+2
* Mention "payable" in the documentation.chriseth2016-11-161-2/+7
* Updates to the documentation.chriseth2016-11-161-8/+12
* Documentation examples.chriseth2016-11-161-1/+73
* Part of the documentation.chriseth2016-11-161-1/+41
* Rename ErrorTag to invalidJumpLabel in inline assemblyAlex Beregszaszi2016-11-151-1/+1
* Document inline assembly ErrorTagAlex Beregszaszi2016-11-151-0/+4
* Merge pull request #1334 from ethereum/enum_conversionchriseth2016-11-142-4/+6
|\
| * docs: udpate description of enums about #1334Yoichi Hirai2016-11-121-1/+2
| * docs: document the new overflow exception during conversion into enumYoichi Hirai2016-11-121-3/+4
* | Remove named returnethers2016-11-131-2/+2
|/
* Add support for do/while loopsRhett Aultman2016-11-101-2/+2
* Merge pull request #1316 from federicobond/clarify-docchriseth2016-11-041-1/+1
|\
| * Add clarification for block.blockhashFederico Bond2016-11-021-1/+1
* | Update solidity-by-example.rstvarunagarwal3152016-11-041-3/+3
* | Update solidity-by-example.rstvarunagarwal3152016-11-031-11/+4
* | Update solidity-by-example.rstvarunagarwal3152016-11-031-0/+16
* | Version update in develop.chriseth2016-11-011-2/+2
* | Merge pull request #1297 from Thrillberg/patch-2chriseth2016-10-271-1/+1
|\ \
| * | Update installing-solidity.rstEric Tillberg2016-10-271-1/+1
| |/
* / Update index.rstEric Tillberg2016-10-271-1/+1
|/
* Version bump for develop.chriseth2016-10-251-2/+2
* Mapping-in-mapping can have accessors tooAlex Beregszaszi2016-10-191-0/+3
* Explain accessors on arraysAlex Beregszaszi2016-10-191-0/+3
* FAQ: remove address(this) section (already explained elsewhere)Alex Beregszaszi2016-10-191-12/+0
* FAQ: remove event section (already explained elsewhere)Alex Beregszaszi2016-10-191-9/+0
* Merge the constructor sectionsAlex Beregszaszi2016-10-192-23/+3
* Mention why Homestead was different for librariesAlex Beregszaszi2016-10-191-1/+1
* FAQ: remove visibility section (already explained elsewhere)Alex Beregszaszi2016-10-191-23/+0
* FAQ: remove create example (already explained elsewhereAlex Beregszaszi2016-10-191-10/+0
* Merge the documentation about mappingsAlex Beregszaszi2016-10-192-46/+27
* Document constant functionsAlex Beregszaszi2016-10-192-17/+24
* FAQ: remove removal of external accountsAlex Beregszaszi2016-10-192-6/+2
* Improve the description of SolidityAlex Beregszaszi2016-10-192-11/+7
* FAQ: remove modifier sectionAlex Beregszaszi2016-10-191-8/+0
* FAQ: remove compilation sectionAlex Beregszaszi2016-10-191-13/+0
* Merge the selfdestruct sectionsAlex Beregszaszi2016-10-192-12/+9
* Update changelog linkAlex Beregszaszi2016-10-191-1/+1
* Minor documentation fixesAlex Beregszaszi2016-10-193-3/+4
* Docs: Change contract init with value sectionLefteris Karapetsas2016-10-181-2/+4
* Merge pull request #1217 from ethereum/instruction_tablechriseth2016-10-141-3/+3
|\
| * Small points on the instruction tableYoichi Hirai2016-10-141-3/+3
* | Merge pull request #1195 from ethereum/memory-docchriseth2016-10-142-4/+23
|\ \ | |/ |/|
| * Mention that memory is organised as 256-bit wordsAlex Beregszaszi2016-10-141-4/+4
| * Explain how scratch space affects the free memory pointerAlex Beregszaszi2016-10-121-1/+6
| * Merge the two EVM memory introduction sectionsAlex Beregszaszi2016-10-122-5/+5
| * Document memory layoutAlex Beregszaszi2016-10-111-0/+14
* | Merge pull request #1203 from ethereum/exlpainupforgrabschriseth2016-10-131-1/+3
|\ \
| * | Explain up-for-grabs issues.chriseth2016-10-131-1/+3
| |/
* | Merge pull request #1185 from ethereum/grammar-docYoichi Hirai2016-10-131-0/+5
|\ \
| * | Add link to grammar.txt in the documentationAlex Beregszaszi2016-10-111-0/+5
| |/
* | Accommodate further reviewsYoichi Hirai2016-10-131-6/+6
* | Change prenouns from `on` to `at`Yoichi Hirai2016-10-131-2/+2
* | Accommodating reviewsYoichi Hirai2016-10-131-9/+8
* | Mention `payable` in the description when Solidity throwsYoichi Hirai2016-10-121-1/+2
* | Codify `bytes`Yoichi Hirai2016-10-121-1/+1
* | Change phrasing around too small indexYoichi Hirai2016-10-121-2/+2
* | Merge two similar sections; the original survivesYoichi Hirai2016-10-122-23/+8
* | Various fixes based on comments on #1167Yoichi Hirai2016-10-121-4/+5
* | English clarificationsYoichi Hirai2016-10-121-4/+4
* | Adding "When Solidity Throws" section in the documentationYoichi Hirai2016-10-121-0/+16
|/
* Document the reserved keywordsAlex Beregszaszi2016-10-071-0/+8
* Rename sha3 to keccak256 in the documentationAlex Beregszaszi2016-10-066-27/+30
* A typo fixAnubhav singh2016-10-051-1/+1
* Typo FixD-Nice2016-10-041-1/+1
* list formattingShruti Appiah2016-09-241-5/+6
* Bump version in develop.chriseth2016-09-171-2/+2
* Merge pull request #1072 from ethereum/versioningchriseth2016-09-151-0/+26
|\
| * Split versioning into two sectionsAlex Beregszaszi2016-09-141-15/+19
| * Document versioning behaviourAlex Beregszaszi2016-09-091-0/+22
* | Update Solidity docs version to 0.4.1Nick Savers2016-09-101-2/+2
|/
* Review suggestions.chriseth2016-09-072-7/+7
* Update documentation to version 0.4.0.chriseth2016-09-0713-88/+139
* Merge pull request #1003 from winsvega/docschriseth2016-09-069-0/+96
|\
| * add "pragma solidity ^0.4.0;" to code examplesDimitry2016-09-059-0/+96
* | Merge pull request #1021 from ethereum/assembly-docschriseth2016-09-061-1/+2
|\ \
| * | Fix the return value of call in inline assemblyAlex Beregszaszi2016-09-061-1/+2
* | | typoRaghav Dua2016-09-061-1/+1
|/ /
* | Merge pull request #1005 from ethereum/modifierbodyYoichi Hirai2016-09-063-12/+12
|\ \
| * | Require ";" after "_"chriseth2016-09-053-12/+12
| |/
* / add solium to "Available Solidity Integrations"Raghav Dua2016-09-051-0/+3
|/
* Typo.chriseth2016-09-011-1/+1
* Version pragma.chriseth2016-09-011-1/+30
* Merge pull request #951 from Denton-L/interesting-casechriseth2016-09-011-0/+17
|\
| * Write about struct members as wellDenton Liu2016-08-271-4/+4
| * Write about multiple reads and writesDenton Liu2016-08-271-3/+3
| * Fix typoDenton Liu2016-08-271-3/+3
| * Document use of smaller storage variablesDenton Liu2016-08-261-0/+17
* | Merge pull request #960 from Denton-L/change-else-stylechriseth2016-09-015-20/+17
|\ \
| * | Use new style for the docsDenton Liu2016-08-274-14/+10
| * | Update style-guide to use new styleDenton Liu2016-08-271-6/+7
* | | Merge pull request #969 from Denton-L/fix-documentationchriseth2016-08-302-2/+2
|\ \ \
| * | | Fix typo from second to secondsDenton Liu2016-08-301-1/+1
| * | | Fix bad syntaxDenton Liu2016-08-301-1/+1
* | | | Merge pull request #954 from chriseth/fallbackThrowschriseth2016-08-302-1/+9
|\ \ \ \
| * | | | Clarify warning.chriseth2016-08-301-2/+3
| * | | | Documentation.chriseth2016-08-302-1/+8
* | | | | Merge pull request #972 from Denton-L/document-sha3chriseth2016-08-301-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typoDenton Liu2016-08-301-1/+1
| * | | | Document constant behaviour for hashesDenton Liu2016-08-301-0/+4
* | | | | Merge pull request #968 from Denton-L/contributingBob Summerwill2016-08-301-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update README to link to new contribution sectionDenton Liu2016-08-301-1/+4
* | | | | Merge pull request #964 from Denton-L/fix-documentationBob Summerwill2016-08-305-30/+38
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Fix line lengthDenton Liu2016-08-291-1/+1
| * | | Fix selfdestruct documentationDenton Liu2016-08-291-5/+5
| * | | Fix syntax for Windows batch fileDenton Liu2016-08-291-1/+1
| * | | Clarify typecastingDenton Liu2016-08-271-2/+7
| * | | Clean up contracts.rstDenton Liu2016-08-271-14/+17
| * | | Fix grammar errorDenton Liu2016-08-271-1/+1
| * | | Cleanup docsDenton Liu2016-08-271-6/+6
* | | | Create contribution guidelinesDenton Liu2016-08-303-0/+59
|/ / /
* | | Merge pull request #946 from bobsummerwill/build_from_source_docsBob Summerwill2016-08-271-67/+116
|\ \ \ | |/ / |/| |
| * | Tweaks as suggested by chriseth.Bob Summerwill2016-08-271-3/+35
| * | Updated Solidity documentation's "building from source" section.Bob Summerwill2016-08-251-64/+81
| |/
* | Added library keywordDenton Liu2016-08-261-1/+1
* | Added ufixed and fixed keywordsDenton Liu2016-08-261-1/+3
* | Merge pull request #953 from Denton-L/fallback-stuffchriseth2016-08-261-18/+27
|\ \
| * | Add "Sending Ether"Denton Liu2016-08-261-0/+1
| * | Correct spacingDenton Liu2016-08-261-18/+18
| * | Write about what fallback functions cannot doDenton Liu2016-08-261-0/+8
* | | Disallow fallback function to return values.chriseth2016-08-261-1/+2
|/ /
* | Merge pull request #925 from mocamircea/patch-10chriseth2016-08-261-11/+56
|\ \
| * | Update contracts.rstMircea Moca2016-08-251-9/+47
| * | Update contracts.rstMircea Moca2016-08-191-4/+4
| * | Update contracts.rstMircea Moca2016-08-181-7/+14
* | | Merge pull request #913 from chriseth/auctionchriseth2016-08-251-15/+29
|\ \ \ | |_|/ |/| |
| * | Updated the function withdraw() in the SimpleAuction and BlindAuction contrac...Alex Darby2016-08-191-15/+29
| |/
* | Fix creating contracts sectionDenton Liu2016-08-241-3/+5
* | Rename "call data" to "calldata"Denton Liu2016-08-241-2/+2
* | Add commaDenton Liu2016-08-241-1/+1
* | Fix control-structuresDenton Liu2016-08-241-4/+4
* | Update contracts.rstDenton Liu2016-08-241-3/+4
* | Fix description about how blocks workDenton Liu2016-08-241-1/+1
* | Change XXX bit to XXX-bitDenton Liu2016-08-241-6/+6
* | Fix typoDenton Liu2016-08-241-1/+1
* | Change example code formattingDenton Liu2016-08-241-3/+3
* | Change capitalisationDenton Liu2016-08-242-2/+2
* | Remove trailing whitespacesDenton Liu2016-08-243-5/+5
* | Small documentation updateDave Hoover2016-08-241-1/+1
* | Merge pull request #706 from Denton-L/withdrawal-patternchriseth2016-08-206-5/+113
|\ \
| * | Remove throw from withdrawal patternDenton Liu2016-08-191-3/+7
| * | Fix codeDenton Liu2016-08-121-6/+6
| * | Reference inspirationDenton Liu2016-08-121-1/+2
| * | Add minor correctionsDenton Liu2016-08-121-9/+10
| * | Update contracts and descriptionsDenton Liu2016-08-111-4/+13
| * | Change withdrawal exampleDenton Liu2016-08-111-78/+43
| * | Use store exampleDenton Liu2016-08-101-96/+68
| * | Change example to auctionDenton Liu2016-08-101-24/+100
| * | Remove trailing whitespaceDenton Liu2016-08-104-4/+4
| * | Fix withdrawal pattern documentationDenton Liu2016-08-101-4/+4
| * | Link to withdraw patternDenton Liu2016-08-102-1/+3
| * | Add section about withdrawal patternDenton Liu2016-08-103-0/+78
* | | Document throwing on contract-creation failDenton Liu2016-08-191-1/+2
* | | Document throwing on calling empty codeDenton Liu2016-08-181-1/+2
* | | Add documentation about throwingDenton Liu2016-08-181-2/+3
| |/ |/|
* | Merge pull request #839 from chriseth/checkcodechriseth2016-08-171-0/+4
|\ \
| * | Make function calls throw if target does not have code.chriseth2016-08-171-0/+4
* | | Merge pull request #888 from chriseth/throwOnDivZerochriseth2016-08-171-0/+2
|\ \ \
| * | | Throw on division by zero.chriseth2016-08-171-0/+2
| |/ /
* / / BREAKING: return only exits current function/modifierchriseth2016-08-171-7/+33
|/ /
* | Merge pull request #905 from ethereum/chriseth-patch-1chriseth2016-08-171-1/+1
|\ \
| * | Wording: recursive call exploit -> reentrancy exploitchriseth2016-08-161-1/+1
* | | Merge pull request #838 from chriseth/ecrecoverchriseth2016-08-172-2/+2
|\ \ \
| * | | Actually better to return zero on error.chriseth2016-08-162-2/+2
| |/ /
* | | Fix docs. (#916)chriseth2016-08-171-3/+9
* | | Introduce hex literals (#832)Alex Beregszaszi2016-08-161-0/+9
* | | fix typo in costs modifier (#850)gl3672016-08-161-3/+5
* | | Merge pull request #903 from mocamircea/patch-8chriseth2016-08-161-3/+10
|\ \ \
| * | | Update control-structures.rstMircea Moca2016-08-161-3/+8
| * | | Update control-structures.rstMircea Moca2016-08-161-1/+3
| |/ /
* | | Merge pull request #710 from chriseth/throwFailedCreatechriseth2016-08-161-0/+37
|\ \ \
| * | | Throw if contract creation fails.chriseth2016-08-161-0/+37
| |/ /
* | | Merge pull request #904 from mocamircea/patch-9chriseth2016-08-161-1/+1
|\ \ \
| * | | Update control-structures.rstMircea Moca2016-08-161-1/+1
| * | | Update control-structures.rstMircea Moca2016-08-161-1/+1
| |/ /
* / / Update index.rstJacob Benjamin Cholewa2016-08-161-0/+3
|/ /
* | Merge pull request #886 from mocamircea/patch-6chriseth2016-08-121-1/+1
|\ \
| * | Update units-and-global-variables.rstMircea Moca2016-08-121-1/+1
* | | Update units-and-global-variables.rstMircea Moca2016-08-121-1/+1
|/ /
* | Merge pull request #858 from Denton-L/quotes-docschriseth2016-08-124-12/+24
|\ \
| * | Correct all UTF-8 spellingsDenton Liu2016-08-112-6/+6
| * | Add double-quotes to style guideDenton Liu2016-08-111-1/+13
| * | Change i.e. to e.g.Denton Liu2016-08-111-1/+1
| * | Mention single-quotesDenton Liu2016-08-111-2/+2
| * | Correct UTF-8 spellingsDenton Liu2016-08-111-3/+3
* | | Merge pull request #844 from Denton-L/remove-afterchriseth2016-08-121-2/+1
|\ \ \
| * | | Remove after keyword from documentationDenton Liu2016-08-111-2/+1
| |/ /
* | | Merge pull request #857 from cholewa1992/patch-1chriseth2016-08-121-1/+1
|\ \ \ | |/ / |/| |
| * | Update installing-solidity.rstJacob Benjamin Cholewa2016-08-101-1/+1
| |/
* | Merge pull request #824 from Denton-L/fix-typochriseth2016-08-111-2/+2
|\ \ | |/ |/|
| * Add missing sDenton Liu2016-08-091-1/+1
| * Refix typoDenton Liu2016-08-091-1/+1
| * Fix typoDenton Liu2016-08-051-1/+1
* | Merge pull request #820 from mocamircea/patch-3chriseth2016-08-081-0/+20
|\ \
| * | Update layout-of-source-files.rstMircea Moca2016-08-051-0/+20
* | | Merge pull request #819 from mocamircea/patch-2chriseth2016-08-081-1/+1
|\ \ \
| * | | Update layout-of-source-files.rstMircea Moca2016-08-051-1/+1
| |/ /
* / / Update layout-of-source-files.rstMircea Moca2016-08-051-1/+1
|/ /
* | Merge pull request #666 from axic/feature/unicode-escapechriseth2016-08-051-1/+3
|\ \
| * | Document \n, \xNN and \uNNNNAlex Beregszaszi2016-08-051-0/+2
| * | Fix String Literals documentation about implicit conversionsAlex Beregszaszi2016-08-051-1/+1
| |/
* / Build using solidity-standalone.chriseth2016-08-041-38/+10
|/
* Merge pull request #776 from chriseth/deploydocschriseth2016-08-011-1/+5
|\
| * Made snippet work as is.chriseth2016-08-011-3/+3
| * Update contracts.rstcseberino2016-08-011-2/+6
* | Merge pull request #750 from ethereum/chriseth-patch-2chriseth2016-08-011-1/+1
|\ \
| * | Correct source map definition.chriseth2016-07-271-1/+1
* | | Merge pull request #764 from Denton-L/make-safechriseth2016-08-011-1/+2
|\ \ \
| * | | Throw if send() fails in example codeDenton Liu2016-07-301-1/+2
| | |/ | |/|
* | | Merge pull request #732 from Denton-L/document-precedencechriseth2016-08-013-1/+67
|\ \ \ | |/ / |/| |
| * | Add unary operations to the tableDenton Liu2016-07-291-0/+2
| * | Link to order of precedence tableDenton Liu2016-07-291-1/+1
| * | Remove >>> and >>>= operatorsDenton Liu2016-07-271-3/+3
| * | Revert "Remove comma operator"Denton Liu2016-07-271-0/+3
| * | Fix assignment operatorsDenton Liu2016-07-271-0/+1
| * | Remove comma operatorDenton Liu2016-07-271-3/+0
| * | Add link to operator tableDenton Liu2016-07-212-0/+5
| * | Create order of precedence tableDenton Liu2016-07-211-0/+58
* | | Mix is discontinuedchriseth2016-07-271-3/+6
| |/ |/|
* | Update contracts.rstManidos2016-07-271-1/+1
* | Merge pull request #721 from ethers/patch-5chriseth2016-07-271-1/+1
|\ \
| * | mixedCase for modifiersethers2016-07-141-1/+1
* | | Added tx.origin cautionDennisBPeterson2016-07-221-0/+39
* | | Missing '_' in modifier 'timedTransitions'Weiyang Zhu2016-07-211-0/+1
* | | Source mapping documentation.chriseth2016-07-211-0/+53
* | | Merge pull request #704 from ethereum/malleabilitychriseth2016-07-191-1/+5
|\ \ \ | |_|/ |/| |
| * | Expanded malleability risks.chriseth2016-07-071-2/+6
* | | Fix typosDenton Liu2016-07-132-3/+3
* | | Update copyrightDenton Liu2016-07-121-1/+1
| |/ |/|
* | Merge pull request #680 from Denton-L/fix-679chriseth2016-07-092-4/+12
|\ \
| * | Incorporate changesDenton Liu2016-07-091-2/+1
| * | Apply fixesDenton Liu2016-07-051-5/+4
| * | Add reference to default values in mapping sectionDenton Liu2016-07-041-1/+1
| * | Fix incorrect directivesDenton Liu2016-07-041-3/+5
| * | Add section about default values of variablesDenton Liu2016-06-231-2/+10
* | | Merge pull request #689 from redsquirrel/patch-1chriseth2016-07-091-1/+1
|\ \ \
| * | | Removing "easy" languageDave Hoover2016-06-271-1/+1
* | | | Merge pull request #700 from Denton-L/secchriseth2016-07-092-49/+52
|\ \ \ \
| * | | | Repharse sentenceDenton Liu2016-07-091-1/+2
| * | | | Mention dangers of polymorphismDenton Liu2016-07-081-1/+4
| * | | | Incorporate correctionsDenton Liu2016-07-082-4/+4
| * | | | Reformat codeDenton Liu2016-07-051-17/+16
| * | | | Correct grammar and languageDenton Liu2016-07-052-34/+34
| | |_|/ | |/| |
* | | | Merge pull request #703 from raineorshine/patch-2chriseth2016-07-081-0/+12
|\ \ \ \
| * | | | Documentation: Add Solidity ToolsRaine Revere2016-07-061-0/+12
| |/ / /