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-12-08
vm.c: fix `mrb_ci_kidx`.
Yukihiro "Matz" Matsumoto
2021-12-08
variable.c: fix clang integer warning.
Yukihiro "Matz" Matsumoto
2021-12-07
mruby-compiler/mrbgem.rake: fix regexp pattern; close #5591
Yukihiro "Matz" Matsumoto
2021-12-07
variable.c: avoid redundant iv scan in `mrb_mod_cv_set()`.
Yukihiro "Matz" Matsumoto
2021-12-06
bm_ao_rendar.rb: use instance variables instead of class variables.
Yukihiro "Matz" Matsumoto
2021-12-04
variable.c: reduce array access in iv hash table.
Yukihiro "Matz" Matsumoto
2021-12-03
variable.c: avoid `mrb_undef_value()` for delete entries.
Yukihiro "Matz" Matsumoto
2021-12-03
variable.c: remove `size` member from `iv_tbl` to reduce memory.
Yukihiro "Matz" Matsumoto
2021-12-03
variable.c: first iv allocation size should be 4 instead of 1.
Yukihiro "Matz" Matsumoto
2021-12-03
variable.c: should not access `NULL[0]` to avoid asan warnings.
Yukihiro "Matz" Matsumoto
2021-12-02
parse.y: support anonymous block argument introduced by Ruby3.1.
Yukihiro "Matz" Matsumoto
2021-12-01
codegen.c: `ADDI/SUBI` should not be prefixed by `OP_EXT`; fix #5590
Yukihiro "Matz" Matsumoto
2021-12-01
codegen.c: skip `ADDI/SUBI` for zero operand.
Yukihiro "Matz" Matsumoto
2021-12-01
codegen.c: fix a bug in `OP_ADDI` and `OP_SUBI` regarding negative values.
Yukihiro "Matz" Matsumoto
2021-12-01
codegen.c: `get_int_operand` to retrieve negative values correctly.
Yukihiro "Matz" Matsumoto
2021-12-01
codedump.c: print `OP_EXT` explicitly again for debugging purpose.
Yukihiro "Matz" Matsumoto
2021-12-01
variable.c: reduce memory usage of instance variable table
Yukihiro "Matz" Matsumoto
2021-11-29
vm.c: remove duplicate code in VM.
Yukihiro "Matz" Matsumoto
2021-11-29
Merge pull request #5589 from dearblue/argerr
Yukihiro "Matz" Matsumoto
2021-11-28
Merge pull request #5588 from dearblue/cmath+clang++
Yukihiro "Matz" Matsumoto
2021-11-28
Merge pull request #5587 from dearblue/args-pass.1
Yukihiro "Matz" Matsumoto
2021-11-28
Align "wrong number of arguments" messages
dearblue
2021-11-28
Fixed compile error for `mrbgems/mruby-cmath` with `clang++`
dearblue
2021-11-28
Fix `args_unshift()` in `mrbgems/mruby-method`
dearblue
2021-11-26
test/kernel.rb: remove duplicate tests; ref #5584
Yukihiro "Matz" Matsumoto
2021-11-26
Check more `MRB_ARGS_NONE()`
dearblue
2021-11-25
Merge pull request #5585 from dearblue/args-pass
Yukihiro "Matz" Matsumoto
2021-11-24
Fixed some methods where keyword arguments are not passed
dearblue
2021-11-24
Merge pull request #5581 from mruby/dependabot/github_actions/actions/cache-2...
Yukihiro "Matz" Matsumoto
2021-11-23
build(deps): bump actions/cache from 2.1.6 to 2.1.7
dependabot[bot]
2021-11-23
AUTHORS: update entries [ci skip]
Yukihiro "Matz" Matsumoto
2021-11-23
Merge pull request #5580 from dearblue/static-proc
Yukihiro "Matz" Matsumoto
2021-11-22
Fixed occurs `SIGSEGV` with `mrbgems/mruby-method`
dearblue
2021-11-21
parse.y: check duplicated argument names; fix #5575
Yukihiro "Matz" Matsumoto
2021-11-20
doc/internal/opcode.md: moved from doc/opcode.md
Yukihiro "Matz" Matsumoto
2021-11-20
doc/opcode.md: update according to #5579
Yukihiro "Matz" Matsumoto
2021-11-20
fixup! parse.y: unnamed rest argument should be `mul (*)`.
Yukihiro "Matz" Matsumoto
2021-11-20
parse.y: unnamed rest argument should be `mul (*)`.
Yukihiro "Matz" Matsumoto
2021-11-20
parse.y: skip unnecessary `local_add_f(p, 0)`.
Yukihiro "Matz" Matsumoto
2021-11-20
Merge pull request #5578 from dearblue/OP_SENDB
Yukihiro "Matz" Matsumoto
2021-11-20
Merge pull request #5579 from dearblue/OP_ASET
Yukihiro "Matz" Matsumoto
2021-11-19
Fixed a discrepancy in `OP_ASET`
dearblue
2021-11-19
Fixes keywords are lost with the `OP_SENDB`
dearblue
2021-11-18
Merge pull request #5577 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-11-17
build(deps): bump github/super-linter from 4.8.3 to 4.8.4
dependabot[bot]
2021-11-17
codegen.c: fixed a bug in post mandatory arguments.
Yukihiro "Matz" Matsumoto
2021-11-17
codegen.c: should not emit the `MOVE` instruction to the same register.
Yukihiro "Matz" Matsumoto
2021-11-16
Merge pull request #5576 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-11-15
build(deps): bump github/super-linter from 4.8.1 to 4.8.3
dependabot[bot]
2021-11-15
string-ext/string.c: fixed a memory leak.
Yukihiro "Matz" Matsumoto
[next]