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