aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #680 from Denton-L/fix-679chriseth2016-07-092-4/+12
|\ | | | | Add section about default values of variables
| * 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" language
| * | Removing "easy" languageDave Hoover2016-06-271-1/+1
| | | | | | | | | I'm trying to steer us away from language that over-simplifies the complexity of writing secure smart contracts.
* | | Merge pull request #700 from Denton-L/secchriseth2016-07-092-49/+52
|\ \ \ | | | | | | | | Minor Changes to #693
| * | | 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 Tools
| * | | | Documentation: Add Solidity ToolsRaine Revere2016-07-061-0/+12
| |/ / /
* / / / Fixed mix-up of variable names in Sent eventsvantetobias2016-07-061-2/+2
|/ / / | | | | | | event Sent(address from, address to, uint amount) defines "amount" variable but it is two times referred to as "value", which can be a bit confusing for the reader.
* | | Fixes.chriseth2016-07-041-10/+23
| | |
* | | Security Considerationschriseth2016-07-047-32/+250
|/ /
* | Merge pull request #672 from pjdelport/patch-1chriseth2016-06-271-1/+1
|\ \ | | | | | | Update link to atom-ethereum-interface package
| * | Update link to atom-ethereum-interface packagePi Delport2016-06-201-1/+1
| | |
* | | Fixing library examples that don't compile.Dave Hoover2016-06-251-5/+5
| |/ |/| | | Addressing https://github.com/ethereum/solidity/issues/684
* | Merge pull request #658 from graup/graup-patch-1chriseth2016-06-211-1/+1
|\ \ | | | | | | Fix typo in Libraries section
| * | Fix typo in Libraries sectionPaul Grau2016-06-181-2/+2
| | |
* | | Merge pull request #555 from Denton-L/single-line-functionschriseth2016-06-211-1/+10
|\ \ \ | | | | | | | | Added a Clause in Style Guide about Single Line Function Declarations
| * | | Change whitespace section to include exceptionDenton Liu2016-05-121-1/+5
| | | | | | | | | | | | | | | | | | | | For single-line functions, some whitespace padding makes the functions slightly more readable.
| * | | Changed do_something to doSomethingDenton Liu2016-05-121-9/+9
| | | | | | | | | | | | | | | | This is in accordance to the style guide
| * | | Added a clause about short functionsDenton Liu2016-05-061-0/+5
| | | |
* | | | Merge pull request #669 from fabioberger/patch-2chriseth2016-06-211-2/+2
|\ \ \ \ | | | | | | | | | | Fix two documentation typos
| * | | | Fix two documentation typosFabio Berger2016-06-201-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #673 from pjdelport/patch-2chriseth2016-06-211-1/+1
|\ \ \ \ | | | | | | | | | | Restore correct inline code sample
| * | | | Restore correct inline code samplePi Delport2016-06-201-1/+1
| |/ / / | | | | | | | | (This appears to have been accidentally broken in a73428b4.)
* / / / Add missing inline code tagPi Delport2016-06-201-1/+1
|/ / /
* | | Fix mis-typed word. The recipient will `run` out of gas, not `go` out of gasFabio Berger2016-06-191-1/+1
| | |
* | | Added missing word in sentenceFabio Berger2016-06-181-1/+1
| |/ |/|
* | Merge pull request #640 from chriseth/globalPathschriseth2016-06-102-5/+29
|\ \ | | | | | | Allow remappings to change depending on the context.
| * | Allow remappings to change depending on the context.chriseth2016-06-092-5/+29
| | |
* | | Merge pull request #616 from chriseth/docschriseth2016-06-103-29/+61
|\ \ \ | |/ / |/| | Removed some problems in documentation examples.
| * | Typo.chriseth2016-06-091-1/+1
| | |
| * | stylechriseth2016-06-021-3/+5
| | |
| * | Removed some problems in documentation examples.chriseth2016-05-313-28/+58
| | |
* | | Merge pull request #618 from chriseth/inlineArrayschriseth2016-06-091-0/+38
|\ \ \ | | | | | | | | Document inline arrays.
| * | | Fixed typo.chriseth2016-06-031-1/+1
| | | |
| * | | Document inline arrays.chriseth2016-05-311-0/+38
| |/ /
* | | Merge pull request #612 from Denton-L/global-variableschriseth2016-06-074-37/+83
|\ \ \ | | | | | | | | Cleaned up and modified global variables documentation
| * | | Added back 'For more information...' statementDenton Liu2016-06-031-0/+2
| | | |
| * | | Changed reference nameDenton Liu2016-06-022-3/+2
| | | |
| * | | Fixed a bad referenceDenton Liu2016-06-021-1/+2
| | | |
| * | | Added newlines to fix build errorDenton Liu2016-06-021-0/+2
| | | |
| * | | Documented max stack depth at 1024Denton Liu2016-06-022-2/+2
| | | |
| * | | Make address link look betterDenton Liu2016-06-021-4/+2
| | | |
| * | | uint20 is not a typeDenton Liu2016-06-021-2/+2
| | | |
| * | | Copied warning message from cherry-picked commitDenton Liu2016-06-021-3/+4
| | | |
| * | | Updated incorrect list numberDenton Liu2016-06-021-1/+1
| | | |
| * | | Document some pitfalls in connection with "send".chriseth2016-06-022-0/+24
| | | |
| * | | Link address-type and address-global methodsDenton Liu2016-06-022-0/+4
| | | |
| * | | Corrected typoDenton Liu2016-06-021-1/+1
| | | |
| * | | Named the global function parametersDenton Liu2016-05-312-6/+6
| | | |
| * | | Added section on address-related constantsDenton Liu2016-05-311-0/+15
| | | |
| * | | Corrected descriptions of hashesDenton Liu2016-05-311-3/+3
| | | |
| * | | Removed leading spaceDenton Liu2016-05-311-14/+14
| | | |
| * | | Made explicit that we use KECCAK-256Denton Liu2016-05-312-2/+2
| | | |
| * | | Removed ending periods for consistencyDenton Liu2016-05-311-3/+3
| | | |
| * | | Added the type of .balanceDenton Liu2016-05-311-1/+1
| | | |
| * | | Sorted block attributes alphabeticallyDenton Liu2016-05-312-2/+2
| | | |
| * | | Made it apparent that block.blockhash is functionDenton Liu2016-05-312-2/+2
| | | |
| * | | Corrected underline lengthDenton Liu2016-05-311-1/+1
| | | |
| * | | Corrected capitalisation on index.rstDenton Liu2016-05-311-5/+5
| |/ /
* | | Up-to-date build instructions for Ubuntu 14.04Giacomo Tazzari2016-06-051-3/+25
| | |
* | | I forgot to finish typing a paragraphGiacomo Tazzari2016-06-051-1/+1
| | |
* | | Instructions to build Solidity on Ubuntu 16.04Giacomo Tazzari2016-06-051-39/+25
|/ / | | | | | | Minimal dependencies for Solidity on Ubuntu 16.04, removed those for older Ubuntu versions for now (they were a bit confusing). Removed --all and added -DETHASHCL=0 to ethbuild.sh when building Solidity only.
* | Added a section about .send() returning falseDenton Liu2016-05-301-0/+3
| |
* | Added @Arachnid's string libraryDenton Liu2016-05-301-1/+1
| |
* | Removed inline code formatting for one titleDenton Liu2016-05-301-2/+2
| |
* | Corrected underline lengthsDenton Liu2016-05-301-30/+30
| |
* | Changed inline code syntaxDenton Liu2016-05-3012-456/+456
| | | | | | | | Changed from :code:`<inline>` to ``<inline>``
* | Modified units-and-global-variables.rstDenton Liu2016-05-301-39/+39
| | | | | | | | Corrected syntax for inline code
* | Modified types.rstDenton Liu2016-05-301-83/+83
| | | | | | | | Corrected inline code syntax
* | Modified style-guide.rstDenton Liu2016-05-301-4/+4
| | | | | | | | Corrected inline code syntax
* | Corrected solidity-by-example.rstDenton Liu2016-05-301-1/+1
| | | | | | | | Fixed inline code syntax
* | Modified miscellaneous.rstDenton Liu2016-05-301-59/+61
| | | | | | | | Corrected inline code syntax
* | Modified layout-of-source-files.rstDenton Liu2016-05-301-19/+19
| | | | | | | | Corrected inline code syntax
* | Modified introduction-to-smart-contracts.rstDenton Liu2016-05-301-25/+25
| | | | | | | | Corrected inline code syntax
* | Modified installing-solidity.rstDenton Liu2016-05-301-3/+3
| | | | | | | | Corrected inline code syntax
* | Fixed whitespacing issuesDenton Liu2016-05-301-10/+10
| |
* | Corrected FAQ titlesDenton Liu2016-05-301-66/+66
| |
* | Modified frequently-asked-questions.rstDenton Liu2016-05-301-78/+78
| | | | | | | | Changed inline code syntax
* | Modified control-structures.rstDenton Liu2016-05-301-46/+46
| | | | | | | | Changed inline code syntax
* | Modified contracts.rstDenton Liu2016-05-301-60/+60
| | | | | | | | Changed inline code syntax
* | Modified common-patterns.rstDenton Liu2016-05-301-4/+4
| | | | | | | | Now it uses proper inline code syntax
* | Added Atom Solidity Linter to DocsJacob Payne2016-05-281-1/+4
| |
* | Merge pull request #601 from mathvdh/patch-1chriseth2016-05-271-1/+1
|\ \ | | | | | | Typo correction in solidity-by-example.rst
| * | Typo correction in solidity-by-example.rstMathieu Van der Haegen2016-05-261-1/+1
| | | | | | | | | Just correcting a simple typo in the comments of the code
* | | Use original vim-solidity repositorychriseth2016-05-271-1/+1
| | |
* | | Add vim and emacs plugins.chriseth2016-05-261-2/+8
|/ /
* | Fixed errors introduced by previous commitDenton Liu2016-05-241-1/+2
| | | | | | | | #565 introduced some errors in the documentation
* | Update links to browser-solidity.chriseth2016-05-205-17/+9
| |
* | Merge pull request #578 from winsvega/developchriseth2016-05-201-2/+24
|\ \ | | | | | | More Solidity IDE links
| * | More links to solidity implementationsDimitry2016-05-201-2/+24
| | |
* | | Merge pull request #565 from VoR0220/fixedDataTypechriseth2016-05-201-8/+48
|\ \ \ | | | | | | | | Fixed data typename fixes and documentation
| * | | updated docsVoR02202016-05-191-8/+48
| | | | | | | | | | | | | | | | | | | | | | | | types reference
* | | | Typo fixDave Hoover2016-05-201-1/+1
| | | |
* | | | Corrected capitalisationDenton Liu2016-05-201-3/+3
| | | |
* | | | Changed link to point to solc-js repoDenton Liu2016-05-201-1/+1
| | | |
* | | | Corrected typoDenton Liu2016-05-191-1/+1
| | | |
* | | | Changed link from markdown to rstDenton Liu2016-05-193-4/+6
| | | | | | | | | | | | | | | | Added labels for the links to point to
* | | | Corrected capitalisation of symbol namesDenton Liu2016-05-194-21/+22
| | | |
* | | | Corrected documentation for ecrecoverDenton Liu2016-05-192-3/+3
| | | |
* | | | Corrected "who's" to "whose"Denton Liu2016-05-191-2/+2
| | | |
* | | | Changed do_something to doSomethingDenton Liu2016-05-191-9/+9
|/ / / | | | | | | | | | This is in accordance to the style guide
* | | Corrected errors.chriseth2016-05-193-2/+4
| | |
* | | Fixed a badly resolved merge conflictDenton Liu2016-05-191-3/+3
| | |
* | | Changed whitespace formattingDenton Liu2016-05-189-186/+219
| | |
* | | Added space to example codeDenton Liu2016-05-181-0/+4
| | |
* | | Removed trailing whitespaceDenton Liu2016-05-186-37/+37
| | |
* | | Added an extra necessary linebreakDenton Liu2016-05-181-0/+1
| | |
* | | Removed trailing whitespaceDenton Liu2016-05-182-7/+7
| | |
* | | Fixed table formattingDenton Liu2016-05-181-141/+141
| | |
* | | Replaced tabs with spacesDenton Liu2016-05-181-97/+97
| | |
* | | Increased clarity of assembly statementDenton Liu2016-05-181-2/+5
| | |
* | | Corrected spacing to four spacesDenton Liu2016-05-181-38/+40
| | |
* | | Removed trailing spaceDenton Liu2016-05-181-1/+1
| | |
* | | Replaced all tabs with spacesDenton Liu2016-05-181-50/+50
| | |
* | | More code-style correctionsDenton Liu2016-05-181-5/+21
|/ /
* | Merge pull request #572 from Melvillian/fix-example-contract-abichriseth2016-05-181-1/+1
|\ \ | | | | | | fix example solidity contract code by adding argument to constructor
| * | fix example solidity contract code by adding argument to constructorAlex Melville2016-05-161-1/+1
| | |
* | | Merge pull request #545 from chriseth/accessFunLabelschriseth2016-05-181-2/+13
|\ \ \ | |/ / |/| | Allow access to functions in inline assembly.
| * | Typochriseth2016-05-171-1/+1
| | |
| * | Allow access to functions in inline assembly.chriseth2016-05-121-2/+13
| | |
* | | Merge pull request #546 from chriseth/fixiszerochriseth2016-05-141-3/+3
|\ \ \ | | | | | | | | Correctly use not/bnot/iszero.
| * | | Correctly use not/bnot/iszero.chriseth2016-05-091-3/+3
| |/ / | | | | | | | | | | | | A long time ago, some opcodes were renamed. Now we should only have not (bitwise negation) and iszero (logical negation).
* | | Merge pull request #543 from raineorshine/patch-1chriseth2016-05-141-2/+3
|\ \ \ | | | | | | | | Add this.balance and this.send to units-and-global-variables.rst
| * | | Update units-and-global-variables.rst with link to address refRaine Revere2016-05-101-5/+2
| | | |
| * | | Add this.balance and this.send to units-and-global-variables.rstRaine Revere2016-05-091-0/+4
| |/ / | | | | | | I looked here for this information and didn't initially find it. Hoping to help out others who think the same way as me and look here.
* | | Merge pull request #557 from Denton-L/scopingchriseth2016-05-131-0/+57
|\ \ \ | | | | | | | | Added Section about Scoping Behaviours
| * | | Removed unnecessary periodDenton Liu2016-05-131-2/+2
| | | |
| * | | Added origin of scoping rulesDenton Liu2016-05-121-0/+1
| | | |
| * | | Moved comment to more logical placeDenton Liu2016-05-121-1/+1
| | | |
| * | | Removed trailing spacesDenton Liu2016-05-121-4/+4
| | | |
| * | | Added contentDenton Liu2016-05-121-0/+51
| | | |
| * | | Changed the titleDenton Liu2016-05-121-4/+3
| | | |
| * | | Created scoping sectionDenton Liu2016-05-121-0/+6
| |/ /
* / / Update style-guide.rstmario024232016-05-101-1/+1
|/ / | | | | Removed extraneous comma from line 366
* | Merge pull request #541 from Denton-L/developchriseth2016-05-076-90/+208
|\| | | | | Minor Documentation Changes
| * Removed trailing whitespaceDenton Liu2016-05-061-2/+2
| |
| * Removed bulleted listDenton Liu2016-05-061-3/+3
| |
| * Moved the location of the "||"Denton Liu2016-05-061-3/+3
| |
| * Fixed up formattingDenton Liu2016-05-061-62/+94
| |
| * Corrected formattingDenton Liu2016-05-061-9/+37
| |
| * Rephrased awkward phrasingDenton Liu2016-05-061-1/+1
| |
| * Removed a trailing spaceDenton Liu2016-05-061-1/+1
| |
| * Corrected misspellingDenton Liu2016-05-061-1/+1
| |
| * Reformatted according to style guideDenton Liu2016-05-061-3/+53
| |
| * Made the style consistentDenton Liu2016-05-061-4/+12
| |
| * Removed a bad reference to functions-on-addressesDenton Liu2016-05-061-1/+1
| |
| * Removed bullet characters from typesDenton Liu2016-05-061-2/+2
| |
| * Update structure-of-a-contract.rstDenton Liu2016-05-061-1/+1
| | | | | | | | Changed a non-space whitespace character to a space
| * Update contracts.rstDenton Liu2016-05-061-1/+1
| | | | | | | | Corrected grammar error
* | Merge pull request #515 from ssonicblue/patch-1chriseth2016-05-061-7/+8
|\ \ | |/ |/| Update natspec summary in layout-of-source-files.rst
| * Minor grammatical editssonicblue2016-05-011-2/+2
| |
| * Update natspec summary in layout-of-source-files.rstssonicblue2016-04-201-7/+8
| | | | | | Update the summary on natspec comments for clarity in what they do and how they should be used.
* | Documentation.chriseth2016-05-051-0/+66
|/
* Typo fixDave Hoover2016-04-121-1/+1
|
* Tiny fixDave Hoover2016-04-121-1/+1
|
* Update installing-solidity.rstJordan Leigh2016-04-031-0/+2
| | | | | The brew install boost --c++11 command failed for me due to an outdated version of Node.js. `brew upgrade` fixed this. I think it should be in the documentation to reduce the number of errors on install
* Merge pull request #461 from ethereum/mappingStructDocumentationchriseth2016-03-311-0/+17
|\ | | | | Inner struct mapping copy into a mapping question
| * Update frequently-asked-questions.rstRJ2016-03-311-6/+7
| |
| * Update frequently-asked-questions.rstRJ2016-03-301-0/+16
| |
* | Merge pull request #464 from chriseth/doctypochriseth2016-03-311-3/+3
|\ \ | |/ |/| Typos in inline assembly documentation.
| * Typos in inline assembly documentation.chriseth2016-03-311-3/+3
| |
* | quick fix for appearenceRJ2016-03-301-0/+1
|/
* Documentation.chriseth2016-03-301-0/+444
|
* Update frequently-asked-questions.rstRJ2016-03-301-0/+17
|
* Merge pull request #453 from michaltrzesimiech/patch-1chriseth2016-03-291-2/+0
|\ | | | | Update structure-of-a-contract.rst
| * Deleting redundant linemichaltrzesimiech2016-03-261-2/+0
| |
| * Update structure-of-a-contract.rstmichaltrzesimiech2016-03-251-1/+1
| |
* | Update frequently-asked-questions.rstRJ2016-03-261-0/+2
| |
* | Update frequently-asked-questions.rstRJ2016-03-241-0/+15
|/
* Update style-guide.rstssonicblue2016-03-231-2/+8
| | | Update section 'Variable Declarations' for consistency with the format of the rest of the document.
* Extend examplechriseth2016-03-141-0/+2
|
* Clarificationchriseth2016-03-141-1/+3
|
* Fix examples.chriseth2016-03-141-2/+2
|
* Allocating arrays.chriseth2016-03-141-0/+17
|
* Put in specific brew version as per the umbrellaRJ2016-03-121-0/+1
|
* Documentation for delegatecall.chriseth2016-03-124-46/+19
|
* Warning about using integer literals in division.chriseth2016-03-111-0/+9
|
* Update contracts.rstuberlaufer2016-03-111-4/+3
|
* shortened lines to 79uberlaufer2016-03-111-1/+5
|
* Update contracts.rstuberlaufer2016-03-111-5/+1
| | | minor grammar and spelling corrections
* Typo fix.Georgios Paralykidis2016-03-091-1/+1
|
* ecrecover takes uint8, not byteMrChico2016-03-021-1/+1
|
* [Minor]: typo fixOleg Iakovlev2016-03-011-1/+1
|
* Added in-depth links to function modifiers, structs and enums in structure ↵holgerd772016-02-193-4/+16
| | | | section
* Name-spacing the structure reference links for not being confused with the ↵holgerd772016-02-191-9/+9
| | | | globally probably more used in-depth links
* Added in-depth links for further reading to the state variable, function and ↵holgerd772016-02-193-0/+14
| | | | function modifier overview in the structure section
* Changed reference naming from understore to dash separation for consistency ↵holgerd772016-02-191-6/+6
| | | | with existing naming
* Added examples, references to structure sectionholgerd772016-02-181-8/+103
|
* Comment code examplesholgerd772016-02-181-0/+10
|
* Code blocks for compiler use sectionholgerd772016-02-181-4/+7
|
* Use code blocks for import syntax explanations for better readabilityholgerd772016-02-181-4/+22
|
* Merge pull request #382 from chriseth/bytesIndexchriseth2016-02-111-0/+5
|\ | | | | Index access for bytesXX.
| * Documentation.chriseth2016-02-101-0/+5
| |
* | Update frequently-asked-questions.rstRJ2016-02-111-2/+3
| | | | | | Correcting inline array documentation
* | Update frequently-asked-questions.rstRJ2016-02-111-2/+11
|/
* [Documentation] Add details on libjsonrpccpp-devAndres Nötzli2016-02-041-1/+9
| | | Add explanation to the documentation that the package name changes from `libjson-rpc-cpp-dev` to `libjsonrpccpp-dev` and is supplied by the universe repository instead of the Ethereum PPA.
* [Documentation] Include correct dev packageAndres Nötzli2016-02-021-1/+1
| | | The Ubuntu part of the installation guide mentions `libjson-rpc-cpp-dev`. However, the correct name seems to be `libjsonrpccpp-dev`.
* documentationchriseth2016-01-302-2/+14
|
* Merge pull request #370 from chriseth/redirectschriseth2016-01-291-1/+10
|\ | | | | Path remappings for solc.
| * Document remappingschriseth2016-01-261-1/+10
| |
* | Update index.rstchriseth2016-01-281-2/+4
| |
* | Add a link to the ethereum stackexchange.chriseth2016-01-281-0/+2
|/
* [cond-expr] add one doc about conditional expressionLu Guanqun2016-01-231-1/+1
|
* Merge pull request #306 from pipermerriam/piper/flesh-out-naming-conventionschriseth2016-01-141-1/+96
|\ | | | | Flesh out naming convention in the Style Guide
| * fix spelling and heading titlePiper Merriam2016-01-071-3/+3
| |
| * use mixedCasePiper Merriam2015-12-171-9/+4
| |
| * Flesh out naming convention section of docsPiper Merriam2015-12-171-1/+101
| |
* | Some more clarifications about remappings.chriseth2016-01-141-3/+19
| |
* | Extended documentation about imports.chriseth2016-01-141-12/+50
| |
* | Merge pull request #345 from VoR0220/developchriseth2016-01-131-1/+3
|\ \ | | | | | | Inline Arrays
| * | clarification on dynamic arrays, switcheroo on typepointer, and a ↵RJ Catalano2016-01-121-1/+1
| | | | | | | | | | | | documentation test added
| * | forgot to take the auto tabs off...turned into spacesRJ Catalano2016-01-121-1/+1
| | |
| * | added documentation and one last test for struct creation inlineRJ Catalano2016-01-121-1/+3
| | |
* | | Refund actual deposit, and not bid value.chriseth2016-01-121-1/+1
|/ / | | | | | | Thanks to @jonasnick for finding this. Fixes #349
* | Merge pull request #331 from u2/doc_fix2chriseth2016-01-041-192/+192
|\ \ | | | | | | docs: code sytle
| * | docs: code sytleu22015-12-301-192/+192
| | |
* | | Merge pull request #329 from guanqun/patch-2chriseth2016-01-041-1/+1
|\ \ \ | | | | | | | | [docs]: change unsupported underscore to star
| * | | [docs]: change unsupported underscore to startLu Guanqun2015-12-301-1/+1
| |/ / | | | | | | highlight "not"
* / / [docs]: add an ending periodLu Guanqun2015-12-301-1/+1
|/ /
* | Merge pull request #316 from chriseth/docschriseth2015-12-222-40/+44
|\ \ | | | | | | Fixes in the misc section.
| * | Fixes in the misc section.chriseth2015-12-212-40/+44
| | |
* | | sending value to an overloaded functionethers2015-12-191-0/+10
|/ / | | | | from https://gitter.im/ethereum/solidity?at=5673fb41b5777fb85ba496fa
* | Update installing-solidity.rstRJ2015-12-181-1/+1
| |
* | Update installing-solidity.rstRJ2015-12-181-1/+1
| |
* | new docRJ Catalano2015-12-181-1/+3
|/
* Note about private note being invisible.chriseth2015-12-141-0/+7
|
* Pygments highlighting rules for Solidity.chriseth2015-12-112-2/+91
|
* Merge pull request #293 from chriseth/doc_indexchriseth2015-12-102-9/+169
|\ | | | | Documentation index page and build instructions.
| * Added build guide.chriseth2015-12-102-42/+140
| |
| * Improved index page.chriseth2015-12-101-9/+29
| |
| * Update for_Ze_Devs.mdRJ2015-12-101-5/+16
| |
| * Update for_Ze_Devs.mdRJ2015-12-101-2/+2
| |
| * Update for_Ze_Devs.mdRJ2015-12-101-1/+1
| |
| * Create for_Ze_Devs.mdRJ2015-12-101-0/+31
| | | | | | tentative means to get a dev environment set up for the compiler on OS X
* | Overflow check.chriseth2015-12-101-0/+14
|/
* Added some lost changes.chriseth2015-12-083-1/+14
|
* Add pdf config.chriseth2015-12-081-0/+1
|
* Imported documentation.chriseth2015-12-0817-0/+5229