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
path:
root
/
mrbgems
Age
Commit message (
Expand
)
Author
2014-03-24
move conditional out of loop
Yukihiro "Matz" Matsumoto
2014-03-24
Enumerable#one? to prune iteration when count > 1; ref #1926
Yukihiro "Matz" Matsumoto
2014-03-23
Add Enumerable#one?
Jun Hiroe
2014-03-23
Hash#{reject,reject!} fix yield value
ksss
2014-03-23
Merge pull request #1923 from ksss/hash-enumerator-select
Yukihiro "Matz" Matsumoto
2014-03-23
Hash#{select,select!} fix yield value
ksss
2014-03-23
Support multiple values in Enumerable#none?
Jun Hiroe
2014-03-23
Add Enumerable#none?
Jun Hiroe
2014-03-23
Suppoert multiple values in Enumerable#minmax_by
Jun Hiroe
2014-03-23
Enumerable#minmax_by
Jun Hiroe
2014-03-23
Merge pull request #1915 from suzukaze/add-enum.minmax
Yukihiro "Matz" Matsumoto
2014-03-23
Hash#each_{key,value} support return Enumerator
ksss
2014-03-22
Support multiple values in Enumerable#minmax
Jun Hiroe
2014-03-22
Add Enumerable#minmax
Jun Hiroe
2014-03-22
Merge pull request #1914 from stomar/struct-emsg
Yukihiro "Matz" Matsumoto
2014-03-22
use the same error message
Marcus Stollsteimer
2014-03-22
remove unnecessary mrb_get_args in fiber_switch
take_cheeze
2014-03-22
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-22
add Enumerable#min_by as well; ref #1912
Yukihiro "Matz" Matsumoto
2014-03-22
wrap expr with paren
Yukihiro "Matz" Matsumoto
2014-03-22
fix multiple value support of max_by; ref #1912
Yukihiro "Matz" Matsumoto
2014-03-22
Support mulitple values in Enumerable#max_by
Jun Hiroe
2014-03-22
Add Enumerable#max_by
Jun Hiroe
2014-03-22
Use bool-macro instead of magic-number
cubicdaiya
2014-03-21
use mrb_get_args("i")
Yukihiro "Matz" Matsumoto
2014-03-21
should test Enumerable#first; close #1905
Yukihiro "Matz" Matsumoto
2014-03-21
add const qualifier to pacify warning; ref #1900
Yukihiro "Matz" Matsumoto
2014-03-21
make Fiber#transfer compatible with CRuby
take_cheeze
2014-03-21
implement Fiber#transfer
take_cheeze
2014-03-21
flat_map to support multiple values; ref #1902
Yukihiro "Matz" Matsumoto
2014-03-21
Add Enumerable#{flat_map,collect_concat}
Jun Hiroe
2014-03-21
reduce hash creation by using update method
Yukihiro "Matz" Matsumoto
2014-03-21
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-21
add Hash#each_pair
Yukihiro "Matz" Matsumoto
2014-03-21
Add Enumerable#count comment
Jun Hiroe
2014-03-20
make behavior of Fiber without block compatible with CRuby
take_cheeze
2014-03-20
refactor and use assert_raise in fiber test checking exception raise
take_cheeze
2014-03-20
use FiberError in fiber exception raise
take_cheeze
2014-03-19
enum methods to support multiple values; all?, any?, grep, include?, drop, dr...
Yukihiro "Matz" Matsumoto
2014-03-19
Merge pull request #1882 from ksss/enum-find_all
Yukihiro "Matz" Matsumoto
2014-03-19
Merge pull request #1890 from take-cheeze/fiber_resuming
Yukihiro "Matz" Matsumoto
2014-03-19
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
Yukihiro "Matz" Matsumoto
2014-03-19
self must be the newly created object in initialization block; close #1858
Tomoyuki Sahara
2014-03-19
export mrb_yield_internal.
Tomoyuki Sahara
2014-03-19
add root fiber resume test to know double resume checking is working
take_cheeze
2014-03-19
revert MRB_FIBER_RESUMED as MRB_FIBER_RESUMING to fix recurive resume
take_cheeze
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
2014-03-18
should not use nil as default value for Enumerable#count since it prevent cou...
Yukihiro "Matz" Matsumoto
2014-03-18
Merge pull request #1887 from suzukaze/add-enumerable.count
Yukihiro "Matz" Matsumoto
2014-03-18
stricter check for double resume; close #1885
Yukihiro "Matz" Matsumoto
[next]