| Age | Commit message (Expand) | Author |
| 2017-05-29 | Mark proc objects representing methods as internal objects; fix #3621 | Yukihiro "Matz" Matsumoto |
| 2017-05-29 | Protect the returning value in OP_RETURN; fix #3669 | Yukihiro "Matz" Matsumoto |
| 2017-05-29 | Mark the current context (not root) in final marking. | Yukihiro "Matz" Matsumoto |
| 2017-05-27 | Fixed rounding functions (round,ceil,floor,truncate) in MRB_INT64. | Yukihiro "Matz" Matsumoto |
| 2017-05-27 | Unwind callinfo (mrb->c->ci) when a fiber termitates with error. | Yukihiro "Matz" Matsumoto |
| 2017-05-27 | Avoid unsharing env when context (mrb->c) differs; ref #3668 | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | Use RData instead of String to represent backtrace. | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | Distinguish OP_R_NORMAL and OP_R_RETURN. | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | Invoke ensure clauses on Fiber termination; fix #3666 | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | Add new range check macro FIXABLE_FLOAT(); ref #3652 | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | Fix indentation in mrb_init_numeric() | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | fixup! Let Fixnum#{ceil,floor,round,truncate} to return itself; #3652 | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | Let Fixnum#{ceil,floor,round,truncate} to return itself; #3652 | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | Try our own `ipow()` if both base and exp are fixnums; fix #3652 | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | Add cast to `mrb_int` in `mrb_fixnum()` when MRB_WORD_BOXING. | Yukihiro "Matz" Matsumoto |
| 2017-05-26 | Fixed off-by-one error in `fiber_switch()`; ref #3641 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Revert 01f7825; fix #3650 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Raise an exception when transfer arguments are too many; fix #3641 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Avoid marking possibly freed stack; #3550 #3612 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Revert "Use env preserved in Proc structure in ecall(); fix #3612" | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Invoke ensure clauses before switching context from fibers; fix #3662 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Clear top level env in `mrb_top_run()`; fix #3643 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Avoid unsharing stack if env refers top-level; ref #3643 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Check env stack length before `OP_SETUPVAR`; ref #3643 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Check backtrace info may not be set (esp. NoMemError); fix #3663 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Make `gen_assignment()` to support `NODE_SCALL`; ref #3658 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Free given pointer if `realloc()` fails; fix #3658 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Avoid using `mrb_raise()` in `mrb_vm_exec()`; ref #3660 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Under MRB_INT64, width may be bigger than INT_MAX; fix #3665 | Yukihiro "Matz" Matsumoto |
| 2017-05-25 | Preserve the current pc before `method_missing()`; fix #3660 | Yukihiro "Matz" Matsumoto |
| 2017-05-23 | Simplify backtrace mechanism; fix #3633 #3634 #3644 | Yukihiro "Matz" Matsumoto |
| 2017-05-23 | Remove class info from backtrace lines. | Yukihiro "Matz" Matsumoto |
| 2017-05-23 | Support the case when the backtrace is not an array. | Yukihiro "Matz" Matsumoto |
| 2017-05-23 | Use index in `each_object`. | Yukihiro "Matz" Matsumoto |
| 2017-05-23 | Type check before `print_backtrace()` | Yukihiro "Matz" Matsumoto |
| 2017-05-23 | Update comments regarding Exception#to_str | Yukihiro "Matz" Matsumoto |
| 2017-05-21 | Merge pull request #3661 from ksss/string-concat | Yukihiro "Matz" Matsumoto |
| 2017-05-21 | String#concat: Try to convert when not string | ksss |
| 2017-05-16 | Merge pull request #3659 from craiglrock/master | Yukihiro "Matz" Matsumoto |
| 2017-05-15 | Avoid call to_s during backtrace traversal | Craig Lehmann |
| 2017-05-14 | Merge pull request #3657 from ksss/str-embed | Yukihiro "Matz" Matsumoto |
| 2017-05-13 | Make string embad from shared | ksss |
| 2017-05-13 | Merge pull request #3656 from clayton-shopify/fix-codegen-default | Yukihiro "Matz" Matsumoto |
| 2017-05-12 | Change return back to break in the default case. | Clayton Smith |
| 2017-05-09 | Merge pull request #3649 from ksss/sprintf | Yukihiro "Matz" Matsumoto |
| 2017-05-08 | Fix segmentation fault ref: #3648 | ksss |
| 2017-05-05 | Merge pull request #3647 from ksss/split | Yukihiro "Matz" Matsumoto |
| 2017-05-05 | Adjust to the optimum type | ksss |
| 2017-04-29 | Merge pull request #3645 from nobu/sprintf-refactor | Yukihiro "Matz" Matsumoto |
| 2017-04-29 | Better error message | Nobuyoshi Nakada |