| Age | Commit message (Expand) | Author |
| 2014-10-20 | instance_methods etc should not include undef'ed method names; based on a pat... | Yukihiro "Matz" Matsumoto |
| 2014-08-20 | Remove empty lines. | Tatsuhiko Kubo |
| 2014-07-18 | add Module#module_function | dreamedge |
| 2014-06-15 | Move direct superclass checking to `test/t/superclass.rb`. | take_cheeze |
| 2014-05-21 | Module#initialize set created object | ksss |
| 2014-05-19 | Implement Module#initialize (15.2.2.4.31) | ksss |
| 2014-05-18 | instance method name use "#" instead of "." for assert | ksss |
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada |
| 2014-01-25 | clone Class/Module rightly | h2so5 |
| 2013-12-24 | Change :vattr= to :cattr= in respond_to? test | Carson McDonald |
| 2013-12-09 | modify test case to check #1606 | Yukihiro "Matz" Matsumoto |
| 2013-08-13 | Add two tests for issue #1467 | Carson McDonald |
| 2013-08-02 | I fix order of actual and expect test value in module.rb. | Jun Hiroe |
| 2013-07-21 | Cleaned up some of the Module#attr tests | Ryan Scott |
| 2013-07-19 | Wrote tests around attr, attr_reader, attr_writer, attr_accessor | Ryan Scott |
| 2013-06-15 | Improve Module Tests | Daniel Bovensiepen |
| 2013-04-30 | the receiver should be included in ancestors even when it's a singleton class | Yukihiro "Matz" Matsumoto |
| 2013-04-25 | fix Module#ancestors and update test | skandhas |
| 2013-04-21 | Remove unused variable | Carson McDonald |
| 2013-04-20 | fix test to check class variables in superclasses | Yukihiro "Matz" Matsumoto |
| 2013-04-06 | Add some tests. | Masaki Muranaka |
| 2013-04-02 | Add test cases. | Masaki Muranaka |
| 2013-02-16 | Add Module#remove_const test | Daniel Bovensiepen |
| 2013-01-04 | add test for Module#method_defined? | skandhas |
| 2012-12-29 | add test for Module#remove_method | skandhas |
| 2012-12-25 | add test for Module#remove_class_variable | skandhas |
| 2012-12-23 | add test for Module#class_variable_defined? | skandhas |
| 2012-12-21 | fix mrb_mod_cv_set and add test for Module#class_variable_set | skandhas |
| 2012-12-20 | add test for Module#class_variable_get | skandhas |
| 2012-11-27 | add Module#class_eval test | skandhas |
| 2012-11-27 | add Module#module_eval test | skandhas |
| 2012-11-26 | add Module#instance_methods test | skandhas |
| 2012-11-24 | add Module#include? test | skandhas |
| 2012-11-13 | modify Module#class_variables test | skandhas |
| 2012-11-12 | modify Module#class_variables test | skandhas |
| 2012-11-09 | add Module#class_variables test | skandhas |
| 2012-09-09 | Add Module Tests | Daniel Bovensiepen |
| 2012-07-17 | refactoring on module tests | Yukihiro Matsumoto |
| 2012-07-17 | add Module#ancestors 15.2.2.4.9 | Yukihiro Matsumoto |
| 2012-07-08 | Add tests for Modules #append_features, #include, #included and #included_mod... | Daniel Bovensiepen |
| 2012-06-03 | Add more superclass tests | Daniel Bovensiepen |
| 2012-06-02 | Add Test Case for issue #210 | Daniel Bovensiepen |
| 2012-05-29 | Add Test cases for Literals, Enumeration, Exceptions and clean line endings | Daniel Bovensiepen |
| 2012-05-25 | Add Tests for all Exception classes, for false, true, Proc, Module, nil and O... | Daniel Bovensiepen |