summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-09-06Switch gem API to constants onlySeba Gamboa
2015-09-03Add other version.h constantsSeba Gamboa
2015-09-01Expose MRuby source as a gemSeba Gamboa
2015-09-01Merge pull request #2930 from suzukaze/version2Yukihiro "Matz" Matsumoto
2015-09-01Add a global const variable MRUBY_RELEASE_NOJun Hiroe
2015-09-01Refactor version.h macrosJun Hiroe
2015-09-01Merge pull request #2929 from Mav7/masterYukihiro "Matz" Matsumoto
2015-09-01Merge pull request #2927 from hone/bintest_subfoldersYukihiro "Matz" Matsumoto
2015-08-31Update string.h.mdRalph Desir
2015-08-31run bintests within subfolders of bintest/Terence Lee
2015-08-31Update string.h.mdRalph Desir
2015-08-30Update string.h.mdRalph Desir
2015-08-30Added string markdown.Ralph Desir(Mav7)
2015-08-27Merge pull request #2925 from suzukaze/test-string-freezeYukihiro "Matz" Matsumoto
2015-08-27Add String#freeze testJun Hiroe
2015-08-27add String#freeze to the coreYukihiro "Matz" Matsumoto
2015-08-22Merge pull request #2923 from yasuyuki/nilYukihiro "Matz" Matsumoto
2015-08-22Merge pull request #2922 from gkta/refactor-mrubygem-codeYukihiro "Matz" Matsumoto
2015-08-22Use #nil? instead of == nil.INOUE Yasuyuki
2015-08-21enum.rb: refactor code (remove redundant code)go.kikuta
2015-08-21array.rb: refactor (use onliner code if possible)go.kikuta
2015-08-21string.rb: refactor code (remove redundant code)go.kikuta
2015-08-21numeric.rb: refactor code (Avoid using {...} for multi-line blocks, Surround...go.kikuta
2015-08-21range.rb: refactor code (use ! instead of not, use favor modifier if and unle...go.kikuta
2015-08-20Merge pull request #2921 from gkta/refactor-arrayYukihiro "Matz" Matsumoto
2015-08-19array.rb: refactor some codego.kikuta
2015-08-18Merge pull request #2920 from cremno/fix-irep-float-dump-format-string-for-mr...Yukihiro "Matz" Matsumoto
2015-08-18Merge pull request #2919 from cremno/delete-duplicate-definition-of-exception...Yukihiro "Matz" Matsumoto
2015-08-17delete duplicate definition of Exception.exceptioncremno
2015-08-17fix irep float dump format string for MRB_USE_FLOATcremno
2015-08-12Merge pull request #2913 from gkta/remove-duplicate-len-checkYukihiro "Matz" Matsumoto
2015-08-12Remove duplicated RARRAY_LEN checkgo.kikuta
2015-08-11Merge pull request #2912 from gkta/remove-nonneed-tmp-valueYukihiro "Matz" Matsumoto
2015-08-11Remove non-need tmp valuego.kikuta
2015-08-11compiler: allow "class A end" by tweaking the superclass rule like CRuby2.3Yukihiro "Matz" Matsumoto
2015-08-10codegen: don't need to genop(); just update s->iseq directlyYukihiro "Matz" Matsumoto
2015-08-10codegen: add peep hole optimization to skip overridden OP_MOVEYukihiro "Matz" Matsumoto
2015-08-10codegen: reserve stack region for OP_APOST; fix #2824Yukihiro "Matz" Matsumoto
2015-08-10prevent out-of-bounds ensure clause access; fix #2910Yukihiro "Matz" Matsumoto
2015-08-07FIXABLE() may work wrong on MRB_INT64; fix #2909Yukihiro "Matz" Matsumoto
2015-08-05add String#setbyte and String#byteslice to mruby-string-extYukihiro "Matz" Matsumoto
2015-08-04Merge pull request #2908 from BanzaiMan/ha-feature-containersYukihiro "Matz" Matsumoto
2015-08-03Try building on Xcode 6.4Hiro Asari
2015-08-03Add OS X build to the matrixHiro Asari
2015-08-03Build matrix of size 2Hiro Asari
2015-08-03Update package listHiro Asari
2015-08-03Set language, and use the new Trusty envHiro Asari
2015-08-03Merge pull request #2907 from hone/pathYukihiro "Matz" Matsumoto
2015-08-03better hash value from enumerables; fix #2906Yukihiro "Matz" Matsumoto
2015-08-02be able to source with :path for mrbgemsTerence Lee