| Age | Commit message (Expand) | Author |
| 2019-03-02 | Fix missing assertion in `test/t/class.rb` | KOBAYASHI Shuji |
| 2019-03-02 | Remove useless regression tests; ref #4306 | Yukihiro "Matz" Matsumoto |
| 2019-03-02 | Remove useless regression tests; fix #4306 | Yukihiro "Matz" Matsumoto |
| 2019-02-28 | Remove `?A` style string literals from string tests; #4303 | Yukihiro "Matz" Matsumoto |
| 2019-02-27 | Add test for string literal concatenation | dearblue |
| 2019-02-19 | Use more appropriate assertion methods | KOBAYASHI Shuji |
| 2019-02-18 | Fix wrong assertion method in some tests | KOBAYASHI Shuji |
| 2019-01-28 | `class`/`module` expression with empty body should return `nil` | KOBAYASHI Shuji |
| 2019-01-22 | Fix tests for `String#reverse` with `MRB_UTF8_STRING` | KOBAYASHI Shuji |
| 2019-01-17 | Fix assertion name for `Numeric#**` test | KOBAYASHI Shuji |
| 2019-01-15 | Fix coercing for first step counter in `Numeric#step` | KOBAYASHI Shuji |
| 2019-01-13 | Improve compatibility to CRuby for `Float#to_s` | KOBAYASHI Shuji |
| 2019-01-12 | Use `__send__` instead of `send`; ref #4207 | KOBAYASHI Shuji |
| 2019-01-05 | Add `assert_same` and `assert_not_same` | KOBAYASHI Shuji |
| 2019-01-03 | Remove `Kernel#class_defined?` which is not available in CRuby; #3829 | Yukihiro "Matz" Matsumoto |
| 2019-01-01 | range: Embed edges in RRange on boxing environment. | KOBAYASHI Shuji |
| 2019-01-01 | Use `__send__` instead of `send` in a Range test. | KOBAYASHI Shuji |
| 2018-11-19 | Remove implicit conversion using `to_str` method; fix #3854 | Yukihiro "Matz" Matsumoto |
| 2018-11-05 | Fixed a bug in argument number check with kwargs; fix #4159 | Yukihiro "Matz" Matsumoto |
| 2018-10-18 | replace quicksort with mergesort. | Tomoyuki Sahara |
| 2018-10-12 | `Hash#delete` should return the deleted value; fix #4133 | Yukihiro "Matz" Matsumoto |
| 2018-09-20 | Move `Symbol#to_proc` to the core from `mruby-symbol-ext` gem. | Yukihiro "Matz" Matsumoto |
| 2018-09-07 | Clear terminated space | dearblue |
| 2018-09-01 | Move `Kernel#send` to `mruby-metaprog` gem. | Yukihiro "Matz" Matsumoto |
| 2018-08-30 | Separate meta-programming features to `mruby-metaprog` gem. | Yukihiro "Matz" Matsumoto |
| 2018-08-25 | Fix misspelling words in comments | Kazuhiro Sera |
| 2018-07-31 | Add test case corresponding to 53e2723. | Yukihiro "Matz" Matsumoto |
| 2018-07-30 | Keyword argument implemented. | Yukihiro "Matz" Matsumoto |
| 2018-06-01 | The `clone` method should copy object status (e.g. frozen) too; #4030 | Yukihiro "Matz" Matsumoto |
| 2018-04-25 | Fix array replace leak error in mruby-uri. | Takeshi Watanabe |
| 2018-03-24 | Return nil if type differ in `String#<=>`. | Takeshi Watanabe |
| 2018-02-12 | `String#inspect` to use hexadecimal, not octal to print unprintable. | Yukihiro "Matz" Matsumoto |
| 2017-12-23 | Update `Kernel#method_missing` tests for new `NoMethodError` message. | Yukihiro "Matz" Matsumoto |
| 2017-12-13 | Skip `test/t/float.rb` tests; ref #3827 | Yukihiro "Matz" Matsumoto |
| 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-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 |