aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* libevmasm: add RETURNDATACOPY and RETURNDATASIZEYoichi Hirai2017-06-131-0/+4
* Merge pull request #2368 from jamesray1/patch-5chriseth2017-06-121-1/+1
|\
| * DoxygenJames Ray2017-06-111-1/+1
* | Merge pull request #2372 from jamesray1/patch-13chriseth2017-06-121-1/+2
|\ \
| * | Added linebreak.chriseth2017-06-121-1/+2
| * | Create types.rstJames Ray2017-06-121-1/+1
| |/
* | Merge pull request #2366 from sandakersmann/patch-1chriseth2017-06-121-1/+1
|\ \
| * | Undo changes to building from source.chriseth2017-06-121-4/+3
| * | Fixed "building-from-source" linkMarius Kjærstad2017-06-101-4/+5
| |/
* / Create types.rstJames Ray2017-06-121-1/+1
|/
* Update installing-solidity.rst on Gentoo LinuxAndreMiras2017-06-081-0/+6
* Merge pull request #2341 from ethernomad/patch-3chriseth2017-06-061-1/+1
|\
| * for free => automaticallyJonathan Brown2017-06-031-1/+1
* | Include logo in introAlex Beregszaszi2017-06-051-0/+5
* | Import logo from browser-solidity#16e74469Alex Beregszaszi2017-06-051-0/+27
|/
* Document keccak256 in assemblyAlex Beregszaszi2017-05-301-0/+2
* Merge pull request #2287 from ethereum/legacyAstCLIchriseth2017-05-291-1/+1
|\
| * add legacy/compact AST-format options to CLdjudjuu2017-05-241-1/+1
* | Merge pull request #2315 from pjstadig/patch-1Yoichi Hirai2017-05-261-1/+1
|\ \
| * | Fix typoPaul Stadig2017-05-261-1/+1
* | | Rename events in purchase exampleAlexey Alexeyeff2017-05-261-6/+6
|/ /
* | Fix spaceRon Gross2017-05-221-4/+4
* | Fix link formatRon Gross2017-05-221-4/+4
|/
* Merge pull request #2277 from ethereum/chriseth-patch-1chriseth2017-05-171-1/+1
|\
| * Fix typo.chriseth2017-05-171-1/+1
* | Merge pull request #2278 from ethereum/chriseth-patch-2chriseth2017-05-171-1/+1
|\ \
| * | Fix bug in example contract.chriseth2017-05-171-1/+1
| |/
* | Merge pull request #2221 from greggdourgarian/developchriseth2017-05-171-27/+26
|\ \
| * | remove extraneous 's'greggdourgarian2017-05-041-1/+1
| * | minor punctuation, typo and clarity changesgreggdourgarian2017-05-041-28/+27
* | | Merge pull request #2247 from jamesray1/developchriseth2017-05-171-11/+13
|\ \ \ | |_|/ |/| |
| * | Update introduction-to-smart-contracts.rstjamesray12017-05-101-1/+3
| * | Update introduction-to-smart-contracts.rstjamesray12017-05-101-2/+2
| * | Update introduction-to-smart-contracts.rstjamesray12017-05-061-11/+11
* | | Improves clarity of block.timestampMicah Zoltu2017-05-131-1/+1
|/ /
* | Merge pull request #2194 from ethereum/removeerrorlabelchriseth2017-05-051-7/+2
|\ \ | |/ |/|
| * Remove error label / invalid jump label.chriseth2017-04-281-7/+2
* | Update permalink for optimizer bug and fix release date.chriseth2017-05-032-2/+2
* | Update bug list.chriseth2017-05-031-0/+4
* | Parentheses.chriseth2017-05-031-3/+3
* | Corrections and some style.chriseth2017-05-033-12/+13
* | Cleanup to make the docs more consistent.chriseth2017-05-034-40/+40
* | Update common-patterns.rstMatt Wisniewski2017-05-037-99/+73
* | Merge pull request #2206 from ethereum/fixoptimizerchriseth2017-05-032-4/+48
|\ \
| * | Fix keys for bugs.json.chriseth2017-05-031-5/+4
| * | Add entry to bug list.chriseth2017-05-022-4/+49
* | | Merge pull request #2211 from ethereum/jsonio-fixesAlex Beregszaszi2017-05-021-1/+1
|\ \ \
| * | | Follow the JSON I/O spec closelyAlex Beregszaszi2017-05-021-1/+1
* | | | Merge pull request #2210 from ethereum/jsonio-remove-why3chriseth2017-05-021-7/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Remove why3 from standard compilerAlex Beregszaszi2017-05-021-7/+4
* | | | Merge pull request #2201 from FedericoCapello/patch-1chriseth2017-05-021-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Update units-and-global-variables.rstFedericoCapello2017-05-021-2/+2
| | |/ | |/|
* | | Merge pull request #2172 from ethereum/docs-sarchriseth2017-05-021-0/+6
|\ \ \ | |_|/ |/| |
| * | Add warning about SAR in docsPaweł Bylica2017-04-281-0/+6
| |/
* | Merge pull request #2203 from JohnAllen/developAlex Beregszaszi2017-05-021-1/+1
|\ \
| * | Correct form-from typo in layout-of-source-files.rstJohnAllen2017-05-021-1/+1
| |/
* / Added Doxity in the Solidity Tools sectionAdrianClv2017-04-291-1/+4
|/
* Update the gasEstimates in JSON I/OAlex Beregszaszi2017-04-271-5/+5
* Remove parentheses from around function return parametersAlex Beregszaszi2017-04-271-4/+4
* Merge pull request #1711 from ethereum/asmfunctionschriseth2017-04-261-9/+8
|\
| * Document storage variable access.chriseth2017-04-261-9/+8
* | Explain that bytecode depends on metadataAlex Beregszaszi2017-04-261-0/+6
* | Mention the order of the ABI in metadataAlex Beregszaszi2017-04-261-0/+2
|/
* Merge pull request #2160 from 0mkara/patch-2chriseth2017-04-251-2/+2
|\
| * Update atom-ethereum-interface name changeOmkara2017-04-231-2/+2
* | Enable standard json in the docsAlex Beregszaszi2017-04-241-4/+2
|/
* Correct syntax and link to question.chriseth2017-04-211-1/+1
* Added link to example for ecrecoverMorgan2017-04-211-0/+1
* Rename ast to legacyAST in StandardCompilerAlex Beregszaszi2017-04-211-4/+7
* Support --allow-paths in the CLIAlex Beregszaszi2017-04-201-0/+2
* Merge pull request #2122 from nrchandan/patch-1chriseth2017-04-181-1/+1
|\
| * Update common-patterns.rstChandan Kumar2017-04-141-1/+1
* | Merge pull request #2119 from ethereum/bugListchriseth2017-04-185-1/+456
|\ \
| * | Update bugs.rstchriseth2017-04-181-1/+2
| * | Some changes after review.chriseth2017-04-183-5/+5
| * | Prefix all optimizer bug names by Optimizer.chriseth2017-04-122-42/+42
| * | Typo and more explanation.chriseth2017-04-123-25/+45
| * | Create and update bugs by version list.chriseth2017-04-121-0/+297
| * | List of known bugs.chriseth2017-04-124-1/+138
| |/
* | Merge pull request #2125 from abrahamsangha/fix-typo-solidity-by-examplechriseth2017-04-181-3/+2
|\ \
| * | minor: fix formatting and grammarAbraham Sangha2017-04-151-3/+2
* | | Merge pull request #2127 from morgansliman/patch-1chriseth2017-04-181-1/+1
|\ \ \
| * | | Update contracts.rstMorgan2017-04-181-1/+1
| | |/ | |/|
* / | Update index.rstAndy Milenius2017-04-151-2/+2
|/ /
* | Document formattedMessageAlex Beregszaszi2017-04-071-0/+2
* | Support selecting group of outputsAlex Beregszaszi2017-04-071-1/+4
* | Rename legacyAssemblyJSON to legacyAssemblyAlex Beregszaszi2017-04-071-3/+3
* | Move the IR out of the EVM block in JSON IOAlex Beregszaszi2017-04-071-3/+3
* | The metadata output is serialisedAlex Beregszaszi2017-04-071-2/+2
* | Fix input selector for evmAlex Beregszaszi2017-04-071-4/+6
* | Swap key/value of methodIdentifiersAlex Beregszaszi2017-03-301-1/+1
* | Reorder for readiabilityAlex Beregszaszi2017-03-301-7/+9
* | Move opcodes into bytecode/deployedBytecodeAlex Beregszaszi2017-03-301-3/+3
* | Fix typo in documentationMatt Searle2017-03-281-1/+1
* | Fix typoMatt Searle2017-03-271-1/+1
* | small fixesAbraham Sangha2017-03-231-2/+2
|/
* Disallow constructor in interfacesAlex Beregszaszi2017-03-181-0/+1
* Disallow enums in interfacesAlex Beregszaszi2017-03-181-0/+1
* Document interfacesAlex Beregszaszi2017-03-181-0/+27
* Merge pull request #1787 from ethereum/docs-gasvaluechriseth2017-03-162-5/+7
|\
| * Explain that .value() is only available if contract function is marked payableAlex Beregszaszi2017-03-161-2/+2
| * Document the .value() and .gas() modifiersAlex Beregszaszi2017-03-162-3/+5
* | Merge pull request #1785 from ethereum/docs-addressAlex Beregszaszi2017-03-161-3/+9
|\ \ | |/ |/|
| * Document all address methods in the global variables sectionAlex Beregszaszi2017-03-161-3/+9
* | Merge pull request #1791 from ethereum/docs-fixesAlex Beregszaszi2017-03-166-5/+9
|\ \
| * | Fix typo (recieve to receive)Alex Beregszaszi2017-03-162-2/+2
| * | Fix list indentationAlex Beregszaszi2017-03-163-2/+4
| * | Add link to version pragmaAlex Beregszaszi2017-03-162-1/+3
| |/
* | Merge pull request #1784 from ethereum/docs-remixchriseth2017-03-165-12/+12
|\ \
| * | Replace references to browser-solidity with RemixAlex Beregszaszi2017-03-165-12/+12
| |/
* / Fix inconsistent use of single backticksAlex Beregszaszi2017-03-163-4/+4
|/
* Merge pull request #1698 from ethereum/exp-notationchriseth2017-03-151-0/+3
|\
| * Document scientific notation in integer literalsAlex Beregszaszi2017-03-151-0/+3
* | Merge pull request #1729 from ethereum/constantvariablesYoichi Hirai2017-03-151-6/+20
|\ \
| * | Documentation update.chriseth2017-03-131-8/+13
| * | Extend documentation for constant state variables.chriseth2017-03-131-2/+9
| * | Disallow constants that are neither value types nor strings.chriseth2017-03-131-0/+3
| * | Documentation.chriseth2017-03-131-6/+5
| |/
* / Require and Assert.chriseth2017-03-142-3/+12
|/
* Fix delegation loop in Ballot example contractRemo Fürst2017-03-091-8/+8
* Merge pull request #1750 from ethereum/asmoctalYoichi Hirai2017-03-081-3/+2
|\
| * Disallow octal literals.chriseth2017-03-071-3/+2
* | Merge pull request #1699 from ethereum/asmlabelsYoichi Hirai2017-03-081-50/+105
|\ \ | |/ |/|
| * Remove stack annotations from documentation.chriseth2017-03-031-48/+58
| * Clarify stack height.chriseth2017-03-031-5/+14
| * Updated documentation.chriseth2017-03-031-11/+47
* | Add keywords delete and forchriseth2017-03-061-1/+1
* | Add IntelliJ plugin to Solidity integrationsLeonid Logvinov2017-03-051-0/+3
* | Merge pull request #1702 from ethereum/assertErrorYoichi Hirai2017-03-042-4/+2
|\ \ | |/ |/|
| * Remove assert for now.chriseth2017-02-242-7/+2
| * Change effect of assert to invalid opcode.chriseth2017-02-162-4/+7
* | Remove obsolete .send() entry from FAQAlex Beregszaszi2017-02-241-10/+0
* | Prefer .transfer() over .send() in the documentationAlex Beregszaszi2017-02-241-10/+10
* | Document transfer()Alex Beregszaszi2017-02-244-3/+11
* | Merge pull request #1714 from dimorinny/developchriseth2017-02-221-1/+1
|\ \
| * | add payable attributeDmitriy Merkurev2017-02-221-1/+1
| |/
* / Downgrade instructions for Homebrew SolidityMikko Ohtamaa2017-02-221-1/+17
|/
* Merge pull request #1684 from federicobond/sphinx-highlightAlex Beregszaszi2017-02-141-15/+9
|\
| * Update the sphinx highlighting rulesFederico Bond2017-02-141-15/+9
* | Document revert()Alex Beregszaszi2017-02-113-3/+6
* | Document revert()Alex Beregszaszi2017-02-111-0/+2
* | Use different wording for assertAlex Beregszaszi2017-02-111-1/+1
* | Document user provided exceptionsAlex Beregszaszi2017-02-101-0/+4
* | Document assert()Alex Beregszaszi2017-02-102-2/+5
|/
* Simplify the compiler API section (and remove pseudo code)Alex Beregszaszi2017-02-091-18/+6
* Drop the legacy assembly outputAlex Beregszaszi2017-02-091-9/+6
* Include language field in the JSONAlex Beregszaszi2017-02-091-0/+3
* Move file into sourceLocationAlex Beregszaszi2017-02-091-4/+4
* Update the AST outputAlex Beregszaszi2017-02-091-9/+11
* Explain every contract output fieldAlex Beregszaszi2017-02-091-11/+38
* Support linkReferences with length specifiedAlex Beregszaszi2017-02-091-1/+4
* Error list should have sourceLocationAlex Beregszaszi2017-02-091-6/+4
* Updated EVM outputAlex Beregszaszi2017-02-091-13/+16
* Make contracts output two-levelAlex Beregszaszi2017-02-091-14/+16
* Update errors outputAlex Beregszaszi2017-02-091-17/+20
* Include pseudo-code of compiler APIAlex Beregszaszi2017-02-091-1/+13
* Change layout and include API, Input, Output sectionsAlex Beregszaszi2017-02-091-11/+17
* Add metadata.useLiteralContent optionAlex Beregszaszi2017-02-091-0/+5
* Update output selectionAlex Beregszaszi2017-02-091-27/+40
* Update settings sectionAlex Beregszaszi2017-02-091-8/+21
* Update sources definition based on the metadataAlex Beregszaszi2017-02-091-9/+25
* Place into a code blockAlex Beregszaszi2017-02-091-0/+3
* The metadata section has been moved, make only a reference to itAlex Beregszaszi2017-02-091-95/+5
* Update the metadata JSON specAlex Beregszaszi2017-02-091-10/+23
* Update the metadata JSON specAlex Beregszaszi2017-02-091-1/+7
* Add missing fieldsAlex Beregszaszi2017-02-091-1/+4
* Describe the ABI output fieldAlex Beregszaszi2017-02-091-1/+3
* Update with https://pad.riseup.net/p/7x3G896a3NLAAlex Beregszaszi2017-02-091-27/+121
* Add language and some minor corrections and clarifications.chriseth2017-02-091-6/+9
* Document input description and metadata output.chriseth2017-02-093-39/+142
* Merge pull request #1643 from federicobond/patch-1chriseth2017-02-091-1/+2
|\
| * grammar.txt: Add rule for tuple destructuringFederico Bond2017-02-091-1/+2
* | Merge branch 'develop' into docs-versionchriseth2017-02-071-0/+6
|\ \
| * | Add archlinux installation instructionsAlex Beregszaszi2017-02-071-0/+6
* | | Take documentation version numbers from CMakeAlex Beregszaszi2017-02-071-2/+8
|/ /
* / Remove obsolete esoteric features sectionAlex Beregszaszi2017-02-031-25/+0
|/
* clarified binaries installationRJ Catalano2017-02-031-1/+2
* implement a build scriptRJ Catalano2017-02-031-2/+8
* Rename accessor to getterAlex Beregszaszi2017-02-037-24/+24
* Other contracts can't write to a public variableWill White2017-02-021-2/+1
* Explain the difference between solc and solcjsAlex Beregszaszi2017-02-021-7/+8
* Merge pull request #1625 from ethereum/asmdocschriseth2017-02-012-490/+30
|\
| * Integrate missed changes.chriseth2017-02-012-490/+30
* | Version updatechriseth2017-02-011-2/+2
|/
* Mention invalid in docsAlex Beregszaszi2017-01-271-0/+2
* Changelog and review suggestions.chriseth2017-01-271-1/+1
* Document special case of zero-initialized internal function.chriseth2017-01-261-1/+6
* Address feedback from code review.Valentin Wüstholz2017-01-261-1/+1
* Simplify length rule.chriseth2017-01-261-2/+2
* Documentation.chriseth2017-01-251-0/+13
* Merge pull request #1593 from ethereum/identifierRegexYoichi Hirai2017-01-231-1/+1
|\
| * Correct identifier regexchriseth2017-01-211-1/+1
* | Merge pull request #1597 from sarbogast/patch-2chriseth2017-01-231-10/+10
|\ \
| * | Fix the list of reasons for throwing automaticallySebastien Arbogast2017-01-211-10/+10
| |/
* / Fixed typo on contract instanceSebastien Arbogast2017-01-211-1/+1
|/
* Merge pull request #1574 from ethereum/docs-versionchriseth2017-01-171-0/+18
|\
| * Mention how our version maps to SemverAlex Beregszaszi2017-01-171-0/+3
| * Explain how version numbers are builtAlex Beregszaszi2017-01-171-0/+15
* | Update copyright date in docsAlex Beregszaszi2017-01-171-1/+1
|/
* Add git submodule init to build instructions (#1569)Rhett Aultman2017-01-171-0/+5
* Update SolidityLexer.py (#1567)Nicola2017-01-161-0/+1
* Update SolidityLexer.pyNicola2017-01-131-1/+1
* Update version to 0.4.9.chriseth2017-01-131-2/+2
* Merge pull request #1479 from ethereum/function_variable_mixinchriseth2017-01-131-0/+7
|\
| * docs: document the resriction about a function and an event of the same name,...Yoichi Hirai2017-01-121-0/+7
* | Re-word somewhat bumpy sentence to be more clear.Anders Brownworth2017-01-121-2/+2
|/
* grammar.txt: Replace Identifier for Typename in NewExpressionFederico Bond2017-01-111-1/+1
* grammar.txt: Add named function argumentsFederico Bond2017-01-111-1/+7
* grammar.txt: Move StorageLocation? up to VariableDeclarationFederico Bond2017-01-111-3/+3
* Merge pull request #1330 from ethereum/assemblyDefchriseth2017-01-112-0/+951
|\
| * Move explanatory sections and other small changes.chriseth2017-01-091-183/+192
| * Typos and clarifications.chriseth2017-01-041-13/+17
| * More information about switch, loops and functions.chriseth2017-01-041-1/+78
| * Update to new assembly specification.chriseth2017-01-031-31/+381
| * Assembly definition.chriseth2017-01-032-0/+511
* | docs: clarify what are considered as absolute pathsYoichi Hirai2017-01-041-2/+3
|/
* Merge pull request #1527 from federicobond/elementarytypenameconversionchriseth2017-01-031-1/+8
|\
| * Add ElementaryTypeNameExpression to grammar.txtFederico Bond2017-01-021-1/+8
* | Merge pull request #1538 from ethereum/multi-keyschriseth2017-01-031-2/+2
|\ \
| * | doc: rephrase the case when two remapping keys are applicableYoichi Hirai2017-01-021-2/+2
* | | Merge pull request #1526 from federicobond/docs-grammarchriseth2017-01-031-0/+9
|\ \ \ | |/ / |/| |
| * | Add parsers and grammars to documentationFederico Bond2017-01-021-0/+9
* | | Merge pull request #1530 from federicobond/remove-syntax-highlightingchriseth2017-01-021-0/+1
|\ \ \
| * | | Remove wrong syntax highlighting in docsFederico Bond2016-12-291-0/+1
| | |/ | |/|
* | | Merge pull request #1529 from federicobond/right-shiftschriseth2017-01-021-1/+1
|\ \ \
| * | | Add missing right-hand side expression for shiftsFederico Bond2016-12-281-1/+1
| |/ /
* / / Add UserDefinedTypeName to grammar.txtFederico Bond2016-12-281-2/+10
|/ /
* | Add unimplemented functions to grammarFederico Bond2016-12-271-1/+1
* | Fix NumberLiteral rule for hex numbersFederico Bond2016-12-251-1/+4
* | Fix StorageLocation position for ArrayTypeName rule in grammarFederico Bond2016-12-251-1/+1
* | Merge pull request #1518 from mcoblenz/patch-2chriseth2016-12-221-2/+2
|\ \
| * | Corrected explanation per discussion.Michael Coblenz2016-12-221-2/+2
| * | Clarified support for recursive creation.Michael Coblenz2016-12-211-2/+2
| * | Fixed misleading typoMichael Coblenz2016-12-201-1/+1
* | | Fix mapping syntax in docsFederico Bond2016-12-221-1/+1
|/ /
* / Update develop version.chriseth2016-12-151-2/+2
|/
* Merge pull request #1508 from ethereum/multiurlschriseth2016-12-151-4/+4
|\
| * Use multiple URLs for metadata.chriseth2016-12-131-4/+4
* | Update documentation.chriseth2016-12-131-7/+7
* | Documentation.chriseth2016-12-122-11/+21
|/
* Merge pull request #1351 from ethereum/truncate_bitchriseth2016-12-081-1/+54
|\
| * docs: rename overflow to variable cleanupAlex Beregszaszi2016-12-011-4/+4
| * docs: update overflow cleanup wordingAlex Beregszaszi2016-12-011-4/+4
| * docs: remove the word overflow when we are talking about invalid valuesYoichi Hirai2016-12-011-22/+22
| * codegen: clean any data from the inputYoichi Hirai2016-12-011-0/+3
| * docs: describe when and how overflown values are cleanedYoichi Hirai2016-12-011-1/+51
* | Remove duplicate Identifier from AssemblyItem grammar ruleFederico Bond2016-12-081-1/+1
* | Merge pull request #1465 from ethereum/missing_keywordschriseth2016-12-062-3/+11
|\ \
| * | grammar.txt: define inline assemblyYoichi Hirai2016-12-021-1/+9
| * | parsing: `default` and `null` are reserved keywordsYoichi Hirai2016-12-021-1/+1