Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add legacy/compact AST-format options to CL | djudjuu | 2017-05-24 | 1 | -1/+1 |
* | Merge pull request #2211 from ethereum/jsonio-fixes | Alex Beregszaszi | 2017-05-02 | 1 | -1/+1 |
|\ | |||||
| * | Follow the JSON I/O spec closely | Alex Beregszaszi | 2017-05-02 | 1 | -1/+1 |
* | | Remove why3 from standard compiler | Alex Beregszaszi | 2017-05-02 | 1 | -7/+4 |
|/ | |||||
* | Update the gasEstimates in JSON I/O | Alex Beregszaszi | 2017-04-27 | 1 | -5/+5 |
* | Enable standard json in the docs | Alex Beregszaszi | 2017-04-24 | 1 | -4/+2 |
* | Rename ast to legacyAST in StandardCompiler | Alex Beregszaszi | 2017-04-21 | 1 | -4/+7 |
* | Support --allow-paths in the CLI | Alex Beregszaszi | 2017-04-20 | 1 | -0/+2 |
* | Document formattedMessage | Alex Beregszaszi | 2017-04-07 | 1 | -0/+2 |
* | Support selecting group of outputs | Alex Beregszaszi | 2017-04-07 | 1 | -1/+4 |
* | Rename legacyAssemblyJSON to legacyAssembly | Alex Beregszaszi | 2017-04-07 | 1 | -3/+3 |
* | Move the IR out of the EVM block in JSON IO | Alex Beregszaszi | 2017-04-07 | 1 | -3/+3 |
* | The metadata output is serialised | Alex Beregszaszi | 2017-04-07 | 1 | -2/+2 |
* | Fix input selector for evm | Alex Beregszaszi | 2017-04-07 | 1 | -4/+6 |
* | Swap key/value of methodIdentifiers | Alex Beregszaszi | 2017-03-30 | 1 | -1/+1 |
* | Reorder for readiability | Alex Beregszaszi | 2017-03-30 | 1 | -7/+9 |
* | Move opcodes into bytecode/deployedBytecode | Alex Beregszaszi | 2017-03-30 | 1 | -3/+3 |
* | 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 | 1 | -0/+141 |