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-06-03
Merge pull request #2348 from takkanm/add_array_to_h
Yukihiro "Matz" Matsumoto
2014-06-03
Merge pull request #2347 from take-cheeze/nomethod_args
Yukihiro "Matz" Matsumoto
2014-06-03
Merge pull request #2346 from suzukaze/add-string-comment2
Yukihiro "Matz" Matsumoto
2014-06-03
Merge pull request #2345 from suzukaze/add-string-comment
Yukihiro "Matz" Matsumoto
2014-06-02
Add Array#to_h
Mitsutaka Mimura
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-06-02
Fix indent in String#casecmp comments
Jun Hiroe
2014-06-02
Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and s...
Jun Hiroe
2014-06-02
Merge pull request #2343 from carsonmcdonald/fixmgemargspassing
Yukihiro "Matz" Matsumoto
2014-06-01
Fix mgem test args passing
Carson McDonald
2014-06-01
Merge pull request #2341 from yui-knk/remove-space
Yukihiro "Matz" Matsumoto
2014-06-01
Merge pull request #2342 from yui-knk/fix-indent
Yukihiro "Matz" Matsumoto
2014-06-01
Fix indent.
yui-knk
2014-06-01
Remove space.
yui-knk
2014-06-01
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-06-01
remove part of 9cd71916 test for same reason as 5306e47
Yukihiro "Matz" Matsumoto
2014-05-31
Merge pull request #2336 from katmutua/master
Yukihiro "Matz" Matsumoto
2014-05-31
Fix typos in gc
katmutua
2014-05-31
Merge pull request #2334 from yui-knk/remove-space
Yukihiro "Matz" Matsumoto
2014-05-31
Remove space.
yui-knk
2014-05-30
add internal function mrb_toplevel_run_keep() to keep stack contents; close #...
Yukihiro "Matz" Matsumoto
2014-05-29
Merge pull request #2330 from take-cheeze/struct_set_str
Yukihiro "Matz" Matsumoto
2014-05-28
Add invalid key type check in `Struct#[]=`.
take_cheeze
2014-05-28
Support string key in `Struct#[]=`.
take_cheeze
2014-05-28
Merge pull request #2329 from bggd/patch-4
Yukihiro "Matz" Matsumoto
2014-05-28
Fix invalid array initialize for VS2012
bggd
2014-05-27
Merge pull request #2324 from yui-knk/fix-indent
Yukihiro "Matz" Matsumoto
2014-05-27
fix indent.
yui-knk
2014-05-25
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-05-25
no one uses Array.try_convert, so removed it that discourages duck typing; cl...
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2320 from yui-knk/test-enumerable
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2316 from ksss/test-exception
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2315 from suzukaze/fix-test-proc
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2314 from take-cheeze/fiber_test_refactor
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2312 from take-cheeze/kind_of
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2318 from yui-knk/fix-typo
Yukihiro "Matz" Matsumoto
2014-05-25
Replace assert_true with assert_equal.
yui-knk
2014-05-25
fix typo.
yui-knk
2014-05-25
Exception#exception fix test
ksss
2014-05-25
Fix assert_equal argument order in test/t/proc.rb
Jun Hiroe
2014-05-24
Use `assert_*` method instead of using result value.
take_cheeze
2014-05-24
Use `assert_kind_of` instead.
take_cheeze
2014-05-24
Merge pull request #2310 from ksss/class-segv
Yukihiro "Matz" Matsumoto
2014-05-23
Should not call inherited method
ksss
2014-05-23
Merge pull request #2305 from take-cheeze/doc_update
Yukihiro "Matz" Matsumoto
2014-05-22
Update C++ extensions in build instruction document.
take_cheeze
2014-05-22
call Class#initialize from Class.new; ref ISO 15.2.3.3.1
Yukihiro "Matz" Matsumoto
2014-05-22
allocate object after mrb_get_args()
Yukihiro "Matz" Matsumoto
2014-05-22
Merge pull request #2304 from ksss/class-new
Yukihiro "Matz" Matsumoto
2014-05-22
Merge pull request #2303 from ksss/module-initialize
Yukihiro "Matz" Matsumoto
[next]