| Age | Commit message (Expand) | Author |
| 2014-06-05 | mruby-struct: internal linkage for all functions | cremno |
| 2014-06-04 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | add Enumerable#to_h; ref #2348 | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | add Hash#to_h; ref #2348 | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2358 from cremno/visual-studio-14-ctp-support | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | upcoming Visual Studio versions provide `snprintf` | cremno |
| 2014-06-04 | mark pre-allocated exception | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | indent ISO section comments | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | use pre-allocated RuntimeError for out-of-memory | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | fix String#lines comment; ref mattn@2e1855a | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2357 from mattn/string-lines | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2356 from mattn/string-codepoints | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Add String#lines | mattn |
| 2014-06-04 | Refactor variable definitions | mattn |
| 2014-06-04 | arena save/restore | mattn |
| 2014-06-04 | Add String#chars, String#each_char, String#codepoints, String#each_codepoint | mattn |
| 2014-06-04 | add dependency from mruby-string-utf8 to mruby-string-ext to ensure loading o... | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2352 from suzukaze/fix-indent | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2353 from suzukaze/refactor-string-utf8 | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2351 from mattn/add-string-utf8.chr | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2350 from suzukaze/add-string.chr | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | use is_a? Array for String#% argument check as the original PR did in #2349 | Yukihiro "Matz" Matsumoto |
| 2014-06-03 | Refactor mrb_utf8_strlen() in mruby-string-utf8 | Jun Hiroe |
| 2014-06-03 | Fix indents in mruby-string-utf8 | Jun Hiroe |
| 2014-06-03 | Add test | mattn |
| 2014-06-03 | Implement String#chr for utf-8 | mattn |
| 2014-06-03 | Implement String#chr | Jun Hiroe |
| 2014-06-03 | Merge branch 'iij-pr-string-percent' | Yukihiro "Matz" Matsumoto |
| 2014-06-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto |
| 2014-06-03 | Special treatment for Hashes, not Arrays; ref #2349 | Yukihiro "Matz" Matsumoto |
| 2014-06-03 | add 'String#%'. | Tomoyuki Sahara |
| 2014-06-03 | Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and s... | Jun Hiroe |
| 2014-06-03 | Fix mgem test args passing | Carson McDonald |
| 2014-06-03 | Remove space. | yui-knk |
| 2014-06-03 | Fix indent. | yui-knk |
| 2014-06-03 | Fix typos in gc | katmutua |
| 2014-06-03 | Remove space. | yui-knk |
| 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 |