aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/CompilerStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add skeleton for contract level checker.chriseth2018-11-301-2/+16
* Merge pull request #5491 from ethereum/libyul-as-librarychriseth2018-11-241-3/+4
|\
| * Reorder some include files and group <libyul/>'s together (as much as possible)Christian Parpart2018-11-231-3/+4
* | Inject SMTLIB2 queries and responses via standard-json-io.chriseth2018-11-231-1/+4
|/
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
* Add CompilerStack state assertions in internal methodsAlex Beregszaszi2018-11-141-6/+12
* Move lastContractName closer to contractNamesAlex Beregszaszi2018-11-141-13/+13
* Do not crash on filesystemFriendlyName if no contracts were compiledAlex Beregszaszi2018-11-141-0/+3
* Add Scanner function that prints source based on SourceLocationLeonardo Alt2018-11-131-1/+1
* Deterministic YulStringRepository using string hashes.Daniel Kirchner2018-11-131-1/+0
* Reset yul string repository.chriseth2018-11-091-0/+3
* Change find to use a single characterAlex Beregszaszi2018-10-101-1/+1
* Use GasEstimator::dataGas in CompilerStackAlex Beregszaszi2018-09-281-2/+1
* fix some format typosliangdzou2018-09-171-1/+1
* Disallow remappings with empty prefix.Daniel Kirchner2018-08-111-14/+23
* Merge pull request #4753 from mattaereal/boost-to-string-patchAlex Beregszaszi2018-08-081-3/+3
|\
| * Removing std:: from std::to_string and include for boost/lexical_castMatías Aereal Aeón2018-08-081-3/+3
* | Merge pull request #4692 from ethereum/devcore-pathchriseth2018-08-071-21/+4
|\ \
| * | Move absolutePath/sanitizePath helpers from CompilerStack to libdevcoreAlex Beregszaszi2018-08-061-21/+4
| |/
* / Remove clone feature.chriseth2018-08-071-23/+0
|/
* Properly explain all the analsys steps in CompilerStackAlex Beregszaszi2018-07-311-1/+13
* Pull out createCBORMetadata helperAlex Beregszaszi2018-06-261-21/+29
* Properly catch optimizer/assembly exception in CompilerStackAlex Beregszaszi2018-06-211-9/+10
* CompilerStack absolutePath/sanitizePath can be made staticAlex Beregszaszi2018-06-201-1/+1
* Reorder some of the flow in CompilerStack::compileContract for readabilityAlex Beregszaszi2018-06-201-3/+9
* Add control flow analyzer and test for uninitialized storage returns.Daniel Kirchner2018-05-151-0/+9
* Add control flow graph.Daniel Kirchner2018-05-151-0/+9
* reindentAlex Beregszaszi2018-04-061-70/+69
* Catch FatalError in CompilerStack::analysis to cover all the analysis testsAlex Beregszaszi2018-04-061-0/+10
* Use EVM version in gas meter and optimizer.chriseth2018-03-051-4/+5
* Use EVM version in type checker.chriseth2018-03-021-1/+1
* Provide target EVM version in CompilerContext.chriseth2018-03-021-2/+2
* Store EVM version in settings.chriseth2018-03-021-0/+1
* Add ability to set the target EVM version.chriseth2018-03-021-0/+7
* Prevent libraries from being called.chriseth2018-01-191-3/+6
* Simplify contract lookup in CompileStackAlex Beregszaszi2017-10-191-5/+10
* Implement CompilerStack.lastContractName()Alex Beregszaszi2017-10-191-10/+16
* Provide optional list of contract names to CompilerStack.compileAlex Beregszaszi2017-10-051-1/+10
* Merge pull request #2848 from ethereum/checkViewPurechriseth2017-09-141-0/+11
|\
| * View-pure checker.chriseth2017-09-061-0/+11
* | Introduce assemblyStringAlex Beregszaszi2017-09-111-5/+4
* | Do not return the stream in asssemblyStreamAlex Beregszaszi2017-09-111-3/+2
* | Split out the JSON functionality from assembly.stream()Alex Beregszaszi2017-09-111-3/+13
|/
* Removed unused natspec members of ContractDefinitionAlex Beregszaszi2017-08-261-3/+0
* Do not create a new TypeChecker instance for every contractAlex Beregszaszi2017-08-251-3/+1
* Attach natspec before type checkingAlex Beregszaszi2017-08-251-6/+4
* Remove duplicate work from CompilerStack.analyze()Alex Beregszaszi2017-08-251-10/+0
* Rename read file callback.chriseth2017-08-231-4/+4
* Cleanup.chriseth2017-08-231-1/+1
* z3 conditionschriseth2017-08-231-0/+8
* Merge pull request #2771 from ethereum/unused-includesAlex Beregszaszi2017-08-211-2/+0
|\
| * Remove some unused includesAlex Beregszaszi2017-08-211-2/+0
* | Remove DocumentationType from natspecAlex Beregszaszi2017-08-161-25/+28
|/
* Output experimental flag in metadata only for risky featuresAlex Beregszaszi2017-08-111-9/+27
* Store experimental flag in metadata CBORAlex Beregszaszi2017-08-111-0/+6
* Replace isFullyImplemented with unimplementedFunctions in ASTAnnotationsAlex Beregszaszi2017-08-041-1/+1
* Add isFallback() helperAlex Beregszaszi2017-07-281-1/+3
* Merge pull request #2645 from ethereum/assertsAlex Beregszaszi2017-07-271-5/+5
|\
| * Use solAssert instead of boost throw where possibleAlex Beregszaszi2017-07-271-5/+5
* | Merge pull request #2643 from ethereum/compilerstackYoichi Hirai2017-07-271-10/+10
|\ \
| * | Reorder CompilerStack to be in logical orderAlex Beregszaszi2017-07-271-10/+10
| |/
* | Merge pull request #2566 from ethereum/metadata-only-relevantchriseth2017-07-271-0/+9
|\ \ | |/ |/|
| * Only include files usde in metadataAlex Beregszaszi2017-07-191-0/+9
* | Add CompilerStack::setOptimiserSettingsAlex Beregszaszi2017-07-261-4/+1
* | Add CompilerStack::setLibrariesAlex Beregszaszi2017-07-261-3/+2
* | Remove unused interfaces from CompilerStackAlex Beregszaszi2017-07-261-23/+0
|/
* Merge pull request #2589 from ethereum/rename-onchainmetadataYoichi Hirai2017-07-191-7/+7
|\
| * Rename onChainMetadata to metadataAlex Beregszaszi2017-07-191-7/+7
* | Remove unneccesary interface from NatspecAlex Beregszaszi2017-07-191-4/+6
|/
* Remove Why3 generatorAlex Beregszaszi2017-06-251-15/+0
* Rework functionHashes into methodIdentifiersAlex Beregszaszi2017-06-221-5/+5
* Reverted functionHashes output to use method signature as keysEdward Ruchevits2017-06-141-1/+1
* Allow including hashes of method signatures in --combined-json outputEdward Ruchevits2017-06-141-0/+8
* Fix state after CompilerStack.reset()Alex Beregszaszi2017-06-011-1/+19
* Remove unused functions from CompilerStackAlex Beregszaszi2017-06-011-35/+0
* Refactor error reportingRhett Aultman2017-05-301-28/+20
* Also change error message.chriseth2017-05-261-1/+1
* Scanner requires only the SourcesSet stateAlex Beregszaszi2017-05-251-1/+1
* Rename CompilerStack.metadata to CompilerStack.natspecAlex Beregszaszi2017-05-191-5/+5
* Rename InterfaceHandler to NatspecAlex Beregszaszi2017-05-191-4/+4
* Split ABI out of InterfaceHandlerAlex Beregszaszi2017-05-191-5/+12
* Use CompilerStack.contractABI directlyAlex Beregszaszi2017-05-191-1/+6
* Rename CompilerStack.interface to CompilerStack.contractABIAlex Beregszaszi2017-05-191-1/+1
* Ensure proper checks are in CompilerStackAlex Beregszaszi2017-05-111-4/+10
* Do not crash on AST if parsing failedAlex Beregszaszi2017-05-111-0/+3
* conditional reset of compilerState-Enumdjuju2017-04-291-1/+4
* Merge pull request #2171 from ethereum/splitParseAndAnalyzechriseth2017-04-281-16/+45
|\
| * error fixeddjuju2017-04-281-8/+7
| * enumchecks not workingdjuju2017-04-281-14/+28
| * documentation, checks and renamingdjuju2017-04-271-12/+11
| * refactoring parse() into two separate functionsdjuju2017-04-271-7/+24
* | Make assembler errors fatalAlex Beregszaszi2017-04-271-12/+4
* | Catch assembler exceptions and throw readable Solidity exceptionsAlex Beregszaszi2017-04-271-2/+35
|/
* Fix source index allocation in CompilerStack. Depending on compiler(optimisat...Alex Beregszaszi2017-04-211-1/+2
* Keep gas values as a string in CompilerStack::gasEstimateAlex Beregszaszi2017-04-131-3/+3
* Exclude fallback function from the internal functions in estimateGasAlex Beregszaszi2017-04-131-1/+2
* Move gasEstimate into CompilerStackAlex Beregszaszi2017-04-131-0/+85
* Pull out ReadFile from CompilerStackAlex Beregszaszi2017-04-101-2/+2
* Rename ErrorMesage to ErrorMessageAlex Beregszaszi2017-03-171-2/+2
* Merge pull request #1747 from ethereum/fixICEInternalConstructorYoichi Hirai2017-03-091-1/+1
|\
| * Move public constructor property into AST itself.chriseth2017-03-061-1/+1
* | Check for circular references in constant variables.chriseth2017-03-061-0/+9
|/
* Extract scopes into compiler stack.chriseth2017-02-141-1/+2
* Add option to store literal sources in metadataAlex Beregszaszi2017-01-261-4/+9
* Check if constructor is public or not.chriseth2017-01-211-1/+5
* Reset AST node IDs between compilation runs.chriseth2017-01-201-0/+1
* Merge pull request #1397 from roadriverrail/contract_collisionchriseth2017-01-181-39/+57
|\
| * Provide fall-back method for contract lookupRhett Aultman2017-01-171-1/+18
| * Remove checkLibraryNameClashes()Rhett Aultman2017-01-171-34/+0
| * Remove unique error for contract collisionRhett Aultman2017-01-171-39/+10
| * Stylistic correctionsRhett Aultman2017-01-171-8/+4
| * Push the error instead of throwing itRhett Aultman2017-01-171-10/+34
| * Only avoid collision if it's the same fileRhett Aultman2017-01-171-12/+36
| * Tab whitespace cleanup (again)Rhett Aultman2017-01-171-1/+2
| * Tidy up the error messageRhett Aultman2017-01-171-3/+3
| * Fix tab, drop stupid '!!!', change error message.Rhett Aultman2017-01-171-3/+3
| * Error out when contracts collide on nameRhett Aultman2017-01-171-0/+19
* | Store strict version number in metadata (exclude the platform)Alex Beregszaszi2017-01-171-1/+1
|/
* fixedVoR02202017-01-121-2/+2
* added fix and a test for order independence of nested prefixingVoR02202017-01-121-2/+2
* cleanupVoR02202017-01-121-12/+12
* fixed unused filepath bugVoR02202017-01-111-2/+1
* much smaller helper functionVoR02202017-01-101-4/+2
* can do this purely on length. Also made prefix filesystem string for more acc...VoR02202017-01-091-27/+16
* fixed test and added solutionVoR02202017-01-091-3/+26
* interface: change absolutePath() so that ".dir" is considered as an absolute ...Yoichi Hirai2017-01-041-3/+3
* Use multiple URLs for metadata.chriseth2016-12-131-2/+4
* Merge pull request #1491 from ameten/refactoringchriseth2016-12-131-1/+1
|\
| * - fixed a misprint.Danil Nemirovsky2016-12-091-1/+1
* | Warn about using msg.value in non-payable functionFederico Bond2016-12-091-0/+10
|/
* Add the `_runs` parameter.chriseth2016-12-011-2/+2
* Use CBOR encoding.chriseth2016-12-011-1/+8
* Add swarm hash to the end of the bytecode.chriseth2016-12-011-0/+1
* Make sure some keys are present.chriseth2016-12-011-0/+3
* Incorporate comments.chriseth2016-12-011-10/+10
* Metadata stamp.chriseth2016-12-011-18/+80
* Fix licensing headersVoR02202016-11-231-4/+4
* Change encoding to address-funid and add "function" as ABI type.chriseth2016-11-161-1/+1
* Stored combined creation and runtime tags.chriseth2016-11-161-3/+14
* Move InterfaceHandler from string to JSONAlex Beregszaszi2016-11-151-4/+4
* Suggest correct version for pragma and complain about pre-release version.chriseth2016-10-251-3/+15
* Rename dev::sha3 to dev::keccak256Alex Beregszaszi2016-10-061-1/+1
* fix CompilerStack::absolutePathDimitry2016-09-011-1/+1
* Remove standard contractsDenton Liu2016-08-191-27/+6
* remove solidity --interfaceDimitry2016-08-171-8/+0
* Source location as part of AST.chriseth2016-07-211-0/+111
* Provide formal version in json output.chriseth2016-07-191-2/+4
* Allow remappings to change depending on the context.chriseth2016-06-091-13/+66
* Merge pull request #356 from guanqun/break-not-in-loopchriseth2016-01-211-0/+6
|\
| * code changes according to Chris's commentsLu Guanqun2016-01-191-1/+1
| * check whether break/continue is in the loopLu Guanqun2016-01-151-0/+6
* | Merge pull request #351 from chriseth/autoloadchriseth2016-01-191-29/+62
|\ \
| * | Build fix for MacOS.chriseth2016-01-141-1/+1
| * | Autoload files in solc.chriseth2016-01-121-29/+62
| |/
* | Set error flag to true.chriseth2016-01-141-0/+1
* | Detect library name clashes.chriseth2016-01-141-0/+33
|/
* Simple aliasing during import.chriseth2015-12-181-0/+3
* Parse complex import directives.chriseth2015-12-181-1/+1
* Relative paths in import directives.chriseth2015-12-101-5/+24
* Source units are independent scopes.chriseth2015-12-101-0/+6
* Preliminary why3 code output.chriseth2015-10-271-0/+13
* Store docstrings in AST annotations.chriseth2015-10-261-10/+12
* File reorganisation.chriseth2015-10-211-0/+435