Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1684 from federicobond/sphinx-highlight | Alex Beregszaszi | 2017-02-14 | 1 | -15/+9 |
|\ | | | | | Update the sphinx highlighting rules | ||||
| * | Update the sphinx highlighting rules | Federico Bond | 2017-02-14 | 1 | -15/+9 |
| | | |||||
* | | Document revert() | Alex Beregszaszi | 2017-02-11 | 3 | -3/+6 |
| | | |||||
* | | Document revert() | Alex Beregszaszi | 2017-02-11 | 1 | -0/+2 |
| | | |||||
* | | Use different wording for assert | Alex Beregszaszi | 2017-02-11 | 1 | -1/+1 |
| | | |||||
* | | Document user provided exceptions | Alex Beregszaszi | 2017-02-10 | 1 | -0/+4 |
| | | |||||
* | | Document assert() | Alex Beregszaszi | 2017-02-10 | 2 | -2/+5 |
|/ | |||||
* | Simplify the compiler API section (and remove pseudo code) | Alex Beregszaszi | 2017-02-09 | 1 | -18/+6 |
| | |||||
* | Drop the legacy assembly output | Alex Beregszaszi | 2017-02-09 | 1 | -9/+6 |
| | |||||
* | Include language field in the JSON | Alex Beregszaszi | 2017-02-09 | 1 | -0/+3 |
| | |||||
* | Move file into sourceLocation | Alex Beregszaszi | 2017-02-09 | 1 | -4/+4 |
| | |||||
* | Update the AST output | Alex Beregszaszi | 2017-02-09 | 1 | -9/+11 |
| | |||||
* | Explain every contract output field | Alex Beregszaszi | 2017-02-09 | 1 | -11/+38 |
| | |||||
* | Support linkReferences with length specified | Alex Beregszaszi | 2017-02-09 | 1 | -1/+4 |
| | |||||
* | Error list should have sourceLocation | Alex Beregszaszi | 2017-02-09 | 1 | -6/+4 |
| | |||||
* | Updated EVM output | Alex Beregszaszi | 2017-02-09 | 1 | -13/+16 |
| | |||||
* | Make contracts output two-level | Alex Beregszaszi | 2017-02-09 | 1 | -14/+16 |
| | |||||
* | Update errors output | Alex Beregszaszi | 2017-02-09 | 1 | -17/+20 |
| | |||||
* | Include pseudo-code of compiler API | Alex Beregszaszi | 2017-02-09 | 1 | -1/+13 |
| | |||||
* | Change layout and include API, Input, Output sections | Alex Beregszaszi | 2017-02-09 | 1 | -11/+17 |
| | |||||
* | Add metadata.useLiteralContent option | Alex Beregszaszi | 2017-02-09 | 1 | -0/+5 |
| | |||||
* | Update output selection | Alex Beregszaszi | 2017-02-09 | 1 | -27/+40 |
| | |||||
* | Update settings section | Alex Beregszaszi | 2017-02-09 | 1 | -8/+21 |
| | |||||
* | Update sources definition based on the metadata | Alex Beregszaszi | 2017-02-09 | 1 | -9/+25 |
| | |||||
* | Place into a code block | Alex Beregszaszi | 2017-02-09 | 1 | -0/+3 |
| | |||||
* | The metadata section has been moved, make only a reference to it | Alex Beregszaszi | 2017-02-09 | 1 | -95/+5 |
| | |||||
* | Update the metadata JSON spec | Alex Beregszaszi | 2017-02-09 | 1 | -10/+23 |
| | |||||
* | Update the metadata JSON spec | Alex Beregszaszi | 2017-02-09 | 1 | -1/+7 |
| | |||||
* | Add missing fields | Alex Beregszaszi | 2017-02-09 | 1 | -1/+4 |
| | |||||
* | Describe the ABI output field | Alex Beregszaszi | 2017-02-09 | 1 | -1/+3 |
| | |||||
* | Update with https://pad.riseup.net/p/7x3G896a3NLA | Alex Beregszaszi | 2017-02-09 | 1 | -27/+121 |
| | |||||
* | Add language and some minor corrections and clarifications. | chriseth | 2017-02-09 | 1 | -6/+9 |
| | |||||
* | Document input description and metadata output. | chriseth | 2017-02-09 | 3 | -39/+142 |
| | |||||
* | Merge pull request #1643 from federicobond/patch-1 | chriseth | 2017-02-09 | 1 | -1/+2 |
|\ | | | | | grammar.txt: Add rule for tuple destructuring | ||||
| * | grammar.txt: Add rule for tuple destructuring | Federico Bond | 2017-02-09 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'develop' into docs-version | chriseth | 2017-02-07 | 1 | -0/+6 |
|\ \ | |||||
| * | | Add archlinux installation instructions | Alex Beregszaszi | 2017-02-07 | 1 | -0/+6 |
| | | | |||||
* | | | Take documentation version numbers from CMake | Alex Beregszaszi | 2017-02-07 | 1 | -2/+8 |
|/ / | |||||
* / | Remove obsolete esoteric features section | Alex Beregszaszi | 2017-02-03 | 1 | -25/+0 |
|/ | |||||
* | clarified binaries installation | RJ Catalano | 2017-02-03 | 1 | -1/+2 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | implement a build script | RJ Catalano | 2017-02-03 | 1 | -2/+8 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | Rename accessor to getter | Alex Beregszaszi | 2017-02-03 | 7 | -24/+24 |
| | |||||
* | Other contracts can't write to a public variable | Will White | 2017-02-02 | 1 | -2/+1 |
| | | | The removed words implied that other contracts can write to a public variable. | ||||
* | Explain the difference between solc and solcjs | Alex Beregszaszi | 2017-02-02 | 1 | -7/+8 |
| | |||||
* | Merge pull request #1625 from ethereum/asmdocs | chriseth | 2017-02-01 | 2 | -490/+30 |
|\ | | | | | Integrate missed changes. | ||||
| * | Integrate missed changes. | chriseth | 2017-02-01 | 2 | -490/+30 |
| | | |||||
* | | Version update | chriseth | 2017-02-01 | 1 | -2/+2 |
|/ | |||||
* | Mention invalid in docs | Alex Beregszaszi | 2017-01-27 | 1 | -0/+2 |
| | |||||
* | Changelog and review suggestions. | chriseth | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | Document special case of zero-initialized internal function. | chriseth | 2017-01-26 | 1 | -1/+6 |
| | |||||
* | Address feedback from code review. | Valentin Wüstholz | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Simplify length rule. | chriseth | 2017-01-26 | 1 | -2/+2 |
| | |||||
* | Documentation. | chriseth | 2017-01-25 | 1 | -0/+13 |
| | |||||
* | Merge pull request #1593 from ethereum/identifierRegex | Yoichi Hirai | 2017-01-23 | 1 | -1/+1 |
|\ | | | | | Correct identifier regex | ||||
| * | Correct identifier regex | chriseth | 2017-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1597 from sarbogast/patch-2 | chriseth | 2017-01-23 | 1 | -10/+10 |
|\ \ | | | | | | | Fix the list of reasons for throwing automatically | ||||
| * | | Fix the list of reasons for throwing automatically | Sebastien Arbogast | 2017-01-21 | 1 | -10/+10 |
| |/ | | | | | Used aut-enumerated list syntax | ||||
* / | Fixed typo on contract instance | Sebastien Arbogast | 2017-01-21 | 1 | -1/+1 |
|/ | | | Fixed the name of the variable referencing a contract instance | ||||
* | Merge pull request #1574 from ethereum/docs-version | chriseth | 2017-01-17 | 1 | -0/+18 |
|\ | | | | | Explain how version numbers are built | ||||
| * | Mention how our version maps to Semver | Alex Beregszaszi | 2017-01-17 | 1 | -0/+3 |
| | | |||||
| * | Explain how version numbers are built | Alex Beregszaszi | 2017-01-17 | 1 | -0/+15 |
| | | |||||
* | | Update copyright date in docs | Alex Beregszaszi | 2017-01-17 | 1 | -1/+1 |
|/ | |||||
* | Add git submodule init to build instructions (#1569) | Rhett Aultman | 2017-01-17 | 1 | -0/+5 |
| | |||||
* | Update SolidityLexer.py (#1567) | Nicola | 2017-01-16 | 1 | -0/+1 |
| | | | Added number unit keywords | ||||
* | Update SolidityLexer.py | Nicola | 2017-01-13 | 1 | -1/+1 |
| | | | 'payable' added as a keyword | ||||
* | Update version to 0.4.9. | chriseth | 2017-01-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1479 from ethereum/function_variable_mixin | chriseth | 2017-01-13 | 1 | -0/+7 |
|\ | | | | | Disallow mixin of functions and attributes under the same name | ||||
| * | docs: document the resriction about a function and an event of the same ↵ | Yoichi Hirai | 2017-01-12 | 1 | -0/+7 |
| | | | | | | | | name, and so on | ||||
* | | Re-word somewhat bumpy sentence to be more clear. | Anders Brownworth | 2017-01-12 | 1 | -2/+2 |
|/ | |||||
* | grammar.txt: Replace Identifier for Typename in NewExpression | Federico Bond | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | grammar.txt: Add named function arguments | Federico Bond | 2017-01-11 | 1 | -1/+7 |
| | |||||
* | grammar.txt: Move StorageLocation? up to VariableDeclaration | Federico Bond | 2017-01-11 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1330 from ethereum/assemblyDef | chriseth | 2017-01-11 | 2 | -0/+951 |
|\ | | | | | Assembly definition. | ||||
| * | Move explanatory sections and other small changes. | chriseth | 2017-01-09 | 1 | -183/+192 |
| | | |||||
| * | Typos and clarifications. | chriseth | 2017-01-04 | 1 | -13/+17 |
| | | |||||
| * | More information about switch, loops and functions. | chriseth | 2017-01-04 | 1 | -1/+78 |
| | | |||||
| * | Update to new assembly specification. | chriseth | 2017-01-03 | 1 | -31/+381 |
| | | |||||
| * | Assembly definition. | chriseth | 2017-01-03 | 2 | -0/+511 |
| | | |||||
* | | docs: clarify what are considered as absolute paths | Yoichi Hirai | 2017-01-04 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #1527 from federicobond/elementarytypenameconversion | chriseth | 2017-01-03 | 1 | -1/+8 |
|\ | | | | | Add ElementaryTypeNameExpression to grammar.txt | ||||
| * | Add ElementaryTypeNameExpression to grammar.txt | Federico Bond | 2017-01-02 | 1 | -1/+8 |
| | | |||||
* | | Merge pull request #1538 from ethereum/multi-keys | chriseth | 2017-01-03 | 1 | -2/+2 |
|\ \ | | | | | | | doc: rephrase the case when two remapping keys are applicable | ||||
| * | | doc: rephrase the case when two remapping keys are applicable | Yoichi Hirai | 2017-01-02 | 1 | -2/+2 |
| | | | | | | | | | | | | Fixes #1536 | ||||
* | | | Merge pull request #1526 from federicobond/docs-grammar | chriseth | 2017-01-03 | 1 | -0/+9 |
|\ \ \ | |/ / |/| | | Add parsers and grammars to documentation | ||||
| * | | Add parsers and grammars to documentation | Federico Bond | 2017-01-02 | 1 | -0/+9 |
| | | | |||||
* | | | Merge pull request #1530 from federicobond/remove-syntax-highlighting | chriseth | 2017-01-02 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Remove wrong syntax highlighting in docs | ||||
| * | | | Remove wrong syntax highlighting in docs | Federico Bond | 2016-12-29 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #1529 from federicobond/right-shifts | chriseth | 2017-01-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add missing right-hand side expression for shifts | ||||
| * | | | Add missing right-hand side expression for shifts | Federico Bond | 2016-12-28 | 1 | -1/+1 |
| |/ / | |||||
* / / | Add UserDefinedTypeName to grammar.txt | Federico Bond | 2016-12-28 | 1 | -2/+10 |
|/ / | |||||
* | | Add unimplemented functions to grammar | Federico Bond | 2016-12-27 | 1 | -1/+1 |
| | | |||||
* | | Fix NumberLiteral rule for hex numbers | Federico Bond | 2016-12-25 | 1 | -1/+4 |
| | | |||||
* | | Fix StorageLocation position for ArrayTypeName rule in grammar | Federico Bond | 2016-12-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1518 from mcoblenz/patch-2 | chriseth | 2016-12-22 | 1 | -2/+2 |
|\ \ | | | | | | | Corrected explanation of recursive contract creation | ||||
| * | | Corrected explanation per discussion. | Michael Coblenz | 2016-12-22 | 1 | -2/+2 |
| | | | |||||
| * | | Clarified support for recursive creation. | Michael Coblenz | 2016-12-21 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed misleading typo | Michael Coblenz | 2016-12-20 | 1 | -1/+1 |
| | | | | | | | | | "now possible" should instead read "not possible." | ||||
* | | | Fix mapping syntax in docs | Federico Bond | 2016-12-22 | 1 | -1/+1 |
|/ / | |||||
* / | Update develop version. | chriseth | 2016-12-15 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1508 from ethereum/multiurls | chriseth | 2016-12-15 | 1 | -4/+4 |
|\ | | | | | Use multiple URLs for metadata. | ||||
| * | Use multiple URLs for metadata. | chriseth | 2016-12-13 | 1 | -4/+4 |
| | | |||||
* | | Update documentation. | chriseth | 2016-12-13 | 1 | -7/+7 |
| | | |||||
* | | Documentation. | chriseth | 2016-12-12 | 2 | -11/+21 |
|/ | |||||
* | Merge pull request #1351 from ethereum/truncate_bit | chriseth | 2016-12-08 | 1 | -1/+54 |
|\ | | | | | Truncate a boolean from calldata into one bit | ||||
| * | docs: rename overflow to variable cleanup | Alex Beregszaszi | 2016-12-01 | 1 | -4/+4 |
| | | |||||
| * | docs: update overflow cleanup wording | Alex Beregszaszi | 2016-12-01 | 1 | -4/+4 |
| | | |||||
| * | docs: remove the word overflow when we are talking about invalid values | Yoichi Hirai | 2016-12-01 | 1 | -22/+22 |
| | | |||||
| * | codegen: clean any data from the input | Yoichi Hirai | 2016-12-01 | 1 | -0/+3 |
| | | |||||
| * | docs: describe when and how overflown values are cleaned | Yoichi Hirai | 2016-12-01 | 1 | -1/+51 |
| | | |||||
* | | Remove duplicate Identifier from AssemblyItem grammar rule | Federico Bond | 2016-12-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1465 from ethereum/missing_keywords | chriseth | 2016-12-06 | 2 | -3/+11 |
|\ \ | | | | | | | document missing keywords | ||||
| * | | grammar.txt: define inline assembly | Yoichi Hirai | 2016-12-02 | 1 | -1/+9 |
| | | | |||||
| * | | parsing: `default` and `null` are reserved keywords | Yoichi Hirai | 2016-12-02 | 1 | -1/+1 |
| | | | |||||
| * | | grammar.txt: remove a space from `payable` keyword | Yoichi Hirai | 2016-12-02 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1394 from ethers/patch-1 | chriseth | 2016-12-05 | 1 | -0/+81 |
|\ \ \ | |/ / |/| | | styleguide: Order of Functions | ||||
| * | | Clearer language as suggested by @axic | ethers | 2016-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fallback functions don't always have to be payable | ethers | 2016-11-18 | 1 | -2/+2 |
| | | | |||||
| * | | styleguide: Don't include a whitespace in the fallback function | ethers | 2016-11-18 | 1 | -0/+13 |
| | | | |||||
| * | | Don't include a whitespace in fallback function | ethers | 2016-11-18 | 1 | -2/+2 |
| | | | |||||
| * | | styleguide: Ordering of functions | ethers | 2016-11-18 | 1 | -0/+68 |
| | | | | | | | | | | | | | | | Ordering would help readers identify which functions they can call, and to find the "specials" (constructor and fallback function). Mixing the "specials" in the middle of the code, as well as internal functions between external and public functions, don't help readers Based on https://github.com/ConsenSys/MultiSigWallet/issues/19 | ||||
* | | | Fix documentation errors | Alex Beregszaszi | 2016-12-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | Subheadings must use consistent format across a file. The metadata with comments cannot be parsed as JSON. | ||||
* | | | Update metadata documentation | Alex Beregszaszi | 2016-12-01 | 1 | -22/+24 |
| | | | |||||
* | | | Use CBOR encoding. | chriseth | 2016-12-01 | 1 | -9/+27 |
| | | | |||||
* | | | Fix documentation error. | chriseth | 2016-12-01 | 1 | -0/+2 |
| | | | |||||
* | | | Add swarm hash to the end of the bytecode. | chriseth | 2016-12-01 | 1 | -7/+2 |
| | | | |||||
* | | | Documentation. | chriseth | 2016-12-01 | 1 | -0/+119 |
| | | | |||||
* | | | docs: describe the form of number literals | Yoichi Hirai | 2016-12-01 | 1 | -0/+8 |
| |/ |/| | | | | | This is a part of #1390 | ||||
* | | Include the grammar verbatim in the documentation | Alex Beregszaszi | 2016-11-30 | 2 | -1/+111 |
| | | |||||
* | | Explain how to run soltest | Alex Beregszaszi | 2016-11-29 | 1 | -0/+15 |
| | | |||||
* | | Merge pull request #1438 from ethereum/docker | chriseth | 2016-11-25 | 1 | -0/+15 |
|\ \ | | | | | | | Docker documentation. | ||||
| * | | Mention nightly. | chriseth | 2016-11-25 | 1 | -1/+3 |
| | | | |||||
| * | | Docker documentation. | chriseth | 2016-11-25 | 1 | -0/+13 |
| | | | |||||
* | | | Merge pull request #1431 from ethereum/doc-literals | chriseth | 2016-11-25 | 1 | -6/+15 |
|\ \ \ | | | | | | | | | docs: a bit more about literals | ||||
| * | | | Update types.rst | Yoichi Hirai | 2016-11-25 | 1 | -7/+8 |
| | | | | |||||
| * | | | docs: clarify how many number literal types are there | Yoichi Hirai | 2016-11-25 | 1 | -3/+7 |
| | | | | |||||
| * | | | docs: a bit more about literals | Yoichi Hirai | 2016-11-25 | 1 | -6/+10 |
| |/ / | |||||
* | | | docs: cleaning references to C; smoothing parameter syntax description | Yoichi Hirai | 2016-11-25 | 1 | -4/+4 |
| | | | |||||
* | | | docs: cross-reference returning multiple values | Yoichi Hirai | 2016-11-25 | 1 | -0/+5 |
| | | | |||||
* | | | doc: add a section about input parameters and output parameters | Yoichi Hirai | 2016-11-25 | 1 | -1/+56 |
|/ / | |||||
* | | Merge pull request #1432 from ethereum/override-types | chriseth | 2016-11-25 | 1 | -2/+4 |
|\ \ | | | | | | | docs: add a description about the types of parameters of overriding functions | ||||
| * | | docs: add a description about the types of parameters of overriding functions | Yoichi Hirai | 2016-11-23 | 1 | -2/+4 |
| | | | |||||
* | | | Merge pull request #1413 from ethereum/calldata-layout | chriseth | 2016-11-24 | 1 | -0/+11 |
|\ \ \ | |/ / |/| | | docs: add a section about calldata layout | ||||
| * | | docs: add a section about calldata layout | Yoichi Hirai | 2016-11-23 | 1 | -0/+11 |
| | | | | | | | | | | | | Part of #1390 | ||||
* | | | Merge pull request #1407 from escull638/patch-1 | chriseth | 2016-11-23 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed spelling mistake in Logs | ||||
| * | | | Fixed spelling mistake in Logs | escull638 | 2016-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Changed 'maps all they way up to the block level' to 'maps all the way up to the block level'. | ||||
* | | | | Merge pull request #1408 from ethereum/keytype | chriseth | 2016-11-23 | 1 | -3/+3 |
|\ \ \ \ | |_|/ / |/| | | | docs: some types cannot be the key type for mappings | ||||
| * | | | docs: some types cannot be the key type for mappings | Yoichi Hirai | 2016-11-21 | 1 | -3/+3 |
| |/ / | |||||
* | | | Merge pull request #1411 from ethereum/function-type-docs | Yoichi Hirai | 2016-11-23 | 1 | -8/+18 |
|\ \ \ | | | | | | | | | Fix function type examples | ||||
| * | | | Fix examples and add explanation. | chriseth | 2016-11-22 | 1 | -1/+5 |
| | | | | |||||
| * | | | Fix oracle callback example | Alex Beregszaszi | 2016-11-21 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix function type examples | Alex Beregszaszi | 2016-11-21 | 1 | -5/+11 |
| |/ / | |||||
* / / | Set version to 0.4.7 | chriseth | 2016-11-22 | 1 | -2/+2 |
|/ / | |||||
* | | Update version. | chriseth | 2016-11-21 | 1 | -2/+2 |
| | | |||||
* | | Typo | RJ | 2016-11-19 | 1 | -1/+1 |
|/ | |||||
* | Documentation: Style update | chriseth | 2016-11-16 | 1 | -5/+5 |
| | |||||
* | Update documentation. | chriseth | 2016-11-16 | 1 | -1/+2 |
| | |||||
* | Fix documentation formatting. | chriseth | 2016-11-16 | 1 | -2/+2 |
| | |||||
* | Mention "payable" in the documentation. | chriseth | 2016-11-16 | 1 | -2/+7 |
| | |||||
* | Updates to the documentation. | chriseth | 2016-11-16 | 1 | -8/+12 |
| | |||||
* | Documentation examples. | chriseth | 2016-11-16 | 1 | -1/+73 |
| | |||||
* | Part of the documentation. | chriseth | 2016-11-16 | 1 | -1/+41 |
| | |||||
* | Rename ErrorTag to invalidJumpLabel in inline assembly | Alex Beregszaszi | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Document inline assembly ErrorTag | Alex Beregszaszi | 2016-11-15 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1334 from ethereum/enum_conversion | chriseth | 2016-11-14 | 2 | -4/+6 |
|\ | | | | | check enum value range during conversion | ||||
| * | docs: udpate description of enums about #1334 | Yoichi Hirai | 2016-11-12 | 1 | -1/+2 |
| | | |||||
| * | docs: document the new overflow exception during conversion into enum | Yoichi Hirai | 2016-11-12 | 1 | -3/+4 |
| | | |||||
* | | Remove named return | ethers | 2016-11-13 | 1 | -2/+2 |
|/ | | | Named returns are not explained in this introduction; they also provide little value in these examples. | ||||
* | Add support for do/while loops | Rhett Aultman | 2016-11-10 | 1 | -2/+2 |
| | | | | | | | This commit adds support for a standard do <statement> while <expr>; form of statement. While loops were already being supported; supporting a do/while loop mostly involves reusing code from while loops but putting the conditional checking last. | ||||
* | Merge pull request #1316 from federicobond/clarify-doc | chriseth | 2016-11-04 | 1 | -1/+1 |
|\ | | | | | Add clarification for block.blockhash | ||||
| * | Add clarification for block.blockhash | Federico Bond | 2016-11-02 | 1 | -1/+1 |
| | | |||||
* | | Update solidity-by-example.rst | varunagarwal315 | 2016-11-04 | 1 | -3/+3 |
| | | | | | | added the space. Sorry, just slipped my mind. | ||||
* | | Update solidity-by-example.rst | varunagarwal315 | 2016-11-03 | 1 | -11/+4 |
| | | | | | | | | | | made changes suggested to simplify code. Hope this is enough Thanks | ||||
* | | Update solidity-by-example.rst | varunagarwal315 | 2016-11-03 | 1 | -0/+16 |
| | | | | | | Might be trivial, but makes more sense to be able to directly return the name of the winner for the election. If the position of the winner on the proposal[] array is returned, then people still don't know the name of the person who won. | ||||
* | | Version update in develop. | chriseth | 2016-11-01 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1297 from Thrillberg/patch-2 | chriseth | 2016-10-27 | 1 | -1/+1 |
|\ \ | | | | | | | Update installing-solidity.rst | ||||
| * | | Update installing-solidity.rst | Eric Tillberg | 2016-10-27 | 1 | -1/+1 |
| |/ | |||||
* / | Update index.rst | Eric Tillberg | 2016-10-27 | 1 | -1/+1 |
|/ | |||||
* | Version bump for develop. | chriseth | 2016-10-25 | 1 | -2/+2 |
| | |||||
* | Mapping-in-mapping can have accessors too | Alex Beregszaszi | 2016-10-19 | 1 | -0/+3 |
| | |||||
* | Explain accessors on arrays | Alex Beregszaszi | 2016-10-19 | 1 | -0/+3 |
| | |||||
* | FAQ: remove address(this) section (already explained elsewhere) | Alex Beregszaszi | 2016-10-19 | 1 | -12/+0 |
| | |||||
* | FAQ: remove event section (already explained elsewhere) | Alex Beregszaszi | 2016-10-19 | 1 | -9/+0 |
| | |||||
* | Merge the constructor sections | Alex Beregszaszi | 2016-10-19 | 2 | -23/+3 |
| | |||||
* | Mention why Homestead was different for libraries | Alex Beregszaszi | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | FAQ: remove visibility section (already explained elsewhere) | Alex Beregszaszi | 2016-10-19 | 1 | -23/+0 |
| | |||||
* | FAQ: remove create example (already explained elsewhere | Alex Beregszaszi | 2016-10-19 | 1 | -10/+0 |
| | |||||
* | Merge the documentation about mappings | Alex Beregszaszi | 2016-10-19 | 2 | -46/+27 |
| | |||||
* | Document constant functions | Alex Beregszaszi | 2016-10-19 | 2 | -17/+24 |
| | |||||
* | FAQ: remove removal of external accounts | Alex Beregszaszi | 2016-10-19 | 2 | -6/+2 |
| | |||||
* | Improve the description of Solidity | Alex Beregszaszi | 2016-10-19 | 2 | -11/+7 |
| | |||||
* | FAQ: remove modifier section | Alex Beregszaszi | 2016-10-19 | 1 | -8/+0 |
| | |||||
* | FAQ: remove compilation section | Alex Beregszaszi | 2016-10-19 | 1 | -13/+0 |
| | |||||
* | Merge the selfdestruct sections | Alex Beregszaszi | 2016-10-19 | 2 | -12/+9 |
| | |||||
* | Update changelog link | Alex Beregszaszi | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Minor documentation fixes | Alex Beregszaszi | 2016-10-19 | 3 | -3/+4 |
| | |||||
* | Docs: Change contract init with value section | Lefteris Karapetsas | 2016-10-18 | 1 | -2/+4 |
| | | | | | After solidity 0.4.0 we need to make the constructor `payable` if we are to provide value during contract creation. | ||||
* | Merge pull request #1217 from ethereum/instruction_table | chriseth | 2016-10-14 | 1 | -3/+3 |
|\ | | | | | Small points on the instruction table | ||||
| * | Small points on the instruction table | Yoichi Hirai | 2016-10-14 | 1 | -3/+3 |
| | | | | | | | | | | | | Fixes #1205 `sload` was not marked with a `-`, contrary to the description of #1205 | ||||
* | | Merge pull request #1195 from ethereum/memory-doc | chriseth | 2016-10-14 | 2 | -4/+23 |
|\ \ | |/ |/| | Document memory layout | ||||
| * | Mention that memory is organised as 256-bit words | Alex Beregszaszi | 2016-10-14 | 1 | -4/+4 |
| | | |||||
| * | Explain how scratch space affects the free memory pointer | Alex Beregszaszi | 2016-10-12 | 1 | -1/+6 |
| | | |||||
| * | Merge the two EVM memory introduction sections | Alex Beregszaszi | 2016-10-12 | 2 | -5/+5 |
| | | |||||
| * | Document memory layout | Alex Beregszaszi | 2016-10-11 | 1 | -0/+14 |
| | | |||||
* | | Merge pull request #1203 from ethereum/exlpainupforgrabs | chriseth | 2016-10-13 | 1 | -1/+3 |
|\ \ | | | | | | | Explain up-for-grabs issues. | ||||
| * | | Explain up-for-grabs issues. | chriseth | 2016-10-13 | 1 | -1/+3 |
| |/ | |||||
* | | Merge pull request #1185 from ethereum/grammar-doc | Yoichi Hirai | 2016-10-13 | 1 | -0/+5 |
|\ \ | | | | | | | Add link to grammar.txt in the documentation | ||||
| * | | Add link to grammar.txt in the documentation | Alex Beregszaszi | 2016-10-11 | 1 | -0/+5 |
| |/ | |||||
* | | Accommodate further reviews | Yoichi Hirai | 2016-10-13 | 1 | -6/+6 |
| | | |||||
* | | Change prenouns from `on` to `at` | Yoichi Hirai | 2016-10-13 | 1 | -2/+2 |
| | | |||||
* | | Accommodating reviews | Yoichi Hirai | 2016-10-13 | 1 | -9/+8 |
| | | | | | | | | https://github.com/ethereum/solidity/pull/1167#pullrequestreview-4031601 | ||||
* | | Mention `payable` in the description when Solidity throws | Yoichi Hirai | 2016-10-12 | 1 | -1/+2 |
| | | |||||
* | | Codify `bytes` | Yoichi Hirai | 2016-10-12 | 1 | -1/+1 |
| | | |||||
* | | Change phrasing around too small index | Yoichi Hirai | 2016-10-12 | 1 | -2/+2 |
| | | |||||
* | | Merge two similar sections; the original survives | Yoichi Hirai | 2016-10-12 | 2 | -23/+8 |
| | | |||||
* | | Various fixes based on comments on #1167 | Yoichi Hirai | 2016-10-12 | 1 | -4/+5 |
| | | |||||
* | | English clarifications | Yoichi Hirai | 2016-10-12 | 1 | -4/+4 |
| | | | | | | | | mostly based on suggestions by @axic | ||||
* | | Adding "When Solidity Throws" section in the documentation | Yoichi Hirai | 2016-10-12 | 1 | -0/+16 |
|/ | |||||
* | Document the reserved keywords | Alex Beregszaszi | 2016-10-07 | 1 | -0/+8 |
| | |||||
* | Rename sha3 to keccak256 in the documentation | Alex Beregszaszi | 2016-10-06 | 6 | -27/+30 |
| | |||||
* | A typo fix | Anubhav singh | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | Typo Fix | D-Nice | 2016-10-04 | 1 | -1/+1 |
| | | | On line 126, though of changed to thought of. | ||||
* | list formatting | Shruti Appiah | 2016-09-24 | 1 | -5/+6 |
| | |||||
* | Bump version in develop. | chriseth | 2016-09-17 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1072 from ethereum/versioning | chriseth | 2016-09-15 | 1 | -0/+26 |
|\ | | | | | Document versioning behaviour | ||||
| * | Split versioning into two sections | Alex Beregszaszi | 2016-09-14 | 1 | -15/+19 |
| | | |||||
| * | Document versioning behaviour | Alex Beregszaszi | 2016-09-09 | 1 | -0/+22 |
| | | |||||
* | | Update Solidity docs version to 0.4.1 | Nick Savers | 2016-09-10 | 1 | -2/+2 |
|/ | |||||
* | Review suggestions. | chriseth | 2016-09-07 | 2 | -7/+7 |
| | |||||
* | Update documentation to version 0.4.0. | chriseth | 2016-09-07 | 13 | -88/+139 |
| | |||||
* | Merge pull request #1003 from winsvega/docs | chriseth | 2016-09-06 | 9 | -0/+96 |
|\ | | | | | add "pragma solidity ^0.4.0;" to code examples | ||||
| * | add "pragma solidity ^0.4.0;" to code examples | Dimitry | 2016-09-05 | 9 | -0/+96 |
| | | |||||
* | | Merge pull request #1021 from ethereum/assembly-docs | chriseth | 2016-09-06 | 1 | -1/+2 |
|\ \ | | | | | | | Fix the return value of call in inline assembly | ||||
| * | | Fix the return value of call in inline assembly | Alex Beregszaszi | 2016-09-06 | 1 | -1/+2 |
| | | | |||||
* | | | typo | Raghav Dua | 2016-09-06 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1005 from ethereum/modifierbody | Yoichi Hirai | 2016-09-06 | 3 | -12/+12 |
|\ \ | | | | | | | Require ";" after "_" | ||||
| * | | Require ";" after "_" | chriseth | 2016-09-05 | 3 | -12/+12 |
| |/ | |||||
* / | add solium to "Available Solidity Integrations" | Raghav Dua | 2016-09-05 | 1 | -0/+3 |
|/ | |||||
* | Typo. | chriseth | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Version pragma. | chriseth | 2016-09-01 | 1 | -1/+30 |
| | |||||
* | Merge pull request #951 from Denton-L/interesting-case | chriseth | 2016-09-01 | 1 | -0/+17 |
|\ | | | | | Document use of smaller storage variables | ||||
| * | Write about struct members as well | Denton Liu | 2016-08-27 | 1 | -4/+4 |
| | | |||||
| * | Write about multiple reads and writes | Denton Liu | 2016-08-27 | 1 | -3/+3 |
| | | |||||
| * | Fix typo | Denton Liu | 2016-08-27 | 1 | -3/+3 |
| | | |||||
| * | Document use of smaller storage variables | Denton Liu | 2016-08-26 | 1 | -0/+17 |
| | | |||||
* | | Merge pull request #960 from Denton-L/change-else-style | chriseth | 2016-09-01 | 5 | -20/+17 |
|\ \ | | | | | | | Change else style | ||||
| * | | Use new style for the docs | Denton Liu | 2016-08-27 | 4 | -14/+10 |
| | | | |||||
| * | | Update style-guide to use new style | Denton Liu | 2016-08-27 | 1 | -6/+7 |
| | | | |||||
* | | | Merge pull request #969 from Denton-L/fix-documentation | chriseth | 2016-08-30 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Fix bad syntax | ||||
| * | | | Fix typo from second to seconds | Denton Liu | 2016-08-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix bad syntax | Denton Liu | 2016-08-30 | 1 | -1/+1 |
| | | | |