aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface
Commit message (Expand)AuthorAgeFilesLines
* remove solidity --interfaceDimitry2016-08-174-85/+1
* Source location as part of AST.chriseth2016-07-212-2/+127
* Provide formal version in json output.chriseth2016-07-192-3/+6
* Allow remappings to change depending on the context.chriseth2016-06-092-16/+88
* Make solidity independent from ethcore.chriseth2016-04-071-3/+1
* reduce unnecessary solidity:: namespaceDimitry2016-04-041-3/+3
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-3/+3
* Remove code duplication in source references formatter.chriseth2016-04-012-32/+34
* Do not use source reference if it is empty.chriseth2016-03-311-3/+8
* Parsing for inline assembly.chriseth2016-03-302-6/+6
* - inline and assembly keywords addedLianaHus2016-03-122-5/+5
* BREAKING: Implement delegatecall and make default for library calls.chriseth2016-03-121-1/+1
* Merge pull request #356 from guanqun/break-not-in-loopchriseth2016-01-213-0/+10
|\
| * code changes according to Chris's commentsLu Guanqun2016-01-191-1/+1
| * check whether break/continue is in the loopLu Guanqun2016-01-153-0/+10
* | Merge pull request #351 from chriseth/autoloadchriseth2016-01-192-31/+76
|\ \
| * | Build fix for MacOS.chriseth2016-01-141-1/+1
| * | Autoload files in solc.chriseth2016-01-122-31/+76
| |/
* | Set error flag to true.chriseth2016-01-141-0/+1
* | Detect library name clashes.chriseth2016-01-142-0/+36
|/
* 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-102-5/+26
* Source units are independent scopes.chriseth2015-12-101-0/+6
* Make members context-sensitive.chriseth2015-11-261-1/+1
* Fix: Cope with non-existing commit hash.chriseth2015-11-031-1/+4
* Rename error type.chriseth2015-10-282-3/+3
* Preliminary why3 code output.chriseth2015-10-274-19/+41
* Store docstrings in AST annotations.chriseth2015-10-264-334/+64
* File reorganisation.chriseth2015-10-2113-0/+2029