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
Age
Commit message (
Expand
)
Author
2021-10-14
vm.c: need to ensure the stack size is sufficient.
Yukihiro "Matz" Matsumoto
2021-10-14
Fix grammar in doc/guides/mrbgems.md
John Bampton
2021-10-13
codegen.c: skip `OP_ARGARY` before `super` if the method has no arguments.
Yukihiro "Matz" Matsumoto
2021-10-12
error.c: small refactoring regarding #2485
Yukihiro "Matz" Matsumoto
2021-10-12
Merge branch 'take-cheeze-exc_mesg'
Yukihiro "Matz" Matsumoto
2021-10-12
Merge branch 'exc_mesg' of https://github.com/take-cheeze/mruby into take-che...
Yukihiro "Matz" Matsumoto
2021-10-12
codegen.c: should not assign negative number to `ainfo` (`size_t`).
Yukihiro "Matz" Matsumoto
2021-10-12
Support Ruby3.0 keyword arguments.
Yukihiro "Matz" Matsumoto
2021-10-12
Merge pull request #5557 from jbampton/pre-commit-autoupdate
Yukihiro "Matz" Matsumoto
2021-10-12
pre-commit autoupdate
John Bampton
2021-10-10
vm.c: unify `mrb_gc_arena_restore` and `mrb_gc_arena_shrink`.
Yukihiro "Matz" Matsumoto
2021-10-09
Merge pull request #5555 from dearblue/str-ref-regexp
Yukihiro "Matz" Matsumoto
2021-10-09
Merge pull request #5556 from dearblue/setidx
Yukihiro "Matz" Matsumoto
2021-10-09
Fix typo for `OP_SETIDX`
dearblue
2021-10-09
codegen.c: peephole optimization `OP_MOVE` after `OP_AREF`.
Yukihiro "Matz" Matsumoto
2021-10-09
Partially allow overriding of `String#[]` methods
dearblue
2021-10-08
vm.c: check call stack depth before pushing the frame.
Yukihiro "Matz" Matsumoto
2021-10-08
codegen.c: peephole optimize `OP_MOVE` after `OP_ARRAY` or `OP_HASH`.
Yukihiro "Matz" Matsumoto
2021-10-07
Merge pull request #5554 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-10-06
codedump.c: remove trailing extra newline.
Yukihiro "Matz" Matsumoto
2021-10-05
io.c: hide internal method names in backtrace.
Yukihiro "Matz" Matsumoto
2021-10-04
build(deps): bump github/super-linter from 4.8.0 to 4.8.1
dependabot[bot]
2021-10-04
codegen.c: no `OP_ARGARY` is needed here.
Yukihiro "Matz" Matsumoto
2021-10-03
mruby/ops.h: add new instructions `OP_GETIDX` and `OP_SETIDX`.
Yukihiro "Matz" Matsumoto
2021-10-02
Merge branch 'dearblue-inline-struct-gem'
Yukihiro "Matz" Matsumoto
2021-10-02
Merge branch 'inline-struct-gem' of https://github.com/dearblue/mruby into de...
Yukihiro "Matz" Matsumoto
2021-10-01
SECURITY.md: add scope description.
Yukihiro "Matz" Matsumoto
2021-09-30
TODO.md: update.
Yukihiro "Matz" Matsumoto
2021-09-30
dreamcast_shelf.rb: remove unnecessary gem lines.
Yukihiro "Matz" Matsumoto
2021-09-30
value.h: introduce `MRB_TT_STRUCT` for `mruby-struct`.
Yukihiro "Matz" Matsumoto
2021-09-28
Merge pull request #5553 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-09-28
build(deps): bump github/super-linter from 4.7.3 to 4.8.0
dependabot[bot]
2021-09-27
parse.y: `__ENCODING__` should be determined in run-time; fix #5552
Yukihiro "Matz" Matsumoto
2021-09-26
codegen.c: should not `loop_push()` before constant folding.
Yukihiro "Matz" Matsumoto
2021-09-25
mrbconf.h: rename a configuration macro for no truncate floats.
Yukihiro "Matz" Matsumoto
2021-09-24
Revert "vm.c: add assertions instead of `mrb_ensure_hash_type()`."
Yukihiro "Matz" Matsumoto
2021-09-24
codegen.c: refactor `NODE_WHILE` and `NODE_UNTIL`.
Yukihiro "Matz" Matsumoto
2021-09-24
codegen.c: add short circuit constant folding for `NODE_AND`, `NODE_OR`.
Yukihiro "Matz" Matsumoto
2021-09-24
codegen.c: refactor `NODE_IF` generation for boolean constants.
Yukihiro "Matz" Matsumoto
2021-09-23
codegen.c: need to check `no_peephole()` before constant folding.
Yukihiro "Matz" Matsumoto
2021-09-23
codegen.c: separate maximum stack size from `GEN_LIT_ARY_MAX`.
Yukihiro "Matz" Matsumoto
2021-09-22
error.c: stop calling `initialize` from VM exceptions.
Yukihiro "Matz" Matsumoto
2021-09-21
vm.c: add assertions instead of `mrb_ensure_hash_type()`.
Yukihiro "Matz" Matsumoto
2021-09-20
Create SECURITY.md
Yukihiro "Matz" Matsumoto
2021-09-20
Update `struct` initializer to work with relatively older `C++`.
Yukihiro "Matz" Matsumoto
2021-09-20
codedump.c: add cosmetic tabs before variable labels.
Yukihiro "Matz" Matsumoto
2021-09-20
codegen.c (gen_addsub): use `mrb_int_sub_overflow()`.
Yukihiro "Matz" Matsumoto
2021-09-20
codegen.c: avoid constant folding `OP_LOADI16` across branch target.
Yukihiro "Matz" Matsumoto
2021-09-20
codegen.c: `gen_move` should generate proper `OP_LOADI16`.
Yukihiro "Matz" Matsumoto
2021-09-20
codegen.c: rename `loopinfo->acc` to `reg`.
Yukihiro "Matz" Matsumoto
[prev]
[next]