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
/
mrbgems
/
mruby-compiler
Age
Commit message (
Expand
)
Author
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-07-23
codegen.c: fixed a bug in `OP_LOADI32` peephole optimization.
Yukihiro "Matz" Matsumoto
2021-07-22
codegen.c: `get_int_operand()` to support `OP_LOADL` (int in pool).
Yukihiro "Matz" Matsumoto
2021-07-22
codegen.c: add constant folding for unary numeric operators (+, -, ~).
Yukihiro "Matz" Matsumoto
2021-07-22
codegen.c: compare symbol names directly avoiding string conversion.
Yukihiro "Matz" Matsumoto
2021-07-21
codegen.c: skip `-@` call if the argument is a literal integer.
Yukihiro "Matz" Matsumoto
2021-07-21
codegen.c: move `gen_setxv()` after `new_sym()`.
Yukihiro "Matz" Matsumoto
2021-07-21
codegen.c: introduce `gen_int()` to generate integer instructions.
Yukihiro "Matz" Matsumoto
2021-07-21
codegen.c: add peephole optimization for `OP_LOADI32` before `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-21
codegen.c: add peephole optimization for `OP_LOADI16` before `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-21
codegen.c: a new function `get_int_operand`.
Yukihiro "Matz" Matsumoto
2021-07-20
codegen.c: negative zero equals to positive zero.
Yukihiro "Matz" Matsumoto
2021-07-20
codegen.c: allow `OP_EXT` before `OP_ADDI` and `OP_SUBI`.
Yukihiro "Matz" Matsumoto
2021-07-17
codegen.c: optimize variable assignments after `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-17
codegen.c: optimize `OP_SETUPVAR` after `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-16
codegen.c: add new peephole optimization for `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-16
codegen.c: add new peephole optimization for `OP_GETUPVAR`.
Yukihiro "Matz" Matsumoto
2021-07-15
codegen.c: `gen_jmpdst` always needs to generate relative address.
Yukihiro "Matz" Matsumoto
2021-07-09
codegen.c: avoid uninitialized local variable.
Yukihiro "Matz" Matsumoto
2021-07-04
codegen.c: jump address should be generated by `gen_jmpdst()`.
Yukihiro "Matz" Matsumoto
2021-07-03
vm.c: `OP_DEF` to push a symbol to `a` register.
Yukihiro "Matz" Matsumoto
2021-06-30
Revert "Remove `OP_EXT[123]` from operands."
Yukihiro "Matz" Matsumoto
2021-06-28
Merge pull request #5493 from dearblue/binding.2
Yukihiro "Matz" Matsumoto
2021-06-26
Fixed finding variables from `proc` in `binding.eval` failed
dearblue
2021-06-26
Fixed finding variables defined in the upper proc failed
dearblue
2021-06-19
codegen.c: stop `uninitialized` warning.
Yukihiro "Matz" Matsumoto
2021-06-11
codegen.c: refactor `readint()`
Yukihiro "Matz" Matsumoto
2021-05-29
codegen.c: just raise the exception on broken node for assignments.
Yukihiro "Matz" Matsumoto
2021-05-18
parse.y: allow "command" syntax in endless method definition.
Yukihiro "Matz" Matsumoto
2021-05-18
parse.y: endless singleton method definition can omit parens.
Yukihiro "Matz" Matsumoto
2021-05-02
Run the task only once when `parse.y` is updated
dearblue
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-03-31
codegen.c: `s->ainfo` should be zero along with `OP_ENTER(0)`.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: `yield` outside of method is now `SyntaxError`.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: remove `codegen error:` prefix from error messages.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: `ainfo` may be negative.
Yukihiro "Matz" Matsumoto
2021-03-22
codegen.c: fix integer size warnings.
Yukihiro "Matz" Matsumoto
2021-03-13
codegen.c: fix memory leak from `new_litbn()`.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: need to preserve `neg` info.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: avoid integer comparison of different sign.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: no integer overflow error in `codegen`; close #5376
Yukihiro "Matz" Matsumoto
2021-03-01
feat: add pre-commit framework
John Bampton
2021-02-24
parse.y: endless_method_name should allow `==`.
Yukihiro "Matz" Matsumoto
2021-02-24
parse.y: upgrade endless `def` syntax.
Yukihiro "Matz" Matsumoto
2021-02-13
chore: fix missing HTTPS on links
John Bampton
2021-02-13
chore: fix spelling
John Bampton
2021-02-13
parse.y: string buffer (`tokbuf`) can overflow.
Yukihiro "Matz" Matsumoto
2021-02-03
Avoid Heap Overflow in `heredoc_remove_indent`; fix #5316
Yukihiro "Matz" Matsumoto
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
[prev]
[next]