Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename onChainMetadata to metadata | Alex Beregszaszi | 2017-07-19 | 1 | -3/+3 |
| | |||||
* | Export CompilerStack state | Alex Beregszaszi | 2017-07-03 | 1 | -8/+10 |
| | |||||
* | Remove Why3 generator | Alex Beregszaszi | 2017-06-25 | 1 | -7/+0 |
| | |||||
* | Make compiler.contractDefinition private | Alex Beregszaszi | 2017-06-22 | 1 | -3/+4 |
| | |||||
* | Rework functionHashes into methodIdentifiers | Alex Beregszaszi | 2017-06-22 | 1 | -1/+2 |
| | |||||
* | Allow including hashes of method signatures in --combined-json output | Edward Ruchevits | 2017-06-14 | 1 | -0/+3 |
| | |||||
* | Fix state after CompilerStack.reset() | Alex Beregszaszi | 2017-06-01 | 1 | -0/+7 |
| | |||||
* | Remove unused functions from CompilerStack | Alex Beregszaszi | 2017-06-01 | 1 | -13/+0 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -5/+9 |
| | | | | | | | | | 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 | ||||
* | Rename CompilerStack.metadata to CompilerStack.natspec | Alex Beregszaszi | 2017-05-19 | 1 | -2/+2 |
| | |||||
* | Rename InterfaceHandler to Natspec | Alex Beregszaszi | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | Split ABI out of InterfaceHandler | Alex Beregszaszi | 2017-05-19 | 1 | -3/+3 |
| | |||||
* | Rename CompilerStack.interface to CompilerStack.contractABI | Alex Beregszaszi | 2017-05-19 | 1 | -2/+2 |
| | |||||
* | enumchecks not working | djuju | 2017-04-28 | 1 | -1/+8 |
| | |||||
* | documentation, checks and renaming | djuju | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | refactoring parse() into two separate functions | djuju | 2017-04-27 | 1 | -0/+10 |
| | |||||
* | Document that the ReadFileCallback should not emit exceptions | Alex Beregszaszi | 2017-04-22 | 1 | -1/+2 |
| | |||||
* | Move gasEstimate into CompilerStack | Alex Beregszaszi | 2017-04-13 | 1 | -0/+3 |
| | |||||
* | Pull out ReadFile from CompilerStack | Alex Beregszaszi | 2017-04-10 | 1 | -11/+3 |
| | |||||
* | Rename ErrorMesage to ErrorMessage | Alex Beregszaszi | 2017-03-17 | 1 | -1/+1 |
| | |||||
* | Extract scopes into compiler stack. | chriseth | 2017-02-14 | 1 | -0/+3 |
| | |||||
* | Add option to store literal sources in metadata | Alex Beregszaszi | 2017-01-26 | 1 | -0/+2 |
| | |||||
* | Remove checkLibraryNameClashes() | Rhett Aultman | 2017-01-17 | 1 | -3/+0 |
| | | | | | | | | The library name clash checker throws errors when two libraries of the same name are spotted. In a previous commit, this function was rewritten to use fully-qualified names instead, which makes it redundant to the checker for multiply-declared identifiers. Since it no longer serves a clear purpose, the function is being dropped. | ||||
* | Only avoid collision if it's the same file | Rhett Aultman | 2017-01-17 | 1 | -0/+4 |
| | | | | | | | | | @chriseth had suggested that it would be better if contracts were referenced in a file:contract notation, and that we output .bin files that prepend original path names if necessary to avoid a collision. This commit is mostly a draft; it still needs to be run through the test suite. | ||||
* | cleanup | VoR0220 | 2017-01-12 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> fixup Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | much smaller helper function | VoR0220 | 2017-01-10 | 1 | -1/+3 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Add the `_runs` parameter. | chriseth | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Fix type of optimizeRuns | Alex Beregszaszi | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Metadata stamp. | chriseth | 2016-12-01 | 1 | -6/+14 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Move InterfaceHandler from string to JSON | Alex Beregszaszi | 2016-11-15 | 1 | -7/+7 |
| | |||||
* | Remove standard contracts | Denton Liu | 2016-08-19 | 1 | -3/+2 |
| | |||||
* | remove solidity --interface | Dimitry | 2016-08-17 | 1 | -6/+1 |
| | |||||
* | Source location as part of AST. | chriseth | 2016-07-21 | 1 | -2/+16 |
| | |||||
* | Provide formal version in json output. | chriseth | 2016-07-19 | 1 | -1/+2 |
| | |||||
* | Allow remappings to change depending on the context. | chriseth | 2016-06-09 | 1 | -3/+22 |
| | |||||
* | - inline and assembly keywords added | LianaHus | 2016-03-12 | 1 | -4/+4 |
| | | | | - some style fixes | ||||
* | BREAKING: Implement delegatecall and make default for library calls. | chriseth | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #351 from chriseth/autoload | chriseth | 2016-01-19 | 1 | -2/+14 |
|\ | | | | | Automatically load imported files in solc. | ||||
| * | Autoload files in solc. | chriseth | 2016-01-12 | 1 | -2/+14 |
| | | |||||
* | | Detect library name clashes. | chriseth | 2016-01-14 | 1 | -0/+3 |
|/ | |||||
* | Relative paths in import directives. | chriseth | 2015-12-10 | 1 | -0/+2 |
| | |||||
* | Preliminary why3 code output. | chriseth | 2015-10-27 | 1 | -1/+6 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 1 | -3/+0 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+221 |