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-08-13
codegen.c: fixed a bug in `mrb_decode_insn()`.
Yukihiro "Matz" Matsumoto
2021-08-13
codegen.c: add a comment that notice `rewind_pc` calling convention.
Yukihiro "Matz" Matsumoto
2021-08-13
codegen.c: refactor `mrb_last_insn()`.
Yukihiro "Matz" Matsumoto
2021-08-13
codegen.c: `mrb_prev_pc` can return `NULL` at the top of `iseq`.
Yukihiro "Matz" Matsumoto
2021-08-12
test/eval.c: add test for #5528
Yukihiro "Matz" Matsumoto
2021-08-12
Revert "Drop unnecessary upper procs linked from class/module/def syntax"
Yukihiro "Matz" Matsumoto
2021-08-12
class.c: `const_missing` do not have to be in the backtrace; ref #5528
Yukihiro "Matz" Matsumoto
2021-08-11
codegen.c: avoid signedness warning of int comparison.
Yukihiro "Matz" Matsumoto
2021-08-11
codegen.c: avoid cross initialization of `mrb_insn_data`.
Yukihiro "Matz" Matsumoto
2021-08-11
codedump.c: print local variable name for `ADDI/SUBI/ instructions.
Yukihiro "Matz" Matsumoto
2021-08-11
codegen.c: more peephole optimization.
Yukihiro "Matz" Matsumoto
2021-08-11
Merge pull request #5526 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-08-10
build(deps): bump github/super-linter from 4.6.0 to 4.6.1
dependabot[bot]
2021-08-10
Merge pull request #5524 from dearblue/gem-headers
Yukihiro "Matz" Matsumoto
2021-08-09
Expose all header files of the gems for small compilation
dearblue
2021-08-09
Merge pull request #5525 from jbampton/pre-commit-autoupdate
Yukihiro "Matz" Matsumoto
2021-08-09
pre-commit autoupdate
John
2021-08-09
Merge pull request #5522 from dearblue/pack-EOF
Yukihiro "Matz" Matsumoto
2021-08-08
Merge pull request #5523 from jbampton/patch-1
Yukihiro "Matz" Matsumoto
2021-08-07
docs: fix case of mruby
John Bampton
2021-08-07
Fixed compilation error of "mruby-pack" with `MRB_NO_STDIO`
dearblue
2021-08-07
codedump.c: print two operands `R(x)` and `R(x+1)` for clarity.
Yukihiro "Matz" Matsumoto
2021-08-07
codegen.c: need to push the value when the loop was eliminated.
Yukihiro "Matz" Matsumoto
2021-08-07
array.h: avoid duplicated defined of `MRB_ARY_NO_EMBED`; fix #5520
Yukihiro "Matz" Matsumoto
2021-08-07
Merge pull request #5521 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-08-06
build(deps): bump github/super-linter from 4.5.1 to 4.6.0
dependabot[bot]
2021-08-06
numeric_ext.c: fix a bug regarding `MRB_INT_MIN`.
Yukihiro "Matz" Matsumoto
2021-08-06
numeric.c: fix a bug regarding `MRB_INT_MIN`.
Yukihiro "Matz" Matsumoto
2021-08-06
codegen.c: `-9223372036854775808 % -1` overflows 64 bit integer.
Yukihiro "Matz" Matsumoto
2021-08-05
codegen.c: remove code duplication from `NODE_ARRAY`.
Yukihiro "Matz" Matsumoto
2021-08-04
codegen.c: detect integer overflow in division.
Yukihiro "Matz" Matsumoto
2021-08-04
numeric.c: fix a bug in left shift of negative integer.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric.c: check zero division before modulo.
Yukihiro "Matz" Matsumoto
2021-08-03
codegen.c: check zero division before constant folding.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: `modulo` and `remainder` should handle infinite argument.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: add `Float#modulo` and `#remainder` methods.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: update `Integer#remainder` method.
Yukihiro "Matz" Matsumoto
2021-08-03
Revert "numeric.c: simplifies `int_mod` definition."
Yukihiro "Matz" Matsumoto
2021-08-03
codegen.c: avoid division by zero in constant folding.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: use `mrb_integer` instead of `mrb_as_int`.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric.c: simplifies `int_mod` definition.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: define `modulo` and `remainder` methods for `Integer`.
Yukihiro "Matz" Matsumoto
2021-08-03
Replace `mrb_fixnum_value()` with `mrb_int_value()`.
Yukihiro "Matz" Matsumoto
2021-08-03
Replace `fixnum` references with `int`.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: remove unnecessary prefix `mrb_` from static functions.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric.c: rename `fixdivmod` to `intdivmod`.
Yukihiro "Matz" Matsumoto
2021-08-02
codegen.c: allow constant folding for negative integer modulo.
Yukihiro "Matz" Matsumoto
2021-08-02
numeric.c: simpler integer modulo calculation.
Yukihiro "Matz" Matsumoto
2021-08-02
mrdb.c: do not skip `OP_JMP` on step execution.
Yukihiro "Matz" Matsumoto
2021-08-02
codegen.c: refactor `readint()` to read `MRB_INT_MIN`.
Yukihiro "Matz" Matsumoto
[next]