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
2022-01-05
object.c: Call functions directly from `mrb_ensure_int_type()`; #5622
Yukihiro "Matz" Matsumoto
2022-01-04
Merge pull request #5623 from dearblue/more-presym
Yukihiro "Matz" Matsumoto
2022-01-04
Merge pull request #5624 from dearblue/powerof2
Yukihiro "Matz" Matsumoto
2022-01-03
Merge pull request #5625 from dearblue/proc_new
Yukihiro "Matz" Matsumoto
2022-01-02
Merge pull request #5622 from dearblue/to_f
Yukihiro "Matz" Matsumoto
2022-01-02
Merge pull request #5620 from dearblue/adjust-stacks
Yukihiro "Matz" Matsumoto
2022-01-02
Assign after `mrb_irep_incref()` in `mrb_proc_new()`
dearblue
2022-01-02
Assert that `MRB_METHOD_CACHE_SIZE` is a power of 2
dearblue
2022-01-02
Improves presym scanning
dearblue
2022-01-01
proc.c: should not reference `irep` when copying failed.
Yukihiro "Matz" Matsumoto
2021-12-31
Call functions directly from `mrb_ensure_float_type()`
dearblue
2021-12-31
vm.c: use `prepare_missing` in `mrb_funcall_with_block`
Yukihiro "Matz" Matsumoto
2021-12-31
Merge pull request #5621 from dearblue/ci-cygwin
Yukihiro "Matz" Matsumoto
2021-12-31
Merge pull request #5619 from dearblue/properties
Yukihiro "Matz" Matsumoto
2021-12-31
numeric.c: merge `mrb_as_float` implementation to `mrb_ensure_float_type`.
Yukihiro "Matz" Matsumoto
2021-12-31
object.c: add conversion to Float from Rational, Complex; #5620
Yukihiro "Matz" Matsumoto
2021-12-31
numeric.c: `mrb_as_float` should not call `to_f` for generic objects.
Yukihiro "Matz" Matsumoto
2021-12-31
class.c, variable,c: replace `size_t` by `int`.
Yukihiro "Matz" Matsumoto
2021-12-30
Extend the Cygwin CI time limit to 15 minutes.
dearblue
2021-12-30
Adjusting the stack for after it enters the virtual machine
dearblue
2021-12-30
Get object properties after `mrb_get_args()`
dearblue
2021-12-29
object.c: move string to float conversion to `mrb_f_float`.
Yukihiro "Matz" Matsumoto
2021-12-29
string.c: reorganize `str_convert_range` using `mrb_ensure_int_type`
Yukihiro "Matz" Matsumoto
2021-12-29
string.c: use `mrb_as_int` macro.
Yukihiro "Matz" Matsumoto
2021-12-29
object.c: introduce `mrb_ensure_{int,float}_type`.
Yukihiro "Matz" Matsumoto
2021-12-29
object.c: avoid implicit `to_i` and `to_f` calls.
Yukihiro "Matz" Matsumoto
2021-12-29
common.h: include `<sys/types.h>` for `ssize_t`; #5617
Yukihiro "Matz" Matsumoto
2021-12-29
array.c: fix `mrb_ary_shift_m` initialization bug.
Yukihiro "Matz" Matsumoto
2021-12-29
Merge pull request #5616 from mimaki/refine-ssize_t-on-msvc
Yukihiro "Matz" Matsumoto
2021-12-28
Fix build error and refine definition of `ssize_t` on MSVC.
mimaki
2021-12-28
Merge pull request #5614 from jbampton/patch-1
Yukihiro "Matz" Matsumoto
2021-12-28
Merge pull request #5615 from jbampton/pre-commit-autoupdate
Yukihiro "Matz" Matsumoto
2021-12-28
pre-commit autoupdate
John Bampton
2021-12-28
Fix word casing in the README
John Bampton
2021-12-27
class.c: remove `mt_elem` structure to avoid alignment gaps.
Yukihiro "Matz" Matsumoto
2021-12-27
variable.c: need to initialize `size` of iv table.
Yukihiro "Matz" Matsumoto
2021-12-27
parse.y: prohibit numbered parameters as arguments; fix #5605
Yukihiro "Matz" Matsumoto
2021-12-26
Merge pull request #5612 from dearblue/compar-ext
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-21
Merge pull request #5610 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-12-21
build(deps): bump github/super-linter from 4.8.4 to 4.8.5
dependabot[bot]
2021-12-20
codegen.c: generate `OP_SETIDX`; close #5608
Yukihiro "Matz" Matsumoto
2021-12-20
vm.c: fix a half-baked implementation of `OP_SETIDX`; ref #5608
Yukihiro "Matz" Matsumoto
2021-12-20
codedump.c: adjust the position of local variable labels.
Yukihiro "Matz" Matsumoto
2021-12-19
Merge pull request #5602 from dearblue/no-ext-ops
Yukihiro "Matz" Matsumoto
2021-12-18
Merge pull request #5603 from dearblue/codegen_error
Yukihiro "Matz" Matsumoto
2021-12-17
Print error before cleanup in `codegen_error()`
dearblue
[next]