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-04-04
Making a proc object static for a method with static irep
dearblue
2021-04-03
Merge pull request #5397 from dearblue/c++dump
Yukihiro "Matz" Matsumoto
2021-04-03
Merge pull request #5398 from jbampton/fix-authors-link
Yukihiro "Matz" Matsumoto
2021-04-03
Merge pull request #5399 from jbampton/fix-spelling
Yukihiro "Matz" Matsumoto
2021-04-03
chore: fix spelling
John Bampton
2021-04-03
Fix the Authors link in the README
John Bampton
2021-04-03
Fix build failures with `enable_debug` and `enable_cxx_abi`
dearblue
2021-04-02
Merge branch 'shuujii-define-MRB_NO_GEMS-if-disable_libmruby-is-specified'
Yukihiro "Matz" Matsumoto
2021-04-02
Merge branch 'define-MRB_NO_GEMS-if-disable_libmruby-is-specified' of https:/...
Yukihiro "Matz" Matsumoto
2021-04-02
Merge pull request #5396 from shuujii/fix-build-with-MRB_USE_ALL_SYMBOLS
Yukihiro "Matz" Matsumoto
2021-04-01
vm.c: change the default error message for undefined `super` method.
Yukihiro "Matz" Matsumoto
2021-03-31
Fix build with `MRB_USE_ALL_SYMBOLS`
KOBAYASHI Shuji
2021-03-31
codegen.c: `s->ainfo` should be zero along with `OP_ENTER(0)`.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: `yield` outside of method is now `SyntaxError`.
Yukihiro "Matz" Matsumoto
2021-03-31
backtrace.c: change `missing-lineno` to `0` for cosmetic reason; #5394
Yukihiro "Matz" Matsumoto
2021-03-31
Merge pull request #5394 from fundamental/partial-backtrace
Yukihiro "Matz" Matsumoto
2021-03-31
vm.c: resolve `int` and `mrb_int` mixture.
Yukihiro "Matz" Matsumoto
2021-03-31
rational.c: add explicit cast from `mrb_int` to `mrb_float`.
Yukihiro "Matz" Matsumoto
2021-03-31
should have removed `codegen error:` prefix from the test.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: remove `codegen error:` prefix from error messages.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: `ainfo` may be negative.
Yukihiro "Matz" Matsumoto
2021-03-31
Merge pull request #5395 from fundamental/mrbc-debug-cstruct
Yukihiro "Matz" Matsumoto
2021-03-30
Disable tests on backtraces w/ unknown line numbers
fundamental
2021-03-30
mrbc: Dump debug info with -g option
fundamental
2021-03-30
Add support for partial backtraces
fundamental
2021-03-29
src/vm.c: calling C function may raise global jumps; fix #5391
Yukihiro "Matz" Matsumoto
2021-03-29
Merge pull request #5392 from mruby/revert-5391-throw
Yukihiro "Matz" Matsumoto
2021-03-29
Revert "Fix `SIGSEGV` with mruby-method + mruby-catch"
revert-5391-throw
Yukihiro "Matz" Matsumoto
2021-03-29
Merge pull request #5391 from dearblue/throw
Yukihiro "Matz" Matsumoto
2021-03-28
numeric.c: function renaming.
Yukihiro "Matz" Matsumoto
2021-03-27
Fix `SIGSEGV` with mruby-method + mruby-catch
dearblue
2021-03-27
Move default `Integer#/` from `rational.c` to `complex.c`.
Yukihiro "Matz" Matsumoto
2021-03-26
complex.rb: add test for arithmetic operators. [ci skip]
Yukihiro "Matz" Matsumoto
2021-03-26
rational.rb: add test for arithmetic operators.
Yukihiro "Matz" Matsumoto
2021-03-25
rational.c: fix wrong `funcall` method in `rational_mul`.
Yukihiro "Matz" Matsumoto
2021-03-25
rational.c: inline `mrb_rational_eq()`.
Yukihiro "Matz" Matsumoto
2021-03-24
rational.c: implement `Rational#<=>` in C.
Yukihiro "Matz" Matsumoto
2021-03-24
rational.c: implement `Rational#/` and `#quo` in C.
Yukihiro "Matz" Matsumoto
2021-03-24
rational.c: implement `Rational#*` in C.
Yukihiro "Matz" Matsumoto
2021-03-24
rational.c: implement `Rational#-` in C.
Yukihiro "Matz" Matsumoto
2021-03-24
fixup! rational.c: prepare utility function `rat_to_flo()`.
Yukihiro "Matz" Matsumoto
2021-03-24
rational.c: prepare utility function `rat_to_flo()`.
Yukihiro "Matz" Matsumoto
2021-03-24
rational.c: implement `Rational#+` in C.
Yukihiro "Matz" Matsumoto
2021-03-24
complex.c: use `mrb_num_div_flo` to avoid copying function.
Yukihiro "Matz" Matsumoto
2021-03-24
rational.c: check integer overflow in `rational_minus`.
Yukihiro "Matz" Matsumoto
2021-03-24
complex.rb: unary plus (`+@`) to return self avoiding copying.
Yukihiro "Matz" Matsumoto
2021-03-24
complex.c: implement `Complex` addition and subtraction in C.
Yukihiro "Matz" Matsumoto
2021-03-24
complex.c: override float division to support `Complex`.
Yukihiro "Matz" Matsumoto
2021-03-24
Use `div_flo` (copy of `mrb_num_div_flo`) for float division.
Yukihiro "Matz" Matsumoto
2021-03-24
Use `mrb_num_div_flo` for float division.
Yukihiro "Matz" Matsumoto
[next]