summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-03-16Merge pull request #1867 from cubicdaiya/issues/indent_styleYukihiro "Matz" Matsumoto
2014-03-16unify indent stylecubicdaiya
2014-03-15Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-15Merge pull request #1863 from take-cheeze/fiber_double_resumeYukihiro "Matz" Matsumoto
2014-03-15calc hash value directly for strings, symbols and numbersYukihiro "Matz" Matsumoto
2014-03-15string length type to be mrb_intYukihiro "Matz" Matsumoto
2014-03-15symbol length type to be mrb_intYukihiro "Matz" Matsumoto
2014-03-15Add Fiber's double resume test and fix it.take_cheeze
2014-03-15Hash#shift may return any entriesYukihiro "Matz" Matsumoto
2014-03-15type of mrb_type() should be enum mrb_vtype when MRB_NAN_BOXING is onYukihiro "Matz" Matsumoto
2014-03-15Merge pull request #1859 from ksss/enumeratorYukihiro "Matz" Matsumoto
2014-03-15add test for Array#each_index if non block givenksss
2014-03-15optimize from each to enumerator_block_callksss
2014-03-15fix variable name typoksss
2014-03-15test split and to detailksss
2014-03-15fix self modifying bugksss
2014-03-15fix return value for with_indexksss
2014-03-15modify core method that return Enumerator object if not block givenksss
2014-03-14make private method enumerator_block_callksss
2014-03-14Merge pull request #1857 from mitchellh/f-fix-mingw-timeYukihiro "Matz" Matsumoto
2014-03-13Don't redefine timeval on MingW64 environmentsMitchell Hashimoto
2014-03-14Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-14Merge pull request #1855 from take-cheeze/fix_mrbc_compile_errorYukihiro "Matz" Matsumoto
2014-03-14fix compile error check of Mrbc commandtake_cheeze
2014-03-14remove new_label(s) where label position can be obtained from genop()Yukihiro "Matz" Matsumoto
2014-03-14move dependency check from runtime to mrbgem.rakeYukihiro "Matz" Matsumoto
2014-03-14remove ambiguity warningsYukihiro "Matz" Matsumoto
2014-03-14mruby-enumerator: move definitions in core_mod.rb to mrblib coreYukihiro "Matz" Matsumoto
2014-03-13add mruby-enumeratorksss
2014-03-13too much optimizationYukihiro "Matz" Matsumoto
2014-03-13peephole optimization for OP_JMP{IF,NOT}Yukihiro "Matz" Matsumoto
2014-03-13Merge pull request #1849 from cremno/add-mrb_int_bit-macroYukihiro "Matz" Matsumoto
2014-03-13Merge pull request #1851 from tmash06/add_include_limit_hYukihiro "Matz" Matsumoto
2014-03-13Merge pull request #1850 from cremno/safer-lit-macrosYukihiro "Matz" Matsumoto
2014-03-13add including limits.h.tmash06
2014-03-12add mrb_strlen_lit which makes _lit macros safercremno
2014-03-12Merge pull request #1826 from unak/mswinYukihiro "Matz" Matsumoto
2014-03-12Merge pull request #1848 from joejimbo/masterYukihiro "Matz" Matsumoto
2014-03-11Added a short description on how to add mruby gems to the compilation workflow.Joachim Baran
2014-03-12avoid mrb_string_value_cstr() to copy string between mrb_states in testsYukihiro "Matz" Matsumoto
2014-03-12Merge pull request #1843 from take-cheeze/suppress_warningsYukihiro "Matz" Matsumoto
2014-03-12Merge pull request #1846 from take-cheeze/funcall_fixYukihiro "Matz" Matsumoto
2014-03-12fix mrb_funcall callingtake_cheeze
2014-03-11add MRB_INT_BITcremno
2014-03-11remove deprecated register keywordtake_cheeze
2014-03-11don't use of anonymous unionstake_cheeze
2014-03-11Merge pull request #1845 from ksss/sym_intern-argument-typeYukihiro "Matz" Matsumoto
2014-03-11fix sym_intern argument typeksss
2014-03-11Merge pull request #1842 from ksss/assert_nothing_raisedYukihiro "Matz" Matsumoto
2014-03-11add assertion method `assert_nothing_raised'ksss