aboutsummaryrefslogtreecommitdiffstats
path: root/solc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #918 from winsvega/solremove4chriseth2016-08-172-12/+0
|\
| * remove solidity --interfaceDimitry2016-08-172-12/+0
* | Merge pull request #912 from chriseth/readFromStdinchriseth2016-08-171-11/+17
|\ \ | |/ |/|
| * Read from files and stdin.chriseth2016-08-161-11/+17
* | BREAKING: Streamline json output field naming. (#763)chriseth2016-08-171-2/+2
|/
* sourcemappingyann3002016-08-021-1/+1
* Bugfix: Correctly use srcmap-runtime.chriseth2016-08-011-1/+1
* Source location as part of AST.chriseth2016-07-212-6/+33
* Provide formal version in json output.chriseth2016-07-191-0/+16
* Store non-canonical version.chriseth2016-07-111-8/+8
* Fix crash for input from stdin.chriseth2016-06-151-1/+2
* Allow remappings to change depending on the context.chriseth2016-06-093-73/+46
* much better and simpler way of handling thisVoR02202016-05-141-1/+8
* wrap solc add_executablerainbeam2016-05-011-1/+1
* Source location for inline assembly.chriseth2016-04-201-1/+1
* Make solidity independent from ethcore.chriseth2016-04-072-5/+5
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-022-4/+4
* move libevmcore to solidityDimitry2016-04-022-2/+2
* Code generation (missing external access and source locations).chriseth2016-03-302-12/+29
* Parsing for inline assembly.chriseth2016-03-303-10/+60
* BREAKING: Implement delegatecall and make default for library calls.chriseth2016-03-121-1/+1
* Only allow including from allowed directories.chriseth2016-01-302-9/+36
* Merge pull request #370 from chriseth/redirectschriseth2016-01-292-32/+77
|\
| * Provide remappings for solc.chriseth2016-01-262-32/+77
* | Read files via callback.chriseth2016-01-272-6/+42
|/
* Autoload files in solc.chriseth2016-01-121-1/+12
* Merge pull request #290 from chriseth/fix_gas_iteratorchriseth2015-12-102-6/+6
|\
| * Fix: Segfaults connected to paramater types.chriseth2015-12-102-6/+6
* | Removed obsolete dockerfile.chriseth2015-12-101-70/+0
|/
* Fix the build - library is not a moduleLefteris Karapetsas2015-12-041-1/+1
* Alternative case-consistency fix for libsolidity. Just using fully-qualifie...Bob Summerwill2015-12-041-3/+3
* Fix up for new API from EIP-1.1.Gav Wood2015-11-212-5/+5
* Preliminary why3 code output.chriseth2015-10-272-25/+48
* File reorganisation.chriseth2015-10-213-20/+20
* Do not forget to export the new symbol.chriseth2015-10-161-1/+1
* Style.chriseth2015-10-161-5/+5
* Multiple sources for json compiler.chriseth2015-10-161-9/+45
* fixed new testsLianaHus2015-10-151-1/+4
* errors instead of exceptionsLianaHus2015-10-151-1/+1
* added Error class for all kind of errorsLianaHus2015-10-152-31/+8
* Support warnings.chriseth2015-10-031-25/+29
* -fixed the warning printingLianaHus2015-10-021-9/+8
* -added warning case to cl compilerLianaHus2015-10-021-1/+5
* Merge pull request #89 from chriseth/fixCombinedJsonchriseth2015-09-231-2/+6
|\
| * Fix "combined json" output.chriseth2015-09-231-2/+6
* | Error formatting.chriseth2015-09-222-15/+26
|/
* Merge pull request #79 from arkpar/cmakeMarek Kotewicz2015-09-171-1/+1
|\
| * per project versioningarkpar2015-09-161-1/+1
* | Merge pull request #75 from chriseth/exportRuntimeBytecodeForJsonchriseth2015-09-151-0/+6
|\ \
| * | Export runtime bytecode and version.chriseth2015-09-151-0/+6
* | | Merge pull request #73 from chriseth/emscriptenArkadiy Paronyan2015-09-151-2/+8
|\| |
| * | Changes required to compile on emscripten target.chriseth2015-09-151-2/+8
| |/
* / Commandline interface for the linker.chriseth2015-09-122-2/+128
|/
* Transition from bytecode to more general linker objects.chriseth2015-09-112-15/+15
* Merge pull request #41 from LianaHus/sol_rename_getterschriseth2015-09-082-60/+60
|\
| * - renamed AST to ast and ABI to abiLianaHus2015-09-082-7/+7
| * renamed getter functionsLianaHus2015-09-082-60/+60
* | changes required to compile solidity in a single projectdebris2015-09-011-2/+0
|/
* Merge pull request #27 from LianaHus/sol_runtime_binary_by_-solcGav Wood2015-08-281-1/+14
|\
| * added option to solc to output runtimr part of the contractLianaHus2015-08-241-1/+14
* | client refactordebris2015-08-271-6/+1
* | Refactoreed CMakeLists for new module systemarkpar2015-08-241-3/+2
|/
* More information for help screen, some fixes for argument parsing.chriseth2015-08-202-76/+86
* Moved solc files.chriseth2015-08-196-0/+1039