Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed code example (#2955) | Zetherz | 2017-09-28 | 1 | -2/+2 |
| | |||||
* | Update frequently-asked-questions.rst | chriseth | 2017-09-25 | 1 | -2/+3 |
| | |||||
* | minor tuning to sentence to be more accurate | bernard peh | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | possible typo fix | bernard peh | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2871 from ethereum/fixedpointdocs | chriseth | 2017-09-05 | 1 | -5/+0 |
|\ | | | | | Explain fixed point types in docs | ||||
| * | Explain the difference between floating and fixed point | Alex Beregszaszi | 2017-09-04 | 1 | -5/+0 |
| | | |||||
* | | Clarify some subtleties of the fallback function | Alex Beregszaszi | 2017-09-02 | 1 | -31/+0 |
| | | |||||
* | | Document character set | Alex Beregszaszi | 2017-09-02 | 1 | -7/+0 |
| | | |||||
* | | Document caveats about timestamp and blockhash | Alex Beregszaszi | 2017-09-02 | 1 | -18/+0 |
| | | |||||
* | | Document gas/value modifiers with overloading | Alex Beregszaszi | 2017-09-02 | 1 | -10/+0 |
| | | |||||
* | | Document byte[] vs bytes | Alex Beregszaszi | 2017-09-02 | 1 | -7/+0 |
| | | |||||
* | | Document call/gas modifiers properly | Alex Beregszaszi | 2017-09-02 | 1 | -17/+0 |
|/ | |||||
* | Merge pull request #2485 from jamesray1/patch-21 | chriseth | 2017-08-12 | 1 | -1/+1 |
|\ | | | | | Update frequently-asked-questions.rst with a ref to getter functions | ||||
| * | :ref:`getter function<getter-functions>` | James Ray | 2017-07-31 | 1 | -1/+1 |
| | | |||||
| * | :ref:`getter-functions` | James Ray | 2017-07-28 | 1 | -1/+1 |
| | | |||||
| * | Fixed reference to getter function | James Ray | 2017-07-07 | 1 | -1/+1 |
| | | |||||
| * | Getter function ref | James Ray | 2017-06-30 | 1 | -1/+1 |
| | | |||||
| * | Update frequently-asked-questions.rst | James Ray | 2017-06-30 | 1 | -1/+1 |
| | | |||||
* | | Enable more examples in the documentation for testing | Alex Beregszaszi | 2017-07-19 | 1 | -8/+25 |
|/ | |||||
* | Corrections and some style. | chriseth | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Update common-patterns.rst | Matt Wisniewski | 2017-05-03 | 1 | -2/+1 |
| | |||||
* | Replace references to browser-solidity with Remix | Alex Beregszaszi | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Remove obsolete .send() entry from FAQ | Alex Beregszaszi | 2017-02-24 | 1 | -10/+0 |
| | |||||
* | Rename accessor to getter | Alex Beregszaszi | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -23/+0 |
| | |||||
* | 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 | 1 | -46/+0 |
| | |||||
* | Document constant functions | Alex Beregszaszi | 2016-10-19 | 1 | -14/+0 |
| | |||||
* | FAQ: remove removal of external accounts | Alex Beregszaszi | 2016-10-19 | 1 | -6/+0 |
| | |||||
* | Improve the description of Solidity | Alex Beregszaszi | 2016-10-19 | 1 | -9/+1 |
| | |||||
* | 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 | 1 | -7/+0 |
| | |||||
* | 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. | ||||
* | Update documentation to version 0.4.0. | chriseth | 2016-09-07 | 1 | -8/+5 |
| | |||||
* | Use new style for the docs | Denton Liu | 2016-08-27 | 1 | -4/+5 |
| | |||||
* | Correct all UTF-8 spellings | Denton Liu | 2016-08-11 | 1 | -5/+5 |
| | |||||
* | Added a section about .send() returning false | Denton Liu | 2016-05-30 | 1 | -0/+3 |
| | |||||
* | Added @Arachnid's string library | Denton Liu | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Removed inline code formatting for one title | Denton Liu | 2016-05-30 | 1 | -2/+2 |
| | |||||
* | Corrected underline lengths | Denton Liu | 2016-05-30 | 1 | -30/+30 |
| | |||||
* | Changed inline code syntax | Denton Liu | 2016-05-30 | 1 | -112/+112 |
| | | | | Changed from :code:`<inline>` to ``<inline>`` | ||||
* | Corrected FAQ titles | Denton Liu | 2016-05-30 | 1 | -66/+66 |
| | |||||
* | Modified frequently-asked-questions.rst | Denton Liu | 2016-05-30 | 1 | -78/+78 |
| | | | | Changed inline code syntax | ||||
* | Update links to browser-solidity. | chriseth | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | Changed link from markdown to rst | Denton Liu | 2016-05-19 | 1 | -1/+1 |
| | | | | Added labels for the links to point to | ||||
* | Corrected capitalisation of symbol names | Denton Liu | 2016-05-19 | 1 | -3/+3 |
| | |||||
* | Changed whitespace formatting | Denton Liu | 2016-05-18 | 1 | -14/+16 |
| | |||||
* | Removed trailing whitespace | Denton Liu | 2016-05-18 | 1 | -8/+8 |
| | |||||
* | Added an extra necessary linebreak | Denton Liu | 2016-05-18 | 1 | -0/+1 |
| | |||||
* | Corrected formatting | Denton Liu | 2016-05-06 | 1 | -9/+37 |
| | |||||
* | Rephrased awkward phrasing | Denton Liu | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Removed a trailing space | Denton Liu | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Corrected misspelling | Denton Liu | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-31 | 1 | -6/+7 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-30 | 1 | -0/+16 |
| | |||||
* | quick fix for appearence | RJ | 2016-03-30 | 1 | -0/+1 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-30 | 1 | -0/+17 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-26 | 1 | -0/+2 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-24 | 1 | -0/+15 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+3 |
| | | | Correcting inline array documentation | ||||
* | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+11 |
| | |||||
* | clarification on dynamic arrays, switcheroo on typepointer, and a ↵ | RJ Catalano | 2016-01-12 | 1 | -1/+1 |
| | | | | documentation test added | ||||
* | forgot to take the auto tabs off...turned into spaces | RJ Catalano | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | added documentation and one last test for struct creation inline | RJ Catalano | 2016-01-12 | 1 | -1/+3 |
| | |||||
* | sending value to an overloaded function | ethers | 2015-12-19 | 1 | -0/+10 |
| | | | from https://gitter.im/ethereum/solidity?at=5673fb41b5777fb85ba496fa | ||||
* | Overflow check. | chriseth | 2015-12-10 | 1 | -0/+14 |
| | |||||
* | Added some lost changes. | chriseth | 2015-12-08 | 1 | -0/+7 |
| | |||||
* | Imported documentation. | chriseth | 2015-12-08 | 1 | -0/+742 |