| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Replace boost:lexical_cast<std::string> for std::to_string.
|
| | |
|
| | |
|
|/
|
|
| |
(from Warning)
|
|
|
|
|
|
|
| |
Fix typos. The change requested as a separate PR during codespell PR.
Adapt tests as well.
Refs: #4442
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
temporary variable.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Rename arguments to parameters.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Support variable declarations without an assignment in assembly
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
add STATICCALL instruction
|
| |
| |
| |
| | |
STATICCALL 0xfa 6 inputs (gas address mem1 mem2 mem3 mem4)
|
|\ \
| |/
|/| |
Enforce function arguments when parsing functional instructions.
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Move LabelIDs to generation phase.
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Use lowercase when reporting instruction error.
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Use keccak256 in tests and replace the SHA3 instruction in assembly
|
| | |
|
|/
|
|
|
|
|
|
|
| |
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
|
|\
| |
| | |
Introduce virtual blocks for function arguments.
|
| | |
|
|/ |
|
|\
| |
| | |
Validate types for Julia (part 1)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
Better error message for elementary operations
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Disallow assign from stack in Julia (=: var)
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
assembly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Directly usable inline assembly.
* Add missing header.
|
| |
|
| |
|
| |
|
|\
| |
| | |
Allow "byte" in inline assembly.
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|