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
Age
Commit message (
Expand
)
Author
2021-12-28
Fix build error and refine definition of `ssize_t` on MSVC.
mimaki
2021-12-27
parse.y: prohibit numbered parameters as arguments; fix #5605
Yukihiro "Matz" Matsumoto
2021-12-25
Fix summary typo for `mrbgems/mruby-compar-ext`
dearblue
2021-12-24
parse.y: allow arguments start with `_` to appear multiple times; fix #5604
Yukihiro "Matz" Matsumoto
2021-12-23
pack.c: check integer overflow in unpacking BER; fix #5611
Yukihiro "Matz" Matsumoto
2021-12-22
parse.y: adjust `void_expr_error()`; fix #5606
Yukihiro "Matz" Matsumoto
2021-12-20
codegen.c: generate `OP_SETIDX`; close #5608
Yukihiro "Matz" Matsumoto
2021-12-19
Merge pull request #5602 from dearblue/no-ext-ops
Yukihiro "Matz" Matsumoto
2021-12-17
Print error before cleanup in `codegen_error()`
dearblue
2021-12-17
Add `bin/mrbc --no-ext-ops` switch
dearblue
2021-12-16
string-ext.c: fix memory leak in `tr_parse_pattern`.
Yukihiro "Matz" Matsumoto
2021-12-13
string-ext/string.c: fixed memory leak from `tr` on exception.
Yukihiro "Matz" Matsumoto
2021-12-12
Add `Array#{repeated_combination,repeated_permutation}` methods
dearblue
2021-12-07
mruby-compiler/mrbgem.rake: fix regexp pattern; close #5591
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-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
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
Check more `MRB_ARGS_NONE()`
dearblue
2021-11-24
Fixed some methods where keyword arguments are not passed
dearblue
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
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-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-15
string-ext/string.c: fixed a memory leak.
Yukihiro "Matz" Matsumoto
2021-11-12
parse.y: should allow newline after `...`.
Yukihiro "Matz" Matsumoto
2021-11-10
parse.y: allow `...` in formal arguments without parentheses.
Yukihiro "Matz" Matsumoto
2021-11-06
Merge pull request #5437 from dearblue/parse.y
Yukihiro "Matz" Matsumoto
2021-11-04
Merge pull request #5570 from dearblue/random-bytes
Yukihiro "Matz" Matsumoto
2021-10-31
Added `Random.#bytes` method
dearblue
2021-10-31
Added `Array#product` method
dearblue
2021-10-24
Make `mrb_static_assert()` a variable argument
dearblue
2021-10-22
Merge pull request #5563 from suetanvil-misc/project-bintest-emulator-4-flat
Yukihiro "Matz" Matsumoto
2021-10-21
Added testing support for cross-MinGW builds.
Chris Reuter
2021-10-19
codegen.c: skip `OP_LOADSELF` using `OP_SSEND`.
Yukihiro "Matz" Matsumoto
2021-10-18
codegen.c: Reduce `MRB_CODEGEN_LEVEL_MAX` from 1024 to 256.
Yukihiro "Matz" Matsumoto
2021-10-18
codegen.c: fixed a bug regarding attribute assignment with kargs.
Yukihiro "Matz" Matsumoto
2021-10-17
codegen.c: forgot to check `s2` extensively in `super` codegen.
Yukihiro "Matz" Matsumoto
2021-10-16
codegen.c: `s2` may be `NULL`.
Yukihiro "Matz" Matsumoto
2021-10-16
parse.y: check `car` part of return node.
Yukihiro "Matz" Matsumoto
2021-10-14
rational.c: avoid recursion between `rational_eq` and `complex_eq`.
Yukihiro "Matz" Matsumoto
[next]