| Age | Commit message (Expand) | Author |
| 2017-08-29 | Revert "Clear `irep->outer` when no `Proc` reference the `irep`; fix #3793" | Yukihiro "Matz" Matsumoto |
| 2017-08-28 | Add `__ENCODING__' support. | Yukihiro "Matz" Matsumoto |
| 2017-08-28 | Remove integer type mismatch warnings from parse.y. | Yukihiro "Matz" Matsumoto |
| 2017-08-28 | Clear `irep->outer` when no `Proc` reference the `irep`; fix #3793 | Yukihiro "Matz" Matsumoto |
| 2017-08-27 | Merge pull request #3795 from christopheraue/array_refactoring | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Replaced Array#each with while loop for performance reasons | Christopher Aue |
| 2017-08-26 | Removed unneeded block check in Array#uniq | Christopher Aue |
| 2017-08-26 | Reimplemented Array#flatten with #flatten! | Christopher Aue |
| 2017-08-26 | Merge pull request #3794 from dabroz/fix-flt-epsilon | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | fix mrbgems/mruby-range-ext/src/range.c:142:71: error: use of undeclared iden... | Tomasz Dąbrowski |
| 2017-08-26 | Reimplement `Array#shift` to be faster. | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | `Array#first` to treat 1 argument case specially to improve performance. | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Check for ability to skip optional argument parsing. | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Silence compiler warning regarding float condition; fix #3790 | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Remove unused `mrb_obj_iv_ifnone()` from API. | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Add checks if `iv_tbl` is NULL. | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Keep `Range` class in `mrb_state` structure for performance. | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Use `khash` for instance variables tables instead of segment list. | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Turn on method cache for Travis CI. | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Merge pull request #3792 from dabroz/fix-test-int16 | Yukihiro "Matz" Matsumoto |
| 2017-08-26 | Merge pull request #3791 from dabroz/fix-msvc-warning | Yukihiro "Matz" Matsumoto |
| 2017-08-25 | fix `String#% %d` test with `MRB_INT16` set | Tomasz Dąbrowski |
| 2017-08-25 | fix fmt_fp.c(329) : warning C4244: 'return' : conversion from 'ptrdiff_t' to ... | Tomasz Dąbrowski |
| 2017-08-25 | fix fmt_fp.c(251) : warning C4244: '=' : conversion from '__int64' to 'int', ... | Tomasz Dąbrowski |
| 2017-08-25 | fix fmt_fp.c(224) : warning C4244: '=' : conversion from 'ptrdiff_t' to 'int'... | Tomasz Dąbrowski |
| 2017-08-25 | fix fmt_fp.c(220) : warning C4244: '=' : conversion from '__int64' to 'int', ... | Tomasz Dąbrowski |
| 2017-08-25 | fix fmt_fp.c(206) : warning C4244: 'initializing' : conversion from 'ptrdiff_... | Tomasz Dąbrowski |
| 2017-08-25 | fix fmt_fp.c(178) : warning C4244: 'return' : conversion from 'ptrdiff_t' to ... | Tomasz Dąbrowski |
| 2017-08-25 | fix fmt_fp.c(123) : warning C4244: 'return' : conversion from 'ptrdiff_t' to ... | Tomasz Dąbrowski |
| 2017-08-24 | Merge pull request #3788 from christopheraue/fix_codegen_op_send_nregs | Yukihiro "Matz" Matsumoto |
| 2017-08-23 | Fixed register windows of OP_SENDs generated by NODE_{DREGX,REGX}; ref #3783 | Christopher Aue |
| 2017-08-23 | Tested register windows of OP_SENDs generated by NODE_{DXSTR,XSTR}; ref #3783 | Christopher Aue |
| 2017-08-23 | Fixed register windows of OP_SENDs generated by NODE_OP_ASGN; ref #3783 | Christopher Aue |
| 2017-08-23 | Refactored code around generation of OP_SEND in NODE_OP_ASGN | Christopher Aue |
| 2017-08-23 | Fixed register windows of OP_SENDs generated by NODE_{FOR,SYMBOLS}; ref #3783 | Christopher Aue |
| 2017-08-23 | Tested register windows of OP_SENDs generated by NODE_{RESCUE,HASH,ALIAS}; re... | Christopher Aue |
| 2017-08-23 | Fixed register windows of OP_SENDs generated by NODE_{SCALL,CASE,YIELD,UNDEF}... | Christopher Aue |
| 2017-08-23 | Asserted bidx < ci->nregs for OP_SEND and OP_SUPER | Christopher Aue |
| 2017-08-22 | Added method cache. | Yukihiro "Matz" Matsumoto |
| 2017-08-22 | Remove possible path that leaves a local variable uninitialized. | Yukihiro "Matz" Matsumoto |
| 2017-08-22 | `mrb_obj_respond_to` to use `mrb_method_search_vm`. | Yukihiro "Matz" Matsumoto |
| 2017-08-22 | `c` (`mrbc_context`) may be NULL; fix #3787 | Yukihiro "Matz" Matsumoto |
| 2017-08-22 | `strlen` returns `size_t`; need to cast before assigning to `int`. | Yukihiro "Matz" Matsumoto |
| 2017-08-22 | (Try to) fix mixture of `int` and `size_t` in UTF-8 conversion. | Yukihiro "Matz" Matsumoto |
| 2017-08-19 | Reduce signed/unsigned warnings in dump.c | Yukihiro "Matz" Matsumoto |
| 2017-08-19 | Reduce signed/unsigned warnings in fmt_fp.c | Yukihiro "Matz" Matsumoto |
| 2017-08-19 | Use `ptrdiff_t` instead of `int`. | Yukihiro "Matz" Matsumoto |
| 2017-08-19 | Remove mixed signed/unsigned comparison in debug.c. | Yukihiro "Matz" Matsumoto |
| 2017-08-19 | Replace stack `pop()` by `push_n(2); pop_n(3)`; fix #3783 | Yukihiro "Matz" Matsumoto |
| 2017-08-19 | Type check before traversing `irep->outer`; fix #3782 | Yukihiro "Matz" Matsumoto |