| Age | Commit message (Expand) | Author |
| 2017-12-09 | Use same format between Fail and Skip | bamchoh |
| 2017-11-22 | Change newline style of test/t/lang.rb (from DOS) | Yukihiro "Matz" Matsumoto |
| 2017-11-22 | Some cosmetic changes | Yukihiro "Matz" Matsumoto |
| 2017-11-04 | Merge branch 'master' of github.com:mruby/mruby | YAMAMOTO Masaya |
| 2017-10-28 | Update test for `Kernel#local_variables` | Yukihiro "Matz" Matsumoto |
| 2017-10-11 | Test for MRB_WITHOUT_FLOAT | YAMAMOTO Masaya |
| 2017-08-30 | Tested LocalJumpErrors caused by break in a proc | Christopher Aue |
| 2017-08-30 | Allowed to pass multiple exceptions to assert_raise | Christopher Aue |
| 2017-08-29 | Refactored #assert_raise and #assert_nothing_raised | Christopher Aue |
| 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 | 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-11 | Added basic test for calling a missing method through super | Christopher Aue |
| 2017-08-01 | Implements `Module::nesting' (15.2.2.3.2); ref #600, #3200 | Yukihiro "Matz" Matsumoto |
| 2017-07-29 | Merge pull request #3757 from christopheraue/module_const_get_class_path | Yukihiro "Matz" Matsumoto |
| 2017-07-28 | Extended Module#const_get to support class paths | Christopher Aue |
| 2017-07-28 | Fixed return value of Module#include and #prepend | Christopher Aue |
| 2017-07-18 | Fixed Module#to_s and #name for #const_set modules | Christopher Aue |
| 2017-07-16 | added basic tests for while/until/break/next | Christopher Aue |
| 2017-07-11 | fixed printing failed assertions | Christopher Aue |
| 2017-07-09 | Should only check frozen for Array#pop | ksss |
| 2017-07-09 | Add frozen test for Array#shift | ksss |
| 2017-07-04 | Merge pull request #3726 from mruby/stable | Yukihiro "Matz" Matsumoto |
| 2017-07-03 | Fixed an unit test to work on Cygwin. | Hiroshi Mimaki |
| 2017-06-28 | Remove redundant use of `Object#to_s` in interpolation. | Yukihiro "Matz" Matsumoto |
| 2017-06-23 | Make `LocalJumpError` a subclass of `ScriptError`. | Yukihiro "Matz" Matsumoto |
| 2017-06-22 | Silence rubocop warnings. | Yukihiro "Matz" Matsumoto |
| 2017-06-21 | use `unless` instead of `if not`. | Yukihiro "Matz" Matsumoto |
| 2017-06-02 | Restore `test/t/codegen.rb` | Yukihiro "Matz" Matsumoto |
| 2017-06-02 | Fixed a bug in `void_expr_error`. | Yukihiro "Matz" Matsumoto |
| 2017-06-02 | Remove tests which can not be compiled on CRuby. | Yukihiro "Matz" Matsumoto |
| 2017-05-23 | Remove class info from backtrace lines. | Yukihiro "Matz" Matsumoto |
| 2017-04-13 | Update NODE_XSTR, NODE_DSXTR tests; ref #3605 | Yukihiro "Matz" Matsumoto |
| 2017-04-06 | Get constant of parent class even if child class is defined in signleton clas... | Kouichi Nakanishi |
| 2017-03-31 | Modify to get constant of parent module in singleton class; fix #3568 | Kouichi Nakanishi |
| 2017-03-30 | Modify class variable definition in singleton class; fix #3539 | Kouichi Nakanishi |
| 2017-03-29 | Should raise FloatDomainError | ksss |
| 2017-03-29 | Set proper class to subclass of Array | okkez |
| 2017-03-22 | Fix result if pattern is empty | ksss |
| 2017-03-19 | Callback should yield with pattern every time | ksss |
| 2017-03-19 | Remove cname duplication from exc_inspect(). | Yukihiro "Matz" Matsumoto |
| 2017-03-15 | Suuport custom separator | ksss |
| 2017-03-11 | Merge branch 'master' into string-gsub | Yukihiro "Matz" Matsumoto |
| 2017-03-10 | \1 sequences as empty strings | ksss |
| 2017-03-10 | Avoid infinity loop when empty string pattern | ksss |
| 2017-03-05 | Merge pull request #3483 from ksss/string-index | Yukihiro "Matz" Matsumoto |
| 2017-03-05 | String#index shouldn't return nil when "".index "" | ksss |