Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add end-to-end test | Alex Beregszaszi | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Support parsing let statements without a value | Alex Beregszaszi | 2017-07-13 | 1 | -0/+5 |
| | |||||
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 1 | -1/+3 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -4/+5 |
| | | | | | | | | | 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 | ||||
* | Change error message for invalid type | Alex Beregszaszi | 2017-05-27 | 1 | -3/+3 |
| | |||||
* | Introduce Julia mode in AsmAnalyzer | Alex Beregszaszi | 2017-05-27 | 1 | -1/+1 |
| | |||||
* | Validate that only basic types are used in Julia | Alex Beregszaszi | 2017-05-27 | 1 | -1/+25 |
| | |||||
* | Enable the analyzer for Julia tests | Alex Beregszaszi | 2017-05-25 | 1 | -8/+6 |
| | |||||
* | Add tests | Alex Beregszaszi | 2017-05-23 | 1 | -0/+5 |
| | |||||
* | Add tests for bool literal | Alex Beregszaszi | 2017-05-19 | 1 | -0/+6 |
| | |||||
* | Merge pull request #2222 from ethereum/julia-types | chriseth | 2017-05-16 | 1 | -9/+17 |
|\ | | | | | Add support for types in Julia | ||||
| * | Add tests for types in Julia | Alex Beregszaszi | 2017-05-06 | 1 | -9/+17 |
| | | |||||
* | | Remove an unused function `successAssemble` | Yoichi Hirai | 2017-05-09 | 1 | -5/+0 |
|/ | | | | | | | | Otherwise, I see a build failure: test/libjulia/Parser.cpp:92:6: error: ‘bool dev::solidity::test::{anonymous}::successAssemble(const string&, bool)’ defined but not used [-Werror=unused-function] bool successAssemble(string const& _source, bool _allowWarnings = true) ^~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors | ||||
* | Remove analyzer from Julia tests | Alex Beregszaszi | 2017-05-05 | 1 | -21/+1 |
| | |||||
* | Add Julia parser test | Alex Beregszaszi | 2017-05-05 | 1 | -0/+212 |