| Age | Commit message (Expand) | Author |
| 2015-07-16 | Merge pull request #2889 from takkaw/fix_build_cygwin64 | Yukihiro "Matz" Matsumoto |
| 2015-07-16 | Merge pull request #2887 from cremno/use-mrb_str_cat_str-instead-of-mrb_str_a... | Yukihiro "Matz" Matsumoto |
| 2015-07-16 | Merge pull request #2888 from cremno/delete-non-nullptr-checks-before-mrb_fre... | Yukihiro "Matz" Matsumoto |
| 2015-07-16 | 64bit Cygwin also doesn't have frexpl(3) | takkaw |
| 2015-07-16 | delete mrb_free()-related non-NULL checks | cremno |
| 2015-07-16 | use mrb_str_cat_str() instead of mrb_str_append() | cremno |
| 2015-07-15 | Renamed MRB_FLAG_IS_INSTANCE to MRB_INSTANCE_TT_MASK | Corey Powell |
| 2015-07-15 | mrb_protect() to return the exception raised (with the state of true) | Yukihiro "Matz" Matsumoto |
| 2015-07-15 | add an small comment description in mruby/error.h header | Yukihiro "Matz" Matsumoto |
| 2015-07-15 | remove unused variable declaration | Yukihiro "Matz" Matsumoto |
| 2015-07-15 | Use class array instead of variadic. | take_cheeze |
| 2015-07-15 | Implement `mrb_protect`, `mrb_ensure`, `mrb_rescue`, `mrb_rescue_exceptions`. | take_cheeze |
| 2015-07-15 | Refactor `Build#compile_as_cxx`. | take_cheeze |
| 2015-07-14 | Remove non-applicable "hack" comment | Corey Powell |
| 2015-07-14 | Applied gc patch to fix ORIGIN ICLASS method table leak | Corey Powell |
| 2015-07-14 | Renamed parameters in include_module_at | Corey Powell |
| 2015-07-14 | Merge pull request #2884 from jbreeden/doc_bang_modifier | Yukihiro "Matz" Matsumoto |
| 2015-07-13 | Fix typo | jbreeden |
| 2015-07-13 | Add ! documentation to mruby.h.md | jbreeden |
| 2015-07-14 | mrb_get_args: improve function description about ! | Yukihiro "Matz" Matsumoto |
| 2015-07-14 | mrb_get_args: allow d! | Yukihiro "Matz" Matsumoto |
| 2015-07-14 | mrb_get_args: allow A,H,s,z,a,d specifiers to take ! to accept nil. | Yukihiro "Matz" Matsumoto |
| 2015-07-13 | Clean up tests | Blaž Hrastnik |
| 2015-07-13 | assert() cannot be nested | Blaž Hrastnik |
| 2015-07-13 | Set origin when doing kind_of? comparisons | Blaž Hrastnik |
| 2015-07-13 | Enable test_prepend_module_ancestors because it seems to pass. | Blaž Hrastnik |
| 2015-07-13 | Space out test_prepend_super_in_alias assert | Corey Powell |
| 2015-07-13 | included_modules, origin fix | Corey Powell |
| 2015-07-13 | Bugfix, included_modules would include classes | Corey Powell |
| 2015-07-13 | Removed comment beside method_removed | Corey Powell |
| 2015-07-13 | Added Module#method_removed hook | Corey Powell |
| 2015-07-13 | Enable visibility prepend tests again | Blaž Hrastnik |
| 2015-07-13 | Include prepended methods in the instance_methods list. | Blaž Hrastnik |
| 2015-07-13 | Ported all MRI prepend tests | Corey Powell |
| 2015-07-13 | Removed some debug prints from the test | Corey Powell |
| 2015-07-13 | Ported a bit more of the MRI Module#prepend tests over | Corey Powell |
| 2015-07-13 | Fixed Modules not being fully initialized before #initialize was called | Corey Powell |
| 2015-07-13 | Added changed check to the mrb_include_module | Corey Powell |
| 2015-07-13 | Remove some remnant debug code | Corey Powell |
| 2015-07-13 | Additional patches to make this work | Corey Powell |
| 2015-07-13 | Comment in a refactor to match MRI, but that fails 320 tests. | Blaž Hrastnik |
| 2015-07-13 | origin must be initialized | Blaž Hrastnik |
| 2015-07-13 | Expose insert position, which should be at origin for include and klass for | Blaž Hrastnik |
| 2015-07-13 | Rename classes because of conflicts | Blaž Hrastnik |
| 2015-07-13 | Implement Module#prepend. | Blaž Hrastnik |
| 2015-07-13 | use "S!" specifier of mrb_get_args() to improve #2882 fix. | Yukihiro "Matz" Matsumoto |
| 2015-07-13 | allow '!' after 'S' specifier of mrb_get_args() that allow nil. | Yukihiro "Matz" Matsumoto |
| 2015-07-13 | refactor mrb_bob_missing to share raising NoMethodError code; fix #2878 | Yukihiro "Matz" Matsumoto |
| 2015-07-12 | Merge pull request #2883 from jbreeden/array_join_nil | Yukihiro "Matz" Matsumoto |
| 2015-07-11 | Removing unndeeded to_s | jbreeden |