| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
