index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
doc
/
opcode.md
Age
Commit message (
Expand
)
Author
2021-05-02
Enclose the table contents of `opcode.md` as code
dearblue
2021-04-28
doc/opcode.md: stop reversed link syntax check from markdownlint.
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-03-09
chore: fix grammar
John Bampton
2021-02-21
Updated `doc/opcode.md` to match `include/mruby/ops.h` [ci skip]
dearblue
2020-10-12
Rename `OP_JUW` instruction to `OP_JMPUW`.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace global jump with catch handler implementation
dearblue
2020-10-12
Removed push/pop instructions for rescue/ensure
dearblue
2020-10-12
Extended `OP_EXCEPT` and `OP_RAISE` (`OP_RAISEIF`) instructions
dearblue
2020-10-12
Update opcode reference and comment.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `OP_EXT[123]` from operands.
Yukihiro "Matz" Matsumoto
2020-05-10
Update `doc/opcode.md` [ci skip]
dearblue
2020-05-07
Update `doc/opcode.md` for operand signs. [ci skip]
Yukihiro "Matz" Matsumoto
2020-05-07
Update `doc/opcode.md` to reflect the latest bytecode.
Yukihiro "Matz" Matsumoto
2019-08-18
fix up documentation for values
David Siaw
2019-08-18
fix up markdown display in doxygen
David Siaw
2018-10-29
Fix document
take-cheeze
2018-07-31
Removed merge hiccups in `doc/opcode.md`.
Yukihiro "Matz" Matsumoto
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto