| Age | Commit message (Expand) | Author |
| 2015-07-23 | Merge pull request #2896 from sagmor/custom-gcc-version | Yukihiro "Matz" Matsumoto |
| 2015-07-22 | Add ability to change compiler versions for androideabi | Seba Gamboa |
| 2015-07-22 | Merge pull request #20 from expeditiousRubyist/master | Tomoyuki Sahara |
| 2015-07-21 | Removed unnecessary/incorrect use of sizeof(int) and corrected more | Rubyist |
| 2015-07-21 | Changed some uses of mrb_sys_fail to instead use mrb_raise where | Rubyist |
| 2015-07-20 | Merge pull request #2894 from suzukaze/fix-docs | Yukihiro "Matz" Matsumoto |
| 2015-07-19 | Fix indents; Indent is two spaces; Delete tabs [skip ci] | Jun Hiroe |
| 2015-07-18 | Overrided close and write to work on Win32 platforms | Rubyist |
| 2015-07-18 | Merge pull request #2892 from Mav7/master | Yukihiro "Matz" Matsumoto |
| 2015-07-17 | Minimal semi-working compile on Windows platforms. | Rubyist |
| 2015-07-17 | Added Winsock 2 to list of libraries to use when building for Windows | Rubyist |
| 2015-07-17 | Deleted range and string markdowns for now. | Ralph Desir(Mav7) |
| 2015-07-17 | Update hash.h.md | Ralph Desir |
| 2015-07-17 | Update hash.h.md | Ralph Desir |
| 2015-07-17 | Merge pull request #2890 from jbreeden/sub_pattern_not_found | Yukihiro "Matz" Matsumoto |
| 2015-07-16 | Don't crash if pattern not found for sub | Jared Breeden |
| 2015-07-16 | Added mrb_prepend_module to mruby header | Corey Powell |
| 2015-07-16 | Make include_module_at static | Corey Powell |
| 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 |