aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/CompilerStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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