aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
Commit message (Collapse)AuthorAgeFilesLines
* Change library placeholder to `__$<hash>$__`.chriseth2018-10-121-5/+6
|
* Document library placeholder change.chriseth2018-10-121-3/+14
|
* [DOCS] Update "using the compiler".chriseth2018-09-261-12/+26
|
* Explain EVM version setting.Chris Ward2018-09-201-0/+50
|
* Mention in the standard json documentation that files in urls need their ↵Leonardo Alt2018-09-031-0/+2
| | | | directories allowed via --allow-paths
* Update documentation.Daniel Kirchner2018-08-111-5/+6
|
* Improve documentation and CLI help for `--run` parameterJonny Burger2018-05-021-3/+8
|
* Explain json-io setting.chriseth2018-03-021-0/+1
|
* Mention that solcjs is not compatible with solc in the using-the-compiler ↵Alex Beregszaszi2018-02-271-0/+3
| | | | section
* Update using-the-compiler.rstSawyer2018-01-211-2/+2
| | | | | in outputSelection section of Compiler Input and Output JSON Description: "evm.sourceMap" should be "evm.bytecode.sourceMap" "evm.opcodes" should be "evm.bytecode.opcodes"
* Document JSON I/O error classesZhen Zhang2017-12-121-1/+20
|
* Update standard json documentationAlex Beregszaszi2017-11-301-1/+1
|
* add legacy/compact AST-format options to CLdjudjuu2017-05-241-1/+1
|
* Merge pull request #2211 from ethereum/jsonio-fixesAlex Beregszaszi2017-05-021-1/+1
|\ | | | | Follow the JSON I/O spec closely
| * Follow the JSON I/O spec closelyAlex Beregszaszi2017-05-021-1/+1
| |
* | Remove why3 from standard compilerAlex Beregszaszi2017-05-021-7/+4
|/
* Update the gasEstimates in JSON I/OAlex Beregszaszi2017-04-271-5/+5
|
* Enable standard json in the docsAlex Beregszaszi2017-04-241-4/+2
|
* Rename ast to legacyAST in StandardCompilerAlex Beregszaszi2017-04-211-4/+7
|
* Support --allow-paths in the CLIAlex Beregszaszi2017-04-201-0/+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
|
* 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-091-0/+141