Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add header for jsonCompiler | Alex Beregszaszi | 2017-08-29 | 1 | -7/+3 |
| | |||||
* | Rename read file callback. | chriseth | 2017-08-23 | 1 | -6/+6 |
| | |||||
* | Remove some global symbols | Alex Beregszaszi | 2017-08-09 | 1 | -0/+5 |
| | |||||
* | Add other licenses. | chriseth | 2017-07-02 | 1 | -2/+2 |
| | |||||
* | Remove Why3 error class | Alex Beregszaszi | 2017-07-01 | 1 | -4/+0 |
| | |||||
* | Rewrite jsonCompiler using StandardCompiler | Alex Beregszaszi | 2017-06-22 | 1 | -120/+89 |
| | |||||
* | Rework functionHashes into methodIdentifiers | Alex Beregszaszi | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2382 from ruchevits/combined-json-hashes | chriseth | 2017-06-15 | 1 | -9/+1 |
|\ | | | | | Allow including hashes of method signatures in --combined-json output | ||||
| * | Removed duplicate code | Edward Ruchevits | 2017-06-14 | 1 | -9/+1 |
| | | |||||
* | | Include license text in emscripten output | Alex Beregszaszi | 2017-06-14 | 1 | -0/+7 |
|/ | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -3/+4 |
| | | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209 | ||||
* | Merge pull request #1810 from ethereum/compactJson | chriseth | 2017-05-22 | 1 | -1/+1 |
|\ | | | | | Compact format for AST-Json. | ||||
| * | Compact format for AST-Json with backwards compatibility | chriseth | 2017-05-17 | 1 | -1/+1 |
| | | |||||
* | | Rename CompilerStack.interface to CompilerStack.contractABI | Alex Beregszaszi | 2017-05-19 | 1 | -1/+1 |
|/ | |||||
* | Export StandardCompiler as compileStandard in soljson | Alex Beregszaszi | 2017-04-21 | 1 | -31/+49 |
| | |||||
* | Keep gas values as a string in CompilerStack::gasEstimate | Alex Beregszaszi | 2017-04-13 | 1 | -4/+25 |
| | |||||
* | The gasEstimates objects must always be present in the jsonCompiler even if ↵ | Alex Beregszaszi | 2017-04-13 | 1 | -2/+4 |
| | | | | empty (backwards compat) | ||||
* | Use new gasEstimate in jsonCompiler | Alex Beregszaszi | 2017-04-13 | 1 | -51/+12 |
| | |||||
* | Merge pull request #2098 from ethereum/sourceformatter | Alex Beregszaszi | 2017-04-10 | 1 | -17/+6 |
|\ | | | | | Introduce formatExceptionInformation | ||||
| * | Remove empty wrapper formatError from jsonCompiler | Alex Beregszaszi | 2017-04-10 | 1 | -15/+6 |
| | | |||||
| * | Introduce formatExceptionInformation | Alex Beregszaszi | 2017-04-10 | 1 | -3/+1 |
| | | |||||
* | | Pull out ReadFile from CompilerStack | Alex Beregszaszi | 2017-04-10 | 1 | -2/+2 |
|/ | |||||
* | Rename ErrorMesage to ErrorMessage | Alex Beregszaszi | 2017-03-17 | 1 | -3/+3 |
| | |||||
* | Add line info to serious exceptions. | chriseth | 2017-02-25 | 1 | -3/+3 |
| | |||||
* | Metadata stamp. | chriseth | 2016-12-01 | 1 | -0/+1 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Move JSON helpers to libdevcore/json | Alex Beregszaszi | 2016-11-16 | 1 | -10/+4 |
| | |||||
* | Move InterfaceHandler from string to JSON | Alex Beregszaszi | 2016-11-15 | 1 | -3/+10 |
| | |||||
* | Unimplemented features moved to their own exception (#1361) | Rhett Aultman | 2016-11-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | Unimplemented features moved to their own exception InternalCompilerError is an exception that really should be reserved for actual internal errors of the compiler. Unimplemented features can now use either solUnimplemented( ) or, if it should be conditional, then solUnimplementedAssert( ). * Revert some unimplemented exceptions, add handlers The jsonCompiler and CommandLineInterface needed handlers for the new UnimplementedFeatureException, and some cases I had moved on to the new exception were better treated as real internal compiler errors. * Standardize on "Unimplemented feature" message | ||||
* | Separate the try/catch blocks on JSON output generation and formal method ↵ | Yoichi Hirai | 2016-09-06 | 1 | -1/+15 |
| | | | | | | | output generation. For the reason, see @axic's comment here https://github.com/ethereum/solidity/pull/994#discussion_r77272236 and the following discussion. | ||||
* | Catch more exceptions in jsonCompiler. | chriseth | 2016-09-02 | 1 | -39/+53 |
| | |||||
* | Remove standard contracts | Denton Liu | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | remove solidity --interface | Dimitry | 2016-08-17 | 1 | -1/+0 |
| | |||||
* | BREAKING: Streamline json output field naming. (#763) | chriseth | 2016-08-17 | 1 | -2/+2 |
| | |||||
* | sourcemapping | yann300 | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Source location as part of AST. | chriseth | 2016-07-21 | 1 | -5/+10 |
| | |||||
* | Provide formal version in json output. | chriseth | 2016-07-19 | 1 | -0/+16 |
| | |||||
* | Allow remappings to change depending on the context. | chriseth | 2016-06-09 | 1 | -7/+12 |
| | |||||
* | Make solidity independent from ethcore. | chriseth | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | rename namespace for instruction.h/cpp in libevmasm | Dimitry | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | move libevmcore to solidity | Dimitry | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Parsing for inline assembly. | chriseth | 2016-03-30 | 1 | -6/+12 |
| | |||||
* | BREAKING: Implement delegatecall and make default for library calls. | chriseth | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | Read files via callback. | chriseth | 2016-01-27 | 1 | -5/+41 |
| | |||||
* | Fix: Segfaults connected to paramater types. | chriseth | 2015-12-10 | 1 | -3/+3 |
| | | | | parameterTypes does not return by const reference anymore. | ||||
* | Fix up for new API from EIP-1.1. | Gav Wood | 2015-11-21 | 1 | -2/+2 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -9/+9 |
| | |||||
* | Style. | chriseth | 2015-10-16 | 1 | -5/+5 |
| | |||||
* | Multiple sources for json compiler. | chriseth | 2015-10-16 | 1 | -9/+45 |
| | |||||
* | fixed new tests | LianaHus | 2015-10-15 | 1 | -1/+4 |
| | |||||
* | added Error class for all kind of errors | LianaHus | 2015-10-15 | 1 | -14/+2 |
| | | | | | Conflicts: libsolidity/Exceptions.h | ||||
* | Support warnings. | chriseth | 2015-10-03 | 1 | -25/+29 |
| | |||||
* | Error formatting. | chriseth | 2015-09-22 | 1 | -14/+20 |
| | |||||
* | Export runtime bytecode and version. | chriseth | 2015-09-15 | 1 | -0/+6 |
| | |||||
* | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 1 | -3/+3 |
| | |||||
* | - renamed AST to ast and ABI to abi | LianaHus | 2015-09-08 | 1 | -1/+1 |
| | | | | - style fixes | ||||
* | renamed getter functions | LianaHus | 2015-09-08 | 1 | -20/+20 |
| | |||||
* | Moved solc files. | chriseth | 2015-08-19 | 1 | -0/+196 |