aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2732 from ethereum/statemutability-abichriseth2017-08-151-1/+2
|\ \
| * | Add statemutability field to the ABIAlex Beregszaszi2017-08-151-1/+2
* | | Update installing-solidity.rstfeliam2017-08-151-1/+1
|/ /
* | docs typo: remove duplicate period and unnecessary spaces in introStu West2017-08-131-1/+1
* | Merge pull request #2486 from jamesray1/patch-22chriseth2017-08-121-1/+1
|\ \
| * | :ref:`getter function<getter-functions>`James Ray2017-07-311-1/+1
| * | ref getter-functionsJames Ray2017-07-281-1/+1
| * | Updated reference to getter-functionsJames Ray2017-07-281-1/+1
| * | Fixed reference to getter functionJames Ray2017-07-071-1/+1
| * | Ref to getter functionJames Ray2017-06-301-1/+1
* | | Merge pull request #2485 from jamesray1/patch-21chriseth2017-08-121-1/+1
|\ \ \
| * | | :ref:`getter function<getter-functions>`James Ray2017-07-311-1/+1
| * | | :ref:`getter-functions`James Ray2017-07-281-1/+1
| * | | Fixed reference to getter functionJames Ray2017-07-071-1/+1
| * | | Getter function refJames Ray2017-06-301-1/+1
| * | | Update frequently-asked-questions.rstJames Ray2017-06-301-1/+1
| |/ /
* | | Merge pull request #2487 from jamesray1/patch-23chriseth2017-08-121-1/+1
|\ \ \
| * | | :ref:`getter function<getter-functions>`James Ray2017-07-311-1/+1
| * | | Updated getter-functions refJames Ray2017-07-291-1/+1
| * | | Fixed reference to getter functionJames Ray2017-07-071-1/+1
| * | | Ref to getter functionJames Ray2017-06-301-1/+1
| |/ /
* | | Merge pull request #2634 from ethereum/chriseth-patch-1Alex Beregszaszi2017-08-111-2/+3
|\ \ \
| * | | Clarify internal function typeschriseth2017-07-261-2/+3
* | | | Use temporary variable for sum exampleAlex Beregszaszi2017-08-111-8/+10
* | | | Move init/cond into the for loopAlex Beregszaszi2017-08-111-5/+5
* | | | Add pure assembly example for summingAlex Beregszaszi2017-08-111-0/+23
* | | | fix typo 'onte' -> 'onto'vladislav-ankudinov2017-08-091-1/+1
* | | | Update changelog.chriseth2017-08-081-0/+4
* | | | Update installing-solidity.rstSaadSurya2017-08-071-1/+1
* | | | Merge pull request #2685 from elopio/patch-1chriseth2017-08-041-1/+9
|\ \ \ \
| * | | | Add the tag for the commandLeo Arias2017-08-021-0/+4
| * | | | Add the command to install the stable solc snapLeo Arias2017-08-021-1/+5
* | | | | Removes reference to stack depth attackAdrián Calvo2017-08-041-3/+3
* | | | | Add warning that low-level call/callcode/delegatecall don't check for existenceAlex Beregszaszi2017-08-021-0/+3
* | | | | Add bug.json entry for delegatecallAlex Beregszaszi2017-08-022-3/+34
|/ / / /
* | | | Release date for version 0.4.14.chriseth2017-07-311-0/+4
* | | | Merge pull request #2658 from jamesray1/patch-8chriseth2017-07-311-1/+1
|\ \ \ \
| * | | | Updated link for getter-functionsJames Ray2017-07-281-1/+1
| | |_|/ | |/| |
* / | | Changelog and bug list entry.chriseth2017-07-282-3/+44
|/ / /
* | | Merge pull request #2640 from elopio/patch-2chriseth2017-07-271-0/+4
|\ \ \
| * | | Add the install instructions from the edge snapLeo Arias2017-07-271-0/+4
* | | | Merge pull request #2629 from hcaw/patch-1chriseth2017-07-271-3/+2
|\ \ \ \
| * | | | Moved Ethereum Studio to Discontinued section as suggestedHarry Wright2017-07-251-0/+2
| * | | | Link to Ethereum Studio removed - project has been discontinuedHarry Wright2017-07-251-3/+0
| | |/ / | |/| |
* | | | Merge pull request #2649 from nathanph/patch-1chriseth2017-07-271-1/+1
|\ \ \ \
| * | | | Fix typo in contracts.rstNathan Hernandez2017-07-271-1/+1
* | | | | Merge pull request #2636 from ethereum/docs-randomYoichi Hirai2017-07-275-21/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Closing parenthesischriseth2017-07-271-1/+1
| * | | | Avoid using .send in the examplesAlex Beregszaszi2017-07-271-7/+2
| * | | | Use the storage keyword in examplesAlex Beregszaszi2017-07-272-4/+4
| * | | | Avoid using var if not requiredAlex Beregszaszi2017-07-271-2/+2
| * | | | Mention all global aliasesAlex Beregszaszi2017-07-272-4/+10
| * | | | Mention that callcode is deprecatedAlex Beregszaszi2017-07-272-1/+9
| * | | | Remove interface keyword from reserved listAlex Beregszaszi2017-07-271-1/+1
| * | | | Remove reference to Why3Alex Beregszaszi2017-07-271-2/+1
| | |/ / | |/| |
* / | | fix misspellSkiral Inc2017-07-271-1/+1
|/ / /
* | | Fix grammarYoichi Hirai2017-07-261-1/+1
* | | Merge pull request #2631 from maurelian/maurelian_patch1Yoichi Hirai2017-07-261-6/+4
|\ \ \
| * | | Clarify require and assert usagemaurelian2017-07-261-6/+4
| |/ /
* | | Merge pull request #2627 from atfornes/patch-2chriseth2017-07-261-2/+3
|\ \ \ | |/ / |/| |
| * | Change Mapping example to valid (executable) codeAntonio Tenorio-Fornés2017-07-251-2/+3
* | | Merge pull request #2484 from jamesray1/patch-8chriseth2017-07-251-2/+2
|\ \ \ | |/ / |/| |
| * | Update types.rstJames Ray2017-07-011-2/+2
| * | Changed URL for getter to a refJames Ray2017-06-301-1/+1
| * | Used a ref for getter instead of a URL.James Ray2017-06-301-1/+1
| * | Added links for the getter function.James Ray2017-06-301-2/+2
| |/
* | minor fix on assembly exampleNIC6192017-07-211-1/+1
* | Enable more examples in the documentation for testingAlex Beregszaszi2017-07-196-28/+46
* | Keep the terminology about the exceptions the sameJuraj Bednar2017-07-181-1/+1
* | Update solidity-by-example.rst. Fixes accepted bidsLuke Schoen2017-07-171-2/+2
* | Fix bugs in example contractsAlex Beregszaszi2017-07-144-11/+42
* | Add version pragma to docs examplesAlex Beregszaszi2017-07-134-0/+16
* | Add changelog and documentationAlex Beregszaszi2017-07-131-1/+1
* | Merge pull request #2560 from ethereum/abi-spec-nitpickchriseth2017-07-121-9/+6
|\ \
| * | Borrow a sentence from @axicYoichi Hirai2017-07-121-2/+2
| * | Nitpicking abi-spec.rstYoichi Hirai2017-07-121-8/+5
* | | Merge pull request #1477 from ethereum/doc-remove-fixedchriseth2017-07-121-16/+2
|\ \ \ | |/ / |/| |
| * | docs: ``var x = 1/4`` is not working, so remove description about itYoichi Hirai2016-12-021-16/+2
* | | typo of bitween for betweenhh37552017-07-081-1/+1
* | | Release date for 0.4.13chriseth2017-07-061-0/+4
* | | Update contributing.rstPatrick Walters2017-07-051-4/+4
* | | Set release date.chriseth2017-07-031-0/+4
* | | Merge pull request #2496 from jamesray1/patch-24chriseth2017-07-011-0/+1
|\ \ \
| * | | Added ref for Getter functionsJames Ray2017-07-011-0/+1
* | | | Remove parsing of why3 doc stringsAlex Beregszaszi2017-07-011-1/+1
|/ / /
* | / Update types.srtBen Che2017-06-301-8/+8
| |/ |/|
* | Merge pull request #2464 from federicobond/deprecate-function-type-nameschriseth2017-06-271-2/+2
|\ \
| * | Warn deprecated usage of parameter names in function typesFederico Bond2017-06-271-2/+2
* | | Clarify exception documentationAlex Beregszaszi2017-06-241-6/+5
* | | Review suggestions.chriseth2017-06-242-3/+3
* | | Clarify exceptions.chriseth2017-06-243-30/+57
* | | Merge pull request #2401 from federicobond/update-grammarchriseth2017-06-232-7/+17
|\ \ \
| * | | Fix and improve grammar.txtFederico Bond2017-06-232-5/+8
| * | | grammar.txt: Fix grammar for f.gas(p).value(q)() style callsFederico Bond2017-06-231-4/+11
| |/ /
* | | Update installing-solidity.rstgregg dourgarian2017-06-231-1/+1
* | | Merge pull request #2452 from ethereum/fixPassingEmptyStringAlex Beregszaszi2017-06-232-1/+39
|\ \ \
| * | | Bug list entry.chriseth2017-06-232-1/+39
* | | | Merge pull request #2426 from ethereum/miniMoustacheAlex Beregszaszi2017-06-232-0/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Document Whiskers.Alex Beregszaszi2017-06-222-0/+21
| |/ /
* | | Merge pull request #2423 from federicobond/tuple-grammarchriseth2017-06-231-1/+4
|\ \ \ | |/ / |/| |
| * | Fix grammar for tuple expressionsFederico Bond2017-06-201-1/+4
* | | Add weight == 0 condition to giveRightToVote functionDillon Arevalo2017-06-211-4/+4
|/ /
* | Merge pull request #2407 from jamesray1/patch-7chriseth2017-06-191-1/+1
|\ \
| * | Update layout-of-source-files.rstchriseth2017-06-191-2/+2
| * | Link for the semantic versioner for npmJames Ray2017-06-151-2/+2
* | | Merge pull request #2225 from ethereum/julia-forchriseth2017-06-191-26/+14
|\ \ \
| * | | Changelog and documentation.chriseth2017-06-161-26/+14
| |/ /
* | | Merge pull request #2373 from jamesray1/patch-14chriseth2017-06-161-1/+1
|\ \ \ | |/ / |/| |
| * | Create types.rstJames Ray2017-06-151-1/+1
| * | Create types.rstJames Ray2017-06-121-1/+1
* | | Support dialect of assembly in grammarAlex Beregszaszi2017-06-151-1/+1
* | | Support interface contractsAlex Beregszaszi2017-06-151-1/+1
* | | Support AssemblyLabel in grammarAlex Beregszaszi2017-06-151-1/+2
* | | Fix AssemblyAssignment in grammarAlex Beregszaszi2017-06-151-1/+1
* | | Merge pull request #2192 from winsvega/developAlex Beregszaszi2017-06-151-1/+8
|\ \ \
| * | | add new opcode instructions to the parserDimitry2017-06-151-1/+8
* | | | Merge pull request #2384 from ethereum/parseFunctionalInstructionschriseth2017-06-151-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Clarify functional style.chriseth2017-06-141-2/+4
* | | | Merge pull request #2364 from VoR0220/abiSpecchriseth2017-06-143-0/+348
|\ \ \ \ | |/ / / |/| | |
| * | | try to get rid of warningRJ Catalano2017-06-141-1/+1
| * | | Include abi specs in index and fix styling.chriseth2017-06-133-60/+65
| * | | Formatting of heading.chriseth2017-06-121-1/+2
| * | | Change fixed number example.chriseth2017-06-121-10/+11
| * | | Include structs.chriseth2017-06-121-21/+39
| * | | some small fixes to the names and underlining; still need to fix the fixed po...RJ Catalano2017-06-101-15/+11
| * | | begin abi spec translation into solidity docsRJ Catalano2017-06-101-0/+327
| |/ /
* | | Add linter-soliumTravis Jacobs2017-06-141-0/+3
* | | Clarify statement about receiving etherchriseth2017-06-141-1/+2
* | | 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