index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
assembly.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rephrase opcode result returning description
Mathias Baumann
2018-12-19
1
-2
/
+2
*
Format "and" as instruction op code
Mathias Baumann
2018-12-19
1
-1
/
+1
*
Fix create2
chriseth
2018-10-10
1
-5
/
+5
*
Adds note about Standalone assembly.
Erik Kundt
2018-10-04
1
-4
/
+6
*
[DOCS] Update assembly.
chriseth
2018-10-04
1
-41
/
+41
*
Improve the create2 description in assembly.rst
Alex Beregszaszi
2018-09-28
1
-2
/
+4
*
Add extcodehash to the assembly documentation
Alex Beregszaszi
2018-09-26
1
-2
/
+4
*
Update version pragma in all documentation examples
Alex Beregszaszi
2018-09-26
1
-5
/
+5
*
Improve noted sections of Inline assembly doc
Chris Ward
2018-09-18
1
-48
/
+47
*
Blockchain basics part 2
chriseth
2018-09-14
1
-0
/
+2
*
Update documentation examples.
chriseth
2018-08-14
1
-14
/
+4
*
Clarify allocation and initial value of free memoy pointer.
chriseth
2018-08-07
1
-2
/
+11
*
Remove loose assembly features from the documentation
Christian Parpart
2018-08-02
1
-54
/
+3
*
Added default data locations to docs and other external tests.
Chase McDermott
2018-07-15
1
-4
/
+4
*
docs: Fix typos.
Cryptomental
2018-07-11
1
-4
/
+4
*
Add missing periods to opcodes table in assembly.rst
Leo Arias
2018-07-09
1
-14
/
+14
*
Remove documentation references to sha3
Jason Cobb
2018-06-04
1
-2
/
+0
*
Array Length mistankingly taken as Offset
ritzdorf
2018-05-28
1
-1
/
+1
*
Remove desugaring
chriseth
2018-05-01
1
-258
/
+14
*
Add documentation.
chriseth
2018-04-16
1
-0
/
+10
*
Create empty dynamic memory arrays more efficiently.
chriseth
2018-04-04
1
-0
/
+5
*
Shift operands were swapped in accepted EIP145
Alex Beregszaszi
2018-02-27
1
-3
/
+3
*
Remove ROL/ROR as they are not part of EIP145 anymore
Alex Beregszaszi
2018-02-27
1
-4
/
+0
*
Document bitwise shift operators in assembly
Alex Beregszaszi
2018-02-27
1
-0
/
+10
*
Introduce VM version ('hard fork') column for assembly opcodes
Alex Beregszaszi
2018-02-27
1
-161
/
+163
*
Fix some keyword highlighting in docs
Alex Beregszaszi
2018-02-27
1
-2
/
+2
*
Random documentation updates (assembly, faq)
Alex Beregszaszi
2018-02-27
1
-6
/
+8
*
Merge pull request #3357 from federicobond/improve-asm-grammar
chriseth
2018-02-20
1
-17
/
+16
|
\
|
*
docs: Improve assembly grammar definition
Federico Bond
2017-12-24
1
-17
/
+16
*
|
Fix new Solidity warnings, for #3379
William Entriken
2018-01-29
1
-9
/
+9
|
/
*
Fixes for failing tests
Jim McDonald
2017-12-13
1
-2
/
+2
*
Fix Solidity warnings
Jim McDonald
2017-12-13
1
-9
/
+9
*
Removed manual adjustment of stack of the docs
Gonçalo Sá
2017-12-05
1
-25
/
+0
*
If statement for Iulia / inline assembly.
chriseth
2017-11-22
1
-3
/
+21
*
Move Julia documentation to its own file
Alex Beregszaszi
2017-11-22
1
-191
/
+7
*
First take in formal specification.
chriseth
2017-11-22
1
-13
/
+94
*
Describe Julia.
chriseth
2017-11-22
1
-11
/
+114
*
Require 0.4.12 for the VectorSum example (for loop)
Alex Beregszaszi
2017-08-28
1
-1
/
+1
*
Highlight opcodes in docs
Alex Beregszaszi
2017-08-28
1
-4
/
+5
*
Merge pull request #2664 from joshuahannan/develop
chriseth
2017-08-15
1
-0
/
+14
|
\
|
*
Wording.
chriseth
2017-07-31
1
-3
/
+2
|
*
added while loop description
Joshua Hannan
2017-07-30
1
-0
/
+15
*
|
Use temporary variable for sum example
Alex Beregszaszi
2017-08-11
1
-8
/
+10
*
|
Move init/cond into the for loop
Alex Beregszaszi
2017-08-11
1
-5
/
+5
*
|
Add pure assembly example for summing
Alex Beregszaszi
2017-08-11
1
-0
/
+23
*
|
fix typo 'onte' -> 'onto'
vladislav-ankudinov
2017-08-09
1
-1
/
+1
|
/
*
minor fix on assembly example
NIC619
2017-07-21
1
-1
/
+1
*
Enable more examples in the documentation for testing
Alex Beregszaszi
2017-07-19
1
-4
/
+4
*
Add version pragma to docs examples
Alex Beregszaszi
2017-07-13
1
-0
/
+2
*
Add changelog and documentation
Alex Beregszaszi
2017-07-13
1
-1
/
+1
*
typo of bitween for between
hh3755
2017-07-08
1
-1
/
+1
*
Document Whiskers.
Alex Beregszaszi
2017-06-22
1
-0
/
+2
*
Changelog and documentation.
chriseth
2017-06-16
1
-26
/
+14
*
Merge pull request #2192 from winsvega/develop
Alex Beregszaszi
2017-06-15
1
-1
/
+8
|
\
|
*
add new opcode instructions to the parser
Dimitry
2017-06-15
1
-1
/
+8
*
|
Clarify functional style.
chriseth
2017-06-14
1
-2
/
+4
|
/
*
libevmasm: add RETURNDATACOPY and RETURNDATASIZE
Yoichi Hirai
2017-06-13
1
-0
/
+4
*
Document keccak256 in assembly
Alex Beregszaszi
2017-05-30
1
-0
/
+2
*
Remove error label / invalid jump label.
chriseth
2017-04-28
1
-7
/
+2
*
Remove parentheses from around function return parameters
Alex Beregszaszi
2017-04-27
1
-4
/
+4
*
Document storage variable access.
chriseth
2017-04-26
1
-9
/
+8
*
Fix typo in documentation
Matt Searle
2017-03-28
1
-1
/
+1
*
Remove stack annotations from documentation.
chriseth
2017-03-03
1
-48
/
+58
*
Clarify stack height.
chriseth
2017-03-03
1
-5
/
+14
*
Updated documentation.
chriseth
2017-03-03
1
-11
/
+47
*
Document revert()
Alex Beregszaszi
2017-02-11
1
-0
/
+2
*
Integrate missed changes.
chriseth
2017-02-01
1
-13
/
+29
*
Move explanatory sections and other small changes.
chriseth
2017-01-09
1
-183
/
+192
*
Typos and clarifications.
chriseth
2017-01-04
1
-13
/
+17
*
More information about switch, loops and functions.
chriseth
2017-01-04
1
-1
/
+78
*
Update to new assembly specification.
chriseth
2017-01-03
1
-31
/
+381
*
Assembly definition.
chriseth
2017-01-03
1
-0
/
+510