index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-03-16
fix bug when `0 * other object`
ksss
2014-03-16
Merge pull request #1867 from cubicdaiya/issues/indent_style
Yukihiro "Matz" Matsumoto
2014-03-16
unify indent style
cubicdaiya
2014-03-15
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-15
Merge pull request #1863 from take-cheeze/fiber_double_resume
Yukihiro "Matz" Matsumoto
2014-03-15
calc hash value directly for strings, symbols and numbers
Yukihiro "Matz" Matsumoto
2014-03-15
string length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-15
symbol length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-15
Add Fiber's double resume test and fix it.
take_cheeze
2014-03-15
Hash#shift may return any entries
Yukihiro "Matz" Matsumoto
2014-03-15
type of mrb_type() should be enum mrb_vtype when MRB_NAN_BOXING is on
Yukihiro "Matz" Matsumoto
2014-03-15
Merge pull request #1859 from ksss/enumerator
Yukihiro "Matz" Matsumoto
2014-03-15
add test for Array#each_index if non block given
ksss
2014-03-15
optimize from each to enumerator_block_call
ksss
2014-03-15
fix variable name typo
ksss
2014-03-15
test split and to detail
ksss
2014-03-15
fix self modifying bug
ksss
2014-03-15
fix return value for with_index
ksss
2014-03-15
modify core method that return Enumerator object if not block given
ksss
2014-03-14
make private method enumerator_block_call
ksss
2014-03-14
Merge pull request #1857 from mitchellh/f-fix-mingw-time
Yukihiro "Matz" Matsumoto
2014-03-13
Don't redefine timeval on MingW64 environments
Mitchell Hashimoto
2014-03-14
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-14
Merge pull request #1855 from take-cheeze/fix_mrbc_compile_error
Yukihiro "Matz" Matsumoto
2014-03-14
fix compile error check of Mrbc command
take_cheeze
2014-03-14
remove new_label(s) where label position can be obtained from genop()
Yukihiro "Matz" Matsumoto
2014-03-14
move dependency check from runtime to mrbgem.rake
Yukihiro "Matz" Matsumoto
2014-03-14
remove ambiguity warnings
Yukihiro "Matz" Matsumoto
2014-03-14
mruby-enumerator: move definitions in core_mod.rb to mrblib core
Yukihiro "Matz" Matsumoto
2014-03-13
add mruby-enumerator
ksss
2014-03-13
too much optimization
Yukihiro "Matz" Matsumoto
2014-03-13
peephole optimization for OP_JMP{IF,NOT}
Yukihiro "Matz" Matsumoto
2014-03-13
Merge pull request #1849 from cremno/add-mrb_int_bit-macro
Yukihiro "Matz" Matsumoto
2014-03-13
Merge pull request #1851 from tmash06/add_include_limit_h
Yukihiro "Matz" Matsumoto
2014-03-13
Merge pull request #1850 from cremno/safer-lit-macros
Yukihiro "Matz" Matsumoto
2014-03-13
add including limits.h.
tmash06
2014-03-12
add mrb_strlen_lit which makes _lit macros safer
cremno
2014-03-12
Merge pull request #1826 from unak/mswin
Yukihiro "Matz" Matsumoto
2014-03-12
Merge pull request #1848 from joejimbo/master
Yukihiro "Matz" Matsumoto
2014-03-11
Added a short description on how to add mruby gems to the compilation workflow.
Joachim Baran
2014-03-12
avoid mrb_string_value_cstr() to copy string between mrb_states in tests
Yukihiro "Matz" Matsumoto
2014-03-12
Merge pull request #1843 from take-cheeze/suppress_warnings
Yukihiro "Matz" Matsumoto
2014-03-12
Merge pull request #1846 from take-cheeze/funcall_fix
Yukihiro "Matz" Matsumoto
2014-03-12
fix mrb_funcall calling
take_cheeze
2014-03-11
add MRB_INT_BIT
cremno
2014-03-11
remove deprecated register keyword
take_cheeze
2014-03-11
don't use of anonymous unions
take_cheeze
2014-03-11
Merge pull request #1845 from ksss/sym_intern-argument-type
Yukihiro "Matz" Matsumoto
2014-03-11
fix sym_intern argument type
ksss
2014-03-11
Merge pull request #1842 from ksss/assert_nothing_raised
Yukihiro "Matz" Matsumoto
[next]