aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/StandardCompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support URL sources in StandardCompilerAlex Beregszaszi2017-04-211-2/+33
* Rename ast to legacyAST in StandardCompilerAlex Beregszaszi2017-04-211-1/+1
* Ensure the language field is present in the JSONAlex Beregszaszi2017-04-211-0/+6
* Pull out collectEVMObjectAlex Beregszaszi2017-04-211-17/+19
* Enclose local functions in a namespaceAlex Beregszaszi2017-04-211-0/+4
* Support Why3 in StandardCompilerAlex Beregszaszi2017-04-211-0/+24
* Support gas estimates in StandardCompilerAlex Beregszaszi2017-04-211-1/+1
* Reject import URLs for nowAlex Beregszaszi2017-04-211-1/+6
* Support the metadata.useLiteralContent settingAlex Beregszaszi2017-04-211-0/+3
* Properly split contract filename and nameAlex Beregszaszi2017-04-211-3/+10
* Support linkReferencesAlex Beregszaszi2017-04-211-2/+29
* Support new assembly outputAlex Beregszaszi2017-04-211-3/+4
* Move opcodes inside the bytecode sectionAlex Beregszaszi2017-04-211-1/+2
* Support methodIdentifiersAlex Beregszaszi2017-04-211-1/+9
* Support proper error reporting in StandardCompilerAlex Beregszaszi2017-04-211-18/+104
* Refactor formatErrorAlex Beregszaszi2017-04-211-6/+19
* Fail if no sources are givenAlex Beregszaszi2017-04-211-4/+1
* Support the AST outputAlex Beregszaszi2017-04-211-1/+2
* Include source mapping identifierAlex Beregszaszi2017-04-211-0/+10
* Output legacyAssembly in StandardCompilerAlex Beregszaszi2017-04-211-1/+12
* Capture error messages from the JSON parserAlex Beregszaszi2017-04-211-2/+8
* Add formatFatalError() to StandardCompilerAlex Beregszaszi2017-04-211-0/+15
* Parse remappings in StandardCompilerAlex Beregszaszi2017-04-211-0/+5
* Parse libraries in StandardCompilerAlex Beregszaszi2017-04-211-0/+8
* Parse optimizer settings in StandardCompilerAlex Beregszaszi2017-04-211-3/+6
* Catch exceptions of StandardCompilerAlex Beregszaszi2017-04-211-1/+13
* Initial implementation of StandardCompilerAlex Beregszaszi2017-04-211-0/+132
* Add StandardCompiler skeletonAlex Beregszaszi2017-04-211-0/+31